/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@font-face {
  font-family: Lato;
  src: url('//cdn2.hubspot.net/hubfs/2236169/NorthCoast_99_January2019%20Theme/fonts/Lato-Black.ttf');
  font-weight: 900
}

@font-face {
  font-family: Lato;
  src: url('//cdn2.hubspot.net/hubfs/2236169/NorthCoast_99_January2019%20Theme/fonts/Lato-Light.ttf');
  font-weight: 400
}

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:400,900');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font: 100%/1.5 Lato,Arial,sans-serif;
  color: #222;
}
body {
  font-family: Lato,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width:83.33333334%;
  margin: 0 auto;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #3399ff;
text-shadow: none;
}
::selection {
color: #fff;
background: #3399ff;
text-shadow: none;
}*/


/* =============== Typography =============== */

/* Basic text */
p {
  font-size: 1.15em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  font-weight: 400 ;
  margin-top:0;
} 
small {}
b, strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, h2, h3{
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6{
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 6.25em
}
h2 {
  font-size: 3em;
  margin-top: 1em;
}
h3 {
  font-size: 1.85em;
  margin-bottom: 1.5em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .875em;
}

/* Anchor Links */
a { 
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #23527c;
  text-decoration: underline;
}

/* Lists */
ol,ul {
  margin: 0;
  font-size: 1.15em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  font-weight: 400

}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-group {
  position: absolute;
  /*   z-index:233; */
  top: 0;
  width:100% !important;
}
.mobile-open .logo-normal {
  position: relative;
  z-index: 200;

}
.header-container .widget-type-global_group {
  min-height: 0;
}
.custom-headerbanner-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  height:100vh;
}
.custom-header-banner-outter {
  position: absolute;
  height: 100%;
  width: 100% !important;
  z-index: 0;
  top: 0;
  padding: 40px;
  font-size: 16px;
  color: #FFF;
  background-size: cover;
  z-index:22;
}
.custom-logo {
  padding-top: 22px;
  padding-left: 5px;
}

.navScroll {
  background: rgba(30,30,30,.85);
  height: 65px;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 5;
  left: 0;
}
.iconFixed {
  position: fixed;
  display: block;
  padding: 9px;
  height: 50px;
  width: 50px;
  margin: 0;
  top: 5px;
  right: 15px;
}

.diamondLogo {
  position: fixed;
  display: block;
  padding: 0;
  height: 40px;
  width: 40px;
  margin: 0;
  top: 11px;
  left: 15px;
  z-index: 10;
}
.noPadding {
  padding: 0;
}
.custom-headerbanner-wrapper .page-center {
  max-width: 100% !important;
  padding: 0;
}
.custom-header-group{
  padding-left:15px;
  padding-right:15px;
}
.custom-header-group .page-center {
  position: relative;
}
.custom-headerbanner-inner-wrapper {
  position: relative;
  height: calc(100vh - 80px) !important;
  width: 100% !important;
  display: table !important;
}

.custom-headerbanner-inner-wrapper .custom-header-banner-section {
  display: table-cell!important;
  width: 100%;
  float: none!important;
  vertical-align: middle;
}
.custom-mobile-trigger-group {
  position: absolute;
  top: 14px;
  right: 10px;
  width: auto !important;
  z-index: 445;
}
a.mobile-icon.mobile-trigger.icon {
  z-index: 999;
  display: block;
  padding: 9px;
  height: 50px;
  width: 50px;
  margin: 0;
  top: 0;
  right: 0;
}
a.mobile-icon.mobile-trigger.icon.iconFixed {
  top: 8px;
  right: 15px;
}
.bottom-menu,.mid-menu,.top-menu {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #F9A530
}
.mobile-icon .top-menu {
  top: 5px
}
.mobile-icon .mid-menu {
  top: 15px
}
.mobile-icon .bottom-menu {
  top: 25px
}
.mobile-icon .menui {
  background: #fff;
  transition: .6s ease;
  transition-timing-function: cubic-bezier(.75,0,.29,1.01);
  margin-top: 7px;
}
.mobile-icon .icon {
  z-index: 999;
  display: block;
  padding: 9px;
  height: 50px;
  width: 50px;
  margin: 0;
  top: 10px;
  right: 25px
}
.mobile-icon .iconVideo {
  top: 0;
  right: 15px
}

.bottom-animate,.top-animate {
  background: #fff!important;
  top: 13px!important
}
.top-animate {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.mid-animate {
  opacity: 0
}
.bottom-animate {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg)
}
.mobile-trigger .icon, .mobile-trigger .logo, .mobile-trigger .menui {
  position: absolute;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container-wrapper {
  padding: 6em 0 8em;
}

.body-container .page-center {}

.banner-area-wrp{
  text-align:center;
}
.diamondContainer:after, 
.diamondContainer:before {
  display: table;
  content: "";
}
.diamond-item.diamond-item-1 {
  position: relative;
}
.diamond-row {
  margin: 0;
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  z-index: 1
}
.diamond {
  display: inline-block;
  margin: 0 auto
}
.diamond-item-border-line-right-top {
  height: 1px;
  left: 5px;
  right: 5px;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  top: 5px
}
.diamond-item-border-line-right-bottom {
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0
}
.diamond-item-border-line-left-bottom {
  height: 1px;
  left: 5px;
  right: 5px;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  bottom: 5px
}
.diamond-item-border-line-left-top {
  left: 5px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0
}
.diamond-item-border-line {
  position: absolute;
  background-color: rgba(255,255,255,.7)
}
.diamond-item {
  width: 240px;
  height: 240px;
  border: 44px solid transparent
}
.diamondContainer {
  position: relative;
  min-height: 180px
}
.diamond-item-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: matrix(.7071,.7071,-.7071,.7071,0,0);
}

.banner-area-inner h1 {
  line-height: 95%;
  letter-spacing: -1px;
  font-family: Lato;
  font-weight: 900;
  font-size: 36px;
  margin-top: 81px;
  text-transform: uppercase;
}
.banner-area-inner .button {
  border: 3px solid #fff;
  background: 0;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: 0;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  z-index: 3000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Lato,Arial,sans-serif;
}

.banner-area-inner .button:hover {
  background: #fff;
  color: #4e2f91;
  text-decoration: none;
}
.banner-area-inner .banner-text-inner {
  width: 50%;
  padding:0 15px;
}
.banner-text-inner p {
  margin-top: 0;
}
.banner-text {
  position: relative;
  z-index: 22;
}
.banner-text-inner a {
  color: #fff;
  text-decoration: underline;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group {
  background-color: #333;
  padding: 2em 0 1.2em;
}
.custom-footer-group ul {
  margin: 0;
  padding: 0;
  font-size: .8em;
  color: #bababa;
  text-transform: uppercase;
  list-style: none;
}
.custom-footer-group ul li {
  display: inline-block;
  padding-left: 5px;
}
.custom-footer-group ul li:not(:first-child):before {
  content: " // ";
  padding-right: 5px;
  color: #bababa;
}
.custom-footer-group ul li a {
  color: #bababa;
  text-decoration: none;
}
.custom-footer-group ul li a:hover {
  color: #fff;
}
.custom-footer-left-group {
  padding: 0 15px;
}
.custom-footer-left-group {
  padding: 0 15px;
}
.span2.custom-footer-logo {
  width: auto !important;
}
.custom-footer-logo p {
  margin: 0 3px 0 0;
  font-size: .8em;
  color: #bababa;
  text-transform: uppercase;
}
.custom-footer-logo p img {
  vertical-align: middle;
  margin-right: 2px;
}
.custom-footer-logo p a {
  color: #bababa;
  text-decoration: none;
}
.custom-footer-menu {
  margin-left: 0 !important;
  position: relative;
  padding-left: 47px;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  vertical-align: top;
}
.custom-footer-group ul li {
  display: inline-block;
  padding-left: 5px;
  line-height: 1.75em;
  float: none !important;
}
.custom-footer-menu ul li:not(:first-child):before {
  content: " // ";
  padding-right: 5px;
}
.custom-footer-menu ul li:first-child:before {
  background-image: url(//cdn2.hubspot.net/hubfs/2236169/NorthCoast_99_January2019%20Theme/images/footer-logo.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 32px;
  height: 22px;
  content: "";
  vertical-align: top;
  display: inline-block;
  margin-left: 0;
  position: absolute;
  left: 15px;
}
.custom-footer-connect {
  padding: 0 15px;
}
.custom-footer-connect ul {
  padding-left: 5.5%;
}
.custom-footer-connect ul li{
  color: #fff;
}



/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */
.custom-menu-primary.js-enabled {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 23;
  position: fixed !important;
  width: 100%;
  height: 100%;
  background: #4e2f91;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease all;
  overflow-y: auto !important;
}
.mobile-open .custom-menu-primary.js-enabled{
  opacity: .95;
  visibility:visible;
}
/* Parent List */
.custom-menu-primary {}
.custom-menu-primary .hs-menu-wrapper > ul {
  font-size: 14px;
  display:block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding: 10px;
  float: none !important;
  text-align: center;
  line-height: 1.42857143;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  margin-top: 60px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 2.5em;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  width: 100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  margin-left: -36px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
  content: '// ';
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */

@media (max-width: 767px) {

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin:0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
  font-size: 3em;
  margin-top: 1em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.post-header h2 a {
  text-decoration: none;
  color: inherit;
}
.post-header h2 a:hover {
  text-decoration: none;
  color: inherit;
}
.post-header h1 {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;    
  border-bottom:solid 1px #ddd;    
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:inline-block;
  margin:15px 0;
}
a.more-link:hover {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin: 20px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  padding:10px 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date { 
  font-size: 13px; 
  text-align: right; 
}

/* Pagination */
.blog-pagination {
  clear:both;
}
.blog-pagination a {
  display:inline-block;
  margin-right:15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
  font-size: 1.85em;
  margin-bottom: 1.5em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
Blog Listing Page
========================================================================== */
body.hs-blog-listing {}


/* ==========================================================================
Blog Post Page
========================================================================== */
body.hs-blog-post {}

.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: auto;
  overflow: auto;
  padding:10px 0;

}



/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 5px;
}
.body-container .form-title {
  font-size: 3em;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 900;
  font-family: Lato,Arial,sans-serif;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
.body-container .form-title:before {
  border: 0;
  margin: 0.3355em 0 1em;
  content: "";
  display: block;
  padding: 0;
  width: 100px;
  background: #ccc;
  height: 10px;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-family: Verdana;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
}
.hs-form-required {
  color: #ff0000;
  font-family: verdana;
  font-size: 13px;
  padding: 0 5px 0 5px;
}
label {}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
  width: 100%;
  font-family: "Verdana";
  font-size: 13px;
  color: #333;
  margin: 0;
  padding: 2px;
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  -webkit-appearance: none;     
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;  
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width:auto;
  display:inline-block;
  white-space:normal !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  margin: 15px 0 0 0;
  font-family: Verdana;
  font-size: 13px;
  clear: both;
  padding: 10px 30px;
  background-color: #ee589f;
  border: 3px solid #ee589f;
  text-transform: uppercase;
  text-align: left!important;
  font-family: Verdana;
  color: #000000;
  font-size: 13px;
  outline:none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  color: #000000;  
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  color: #000000; 
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* SEARCH RESULT STYLING */
.body-container .hs-search-field {
  position: relative;
}
ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}

/* ==========================================================================
Home Page Style                                     
========================================================================== */


.hs-home-page .body-container-wrapper {
  padding-bottom: 0;
  padding-top: 0;
  /*   position: relative;
  z-index: 99; */
}
/* .hs-home-page .header-container {
position: relative;
z-index: 8;
}
.mobile-open.hs-home-page .body-container-wrapper {
z-index: 0;
} */
.hs-home-page .custom-header-group .page-center{
  max-width:100% !important;
}
.home-banner-area-wrp {
  display: table;
  width: 100%;
}
.home-banner-area-wrp .video-container {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.home-banner-area-wrp .video-container {
  background: url('//cdn2.hubspot.net/hubfs/2236169/NorthCoast_99_January2019%20Theme/images/home-video.jpg') no-repeat;
  background-size: cover;
}
.home-banner-area-wrp .video-overlay {
  background-color: rgba(0,0,0,.5);
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.home-banner-area-wrp .home-banner-content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.home-banner-area-wrp .bottom-content {
  color: #fff;
}
.home-banner-area-wrp .home-banner-content .title {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.home-banner-area-wrp .text-content {
  width: 50%;
  margin-left: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.home-banner-area-wrp .text-content p {
  margin-bottom: 1.2em;
}
.home-banner-area-wrp .button{
  color: #fff;
  text-decoration:none;
}
.home-banner-area-wrp .button:hover {
  background: #fff;
  color: #4e2f91;
  text-decoration:none;
}

.custom-row1-home-group {
  padding:12.35em 0 6em;
  background: #EEE;
}
.home-gallery-content {
  background-size: cover;
  display: table;
}
.home-gallery-item a,
.home-gallery-item a:hover{
  text-decoration: none;
}
.home-gallery-content-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2em;
  text-align: center;
}
.home-gallery-content-inner h3 {
  font-size: 1.85em;
  transition: font-size .1s linear;
  margin: 0;
  padding: 0;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  text-transform: none;
}
.home-gallery-content-inner p {
  font-size: 1.15em;
  line-height: 1.25em;
  transition: font-size .1s linear;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.home-gallery-content-inner.hover-effect {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s,opacity .1s linear;
}
.home-gallery-item  a:hover .home-gallery-content .home-gallery-content-inner.hover-effect {
  display: table-cell;
  background-color: rgba(94,13,194,.8);
  background: 0 0\9;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC4e2f91,endColorstr=#CC4e2f91)\9;
  zoom: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s,opacity .1s linear;
}



.bottom-pane-wrp {
  color: #fff;
  text-align: center;
  padding: 4em 0;
}
.bottom-pane-wrp .page-center {
  margin-bottom: 1.6em !important;
  padding-left: 15px;
  padding-right: 15px;
}
.bottom-pane-wrp .sub-title {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.bottom-pane-wrp .button.button-xs.buttonWhite.absPerfect {
  color: #fff;
  text-decoration:none;
}
.bottom-pane-wrp .button.button-xs.buttonWhite.absPerfect:hover {
  background: #fff;
  color: #4e2f91;
  text-decoration:none;
}
.bottom-pane-wrp .button-wrp .button {
  color: #fff;
  text-decoration: none;
}

.bottom-pane-wrp .button-wrp .button:hover {
  background: #fff;
  color: #4e2f91;
}


/* ==========================================================================
Survey Page                                   
========================================================================== */

.hs-survey-layout .body-container-wrapper {
  padding-top: 4em !important;
}
.custom-row1-survey-left-content {
  padding-left: 27px;
  padding-right: 180px;
}
.custom-row1-survey-left-content hr {
  display: block;
  height: 10px;
  padding: 0;
  width: 100px;
  border: 0;
  margin: 1em 0 3em;
  border-top: 10px solid #ccc;
}
.custom-row1-survey-left-content h2 {
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 10px;
}
.custom-row1-survey-left-content p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.custom-row1-survey-left-content p:first-of-type {
  margin-top: 2em;
}
.custom-row1-survey-mid-content > span {
  margin-left: -47px;
  display: block;
  padding-right: 89px;
}
.custom-row1-survey-mid-content h3 {
  color: #ee589f;
  margin-top: 2em;
}
.custom-row1-survey-mid-content p.lead {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.custom-survey-form {
  padding-left: 42px;
  padding-right: 12px;
}
.custom-survey-form form {
  background-color: #ee589f;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 69px;  
}
.custom-survey-form form:after, 
.custom-survey-form form:before {
  content: "";
  display: table;
  clear: both;
}
.custom-survey-form form .hs-richtext h3 {
  font-weight: 900;
  color: #fff;
  margin-top: 2em;
}
.custom-survey-form form .hs-richtext p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 14px;
}
.custom-survey-form form .hs-form-field>label {
  color: #fff;
  margin-bottom: -2px;
  display: block;
}
.custom-survey-form .hs-form-field {
  margin-bottom: 15.5px;
}
.custom-survey-form .hs-form-required {
  color: #fff;
}
.custom-survey-form li.hs-form-radio {
  line-height: 18px;
  color: #fff;
  font-family: Verdana;
  font-size: 13px;
}  
.custom-survey-form input.hs-button.primary {
  font-family: Verdana;
  color: #000000;
  font-size: 13px;
  margin: 10px 0;
  clear: both;
  padding: 10px 30px;
  background-color: #fff;
  border: 3px solid #fff;
  text-transform: uppercase;
  text-align: left!important;
}

.custom-row1-survey-mid-content h4 {
  font-weight: 900;
  color: #4e2f91;
}
.custom-row1-survey-mid-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 2.3em;
}
.custom-row1-survey-mid-content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.custom-row1-survey-mid-content ul li:before {
  content: "//";
  padding-right: 5px;
}
.hs-survey-btn {
  border: 3px solid #ee589f;
  background: 0 0;
  cursor: pointer;
  padding: 10px 31px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: 0;
  transition: all .1s;
  z-index: 3000;
  color: #ee589f;
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 16px;
  line-height: 1.75em;
  font-family: Lato,Arial,sans-serif;
}
.hs-survey-btn:hover,
.hs-survey-btn:focus {
  background: #ee589f;
  color: #FFF;
  text-decoration: none;
}
.custom-row1-survey-group {
  padding-bottom: 4em;
}


/* ==========================================================================
About Us                                     
========================================================================== */
.hs-about-page .body-container-wrapper {
  padding-bottom: 0;
}
.custom-row1-about-content {
  padding-bottom: 8em;
}
.cst-one-col-grp {
  width: 83.33333333%;
  margin: 0 auto;
  padding:0 15px;
}
.cst-one-col-item {
  padding: 0 15px;
  width: 25%;
  float: left;
}
.latoHeavy {
  text-transform: uppercase;
  font-weight: 900;
}

.cst-one-col-grp .inner-col {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-one-col-item h3 {
  color: #4e2f91;
  font-weight: 900;
}

.custom-row2-about-group {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-row2-about-group.gray {
  padding: 2em 0 6em;
  text-align: left;
}
.gray {
  background-color: #ddd;
}
.custom-row2-about-content .hs_cos_wrapper_type_header {
  font-weight: 900;
  display: block;
  padding-top: 4em;
  overflow: hidden;
}
.custom-row2-about-content .hs_cos_wrapper_type_header h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3em;
  margin-top: 1em;
  text-align: center;
}
.custom-row2-about-content .hs_cos_wrapper_type_header h1:after {
  border: 0;
  border-top: 10px solid #ccc;
  display: block;
  height: 10px;
  padding: 0;
  width: 100px;
  content: "";
  margin: 10px auto 0;
}
.cst-two-col-left-image-grp {
  padding: 0 12px;
  padding-top: 4em;
}
.cst-two-col-left-image-grp .inner-col {
  background: transparent;
}
.cst-left-col-image {
  background-size: cover;
  min-height: 475px;
}
.cst-rght-col-content {
  background-color: #fff;
  margin: 0;
  padding: 3em 2em 2em;
  text-align: left;
  overflow: hidden;
}
.cst-two-col-left-image-grp .inner-col .title {
  color: #fbaf42;
}
.cst-two-col-left-image-grp.pink_theme .title {
  color: #ee589f;
}
.cst-two-col-left-image-grp .inner-col p strong {
  color: #fbaf42;
}

.cstm-2-col-rgt-imge-grp .title {
  color: #ee589f;
}
.cstm-2-col-rgt-imge-grp .cst-left-col {
  padding: 4em 0;
}
.cstm-right-col-image img {
  margin: 3em 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.cstm-2-col-rgt-imge-grp  .cstm-content ul {
  padding-left: 2.3em;
  list-style: none;
  margin: 0;
  margin-bottom: 2em;
}
.cstm-2-col-rgt-imge-grp p strong {
  font-weight: 900;
}
.cstm-2-col-rgt-imge-grp p a strong {
  font-weight: bold;
}
.cstm-2-col-rgt-imge-grp  .cstm-content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.cstm-2-col-rgt-imge-grp  .cstm-content ul li:before {
  content: "//";
  padding-right: 5px;
}

.cst-whos-eligible-grp .cst-left-col-content {
  width: 83.33333333%;
  margin-left: 8.33333333%;
}
.cst-whos-eligible-grp .cst-left-col-content {
  padding: 4em 0;
  color: #FFF;
  padding-right: 1em;
}
/* .cst-whos-eligible-grp .cst-right-col {
background-position: right;
min-height: 660px;
} */
.cst-whos-eligible-grp .content p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.cst-whos-eligible-grp .content ul {
  padding: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  list-style-type: none;
  margin: 0;
}
.cst-whos-eligible-grp .content ul li {
  display: inline-block;
  padding: 0 1px;
  text-decoration: none;
}
.cst-whos-eligible-grp .content ul li:not(:first-child):before {
  content: " // ";
}



/* ==========================================================================
Past Partner Page Styling                           
========================================================================== */
.hs-pst-wnner .banner-text-inner p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.hs-pst-wnner .body-container-wrapper {
  padding: 0;
}

.pink {
  background-color: #ee589f;
  color: #fff;
}

.eql-padding {
  padding: 4em 0 10em;
}

.hs-pst-win-r1-grp .page-center {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.white {
  color: #fff;
  border-color: #fff;
}

.cst-head-title-grp h2 {
  margin-bottom: 10px;
  font-family: Lato,Arial,sans-serif;
  font-size: 3em;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 900;
}

.cst-head-title-grp hr {
  margin: 0 auto;
  border: 0;
  border-top: 10px solid #fff;
  display: block;
  height: 10px;
  padding: 0;
  width: 100px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: transparent;
}

.hs-pst-win-r1-c2-menu .hs-menu-wrapper > ul {
  display: block;
  text-align: center;
  font-size: 1.4em;
  line-height: .5em;
  font-weight: 400;
  font-family: Lato,Arial,sans-serif;
  margin-bottom: -17px!important;
  padding-top: 18px;
}
.hs-pst-win-r1-c2-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  padding:45px 1px 0 0;
  float: none !important;
  text-decoration: none;
}

.hs-pst-win-r1-c2-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  line-height: 23px;
}

.hs-pst-win-r1-c2-menu .hs-menu-wrapper > ul > li + li:before {
  content: " // ";
  padding-right: 1px;
}

.hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li>a:hover {
  background: #fff;
  color: #ee589f;
}

.cstm-past-winner-grp .cst-pst-win-items {
  padding: 4em 0;
  overflow: hidden;
}

.cstm-past-winner-grp .cst-pst-win-items .innergrp {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-left-col-grp {
  float: left;
  width: 16.66666667%;
  margin-left: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


.cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-left-col-grp hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  height: 10px;
  padding: 0;
  width: 100px;
  border: 0;
  margin: 1em 0 3em;
  border-top: 10px solid #ccc;
  background: transparent;
}


.cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-left-col-grp h2 {
  font-weight: 900;
  font-size: 3em;
  margin-top: 1em;
  font-family: Lato,Arial,sans-serif;
  margin-bottom: 10px;
}

.cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 66.66666667%;
}

.cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp .inner-sec.clearfix {
  margin-left: -15px;
  margin-right: -15px;
}

.cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp .inner-sec.clearfix .cst-col-item {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp .inner-sec.clearfix .cst-col-item h4 {
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato,Arial,sans-serif;
  font-size: 1.125em;
  font-weight: 900;
  border-bottom: 1px solid #ddd;
  min-height: 120px;
  padding-top: 4.5em;
}


/* ==========================================================================
Contact Page                            
========================================================================== */

.hs-contact-layout .body-container-wrapper {
  padding: 4em 0;
}
.hs-contact-left-col-flexi {
  padding-left: 27px;
}
.hs-contact-left-col-flexi hr {
  display: block;
  height: 10px;
  padding: 0;
  width: 100px;
  border: 0;
  margin: 1em 0 3em;
  border-top: 10px solid #ccc;
}
.hs-contact-left-col-flexi h2 {
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 10px;
}
.custom-contat-form {
  padding-right: 234px;
}
.custom-contat-form > div {
  margin-left: -37px;
  margin-top: 10px;
}
.custom-contat-form .hs-form-field>label {
  display: block;
  line-height: 16px;
}
.custom-contat-form textarea {
  min-height: 102px;
}
.custom-contat-form li.hs-form-radio {
  line-height: 16px;
  font-family: Verdana;
  font-size: 13px;
}
.custom-contat-form li.hs-form-radio span {
  vertical-align: top;
}
.custom-contat-form input.hs-button.primary {
  margin-top: 2px;
}
.custom-contat-form .hs_firstname.hs-firstname > label {
  margin-bottom: -1px;
}
.custom-contat-form .hs_firstname.hs-firstname {
  margin-bottom: 6px;
}
.custom-contat-form .hs_lastname.hs-lastname {
  margin-bottom: 6px;
}
.hs-contact-right-col-flexi {
  padding-left: 56px;
}
.hs-contact-right-col-flexi hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.hs-contact-right-col-flexi h4 {
  font-weight: 900;
  text-transform: uppercase;
}

/* ==========================================================================
Apply Page Style                                 
========================================================================== */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
.hs-apply-page .body-container-wrapper {
  padding-top: 8em;
  padding-bottom:0;
}
.custom-two-column-equal-wrp h2.title {
  color: #fbaf42;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.6em;
}
.custom-row1-apply-group {
  padding-bottom: 10em;
}
.custom-two-column-content {
  margin: 0 -15px;
}
.custom-two-column-equal-wrp .custom-col-left, 
.custom-two-column-equal-wrp .custom-col-right {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1.6em;
}
.custom-two-column-equal-wrp hr.linegray {
  margin: 3em 0;
  margin-bottom: calc(3em + 10px);
}

.tips-wrp {
  padding: 4em 0 10em;
  color:#fff;
}
.tips-wrp .title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.tips-wrp hr.linewhite {
  margin: 0 auto 10px;
}
.tips-wrp .tips-column {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.tips-wrp .section-container {
  display: table-cell;
  vertical-align: middle;
}
.tips-wrp .small-diamond-container {
  position: relative;
  min-height: 200px;
  margin-left: -15px;
  margin-right: -15px;
}
.tips-wrp .section-container h2 {
  margin-top: 2em;
  font-weight: 900;
  color:#fff;
}
.tips-content-wrp {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.small-diamond-item.diamond-item-1 {
  width: 220px;
  height: 220px;
  border: 44px solid transparent;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.small-diamond-container:after, 
.small-diamond-container:before {
  content: " ";
  display: table;
}
.small-diamond-item-border-line-right-top {
  height: 1px;
  left: 3px;
  right: 3px;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  top: 3px
}

.small-diamond-item-border-line-right-bottom {
  right: 3px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0
}

.small-diamond-item-border-line-left-bottom {
  height: 1px;
  left: 3px;
  right: 3px;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  bottom: 3px
}
.small-diamond-item-border-line-left-top {
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0
}

.cstm-2-col-rgt-imge-grp .cstm-content h4 {
  text-transform: uppercase;
}
.cstm-2-col-rgt-imge-grp .cstm-content h4 strong {
  font-weight: 900;
}
.custom-row4-apply-group a.button.button-small.buttonPink {
  padding: 10px 30px;
}

/* ==========================================================================
Branding Page
========================================================================== */

.hs-branding-page .body-container-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}
.one-column-with-background-image-wrp {
  padding-left: 15px;
  padding-right: 15px;
  background-position: top right;
  min-height: 725px;
}
.one-column-with-background-image-inner {
  padding: 4em 0;
}
.one-column-with-background-image-inner .button.buttonSmall.buttonPurple {
  margin-bottom: 6px;
}
.one-column-with-background-image-inner ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.one-column-with-background-image-inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.one-column-with-background-image-inner ul li:before {
  content: "//";
  padding-right: 5px;
}

.two-column-with-image-wrp .custom-left-column {
  padding: 4em 0;
  float: left;
}
.two-column-with-image-wrp .custom-left-column h2 {
  color: #ee589f;
}

.two-column-with-image-wrp .custom-right-column {
  min-height: 660px;
  background-size: cover;
  float: left;
}
.two-column-with-image-wrp .content p {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.two-column-with-image-wrp .content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.two-column-with-image-wrp .content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.two-column-with-image-wrp .content ul li:before {
  content: "//";
  padding-right: 5px;
}
.two-column-with-image-wrp .topSpace {
  margin-top: 2em;
  margin-bottom: 1.2em;
}

.testimonial-wrp {
  padding: 8em 15px;
  text-align: center;
}
.testimonia-content .quote {
  font-size: 2em;
  color: #fff;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  font-weight: 400;
}
.testimonial-wrp .linewhite {
  margin-bottom: 10px !important;
}
.testimonial-wrp .small {
  font-size: .8em;
  color: #fff;
}

.two-column-with-video-wrp .two-column-with-video-left-section {
  padding-left: 15px;
  padding-right: 15px;
}
.two-column-with-video-wrp .two-column-with-video-left-section h2 {
  margin-top: 2em;
  color: #4e2f91;
}
.two-column-with-video-wrp .two-column-with-video-left-section .lead {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.two-column-with-video-wrp .two-column-with-video-left-section p.bottomSpace {
  margin-bottom: 1.6em;
}

.two-column-branding-wrp {
  background-color: #EEE;
  color: #333;
  padding: 4em 0;
}
.two-column-branding-inner h2 {
  text-align: center;
  margin-bottom: 1.6em;
}
.two-column-branding-image {
  padding: 0 15px;
  margin-bottom: 1.6em;
}
.two-column-branding-content {
  padding: 0 15px;
}
.two-column-branding-wrp .topspace {
  margin-top: 2em;
}

.connect-wrp .connect-inner {
  padding: 4em 0;
}
.connect-wrp .connect-container {
  text-align: center;
  margin-bottom: 1.6em;
  padding-left: 15px;
  padding-right: 15px;
}
.connect-wrp .title {
  color: #fff;
}
.connect-wrp .connect-link a {
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.connect-wrp .button-inner {
  width: 33.33333333%;
  margin-left: 16.66666667%;
  float: left;
}
.connect-wrp .button-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.connect-wrp .button-inner.button-item-2 {
  margin-left: 0;
}
.connect-wrp .button-text.latoHeavy {
  text-transform: none;
}
.connect-wrp .button-inner p {
  margin: .5em 0;
  font-size: 1.5em;
  line-height: 1.4;
}
.connect-wrp hr.linecenter.linewhite {
  margin: 0 auto 10px !important;
}
.connect-wrp a:hover div {
  background-color: #FFF;
  color: #ff1b52;
  text-decoration:none;
}

.two-column-branding-inner a.button.button-xs.buttonPink {
  margin-bottom: 1.6em;
}

/* ==========================================================================
Sponsors                       
========================================================================== */

.hs-sponsors-page .body-container-wrapper {
  padding: 0;
}
.cst-sponsor-grp {
  padding: 4em 15px;
}
.cst-sponsor-grp .cst-left-col h2 {
  text-transform: uppercase;
  font-weight: 900;
}
.cst-sponsor-grp .cst-left-col {

  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.cst-sponsor-grp .cst-rght-col-grp {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.cst-sponsor-grp .cst-rght-col-grp .inner {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-sponsor-grp .cst-sponsor-items {
  margin-bottom: 1em;
  min-height: 550px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.cst-sponsor-grp .cst-sponsor-items img {
  margin-bottom: 1em;
}
.cst-sponsor-grp .cst-sponsor-items .title {
  font-weight: 900;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
}
.sponsors-bottom-text {
  padding: 0 15px;
}
.sponsors-bottom-text p {
  margin-top: 2em;
}

.custom-row2-sponsors-group {
  padding: 2em 0 6em;
}

/* ==========================================================================
Global Hr Line Site                            
========================================================================== */
hr.linegray {
  border: 0;
  margin: 1em 0 3em;
  border-top: 10px solid #ccc;
  display: block;
  height: 10px;
  padding: 0;
  width: 100px;
  margin-bottom: calc(3em + 10px);
}
hr.linewhite {
  border-top: 10px solid #fff;
  border: 0;
  margin: 1em 0 3em;
  display: block;
  height: 10px;
  padding: 0;
  width: 100px;
  margin-bottom: calc(3em + 10px);
  background-color: #fff;
}
.linecenter {
  margin: 0 auto !important;
}

/* ==========================================================================
Global Button Site                            
========================================================================== */

.button {
  border: 3px solid #fff;
  background: 0 0;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: 0;
  transition: all .1s;
  z-index: 3000;
  text-decoration: none;
}
.button-xs {
  padding: 10px 30px;
}
.button, .latoUpper, .sectionContainer h1, .uppercase {
  text-transform: uppercase;
}
.buttonOrange {
  color: #fbaf42;
  border: 3px solid #fbaf42;
}
.buttonOrange:hover,
.buttonOrange:focus{
  background: #fbaf42;
  color: #FFF;
  text-decoration: none;
}
.buttonPink {
  color: #ee589f;
  border: 3px solid #ee589f;
}
.button-small {
  padding: 20px 50px;
}
.buttonPink:hover {
  background: #ee589f;
  color: #FFF;
  text-decoration: none;
}
.buttonPurple {
  color: #4e2f91;
  border: 3px solid #4e2f91;
  text-decoration: none;
}
.buttonPurple:hover,
.buttonPurple:focus{
  background: #4e2f91;
  color: #FFF;
  text-decoration: none;
}
.two-column-with-video-wrp .button.button-xs.buttonPurple {
  font-size: 1.15em;
  line-height: 1.75em;
}

.cst-two-col-left-image-grp.pink_theme .buttonOrange {
  color: #ee589f;
  border: 3px solid #ee589f;
}
.cst-two-col-left-image-grp.pink_theme .buttonOrange:hover,
.cst-two-col-left-image-grp.pink_theme .buttonOrange:focus{
  background:#ee589f;
  color: #FFF;
  text-decoration: none;
}

/* ==========================================================================
Event  Page
========================================================================== */
.hs-event-page .body-container-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-row1-event-group .cstm-right-col-image img {
  margin: 0;
}
.custom-row1-event-group .cst-left-col-content h2 {
  color: #fbaf42;
}
.custom-row1-event-group .cst-whos-eligible-grp .cst-right-col {
  -webkit-clip-path: none;
  clip-path: none;
}
.custom-row1-event-group .cst-whos-eligible-grp .content p {
  color: #000;
  font-size: 1.15em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  font-weight: 400;
}
.custom-row1-event-group hr.linewhite {
  background: #ccc;
}

/* .custom-row1-event-group .testimonia-content {
margin-left: 25%;
width: 50%;
} */
.custom-row1-event-group .testimonia-content .quote {
  font-size: 2.5em;
  border: 0;
  padding: 10px 20px;
  margin: 0 0 20px;
  line-height: 1.42857143;
}
.custom-row1-event-group .testimonial-wrp hr.linewhite {
  background: #fff;
  margin-bottom: -3px !important;
}
.past-event-year {
  margin-left: 8.33333333%;
  padding: 1em 0;
  position: relative;
  z-index: 2;
}
.past-event-year h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fbaf42;
}
.past-event-year .content {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}
.past-event-year .label-pastVideo {
  display: inline;
  padding: .25em .6em .25em;
  font-size: 75%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #337ab7;
  line-height: 1;
}
.past-event-year p span {
  margin-right: -0.5px;
  display: inline-block;
}
.past-event-year {
  float: left;
  padding-right: 8.33333333%;
}
.past-event-images .images {
  float: left;
  margin-top: -1px;
}
.custom-row2-event-group {
  padding: 8em 0 10em;
  margin-bottom: 1.6em;
}
.custom-row2-event-top-content .hs_cos_wrapper_type_header h1 {
  color: #ee589f;
  margin-bottom: 1.6em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 3em;
  margin-top: 1em;
}

.custom-row2-event-content {
  padding: 0 15px;
}
.custom-row2-event-left-content,
.custom-row2-event-right-content{
  padding: 0 15px;
  padding-right: 8.33333333%;
}
.span6.custom-row2-event-right-content {
  margin-left: 1.28%;
}




/* ==========================================================================
Winners
========================================================================== */

.hs-winners-page .body-container-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

.winners-four-column-group {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4em 0;
}
.winners-four-column-inner .heading {
  font-size: 3em;
  margin-top: 1em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Lato,Arial,sans-serif;
  margin-bottom: 10px;
  line-height: 1.1;
  text-align: center;
}
  color: #ff1b52;
  font-size: 1.85em;
  margin-bottom: 1.5em;
  font-weight: 900;
  font-family: Lato,Arial,sans-serif;
  margin-top: 20px;
  line-height: 1.1;
  text-align: center;
}

.winners-four-column-group .sub-title {
  font-size: 1.125em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Lato,Arial,sans-serif;
  text-align: center;
}
.winners-four-column-content {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em;
  padding-top: 10px;
  margin-bottom: 1.6em;
}
.winners-four-column-items {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 2em;
  margin-bottom: 1.6em;
}

.winners-video-group {
  padding: 4em 0;
}
.winners-video-group .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.winners-video-group .heading {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3em;
  margin-top: 1em;
  font-family: Lato,Arial,sans-serif;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
.winners-video-group hr.linewhite {
  margin: 0 auto 0;
}
.winners-video-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 2em;
  padding-top: 10px;
}
.winners-video-group .page-center {
  margin-bottom: 1.6em !important;
}
.winners-video-group .title {
  color: #fff;
  font-size: 1.85em;
  margin-bottom: 1.5em;
  font-weight: 900;
  text-align: center;
  font-family: Lato,Arial,sans-serif;
  margin-top: 20px;
  line-height: 1.1;
}
.winners-video-group .wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
}
.winners-video-group .subtitle {
  line-height: 1.1;
  font-weight: 900;
  font-size: 1.125em;
  color: #fff;
  text-align: center;
  margin: 0;
}
.winners-video-content-column {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 2em;
  float: left;
}
.winners-video-content-column p {
  font-size: 1.15em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.winners-four-column-content.heading_h4 h4.title {
  color: #fbaf42;
  margin: 0;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.winners-four-column-content p.sub-title {
  font-size: 1.15em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  text-transform: none;
  font-weight: 900;
  margin:0 0 1.2em;
  text-align: center;
}

.one-column-with-background-color {
  padding: 4em 0;
  text-align: center;
}
.one-column-with-background-color .button.button-small.buttonWhitePink {
  color: #fff;
  border: 3px solid #fff;
  text-decoration: none;
}
.one-column-with-background-color .button.button-small.buttonWhitePink:hover{
  background: #fff;
  color: #ee589f;
  text-decoration: none;
}


.custom-row1-winners-group {
  padding: 2em 15px;
  background-color: #eee;
}
.custom-winners-group .page-center {
  margin-bottom: 1.6em !important;
}
.custom-winners-heading-inner {
  margin-bottom: 1.6em;
  padding-bottom: 10px;
}
.custom-winners-heading-inner h2 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 3em;
  margin-top: 1em;
  line-height: 1.1;
}
.custom-winners-group hr.linegray {
  margin: 0 auto 0;
}
.custom-winners-content {
  margin-top: 3em;
}
.custom-winners-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-winners-column {
  padding: 1em;
  float: left;
}
.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-winners-content .winnerlabel {
  position: absolute;
  top: 0;
  text-align: center;
  background-color: rgba(0,0,0,.9);
  color: #FFF;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: none;
  padding: 5px;
}
.custom-winners-content .custom-winners-column-inner {
  position: relative;
  display: table;
}
.custom-winners-column.custom-winners-column-55 .custom-winners-column-inner{
  width:100%;
}
.custom-winners-content .custom-winners-column-inner:hover .winnerlabel {
  display: table-cell;
}
.custom-winners-group .winnerlabel > div {
  display: table;
  height: 100%;
  width: 100%;
}
.custom-winners-group .winnerlabel > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.winnerlabel .winnerlabel-text h3 {
  margin: 0;
  line-height: 1.5;
}
.winnerlabel .winnerlabel-text p {
  margin: 0;
  padding: 0;
  font-size: 1.85em;
  font-family: Lato,Arial,sans-serif;
  font-weight: 400;
  line-height: 150%;
}
.winnerlabel .winnerlabel-text p {
  margin: 0;
  padding: 0;
  line-height: 150%;
  font-size: 1.15em;
  font-weight: 400;
}
.custom-winners-content .custom-winners-column-inner img[src="//hs.northcoast99.org/hs-fs/hubfs/NorthCoast_99_January2019%20Theme/images/k2m.jpeg"] {
  background: #fff;
}
.custom-winners-column-inner a {
  display: block;
  /*   background: #fff; */
  text-align: center;
  position:relative;
}
.custom-winners-content .custom-winners-column-inner {
  position: relative;
  display: table;
  width: 100%;
  /*   padding-right: 10px; */
}
.custom-row5-winners-content .winners-four-column-items {
  margin: 0;
}


/* ==========================================================================
System Page
========================================================================== */
.without-banner .custom-header-group {
  background-color: rgba(255, 27, 82,0.95);
  padding: 40px;
  position: static;
}
.without-banner .custom-header-group .page-center {
  position: relative;
  max-width: 100% !important;
}
.without-banner .custom-logo-group {
  padding-left: 15px;
  padding-right: 15px;
}

.without-banner .custom-headerbanner-inner-wrapper .custom-header-banner-section {
  display: block !important;
}
.without-banner .custom-headerbanner-inner-wrapper {
  height: auto !important;
  display: block !important;
}
.without-banner .custom-headerbanner-inner-wrapper {
  height: auto !important;
  display: block !important;
}
.without-banner .custom-header-banner-outter {
  padding: 0;
  height: auto;
  position: static;
}
.without-banner .custom-headerbanner-inner-wrapper {
  height: auto !important;
  display: block !important;
  background: transparent;
}
.without-banner .custom-headerbanner-wrapper {
  height: auto;
}

.error-banner-area .error-button {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.error-banner-area .banner-area-inner .button {
  padding: 10px 30px;
}
.custom-404-error-search {
  margin-left: 0 !important;
  padding-bottom: 10px;
}
.custom-404-error-search form {
  width: 50%;
  margin: 0 auto;
}

.hs-error-page .body-container-wrapper {
  padding:0;
}


.hs-home-page a.mobile-icon.mobile-trigger.icon.iconFixed {
  top: 13px;
  right: 25px;
}

/* ==========================================================================
Modal Popup
========================================================================== */

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  overflow-y: auto !important;
  color: #000;
  background-color: rgba(0,0,0,0.5);
}
.fade.show {
  opacity: 1;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0,-25%);
}
.modal.show .modal-dialog {
  transform: translate(0,0);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,0.2);
  border-radius: 0.3rem !important;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 0px solid #f3f3f3;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.custom-fp-modal .modal-header {
  padding: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-open {
  overflow: hidden;
}
.custom-fp-modal .modal-header p {
  color: #333;
}
.custom-fp-modal .modal-header p strong {
  font-weight: 900;
}
.custom-fp-modal .modal-header h3 {
  font-weight: 900;
  font-size: 1.85em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1.1;
  color: rgb(51, 51, 51);
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-family: "L10",Arial,sans-serif;
}
.custom-fp-modal button.close {
  outline: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
  position: absolute;
  right: 35px;
  top: 33px;
  font-family: Lato, Arial, sans-serif;
}
.custom-fp-modal button.close:hover, 
.custom-fp-modal button.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding:47px 45px;
}
.modal-body .hs-form-field {
  margin-bottom: 8px;
}
.custom-fp-modal .modal-body {
  padding-bottom: 30px;
}
.custom-fp-modal#requestDemoModal .modal-body p {
  margin-bottom: 1.5rem;
}
.body-container .modal-content .form-title:before {
  display: none !important;
}
.body-container .modal-content .form-title {
  margin: 0;
}
.modal-body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin-bottom: 7px;
}
.modal-body form ul li {
  font-family: Verdana;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 1px;
}
.modal-body form.hs-form .hs-form-field ul.inputs-list li input {
  font-size: 13.3333px;
}

.one-column-with-background-image-wrp .custom-fp-modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
.one-column-with-background-image-wrp .custom-fp-modal .modal-body {
  padding-top: 0;
}

.one-column-with-background-image-wrp .modal-body .hs_cos_wrapper_type_form {
  display: block;
  padding: 9px 10px;
}


.one-column-with-background-image-wrp .modal-body .hs-form-field > label {
  margin-bottom: -1px;
  display: block;
}
.one-column-with-background-image-wrp .modal-body [type="text"],
.one-column-with-background-image-wrp .modal-body [type="password"],
.one-column-with-background-image-wrp .modal-body [type="datetime"],
.one-column-with-background-image-wrp .modal-body [type="datetime-local"],
.one-column-with-background-image-wrp .modal-body [type="date"],
.one-column-with-background-image-wrp .modal-body [type="month"],
.one-column-with-background-image-wrp .modal-body [type="time"],
.one-column-with-background-image-wrp .modal-body [type="week"],
.one-column-with-background-image-wrp .modal-body [type="number"],
.one-column-with-background-image-wrp .modal-body [type="email"],
.one-column-with-background-image-wrp .modal-body [type="url"],
.one-column-with-background-image-wrp .modal-body [type="search"],
.one-column-with-background-image-wrp .modal-body [type="tel"],
.one-column-with-background-image-wrp .modal-body [type="color"],
.one-column-with-background-image-wrp .modal-body [type="file"],
.one-column-with-background-image-wrp .modal-body textarea,
.one-column-with-background-image-wrp .modal-body select {
  line-height: 24px;
}
.one-column-with-background-image-wrp .modal-body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin-bottom: 7px;
}
.one-column-with-background-image-wrp .modal-body form ul li {
  font-family: Verdana;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 1px;
  text-indent: 0;
}
.one-column-with-background-image-wrp .modal-body form.hs-form .hs-form-field ul.inputs-list li input {
  font-size: 13.3333px;
}

.one-column-with-background-image-wrp .modal-body ul li:before{
  display:none !important;
}
.two-column-with-video-wrp p:last-child {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: Lato,Arial,sans-serif;
  font-weight: 400;
}

.two-column-video-pop-content p:last-child {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: Lato,Arial,sans-serif;
  font-weight: 400;
  word-break: break-all;
}

@media (min-width: 481px) {
  .modal-dialog {
    max-width: 500px;
    margin: 31px auto;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    max-width: 598px;
  }

}

.wistia_placebo_close_button img {
  max-width: none !important;
}
@-moz-document url-prefix() {
  .logo-normal {
    max-width: 122px !important;
  }
  .custom-logo {
    padding-top: 20px;
    padding-left: 7px;
  }
  .hs-home-page .logo-normal {
    max-width: 150px !important;
  }
  .hs-home-page .custom-logo {
    padding-top: 22px;
    padding-left: 5px;
  }
  .home-banner-area-wrp .text-content h3 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* .modal-header .form-title {
margin: 0;
line-height: 0;
}
.modal-header .hs_cos_wrapper_type_form {
display: block;
padding: 9px 10px;
}


.modal-header .hs-form-field > label {
margin-bottom: -1px;
display: block;
}
.modal-header [type="text"],
.modal-header [type="password"],
.modal-header [type="datetime"],
.modal-header [type="datetime-local"],
.modal-header [type="date"],
.modal-header [type="month"],
.modal-header [type="time"],
.modal-header [type="week"],
.modal-header [type="number"],
.modal-header [type="email"],
.modal-header [type="url"],
.modal-header [type="search"],
.modal-header [type="tel"],
.modal-header [type="color"],
.modal-header [type="file"],
.modal-header textarea,
.modal-header select {
line-height: 24px;
}
.modal-header form.hs-form .hs-form-field ul.inputs-list {
list-style: none;
padding: 0;
margin-bottom: 7px;
}
.modal-header form ul li {
font-family: Verdana;
font-size: 13px;
line-height: 1;
margin-bottom: 1px;
}
.modal-header form.hs-form .hs-form-field ul.inputs-list li input {
font-size: 13.3333px;
}

.two-column-video-pop-content p:last-child {
font-size: 14px;
line-height: 1.42857143;
font-family: Lato,Arial,sans-serif;
font-weight: 400;
} */


/* Styles that do not fit into any of the available sections above can go here. */
.hs-search-page .hs-search-field {
  width: 50%;
}

#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 50%!important;
  padding: 2px 2px !important;
  line-height: 16px;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"], 
.one-column .body-container-wrapper input[type="datetime"], 
.one-column .body-container-wrapper input[type="datetime-local"], 
.one-column .body-container-wrapper input[type="date"], 
.one-column .body-container-wrapper input[type="month"], 
.one-column .body-container-wrapper input[type="time"], 
.one-column .body-container-wrapper input[type="week"], 
.one-column .body-container-wrapper input[type="number"], 
.one-column .body-container-wrapper input[type="email"], 
.one-column .body-container-wrapper input[type="url"], 
.one-column .body-container-wrapper input[type="search"], 
.one-column .body-container-wrapper input[type="tel"], 
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select {
  width: 50% !important;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}

.hs-error-msgs.inputs-list{
  margin:10px 0; 
  list-style:none;
  padding:0;
}

.hs-error-msgs.inputs-list label {
  font-weight: normal;
  color: #ff0000;
  font-family: verdana;
  font-size: 13px;
}   
.invalid.error {
  border: 1px solid rgb(255, 0, 0);
}
.custom-survey-form  .hs-error-msgs.inputs-list label {
  color:#fff;
}

.subscription-template.one-column #email-prefs-form .subscribe-options label span {
  font-size: 16px;
  color: #444;
  line-height: 24px;

}
.subscribe-options label {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1199px) and (max-width: 1400px) {
  .cst-sponsor-grp .cst-left-col h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5em;
  }
}

/* =============== Screen sizes Min .page-center =============== */
@media (max-width: 992px) {
  .mobile-icon .icon {
    top:15px;
    right: 20px
  }
}

@media (min-width: 768px){
  .banner-area-inner h1{
    font-size: 60px;
    margin-top: 70px;
  }
  .diamondContainer {
    min-height: 210px;
  }
  .diamond-item {
    width: 250px;
    height: 250px;
    border: 44px solid transparent;
  }
  .hs-contact-layout h1.title.uppercase.no-button-gp,
  .hs-event-page .banner-area-inner h1{
    margin-top: 100px;
    margin-bottom:0;
  }

  /* Apply */
  .tips-wrp .content-text {
    width: 83.33333333%;
    margin-left:8.33333333%;
  }
}

@media (min-width: 992px) {
  .mobile-icon .icon {
    top:51px;
    right: 65px
  }

  .mobile-icon .iconVideo {
    top: 0;
    right: 15px
  }
  .banner-area-inner h1 {
    font-size: 75px;
    margin-top: 75px;
  }
  .diamondContainer {
    min-height: 260px;
  }
  .diamond-item {
    width: 300px;
    height: 300px;
    border: 44px solid transparent;
  }
  .banner-area-inner .banner-text-inner{
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }

  /*About */
  .cst-one-col-item{
    width:50%;
  }
  .cst-left-col-image {
    min-height: 600px;
    width: 40%;
    float: left;
  }
  .cst-rght-col-content{
    min-height: 600px;
    width:60%;
    float: left;
  }
  .cstm-2-col-rgt-imge-grp .cst-left-col {
    margin-left: 8.33333333%;
    width:50%;
    float: left;
  }
  .cstm-right-col-image {
    width: 41.66666667%;
    float: left;
  }

  /* Apply */
  .custom-two-column-equal-wrp .custom-col-left, 
  .custom-two-column-equal-wrp .custom-col-right {
    width: 50%;
    float: left;
  }


  .custom-row2-apply-content .cst-whos-eligible-grp .cst-left-col-content {
    margin-left: 8.33333333%;
    width: 41.66666667%;
    float: left;
  }
  .custom-row2-apply-content .cst-whos-eligible-grp .cst-right-col {
    width: 50%;
    float: left;
  }
  .tips-wrp .tips-column {
    width: 50%;
  }
  .tips-wrp .content-text {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
  .tips-wrp .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Home */
  .home-gallery-content {
    width: 25%;
    float: left;
  }
  .home-banner-area-wrp .text-content {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
  .home-gallery-item a:hover .home-gallery-content-inner h3 {
    font-size: 1.87em;
    transition: font-size .1s linear;
  }
  .home-gallery-item  a:hover .home-gallery-content-inner p {
    font-size: 1.17em;
    line-height: 1.25em;
    transition: font-size .1s linear;
  }

  /* Branding */
  .testimonia-content,
  .two-column-with-video-wrp .two-column-with-video-left-section{
    margin-left:8.33333333%;
    width:83.33333333%;
  }

  .two-column-with-video-right-section {
    margin-left:0;
    width: 100%;
    float: left;
  }

  .one-column-with-background-image-inner {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .one-column-with-background-image-wrp {
    background-position: top center;
    min-height: auto;
  }
  .two-column-with-image-wrp .custom-left-column {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
  .two-column-with-image-wrp .custom-right-column {
    float: left;
    width: 100%;
  }
  .two-column-branding-wrp .two-column-branding-image {
    width: 33.33333333%;
    float: left;
  }
  .two-column-branding-wrp .two-column-branding-content {
    width: 66.66666667%;
    float: left;
  }

  /*  sponsor */
  .cst-sponsor-grp .cst-left-col {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .cst-sponsor-grp .cst-rght-col-grp {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .cst-sponsor-grp .cst-sponsor-items {
    width: 33.33333333%;
  }
  .sponsors-bottom-text {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }

  /* Event */
  .custom-row1-event-group .testimonia-content {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
  .past-event-images .images{
    width:25%;
    float: left;
  }

}

@media (min-width: 1200px){
  .visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
  }
  .banner-area-inner h1 {
    font-size: 100px;
    margin-top: 110px;
  }
  .diamondContainer {
    min-height: 340px;
  }
  .diamond-item {
    width: 400px;
    height: 400px;
    border: 44px solid transparent;
  }
  .banner-area-inner .banner-text-inner {
    margin-left: 25%;
    width: 50%;
  }
  .cstm-right-col-image {
    width: 41.66666667%;
    margin-left: 8.33333333%;
    float: left;
  }

  .hs-contact-layout h1.title.uppercase.no-button-gp {
    margin-top: 150px;
    margin-bottom:0;
  }

  /* About Us */
  .cst-one-col-item {
    width: 25%;
  }
  .cst-left-col-image,
  .cst-rght-col-content {
    min-height: 475px;
  }
  .cstm-2-col-rgt-imge-grp .cst-left-col {
    margin-left: 8.33333333%;
    width: 33.33333333%;
    float: left;
  }
  .cstm-right-col-image {
    width: 50%;
    margin-left: 8.33333333%;
    float: left;
  }

  .cst-whos-eligible-grp .cst-left-col-content {
    margin-left: 8.33333333%;
    width: 41.66666667%;
    float: left;
  }
  .cst-whos-eligible-grp .cst-right-col {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,60% 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,60% 100%);
    background-size: cover;
  }
  .cst-whos-eligible-grp .cst-right-col {
    width: 50%;
    float: left;
  }

  /* Apply */
  .custom-two-column-equal-wrp .custom-col-left, 
  .custom-two-column-equal-wrp .custom-col-right {
    width: 50%;
    float: left;
  }
  .tips-wrp .content-text {
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }

  .tips-wrp .tips-column {
    width: 33.33333333%;
  }

  /* Home */
  .home-gallery-content {
    float: left;
    width:25%;
  }

  /* Branding */
  .one-column-with-background-image-inner {
    width: 25%;
    margin-left: 8.33333333%;
  }
  .two-column-with-image-wrp  .custom-left-column {
    margin-left: 8.33333333%;
    width: 33.33333333%;
  }
  .two-column-with-image-wrp .custom-right-column {
    margin-left: 8.33333333%;
    width: 50%;
  }
  .testimonia-content {
    margin-left: 16.66666667%;
    width: 66.66666667%;
    float: left;
  }
  .two-column-with-video-wrp .two-column-with-video-left-section {
    margin-left: 8.33333333%;
    width: 33.33333333%;
    float: left;
  }
  .two-column-with-video-right-section {
    margin-left: 8.33333333%;
    width: 50%;
    float: left;
  }
  .two-column-branding-image {
    width: 33.33333333%;
    margin-left: 8.33333333%;
    float: left;
  }
  .two-column-branding-wrp .two-column-branding-content {
    width: 50%;
    float: left;
  }
  .connect-wrp .connect-container {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
  .connect-wrp .button-inner {
    width: 33.33333333%;
    margin-left: 16.66666667%;
    float: left;
  }



  /* Sponsor */
  .cst-sponsor-grp .cst-left-col {
    margin-left: 8.33333333%;
    width: 16.66666667%;
  }
  .cst-sponsor-grp .cst-rght-col-grp {
    width: 66.66666667%;
    margin-left:0;

  }
  .cst-sponsor-grp .cst-sponsor-items {
    width: 33.33333333%;
  }
  .sponsors-bottom-text {
    width: 50%;
    margin-left: 25%;
  }

  /* Events */
  .custom-row1-event-group .cst-whos-eligible-grp .cst-left-col-content {
    margin-left: 8.33333333%;
    width: 33.33333333%;
    float: left;
  }
  .custom-row1-event-group .cst-whos-eligible-grp .cst-right-col {
    margin-left: 8.33333333%;
  }
  .past-event-year {
    width: 41.7%;
  }
  .hs-event-page .banner-area-inner h1 {
    margin-top: 150px;
  }
  .hs-event-page .banner-text {
    margin-bottom: 2.4%;
  }
  .custom-row1-event-content .cst-left-col-content {
    padding-right: 0;
  }
  .custom-row1-event-group .testimonia-content {
    margin-left: 25%;
    width: 50%;
  }
  .past-event-images .images {
    width: 24.98%;
  }

  /* Winners */
  .winners-four-column-items {
    width: 25%;
  }
  .winners-video-content-column {
    width: 33.33333333%;
    float: left;
  }
  .custom-winners-column {
    width: 25%;
  }

  .home-banner-area-wrp .text-content {
    width: 50%;
    margin-left: 25%;
  }

}


@media (min-width: 479px) and (max-width: 1450px) {
  .winnerlabel .winnerlabel-text h3 {
    font-size: 1.5em;
    line-height: 1;

  }
}

@media (min-width: 1350px){
  .one-column-with-background-image-wrp{
    background-position: top right;
    min-height: 725px;
  }
}

@media screen and (max-aspect-ratio: 11/6){
  .home-banner-area-wrp .video-container {
    display: none;
  }
  .home-banner-area-wrp {
    background-image: url('//cdn2.hubspot.net/hubfs/2236169/NorthCoast_99_January2019%20Theme/images/home-video.jpg');
    background-size: cover;
  }
}


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width:1370px) {
  .custom-row1-survey-left-content {
    padding-right: 120px;
  }
  .custom-row1-survey-mid-content > span {
    margin-left: -27px;
    padding-right: 69px;
  }
  .custom-survey-form {
    padding-left: 27px;
  }     
}

@media (max-width: 1199px) {
  .custom-contat-form {
    padding-right: 0;
  }  
  .linegray.visible-md {
    display: block !important;
  }

  .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li {
    vertical-align: top;
  }
  /*   .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li:nth-child(14),
  .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li:nth-child(15), 
  .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li:nth-child(16) {
  padding: 46px 1px 0 0;
} */
  .cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-left-col-grp {
    width: 83.33333333%;
  }
  .cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }

  .custom-row1-survey-left-content {
    padding-right: 0;
  }
  .custom-row1-survey-mid-content > span {
    margin-left: 0;
    padding-right: 0;
  }
  .custom-survey-form {
    padding-left: 0;
    padding-right: 0;
  }   
  .error-banner-area .error-button {
    width: 100%;
  }

}

@media (max-width: 1199px) {
  .custom-winners-group .page-center {
    max-width: 100% !important;
  }
  .custom-winners-column {
    width: 25%;
  }
  .winners-four-column-items {
    width: 50%;
  }
  .winners-video-content-column {
    width: 33.33333333%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hs-survey-layout .banner-area-inner .banner-text-inner {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}

@media (max-width: 991px) {
  .custom-header-banner-outter {
    padding: 0;
  }
  .custom-headerbanner-inner-wrapper {
    height: 100vh !important;
  }
  .banner-area-inner .banner-text-inner {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 3em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.7em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-top: 54px;
  }
  .mobile-open .custom-mobile-trigger-group {
    top: 18px;
    right: 5px;
  }
  .custom-mobile-trigger-group {
    position: absolute;
    top: 18px;
    right: 5px;
  }

  /* Footer */
  .custom-footer-group{
    padding-bottom:1em;
  }
  .custom-footer-group .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-footer-menu {
    width: 100% !important;
  }
  .custom-footer-connect {
    width: 100% !important;
    padding-left: 0;
    margin-left: 0 !important;
  }
  .custom-footer-connect ul {
    padding-left: 0;
  }
  .custom-footer-menu ul li:first-child:before {
    display: block;
    position: relative;
    margin-bottom: 14px;
    margin-left: 0;
    left: -5px;
  }
  .custom-footer-menu {
    padding-left: 0;
  }

  /* Contact */
  .hs-contact-left-col-flexi,
  .custom-contat-form,
  .hs-contact-right-col-flexi {
    width: 100% !important;
    padding-left: 0;
    margin-left:0 !important;
  }
  .custom-contat-form > div {
    margin-left: 0;
  }
  .hs-contact-right-col-flexi {
    padding-left: 0;
  } 
  .hs-contact-layout .main-content {
    padding: 0 27px;
  }


  /* About */

  .cst-whos-eligible-grp .cst-left-col-content {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }

  .cst-one-col-item {
    width: 100%;
    float: none;
    padding-bottom: 1px;
  }
  .custom-row2-about-group .page-center {
    max-width: 100% !important;
  }
  .cst-two-col-left-image-grp {
    padding-left:15px;
    padding-right:15px;
  }
  .cstm-2-col-rgt-imge-grp {
    width: 100%;
  }
  .cstm-2-col-rgt-imge-grp .cst-left-col {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
  .cst-one-col-item h3:first-child {
    margin-top: 0;
  }
  .cst-one-col-grp .inner-col {
    padding-top: 20px;
  }
  .custom-row1-about-content {
    padding-bottom: 7.9em;
  }

  /* Apply */
  hr.linegray.visible-sm {
    display: block ;
  }

  .tips-wrp .page-center {
    max-width: 100% !important;
  }
  .title-wrp {
    width: 83.33333333%;
    margin-left: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tips-wrp .tips-column {
    width: 100%;
  }
  .tips-content-wrp {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .tips-wrp .content-text {
    padding-left: 15px;
    padding-right: 15px;
  }


  /*   .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li:nth-child(13), .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li:nth-child(12) {
  padding: 46px 1px 0 0;
} */

  .cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-left-col-grp,
  .cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp {
    width: 100%;
    margin-left: 0;
  }
  .cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp .inner-sec.clearfix .cst-col-item {
    width: 50%;
  }

  .custom-row1-survey-left-content,
  .custom-row1-survey-mid-content,
  .custom-survey-form {
    padding-right: 0;
    width: 100% !important;
    padding-left: 0;
    margin-left: 0 !important;
  } 
  .hs-survey-row1-content {
    padding: 0 28px;
  }

  /* Home */
  .home-banner-area-wrp .home-banner-content .title {
    font-size: 4em;
  }
  .home-banner-area-wrp .text-content {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .home-banner-area-wrp .bottom-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-banner-area-wrp .text-content h3 {
    font-size: 1.5em;
  }
  .home-gallery-content {
    height: 300px !important;
    height: 300px\9 !important;
    width: 100%;
  }
  .home-gallery-content-inner.hover-effect {
    display: table-cell;
    background-color: rgba(94,13,194,.8);
    background: 0 0\9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#CC4e2f91,endColorstr=#CC4e2f91)\9;
    zoom: 1;
    visibility: visible;
    opacity: 1;
  }
  .home-gallery-content-inner h3 {
    display: inline-block;
    padding: .75em;
    margin-bottom: .5em;
    border: 2px solid #eee;
    font-size: 1.85em;
    transition: font-size .1s linear;
    line-height: 1.1;
  }
  .one-column-with-background-image-wrp {
    background-position: top center;
    min-height: auto !important;
    background: #fff;
    background-image: none !important;
  }
  .one-column-with-background-image-inner {
    margin-left: 8.33333333%;
    width: 41.66666667%;
  }
  .two-column-with-image-wrp .custom-left-column,
  .two-column-with-video-wrp .two-column-with-video-left-section{
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .two-column-with-image-wrp .custom-right-column {
    width: 100%;
  }
  .mobile-icon.mobile-trigger.icon.iconFixed {
    top: 8px;
    right: 15px;
  }
  .cst-sponsor-grp .cst-sponsor-items {
    width: 50%;
  }
  .custom-row2-sponsors-group .page-center {
    max-width: 100% !important;
  }

  /* Event */
  .past-event-images .images{
    width:50%;
    float: left;
  }
  .custom-winners-heading-inner {
    padding-bottom: 16px;
  }

  .custom-winners-column {
    width: 33.33333333%;
  }
  .winners-four-column-items {
    width: 100%;
  }
  .winners-video-content-column {
    width: 50%;
  }
  .winners-video-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-row5-winners-content .winners-four-column-content.heading_h3 h4.title {
    margin-top: 0;
  }
  .custom-row5-winners-content .winners-four-column-content {
    margin-top: 3em;
  }

  .without-banner .custom-header-group {
    padding: 15px;
    padding-top: 0;
  }
  .without-banner .custom-logo-group {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (min-width: 1200px) and (max-width: 1230px)  {
  .past-event-year {
    padding-bottom: 0;
  }
  .past-event-year p:last-child {
    margin-bottom: 10px;
  }
  .past-event-year .content {
    margin-bottom: 0.8em;
  }


}

@media (min-width:1199px) and (max-width: 1500px)  {
  .past-event-year {
    padding-bottom: 0;
  }
  .past-event-year p:last-child {
    margin-bottom: 10px;
  }
  .past-event-year .content {
    margin-bottom: 0.8em;
  }

  .banner-area-inner .banner-text-inner {
    width: 70%;
    margin: 0 auto;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .body-container-wrapper input[type="text"],
  .one-column .body-container-wrapper input[type="password"], 
  .one-column .body-container-wrapper input[type="datetime"], 
  .one-column .body-container-wrapper input[type="datetime-local"], 
  .one-column .body-container-wrapper input[type="date"], 
  .one-column .body-container-wrapper input[type="month"], 
  .one-column .body-container-wrapper input[type="time"], 
  .one-column .body-container-wrapper input[type="week"], 
  .one-column .body-container-wrapper input[type="number"], 
  .one-column .body-container-wrapper input[type="email"], 
  .one-column .body-container-wrapper input[type="url"], 
  .one-column .body-container-wrapper input[type="search"], 
  .one-column .body-container-wrapper input[type="tel"], 
  .one-column .body-container-wrapper input[type="color"],
  .one-column .body-container-wrapper input[type="file"],
  .one-column .body-container-wrapper textarea,
  .one-column .body-container-wrapper select {
    width: 100% !important;
  }
  .hs-search-page .hs-search-field {
    width:100%;
  }
  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }  
  .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {
    width: 85%;
  }  
  .banner-text-inner p {
    line-height: 115%;
  }
  .banner-area-inner .button {
    padding: 10px 20px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 8.75em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.7em;
    text-align: center;
    padding: 10px;
    line-height: 1.42857143;
  }
  .custom-mobile-trigger-group {
    top: 18px;
    right: 5px;
  }

  /* Footer */
  .custom-footer-group ul li {
    line-height: 2.5em;
  }
  .custom-footer-group ul li {
    display: inline-block;
    float: none !important;
    width: auto !important;
  }
  .custom-footer-group ul li a {
    color: #bababa;
    text-decoration: none;
    width: auto !important;
    display: inline-block !important;
  }
  .custom-footer-connect ul li {
    line-height: 2.5em;
  }


  /* Button Global */
  .button {
    padding: 10px 20px;
  }

  /* Apply */
  .tips-wrp .content-text {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
  .tips-wrp .content-text p {
    line-height: 115%;
  }
  .custom-row4-apply-group a.button.button-small.buttonPink {
    padding: 10px 20px;
  }
  .tips-wrp .content-text {
    padding-left: 0;
    padding-right: 0;
  }


  .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li {
    vertical-align: top;
    width: auto;
  }
  .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li>a {
    display: inline-block;
    width: auto !important;
  }
  .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul>li {
    padding: 45px 1px 1px 0!important;
    margin-bottom: 0;
  }
  .hs-pst-win-r1-c2-menu .hs-menu-wrapper>ul {
    margin-bottom: 0 !important;
  }
  .cstm-past-winner-grp .cst-pst-win-items .innergrp .cst-right-col-grp .inner-sec.clearfix .cst-col-item {
    width: 100%;
  }

  .custom-row1-survey-mid-content {
    padding-top: 1px;
  }
  .home-banner-area-wrp .home-banner-content .title {
    font-size: 32px;
    margin-top: 50px;
  }
  .home-banner-area-wrp .text-content h3 {
    font-size: 1.25em;
  }
  .home-banner-area-wrp .button {
    padding: 10px 40px;
  }

  .one-column-with-background-image-inner {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
  .connect-wrp .button-inner {
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .two-column-branding-inner h2 {
    padding: 0 15px;
  }

  .cst-sponsor-grp .cst-sponsor-items {
    width: 100%;
    min-height: 0;
    margin-bottom: 5em;
  }
  .cst-sponsor-grp .cst-sponsor-items p:last-child {
    margin-bottom: 0;
  }
  a.mobile-icon.mobile-trigger.icon.iconFixed {
    top: 8px;
    right: 15px;
  }

  .modal-dialog {
    max-width: 100%;
  }
  .modal-dialog {
    margin: 0;
    padding: 10px;
  }
  .modal-content {
    height: calc(100vh - 20px);
  }
  .past-event-images .images {
    width: 50%;
  }
  .custom-row2-event-group .page-center {
    max-width: 100% !important;
  }
  .custom-row2-event-left-content, 
  .custom-row2-event-right-content {
    padding: 0 15px;
    width: 83.33333333% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  .past-event-year .label-pastVideo {
    display: block;
    width: 100%;
    padding: 1em 0;
    margin: .5em 0 .5em;
    float: left;
  }
  .wistia_click_to_play {
    width: 100% !important;
  }
  .past-event-year .label-pastVideo:hover {
    text-decoration: underline;
    text-decoration-color: #23527c;
  }
  .past-event-year {
    padding-bottom: 2em;
  }
  .past-event-year br+strong {
    margin-top: 34px;
    display: block;
    float: left;
    width: 100%;
  }
  .past-event-year p span {
    margin-right: 0;
    display: block;
  }
  .past-event-images .images {
    width: 100%;
    float: left;
    margin-top:0;
  }
  .past-event-images .images img {
    max-width: 100% !important;
    width: 100%;
  }
  .modal-header {
    display: block;
  }
  .modal-content {
    height: 100%;
  }
  .custom-winners-column {
    width: 50%;
  }
  .winners-video-content-column {
    width: 100%;
  }
  .custom-winners-column {
    width: 50%;
  }
  .eql-padding {
    padding: 4em 0 8.7em;
  }
  .custom-404-error-search form {
    width: 80%;
  }
  .blog .blog-sidebar {
    margin-top: 40px;
  }
  .hs-home-page div#wistia-yigq072o19-1_popover_container {
    display: none;
  }
  .hs-home-page.wistia_popover_mode div#wistia-yigq072o19-1_popover_container {
    display: block;
  }

  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100%!important;
  }
  .hs-error-page .custom-header-group {
    position: static;
  }

  .hs-error-page .custom-header-banner-outter {
    padding: 0;
    position: static;
  }
  .hs-error-page  .custom-headerbanner-wrapper {
    height: auto;
  }
  .hs-error-page .body-container-wrapper .main-content {
    margin-bottom: 0;
  }

}  

@media (max-height: 660px) {
  .custom-header-banner-outter {
    position: relative;
  }
  .custom-headerbanner-inner-wrapper {
    padding-top: 110px;
  }
  .custom-headerbanner-wrapper {
    min-height: 538px !important;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .subscription-template.one-column #email-prefs-form .subscribe-options {
    overflow: visible;
  } 
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }    
  .custom-winners-column {
    width: 100%;
  }

  .wistia_popover_embed {
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;
  }
  .custom-winners-content .custom-winners-column-inner {
    width:auto !important;
    margin: 0 auto;
  }
  .blog-pagination span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .tips-wrp .title,
  .cst-whos-eligible-grp h2,
  .hs-blog-header h1,
  .post-header h1{
    font-size: 2.2em;
  }
}

@media (max-width: 370px) {
  /* Equal Padding Left Right */
  .one-column-with-background-image-inner,
  .tips-content-wrp{
    width: 100%;
    margin-left: 0;
  }
  .two-column-with-image-wrp .custom-left-column, 
  .two-column-with-video-wrp .two-column-with-video-left-section,
  .cst-one-col-grp{
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
  .connect-wrp .button-inner,
  .cst-sponsor-grp .cst-sponsor-items,
  .custom-row1-event-group .testimonia-content .quote{
    padding-left: 0;
    padding-right: 0;
  }
  h1 {
    font-size: 2.8em;
  }
  .two-column-with-video-wrp .two-column-with-video-left-section h2,
  .one-column-with-background-image-wrp h2,
  .two-column-branding-inner h2,
  .two-column-branding-inner h2{
    font-size: 2.8em;
  }

  .cstm-2-col-rgt-imge-grp .cst-left-col,
  .cst-whos-eligible-grp .cst-left-col-content{
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-row1-apply-group .page-center {
    max-width: 100%;
    padding: 0 15px;
  }
  .custom-row1-apply-group .page-center {
    max-width: 100% !important;
  }
  .custom-row1-event-group .cst-left-col-content h2 {
    font-size: 3em;
  }
  .past-event-year {
    float: left;
    padding-right: 0;
  }
  .past-event-year {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-row2-event-left-content, 
  .custom-row2-event-right-content {
    padding: 0;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  .hs-contact-layout .main-content {
    padding: 0;
  }
  .hs-contact-layout .body-container .page-center {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .winners-video-group .page-center,
  .winners-four-column-group .page-center,
  .bottom-pane-wrp .page-center{
    max-width: 100% !important;
  }
  .custom-winners-column {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-row1-survey-group .page-center {
    max-width: 100% !important;
  }
  .hs-survey-row1-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tips-wrp .tips-column {
    padding-left: 0;
    padding-right: 0;
  }
  .title-wrp {
    width: 100%;
    margin-left: 0;
  }

}