@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap');
/***********************************************/

/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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

/* =====================================
   Index:         
  1. BASE STYLES   
    1a. Hubl Variables
    1b. Hubl Macros
    1c. CSS Resets
    1d. Base
    1e. Typography
    1f. Buttons
    1g. Forms
  2. FLUID FRAMEWORK
  3. CONTENT
    3b. Homepage
  4. HEADER
    4a. Header Structure
    4b. Main Navigation
    4c. Mobile Menu
    4d. Sticky Header
  5. FOOTER
    4a. Footer Structure
  6. BLOG
    5a. Blog Structure
    5b. Blog Listing
    5c. Blog Post
    5d. Blog Subscribe Form
  7. MISCELLANOUS
    7a. CTA Overrides
   ===================================== */

/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */

/* =====================================
   1a. Hubl Variables                                               
   ===================================== */

/*** Base Font Settings (applies to body and non-heading tags)***/




 /* Keep value unitless for easy responsiveness */
 /* This will also be the minimum spacing for headings */




/*** Heading Font Settings ***/





/* Heading sizes in pixels */






/* Super */








/* h1 */






/* h2 */






/* h3 */






/* h4 */






/* h5 */






/*** Extra Font Settings ***/












/*** Base Site Settings ***/





/*** Color Palette ***/







/*** Site Width Containers ***/


   

/* =====================================
   1b. Hubl Macros                                             
   ===================================== */

/* Border Radius  */


/* Box Shadow  */


/* Transition  */


/* Transform  */


/** Shorthand Compatibality-Minded Flex Box Styles **/















/* =====================================
   1c. CSS Resets (If Needed)                                       
   ===================================== */

@media (min-width: 767px) {
  html.sr .main-banner-wrapper .fadeInLeft,
  html.sr .main-banner-wrapper .fadeInRight,
  html.sr .main-banner-wrapper .fadeIn {
      visibility: hidden;
  }
}
html.sr .afterType {
    visibility: hidden;
}


/* =====================================
   1d. 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;
} 
body {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fbf5e7;
  font-weight: 400;
  color: #162B62;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.675;
  letter-spacing: normal;
  max-width: 1360px;
  padding: 30px;
  margin: 0 auto;
}
body.string-ovation .body-container-wrapper {
  color: #0d1114; 
}
body.string-ovation {
  max-width: 100%;
  padding: 0 30px 30px;
  margin: 0;
}
body.string-ovation .body-container-wrapper, 
body.string-ovation .footer-container-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.string-ovation .body-container-wrapper {
    border-top: 4px solid #c99f19; 
  }
}
@media (min-width: 1025px) {
   body.string-ovation .header-container-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  } 
}
@media (max-width: 1024px) {
  body {
    padding: 0 !important;
  }
}
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {
  background: #fff;
}
a { 
  color: #4390bc;
}
a:hover, a:focus { 
  color: #4390bc;
}
hr {
  color: #C4C4C4;
  background-color: #C4C4C4;
  height: 1px;
  border: none;
}

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

/*** Highlighted Text ***/
::-moz-selection {}
::selection {}

/*** Website Width ***/
.row-fluid .page-center,
.page-center {
  max-width: 1230px;
  float: none;
  margin: 0 auto !important;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    width: 100%; 
  }
  /** Add margin to divs after HubSpot wrap **/
  .page-center > .row-fluid-wrapper > .row-fluid > div {
    margin-bottom: 40px;
  }
  .page-center > .row-fluid-wrapper > .row-fluid > div.section-title {
    margin-bottom: 0;
  }
  .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div:last-of-type {
    margin-bottom: 0;
  }
  /** Don't add margin to divs after HubSpot wrap **/
  .page-center.noMbMargin > .row-fluid-wrapper > .row-fluid > div {
    margin-bottom: 0;
  }
  .clean-divide .page-center > .row-fluid-wrapper > .row-fluid > div {
    margin-bottom: 0;
  }
  /** Finesse image modules after HubSpot wrap **/
  .page-center .widget-type-linked_image {
    text-align: center; 
  }
  .page-center .widget-type-linked_image img {
    max-width: 85%;
  }
  .page-center .imgWidth {
    margin-top: 40px; 
  }
  .page-center .imgWidth .widget-type-linked_image img {
    max-width: 100%;
    width: 275px !important;
    height: auto !important;
  }
}

/* =====================================
   1e. Typography                                          
   ===================================== */

/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  letter-spacing: max(normal, normal);
  margin: 0 0 1em;
}
/* Super */
h1.sizeUp, .sizeUp h1,
h2.superSize, .superSize h2 {
  font-size: 66.0px;
  line-height: 1.17em;
  margin: 0;
}
/* h1 */
h1,
.h1 h2, .h1 h3, .h1 h4,
h2.h1, h3.h1, h4.h1,
h2.sizeUp, .sizeUp h2,
h3.superSize, .superSize h3,
.con-gallery-slider h2 {
  font-size: 48px;
  line-height: 1.17em;
  margin: 0;
}
/* h2 */
h2,
h1.sizeDown, .sizeDown h1,
h3.sizeUp, .sizeUp h3,
h4.superSize, .superSize h4 {
  font-size: 32px;
  line-height: 1.35;
  margin-bottom: .55em;
}
/* h3 */
h3,
h2.sizeDown, .sizeDown h2,
h4.sizeUp, .sizeUp h4,
h5.superSize, .superSize h5 {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: .75em;
}
/* h4 */
h4,
h3.sizeDown, .sizeDown h3,
h5.sizeUp, .sizeUp h5,
h6.superSize, .superSize h6,
p.superSize, .superSize p,
span.superSize, .superSize span, 
.superSize li {
  font-size: 20px;
  line-height: 1.35;
}
/* h5 */
h5,
h4.sizeDown, .sizeDown h4,
h6.sizeUp, .sizeUp h6,
p.sizeUp, .sizeUp p,
span.sizeUp, .sizeUp span, 
.sizeUp li {
  font-size: 18px;
  line-height: 1.675;
}
/* h6 */
h6,
h5.sizeDown, .sizeDown h5 {
  font-size: 14px;
  line-height: 1.675;
}
/* Small */
h6.sizeDown, .sizeDown h6,
p.sizeDown, .sizeDown p, 
span.sizeDown, .sizeDown span,
.sizeDown li {
  font-size: .875em;
}
/* Mini */
h6.pintSize, .pintSize h6,
p.pintSize, .pintSize p, 
span.pintSize, .pintSize span,
.pintSize li {
  font-size: .75em;
}
@media (max-width: 1366px) and (min-width: 1025px) {
  h1.sizeUp, .sizeUp h1,
  h2.superSize, .superSize h2 {
    font-size: 59.4px;
  }
}
@media (max-width: 1024px) and (min-width: 901px) {
  h1.sizeUp, .sizeUp h1,
  h2.superSize, .superSize h2 {
    font-size: 56.1px;
  }
  h1,
  .h1 h2, .h1 h3, .h1 h4,
  h2.h1, h3.h1, h4.h1,
  h2.sizeUp, .sizeUp h2,
  h3.superSize, .superSize h3,
  .con-gallery-slider h2 {
    font-size: 43.2px;
  }
  h2,
  h1.sizeDown, .sizeDown h1,
  h3.sizeUp, .sizeUp h3,
  h4.superSize, .superSize h4 {
    font-size: 30.4px;
  }
  h3,
  h2.sizeDown, .sizeDown h2,
  h4.sizeUp, .sizeUp h4,
  h5.superSize, .superSize h5 {
    font-size: 24px;
  }
  h4,
  h3.sizeDown, .sizeDown h3,
  h5.sizeUp, .sizeUp h5,
  h6.superSize, .superSize h6,
  p.superSize, .superSize p,
  span.superSize, .superSize span, 
  .superSize li {
    font-size: 20px;
  }
  h5,
  h4.sizeDown, .sizeDown h4,
  h6.sizeUp, .sizeUp h6,
  p.sizeUp, .sizeUp p,
  span.sizeUp, .sizeUp span, 
  .sizeUp li {
    font-size: 18px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  h1.sizeUp, .sizeUp h1,
  h2.superSize, .superSize h2 {
    font-size: 52.800000000000004px;
  }
  h1,
  .h1 h2, .h1 h3, .h1 h4,
  h2.h1, h3.h1, h4.h1,
  h2.sizeUp, .sizeUp h2,
  h3.superSize, .superSize h3,
  .con-gallery-slider h2 {
    font-size: 40.8px;
  }
  h2,
  h1.sizeDown, .sizeDown h1,
  h3.sizeUp, .sizeUp h3,
  h4.superSize, .superSize h4 {
    font-size: 28.8px;
  }
  h3,
  h2.sizeDown, .sizeDown h2,
  h4.sizeUp, .sizeUp h4,
  h5.superSize, .superSize h5 {
    font-size: 22.799999999999997px;
  }
  h4,
  h3.sizeDown, .sizeDown h3,
  h5.sizeUp, .sizeUp h5,
  h6.superSize, .superSize h6,
  p.superSize, .superSize p,
  span.superSize, .superSize span, 
  .superSize li {
    font-size: 20px;
  }
  h5,
  h4.sizeDown, .sizeDown h4,
  h6.sizeUp, .sizeUp h6,
  p.sizeUp, .sizeUp p,
  span.sizeUp, .sizeUp span, 
  .sizeUp li {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  h1.sizeUp, .sizeUp h1,
  h2.superSize, .superSize h2 {
    font-size: 46.199999999999996px;
  }
  h1,
  .h1 h2, .h1 h3, .h1 h4,
  h2.h1, h3.h1, h4.h1,
  h2.sizeUp, .sizeUp h2,
  h3.superSize, .superSize h3,
  .con-gallery-slider h2 {
    font-size: 38.400000000000006px;
  }
  h2,
  h1.sizeDown, .sizeDown h1,
  h3.sizeUp, .sizeUp h3,
  h4.superSize, .superSize h4 {
    font-size: 27.2px;
  }
  h3,
  h2.sizeDown, .sizeDown h2,
  h4.sizeUp, .sizeUp h4,
  h5.superSize, .superSize h5 {
    font-size: 21.6px;
  }
  h4,
  h3.sizeDown, .sizeDown h3,
  h5.sizeUp, .sizeUp h5,
  h6.superSize, .superSize h6,
  p.superSize, .superSize p,
  span.superSize, .superSize span, 
  .superSize li {
    font-size: 19.0px;
  }
  h5,
  h4.sizeDown, .sizeDown h4,
  h6.sizeUp, .sizeUp h6,
  p.sizeUp, .sizeUp p,
  span.sizeUp, .sizeUp span, 
  .sizeUp li {
    font-size: 18px;
  }
}
@media (max-width: 479px) and (min-width: 375px) {
  h1.sizeUp, .sizeUp h1,
  h2.superSize, .superSize h2 {
    font-size: 42.9px;
  }
  h1,
  .h1 h2, .h1 h3, .h1 h4,
  h2.h1, h3.h1, h4.h1,
  h2.sizeUp, .sizeUp h2,
  h3.superSize, .superSize h3,
  .con-gallery-slider h2 {
    font-size: 36.0px;
  }
  h2,
  h1.sizeDown, .sizeDown h1,
  h3.sizeUp, .sizeUp h3,
  h4.superSize, .superSize h4 {
    font-size: 25.6px;
  }
  h3,
  h2.sizeDown, .sizeDown h2,
  h4.sizeUp, .sizeUp h4,
  h5.superSize, .superSize h5 {
    font-size: 20.4px;
  }
  h4,
  h3.sizeDown, .sizeDown h3,
  h5.sizeUp, .sizeUp h5,
  h6.superSize, .superSize h6,
  p.superSize, .superSize p,
  span.superSize, .superSize span, 
  .superSize li {
    font-size: 18.0px;
  }
  h5,
  h4.sizeDown, .sizeDown h4,
  h6.sizeUp, .sizeUp h6,
  p.sizeUp, .sizeUp p,
  span.sizeUp, .sizeUp span, 
  .sizeUp li {
    font-size: 17.099999999999998px;
  }
}
@media (max-width: 374px) {
  h1.sizeUp, .sizeUp h1,
  h2.superSize, .superSize h2 {
    font-size: 39.6px;
  }
  h1,
  .h1 h2, .h1 h3, .h1 h4,
  h2.h1, h3.h1, h4.h1,
  h2.sizeUp, .sizeUp h2,
  h3.superSize, .superSize h3,
  .con-gallery-slider h2 {
    font-size: 33.599999999999994px;
  }
  h2,
  h1.sizeDown, .sizeDown h1,
  h3.sizeUp, .sizeUp h3,
  h4.superSize, .superSize h4 {
    font-size: 24.0px;
  }
  h3,
  h2.sizeDown, .sizeDown h2,
  h4.sizeUp, .sizeUp h4,
  h5.superSize, .superSize h5 {
    font-size: 19.200000000000003px;
  }
  h4,
  h3.sizeDown, .sizeDown h3,
  h5.sizeUp, .sizeUp h5,
  h6.superSize, .superSize h6,
  p.superSize, .superSize p,
  span.superSize, .superSize span, 
  .superSize li {
    font-size: 17.0px;
  }
  h5,
  h4.sizeDown, .sizeDown h4,
  h6.sizeUp, .sizeUp h6,
  p.sizeUp, .sizeUp p,
  span.sizeUp, .sizeUp span, 
  .sizeUp li {
    font-size: 16.2px;
  }
}

/*** Section Titles ***/
.section-title h1, h1.section-title,
.section-title h2, h2.section-title,
.section-title h3, h3.section-title,
.section-title h4, h4.section-title {
  position: relative;
  padding-bottom: 20px;
}
.section-title h1:after, h1.section-title:after,
.section-title h2:after, h2.section-title:after,
.section-title h3:after, h3.section-title:after,
.section-title h4:after, h4.section-title:after {
  content: " ";
  position: absolute;
  height: 4px;
  left: 0;
  width: 120px;
  bottom: 0;
  border-radius: 4px;
  background: #e8b71f;
}
@media (max-width: 767px) {
  .section-title h1, h1.section-title,
  .section-title h2, h2.section-title,
  .section-title h3, h3.section-title,
  .section-title h4, h4.section-title {
    padding-bottom: 25px;
  }  
}
/* Style when aligned center */
.textCenter .section-title h1:after, .textCenter h1.section-title:after, .section-title.textCenter h1:after, h1.section-title.textCenter:after, 
.textCenter .section-title h2:after, .textCenter h2.section-title:after, .section-title.textCenter h2:after, h2.section-title.textCenter:after,
.textCenter .section-title h3:after, .textCenter h3.section-title:after, .section-title.textCenter h3:after, h3.section-title.textCenter:after,
.textCenter .section-title h4:after, .textCenter h4.section-title:after, .section-title.textCenter h4:after, h4.section-title.textCenter:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
/* Style when aligned right */
.textRight .section-title h1:after, .textRight h1.section-title:after, .section-title.textRight h1:after, h1.section-title.textRight:after, 
.textRight .section-title h2:after, .textRight h2.section-title:after, .section-title.textRight h2:after, h2.section-title.textRight:after,
.textRight .section-title h3:after, .textRight h3.section-title:after, .section-title.textRight h3:after, h3.section-title.textRight:after,
.textRight .section-title h4:after, .textRight h4.section-title:after, .section-title.textRight h4:after, h4.section-title.textRight:after {
  left: initial;
  right: 0;
}
/* Alternate style */
.section-title.alt h1:after, h1.section-title:.altafter,
.section-title.alt h2:after, h2.section-title.alt:after,
.section-title.alt h3:after, h3.section-title.alt:after,
.section-title.alt h4:after, h4.section-title.alt:after { }


/*** Extra Heading Styles ***/
h1.baseWeight, h2.baseWeight, h3.baseWeight, h4.baseWeight, h5.baseWeight, h6.baseWeight,
.baseWeight h1, .baseWeight h2, .baseWeight h3, .baseWeight h4, .baseWeight h5, .baseWeight h6 {
  font-weight: 400;
}

/*** Advanced Header Module Styles ***/
span.headline-preface,
span.headline-qualifier {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #9A2B1F;
  display: block;
  line-height: normal;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .1em;
}
span.headline-subhead {
  font-family: 'Montserrat', sans-serif;
  color: #162B62;
  font-size: 18px;
  font-size: max(18px, .40em);
  letter-spacing: normal;
  letter-spacing: max(normal, normal);
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: .20em;
  line-height: 1.675;
}
.noMargin span.headline-subhead {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  span.headline-preface,
  span.headline-qualifier {
    font-size: 18px;
  }
  span.headline-subhead {
    font-size: 18px;
    font-size: max(18px, .40em);
  }
}
@media (max-width: 479px) {
  span.headline-preface,
  span.headline-qualifier {
    font-size: 18px;
  }
  span.headline-subhead {
    font-size: 18px;
  }
}

/*** Paragraphs and Related Styles ***/
p {
  margin: 0;
}
.textBold p, .textBold span, .textBold li, strong, b, .textBold a {
  font-weight: 700;
}
.textSemiBold p, .textSemiBold span, .textSemiBold li, b, .textSemiBold a {
  font-weight: ;
}
.textSemiBold strong {
  font-weight: ; 
}
.textUppercase h1, .textUppercase h2, .textUppercase h3, .textUppercase h4, .textUppercase h5, .textUppercase h6,
.textUppercase p, .textUppercase span, .textUppercase li, .textUppercase a {
  text-transform: uppercase; 
}
/** Add letter spacing **/
.letterSpacing h1, .letterSpacing h2, .letterSpacing h3, .letterSpacing h4, .letterSpacing h5, .letterSpacing h6,
.letterSpacing p, .letterSpacing span, .letterSpacing li, .letterSpacing a {
  letter-spacing: .05em;
}
@media (max-width: 768px) {
  .letterSpacing h1, .letterSpacing h2, .letterSpacing h3, .letterSpacing h4, .letterSpacing h5, .letterSpacing h6, 
  .letterSpacing p, .letterSpacing span, .letterSpacing li, .letterSpacing a {
    letter-spacing: .035em; 
  }
}

/*** Context Dependent Margins ***/
h1 + h2, h2 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2, ul + h2, ol + h2, h2 + h2, a + h2, span + h2, p + h2 {
  margin-top: .67em; 
}
span.headline-preface + h2 {
  margin-top: 0;
}
h1 + h3, h2 + h3, h3 + h3, h4 + h3, h5 + h3, h6 + h3, ul + h3, ol + h3, h3 + h3, a + h3, span + h3, p + h3 {
  margin-top: .83em; 
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, ul + p, p + p, a + p, span + p,
h1 + h4, h2 + h4, h3 + h4, h4 + h4, h5 + h4, h6 + h4, ul + h4, ol + h4, h4 + h4, a + h4, span + h4, p + h4,
h1 + h5, h2 + h5, h3 + h5, h4 + h5, h5 + h5, h6 + h5, ul + h5, ol + h5, h4 + h5, a + h5, span + h5,
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6, h6 + h6, ul + h6, ol + h6, h4 + h6, a + h6, span + h6 {
  margin-top: 1em;
}
ol + h1, ol + h2, ol + h3, ol + h4,
ul + h1, ul + h2, ul + h3, ul + h4 {
  margin-top: 0;
}
h2 + ol, h3 + ol, h4 + ol,
h2 + ul, h3 + ul, h4 + ul {
  margin-top: 0;
}

/*** Lists ***/
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
.page-center ul,
.page-center ol {
  display: inline-block;
}
.page-center ul li, 
.page-center ol li {
  margin-bottom: .75em;
}
.page-center p+ ul li:last-of-type, 
.page-center p+ ol li:last-of-type {
  margin-bottom: 1.5em;
}
.page-center p + ul,  
.page-center p + ol {
  margin-top: 1.5em;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
/** Two column list **/
@media (min-width: 601px) {
  .two-column-list ul,
  ul.two-column-list {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .two-column-list ul li,
  ul.two-column-list li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/** Checkmark List **/
.checkmark-list ul,
ul.checkmark-list {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  text-align: left;
}
.checkmark-list ul li,
ul.checkmark-list li {
  margin-bottom: 1.5em;
  position: relative;
  font-size: 18px;
  padding-left: 2em;
}
.checkmark-list ul li:before,
ul.checkmark-list li:before {
  content: "";
  left: 0;
  top: 3px;
  position: absolute;
  vertical-align: middle;
  background-image: url('https://7016829.fs1.hubspotusercontent-na1.net/hubfs/7016829/blue-checkmark.svg');
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  height: 1.5em;
  width: 1.5em;
}
/* Alt color scheme */
.checkmark-list.alt ul li:before,
ul.checkmark-list.alt li:before,
.bgBlue .checkmark-list ul li:before,
.bgBlue ul.checkmark-list li:before,
.bgYellow .checkmark-list ul li:before,
.bgYellow ul.checkmark-list li:before {
  background-image: url('https://7016829.fs1.hubspotusercontent-na1.net/hubfs/7016829/checkmark-icon-placeholder.svg');
}
.bgWhiteBox .checkmark-list ul li:before {
  background-image: url('https://7016829.fs1.hubspotusercontent-na1.net/hubfs/7016829/blue-checkmark.svg');
}
.sizeUp.checkmark-list ul li,
.sizeUp .checkmark-list ul li,
.sizeUp ul.checkmark-list li {
  padding-left: 2.5em;
  margin-bottom: 1em;
}
.sizeUp.checkmark-list ul li:before,
.sizeUp .checkmark-list ul li:before,
.sizeUp ul.checkmark-list li:before {
  height: 1.75em;
  width: 1.75em;
  top: 0;
}
.superSize.checkmark-list ul li,
.superSize .checkmark-list ul li,
.superSize ul.checkmark-list li {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.superSize.checkmark-list ul li:before,
.superSize .checkmark-list ul li:before,
.superSize ul.checkmark-list li:before {
  height: 1em;
  width: 1em;
}

/*** Quotes ***/
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


/* =====================================
   1f. Buttons                                        
   ===================================== */

/* Default margin */
.btnSolid,
.btnFill {
   margin-top: 25px;
}

/* General Button Styles */
.hs-button.primary,
input[type="submit"],
input[type="button"],
.btnSolid a.cta_button,
.btnFill a.cta_button,
.btnSolid a,
.btnFill a,
a.btnSolid,
a.btnFill {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-style: normal;
  display: inline-block;
  text-decoration: none !important;
  min-width: 130px;
  padding: 16px 20px;
  text-align: center;
  vertical-align: middle;
}

/*** Solid Button Styles ***/
.hs-button.primary,
input[type="submit"],
.header-container a.header-btn,
.btnSolid a.cta_button,
.btnSolid a,
a.btnSolid {
  -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;;
  background: #fff;
  border: 1px solid #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.05);
  color: #000000;
}
a.cta_button {
  -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
.header-container a.header-btn:hover,
.btnSolid a.cta_button:hover,
.btnSolid a:hover,
a.btnSolid:hover,
a.cta_button:hover {
  -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
/** Alternate Colors **/
.hs-button.primary,
input[type="submit"],
input[type="button"],
.btnSolid.colorBlue a.cta_button,
.btnSolid.colorBlue a,
a.btnSolid.colorBlue {
  background: #162B62 !important;
  border: 1px solid #162B62 !important;
  color: #fff;
}
.btnSolid.colorGold a.cta_button,
.btnSolid.colorGold a,
a.btnSolid.colorGold {
  background: #e8b71f;
  border: 1px solid #e8b71f;
  color: #fff;
}

.hs-button-footer .btnSolid .colorGold a {
    background: #e8b71f;
    border: 1px solid #e8b71f;
    color: #FFF!important;
    padding: 16px 20px;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.hs-button-footer.btnSolid .colorGold a:hover {
    color: #FFF!important;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.hs-button-footer.btnSolid {
    margin-top: 0px;
}

/* Center buttons on mobile */
@media (max-width: 600px) {
  .btnSolid, .btnFill {
    text-align: center; 
  }
}

/** Video Gallery Selection **/
.youtube-gallery__video {
  -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;;
}
.youtube-gallery__video:hover {
  -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95); 
}

/*** Form Specific Button Styles ***/
.hs-button.primary,
input[type="submit"] {
  margin: 5px 0 20px;
  padding: 8px 20px; 
  display: inline-block;
  max-width: 310px;
  white-space: normal;
  box-shadow: none !important;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/** Other **/


/*** Double CTA Wrapper ***/
.double-cta-wrapper .btnSolid a,
.double-cta-wrapper a.btnSolid {
  margin-top: 0;
}
@media (min-width: 767px) {
  .double-cta-wrapper {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
  .double-cta-wrapper > .btnSolid:not(:first-child) {
    margin-left: 24px;
  }
}
@media (min-width: 901px) {
  .double-cta-wrapper .btnSolid a {
    min-width: 0;
  }
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
  .double-cta-wrapper.textCenter > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 
  }
}
@media (min-width: 769px) {
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: inline-block;
    width: auto;
  }
  .double-cta-wrapper div.span6 {
    margin-top: 20px;
    display: inline-block;
    width: auto !important;
  }
  .double-cta-wrapper div.span6 > div {
    display: inline-block;
    margin: 15px 0;
  }
  .double-cta-wrapper div.span6:first-of-type {
    margin-right: 20px !important; 
  }
  .double-cta-wrapper div.span6:last-of-type {
    margin-left: 0 !important; 
  }
}
@media (max-width: 768px) {
  .double-cta-wrapper {
    margin-top: 25px;
    text-align: center; 
  }
  .double-cta-wrapper div.span6:first-of-type,
  .double-cta-wrapper > .btn-solid:first-of-type {
    margin-bottom: 20px; 
  }
  .double-cta-wrapper .btnSolid a,
  .double-cta-wrapper a.btnSolid {
    width: 100% !important;
    max-width: 300px !important;
  }
}

/* =====================================
   1g. Forms                                    
   ===================================== */


/* Remove style from ul on forms */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/*** Form Wrapper Styling ***/
.main-form .widget-type-form {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 40px 30px;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (max-width: 1024px) and (min-width: 768px) {
  /* form button condensed fix */
  .main-form.span6 .hs-button.primary,
  .main-form.span5 .hs-button.primary,
  .main-form.span4 .hs-button.primary,
  .main-form.span3 .hs-button.primary,
  .main-form.span2 .hs-button.primary,
  .main-form.span1 .hs-button.primary {
    width: 100%;
    min-width: 0 !important
  }
}
@media (max-width: 767px) {
  .main-form .widget-type-form {
    padding: 30px;
  }
}
.main-form.wrapperless .widget-type-form {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.main-form.wrapperless .widget-type-form {
  max-width: 635px; 
}
.main-form.wrapperless .widget-type-form form {
  max-width: 100%; 
}
/* Alternate Form BG */
.bgAlt .main-form .widget-type-form {
  background-color: #fff;
}

.main-form .widget-type-form p {
  color: #162B62 !important;
}

/** Full width form **/
.main-form.fullWidthForm {
  padding: 30px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(246,246,246,0.5);
}
.main-form.fullWidthForm .widget-type-form {
  max-width: 800px;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: none !important;
}
.main-form.fullWidthForm h3, .fullWidthForm p {
  text-align: center; 
}

/*** Form Field Label Styling ***/
.main-form .widget-type-form h2,
.main-form .widget-type-form h3 {
	text-align: center;
}
.main-form .hs-form .hs-form-field {
  position: relative;
  padding-bottom: 10px;
}
.main-form .hs-form-field > label {
 position: relative;
 color: #162B62;
}
.main-form .hs-form-field > label > span:first-of-type {
  font-size: 14px;
  color: #162B62;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: normal;
  padding-left: 13px;
}
.main-form .hs-form-field > label > span:last-of-type:not(.hs-form-required) {
	padding-left: 0 !important;
}
.main-form .hs-form .hs-field-desc {
  display: none;
}
.main-form .hs-form span.hs-form-required {
  background: #e8b71f;
  position: absolute;
  color: transparent;
  width: 6px;
  left: 0;
  margin-left: 0;
  top: 6px;
  border-radius: 50%;
  height: 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.main-form .hs-form .hs-richtext {
  margin: 20px 0 30px; 
}

/*** Form Inputs Styling  ***/
.main-form .hs-form input.hs-input,
.main-form .hs-form textarea,
.main-form .hs-form select,
.main-form .widget-type-password_prompt input[type="password"] {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  font-size: 15px;
  color: #162B62;
  margin-top: 2px;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #E9F0E8;
  border: 0;
  border: 1px solid rgba(68, 73, 73, 0.3);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding: 15px 25px 15px 18px;
}
.main-form .hs-form input.hs-input:focus,
.main-form .hs-form textarea:focus,
.main-form .hs-form select:focus,
.main-form .widget-type-password_prompt input[type="password"]:focus {
  background-color: #fff;
}
.main-form ::placeholder {
  color: #162B62;
}
.main-form :-ms-input-placeholder {
  color: #162B62;
}
.main-form ::-ms-input-placeholder {
  color: #162B62;
}
.main-form ::-moz-placeholder {
  color: #162B62;
}

/** Checkbox fix **/
.main-form .hs-form input[type="checkbox"] {
  width: auto !important;
  margin-bottom: 20px;
  margin-right: 6px;
}
.main-form .hs-form .inputs-list {
  margin-top: 0; 
}
.main-form .hs-form .inputs-list span {
  vertical-align: middle; 
}
.main-form .hs-form ul li, .hs-form ol li {
  margin-bottom: initial; 
}

/* reCaptcha */
.main-form .hs-form .grecaptcha-badge {
  margin: 0 auto 20px; 
}

/* Upload file fix */
.main-form .hs-form input[type="file"] {
  border: 0;
  padding: 0;
  background: transparent;
}

/* Multi-line inputs */
.main-form .hs-form textarea {
  min-width: 100%;
  max-height: 300px;
  min-height: 100px;
  max-width: 100%;
}

/** Dropdowns **/
.main-form .hs-form select {
  cursor: pointer;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
  background: url('https://3836852.fs1.hubspotusercontent-na1.net/hubfs/3836852/nav-down-arrow-darksvg.svg') 95% 52% no-repeat #fff;
  background-size: 12px;
}
.main-form .hs-form select::-ms-expand { 
  display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
  .main-form .hs-form select {
    background: none !important;
  }
}

/** Required (selectors for fields, when they do not pass validation) **/
.main-form .hs-form input.invalid, 
.main-form .hs-form textarea.invalid, 
.main-form .hs-form select.invalid {
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  border: 1px solid  ;
  background: #fff;
}
.main-form .hs-form input.invalid ::placeholder,
.main-form .hs-form textarea.invalid ::placeholder, 
.main-form .hs-form select.invalid ::placeholder {
  color:  ;
}
.main-form .hs-form input.invalid :-ms-input-placeholder,
.main-form .hs-form textarea.invalid :-ms-input-placeholder, 
.main-form .hs-form select.invalid :-ms-input-placeholder {
  color:  ;
}
.main-form .hs-form input.invalid ::-ms-input-placeholder
.main-form .hs-form textarea.invalid ::-ms-input-placeholder, 
.main-form .hs-form select.invalid ::-ms-input-placeholder {
  color:  ;
}
.main-form .hs-form input.invalid ::-moz-placeholder,
.main-form .hs-form textarea.invalid ::-moz-placeholder, 
.main-form .hs-form select.invalid ::-moz-placeholder {
  color:  ;
}

/** Error message (selector for validation messages) **/
.main-form .hs-form .hs-error-msgs label{
  color: red !important;
}
.main-form .hs-form ul.hs-error-msgs.inputs-list {
  line-height: normal;
  color: red;
  font-size: 12px;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.main-form .hs-form .hs_error_rollup {
    display: none !important;
}

/*** Multi Column Form (selectors for fieldsets and field wrappers) ***/
.main-form .hs-form fieldset {
    max-width: none !important;
}
.main-form .hs-form .hs-input {
    width: 100% !important;
}
.main-form .hs-form .hs-form fieldset.form-columns-1 {}
.main-form .hs-form fieldset.form-columns-1 .hs-form-field {
    padding: 0 0 10px !important;
    width: 100%;
}
.main-form .hs-form .hs-form fieldset.form-columns-2 {}
.main-form .hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0 0 10px;
    width: 49% !important;
    margin-right: 1%;
}
.main-form .hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-right: 0;
    margin-left: 1%;
}
.main-form .hs-form .hs-form fieldset.form-columns-3 {}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field {
    padding: 0 0 10px !important;
    width: 32.33% !important;
    margin-right: .5%;
    margin-left: .5%;
}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field:first-of-type {
    margin-right: 1%;
    margin-left: 0;
}
.main-form .hs-form fieldset.form-columns-3 .hs-form-field:last-of-type {
    margin-left: 1%;
    margin-right: 0;
}
@media (max-width: 600px) {
  .main-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .main-form .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
  }
}

/*** Forms Without Labels  ***/
.main-form.noLabels .hs-form-field > label {
  float: left;
  width: 100%;
}
.main-form.noLabels .hs-form span.hs-form-required {
  left: initial;
  right: 10px;
  top: 15px;
}
.main-form.noLabels .hs-form-field > label > span:first-of-type {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.main-form.noLabels .hs-form input.hs-input,
.main-form.noLabels .hs-form select {
  border-radius: 0;
  border: 0;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 4px solid transparent;
  box-shadow: 0 2px 0px -1px rgba(68,73,73,.5);
  font-size: 17px;
  letter-spacing: .25px;
  padding: 8px 25px 4px 0px;
}
.main-form.noLabels .hs-form input.hs-input:focus,
.main-form.noLabels .hs-form select:focus {
  outline: none;
  padding: 8px 25px 4px 0px;
  border: 0 !important;
  box-shadow: none;
  border-bottom: 4px solid  !important;
}
.main-form.noLabels ::placeholder {
  letter-spacing: 0;
  color: #162B62;
  opacity: .75;
  font-weight: normal;
}
.main-form.noLabels :-ms-input-placeholder {
  letter-spacing: 0;
  color: #162B62;
  opacity: .75;
  font-weight: normal;
}
.main-form.noLabels ::-ms-input-placeholder {
  letter-spacing: 0;
  color: #162B62;
  opacity: .75;
  font-weight: normal;
}
.main-form.noLabels::-moz-placeholder {
  letter-spacing: 0;
  color: #162B62;
  opacity: .75;
  font-weight: normal;
}
.main-form.noLabels .hs-form ul.hs-error-msgs.inputs-list {
  letter-spacing: 0; 
}
@media (max-width: 600px) {
  .main-form.noLabels .hs-form input.hs-input,
  .main-form.noLabels .hs-form select {
    font-size: 16px;
  }  
}

.main-form .hs-button.primary,
.main-form input[type="submit"] {
	padding: 16px 20px;
	min-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/** Multi-select (selectors for multi-select fields) **/
.main-form .hs-form form.hs-form .hs-form-field ul.inputs-list {}

.main-form .hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.main-form .hs-form input[type="radio"] {}
.main-form .hs-form input[type="checkbox"] {}

.main-form .hs-form-field.hs-fieldtype-radio > label > span:first-of-type {
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 8px;
}
li.hs-form-radio {
	margin-bottom: 10px;
}
li.hs-form-radio:last-of-type {
	margin-bottom: 0;
}
.hs-form-radio-display {
	display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.hs-form-radio-display > * {
	display: block !important;
}
.main-form .hs-form .hs-form-radio-display input[type="radio"] {
	width: auto !important;
	cursor: pointer;
	margin: 0 7px 0 0 !important;
}
.hs-form-radio-display > span {
	flex: 1 1;
}
@media (min-width: 768px) {
	.hs-form-field.hs-fieldtype-radio ul {
		display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
		-webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
		-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
		-webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
	}
	.hs-form-field.hs-fieldtype-radio ul li.hs-form-radio {
		display: block;
		margin-right: 4%;
	}
	.hs-form-field.hs-fieldtype-radio ul li.hs-form-radio:last-of-type {
		margin-right: 0;
	}
	.main-form .hs-form-field.hs-fieldtype-radio {
		margin-top: 10px;
	}
	.main-form .hs-form-field.hs-fieldtype-radio:first-of-type {
		margin-top: 0;
	}
}

.boldLabels .hs-form-field > label > span:first-of-type {
	font-weight: bold;
}


/* ==========================================================================
   2. FLUID FRAMEWORK (Easy to use classes to keep the amount of specific code needed for templates minimal)                                 
   ========================================================================== */

/** Text Alignment Styles **/
.textCenter {
  text-align: center; 
}
.textCenter li{
  text-align: left; 
}
.textCenter .hs-button.primary {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.textRight {
  text-align: right; 
}
.textLeft {
  text-align: left !important; 
}
.textLeft * {
	text-align: left !important;
}

/** Relative Positioning **/
.pRel {
  position: relative; 
  z-index: 1;
}
.zIndex {
  position: relative;
  z-index: 2;
}

/* No Margins */
.noMargin,
.noMargin * {
  margin: 0 !important;
}

/* Top Border */
.borderTop {
	border-top: 2px solid #e8b71f;
}

/* Set a max-width on an individual element */
.maxWidth {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* Set a temp max-width that disables */
@media (max-width: 767px) {
  .tempMaxWidth {
    max-width: 100% !important; 
  }
}


/* Set border radius on an image module */

.borderRadius img {
  border-radius: 8px;
}

/*** Hide or Show Content ***/
@media (min-width: 1025px) {
  .showTablet {
    display: none !important 
  }
}
@media (max-width: 1024px) {
  .hideTablet {
    display: none !important 
  }
}
@media (min-width: 768px) {
  .showMobile {
    display: none !important 
  }
}
@media (max-width: 767px) {
  .hideMobile {
    display: none !important 
  }
}


/* =====================================
   2a. Wrapper Background Classes                                    
   ===================================== */

.bgAlt {
  background-color: #E9F0E8;
}
.bgBlue {
  color: #fff;
  background-color: #162B62;
}

.banner-link.bgBlue a {
  color: #fff;
  text-decoration: none;
}
.banner-link.bgBlue a:hover,
.banner-link.bgBlue a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .bgSplit {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(233,240,232,1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(233,240,232,1) 50%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(233,240,232,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9f0e8",GradientType=1); 
  }
}

.bdGold {
  border-bottom: 4px solid #c99f19; 
}

/* =====================================
   2b. Flex Box Classes                                  
   ===================================== */

/** Enable flex on a HubSpot row (use class within a template on an outermost wrapper) **/
.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
/* No wrapping until mobile (fixes Safari flex bug) */
@media (min-width: 768px) {
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
}
/* Shorthand to reference for specific styling  */


/** Enable flex (use within a template on an inner wrapper) **/
.simple-flex > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}
/* Shorthand to reference for specific styling */


/** Specific single style classes to quickly fine-tune .hs-flex and .simple-flex **/
.flexAlignCenter.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignCenter.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.flexAlignStretch.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexAlignStretch.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch
}
.flexJustifyCenter.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyCenter.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.flexJustifyEvenly.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyEvenly.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;
}
.flexJustifyBetween.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyBetween.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.flexJustifyStart.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyStart.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.flexJustifyEnd.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flexJustifyEnd.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}

@media (min-width: 981px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; 
  }
}
@media (max-width: 980px) and (min-width: 601px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 47% !important;
    margin: 0 1% 30px !important
  }
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div:nth-of-type(n+3) {
    margin: 0 1% !important;
  }
}
@media (max-width: 600px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    margin: 0 0 30px;
  }
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div:last-of-type {
    margin-bottom: 0 !important;
  }
}


/* =====================================
   2c. Margin Quick Classes                                  
   ===================================== */

/*** Top Margins ***/
.mgTop-120 { margin-top: -120px!important; }
.mgTop-110 { margin-top: -110px!important; }
.mgTop-100 { margin-top: -100px!important; }
.mgTop-90 {  margin-top: -90px!important; }
.mgTop-80 {  margin-top: -80px!important; }
.mgTop-70 {  margin-top: -70px!important; }
.mgTop-60 {  margin-top: -60px!important; }
.mgTop-50 {  margin-top: -50px!important; }
.mgTop-40 {  margin-top: -40px!important; }
.mgTop-30 {  margin-top: -30px!important; }
.mgTop-20 {  margin-top: -20px!important; }
.mgTop-10 {  margin-top: -10px!important; }
.mgTop0 {  margin-top: 0!important; }
.mgTop10 {  margin-top: 10px!important; }
.mgTop20 {  margin-top: 20px!important; }
.mgTop30 {  margin-top: 30px!important; }
.mgTop40 {  margin-top: 40px!important; }
.mgTop50 {  margin-top: 50px!important; }
.mgTop60 {  margin-top: 60px!important; }
.mgTop70 {  margin-top: 70px!important; }
.mgTop80 {  margin-top: 80px!important; }
.mgTop90 {  margin-top: 90px!important; }
.mgTop100 { margin-top: 100px!important; }
.mgTop110 { margin-top: 110px!important; }
.mgTop120 { margin-top: 120px!important; }

@media (max-width: 1024px) and (min-width: 769px) {
  .mgTop-120 { margin-top: -102.0px!important; }
  .mgTop-110 { margin-top: -93.5px!important; }
  .mgTop-100 { margin-top: -85.0px!important; }
  .mgTop-90 {  margin-top: -76.5px!important; }
  .mgTop-80 {  margin-top: -68.0px!important; }
  .mgTop-70 {  margin-top: -59.5px!important; }
  .mgTop-60 {  margin-top: -51.0px!important; }
  .mgTop60 {  margin-top: 51.0px!important; }
  .mgTop70 {  margin-top: 59.5px!important; }
  .mgTop80 {  margin-top: 68.0px!important; }
  .mgTop90 {  margin-top: 76.5px!important; }
  .mgTop100 { margin-top: 85.0px!important; }
  .mgTop110 { margin-top: 93.5px!important; }
  .mgTop120 { margin-top: 102.0px!important; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .mgTop-120 { margin-top: -90.0px!important; }
  .mgTop-110 { margin-top: -82.5px!important; }
  .mgTop-100 { margin-top: -75.0px!important; }
  .mgTop-90 {  margin-top: -67.5px!important; }
  .mgTop-80 {  margin-top: -60.0px!important; }
  .mgTop-70 {  margin-top: -52.5px!important; }
  .mgTop-60 {  margin-top: -48.0px!important; }
  .mgTop-50 {  margin-top: -42.5px!important; }
  .mgTop-40 {  margin-top: -38.0px!important; }
  .mgTop-30 {  margin-top: -28.5px!important; }
  .mgTop30 {  margin-top: 28.5px!important; }
  .mgTop40 {  margin-top: 38.0px!important; }
  .mgTop50 {  margin-top: 42.5px!important; }
  .mgTop60 {  margin-top: 48.0px!important; }
  .mgTop70 {  margin-top: 52.5px!important; }
  .mgTop80 {  margin-top: 60.0px!important; }
  .mgTop90 {  margin-top: 67.5px!important; }
  .mgTop100 { margin-top: 75.0px!important; }
  .mgTop110 { margin-top: 82.5px!important; }
  .mgTop120 { margin-top: 90.0px!important; }
}
@media (max-width: 480px) {
  .mgTop-120 { margin-top: -78.0px!important; }
  .mgTop-110 { margin-top: -71.5px!important; }
  .mgTop-100 { margin-top: -68.0px!important; }
  .mgTop-90 {  margin-top: -62.99999999999999px!important; }
  .mgTop-80 {  margin-top: -56.0px!important; }
  .mgTop-70 {  margin-top: -49.0px!important; }
  .mgTop-60 {  margin-top: -45.0px!important; }
  .mgTop-50 {  margin-top: -42.5px!important; }
  .mgTop-40 {  margin-top: -38.0px!important; }
  .mgTop-30 {  margin-top: -28.5px!important; }
  .mgTop30 {  margin-top: 28.5px!important; }
  .mgTop40 {  margin-top: 38.0px!important; }
  .mgTop50 {  margin-top: 42.5px!important; }
  .mgTop60 {  margin-top: 45.0px!important; }
  .mgTop70 {  margin-top: 49.0px!important; }
  .mgTop80 {  margin-top: 56.0px!important; }
  .mgTop90 {  margin-top: 62.99999999999999px!important; }
  .mgTop100 { margin-top: 68.0px!important; }
  .mgTop110 { margin-top: 71.5px!important; }
  .mgTop120 { margin-top: 78.0px!important; }
}

/*** Bottom Margins ***/
.mgBottom-120 { margin-bottom: -120px !important; }
.mgBottom-110 { margin-bottom: -110px!important; }
.mgBottom-100 { margin-bottom: -100px!important; }
.mgBottom-90 {  margin-bottom: -90px!important; }
.mgBottom-80 {  margin-bottom: -80px!important; }
.mgBottom-70 {  margin-bottom: -70px!important; }
.mgBottom-60 {  margin-bottom: -60px!important; }
.mgBottom-50 {  margin-bottom: -50px!important; }
.mgBottom-40 {  margin-bottom: -40px!important; }
.mgBottom-30 {  margin-bottom: -30px!important; }
.mgBottom-20 {  margin-bottom: -20px!important; }
.mgBottom-10 {  margin-bottom: -10px!important; }
.mgBottom0 {  margin-bottom: 0!important; }
.mgBottom10 {  margin-bottom: 10px!important; }
.mgBottom20 {  margin-bottom: 20px!important; }
.mgBottom30 {  margin-bottom: 30px!important; }
.mgBottom40 {  margin-bottom: 40px!important; }
.mgBottom50 {  margin-bottom: 50px!important; }
.mgBottom60 {  margin-bottom: 60px!important; }
.mgBottom70 {  margin-bottom: 70px!important; }
.mgBottom80 {  margin-bottom: 80px!important; }
.mgBottom90 {  margin-bottom: 90px!important; }
.mgBottom100 { margin-bottom: 100px!important; }
.mgBottom110 { margin-bottom: 110px!important; }
.mgBottom120 { margin-bottom: 120px!important; }

@media (max-width: 1024px) and (min-width: 769px) {
  .mgBottom-120 { margin-bottom: -102.0px!important; }
  .mgBottom-110 { margin-bottom: -93.5px!important; }
  .mgBottom-100 { margin-bottom: -85.0px!important; }
  .mgBottom-90 {  margin-bottom: -76.5px!important; }
  .mgBottom-80 {  margin-bottom: -68.0px!important; }
  .mgBottom-70 {  margin-bottom: -59.5px!important; }
  .mgBottom-60 {  margin-bottom: -51.0px!important; }
  .mgBottom60 {  margin-bottom: 51.0px!important; }
  .mgBottom70 {  margin-bottom: 59.5px!important; }
  .mgBottom80 {  margin-bottom: 68.0px!important; }
  .mgBottom90 {  margin-bottom: 76.5px!important; }
  .mgBottom100 { margin-bottom: 85.0px!important; }
  .mgBottom110 { margin-bottom: 93.5px!important; }
  .mgBottom120 { margin-bottom: 102.0px!important; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .mgBottom-120 { margin-bottom: -90.0px!important; }
  .mgBottom-110 { margin-bottom: -82.5px!important; }
  .mgBottom-100 { margin-bottom: -75.0px!important; }
  .mgBottom-90 {  margin-bottom: -67.5px!important; }
  .mgBottom-80 {  margin-bottom: -60.0px!important; }
  .mgBottom-70 {  margin-bottom: -52.5px!important; }
  .mgBottom-60 {  margin-bottom: -48.0px!important; }
  .mgBottom-50 {  margin-bottom: -42.5px!important; }
  .mgBottom-40 {  margin-bottom: -38.0px!important; }
  .mgBottom-30 {  margin-bottom: -28.5px!important; }
  .mgBottom30 {  margin-bottom: 28.5px!important; }
  .mgBottom40 {  margin-bottom: 38.0px!important; }
  .mgBottom50 {  margin-bottom: 42.5px!important; }
  .mgBottom60 {  margin-bottom: 48.0px!important; }
  .mgBottom70 {  margin-bottom: 52.5px!important; }
  .mgBottom80 {  margin-bottom: 60.0px!important; }
  .mgBottom90 {  margin-bottom: 67.5px!important; }
  .mgBottom100 { margin-bottom: 75.0px!important; }
  .mgBottom110 { margin-bottom: 82.5px!important; }
  .mgBottom120 { margin-bottom: 90.0px!important; }
}
@media (max-width: 480px) {
  .mgBottom-120 { margin-bottom: -78.0px!important; }
  .mgBottom-110 { margin-bottom: -71.5px!important; }
  .mgBottom-100 { margin-bottom: -68.0px!important; }
  .mgBottom-90 {  margin-bottom: -62.99999999999999px!important; }
  .mgBottom-80 {  margin-bottom: -56.0px!important; }
  .mgBottom-70 {  margin-bottom: -49.0px!important; }
  .mgBottom-60 {  margin-bottom: -45.0px!important; }
  .mgBottom-50 {  margin-bottom: -42.5px!important; }
  .mgBottom-40 {  margin-bottom: -38.0px!important; }
  .mgBottom-30 {  margin-bottom: -28.5px!important; }
  .mgBottom30 {  margin-bottom: 28.5px!important; }
  .mgBottom40 {  margin-bottom: 38.0px!important; }
  .mgBottom50 {  margin-bottom: 42.5px!important; }
  .mgBottom60 {  margin-bottom: 45.0px!important; }
  .mgBottom70 {  margin-bottom: 49.0px!important; }
  .mgBottom80 {  margin-bottom: 56.0px!important; }
  .mgBottom90 {  margin-bottom: 62.99999999999999px!important; }
  .mgBottom100 { margin-bottom: 68.0px!important; }
  .mgBottom110 { margin-bottom: 71.5px!important; }
  .mgBottom120 { margin-bottom: 78.0px!important; }
}


/* =====================================
   2d. Padding Quick Classes                                  
   ===================================== */

.pd10 {  padding: 10px 0; }
.pd20 {  padding: 20px 0; }
.pd30 {  padding: 30px 0; }
.pd40 {  padding: 40px 0; }
.pd50 {  padding: 50px 0; }
.pd60 {  padding: 60px 0; }
.pd70 {  padding: 70px 0; }
.pd80 {  padding: 80px 0; }
.pd90 {  padding: 90px 0; }
.pd100 { padding: 100px 0; }
.pd110 { padding: 110px 0; }
.pd120 { padding: 120px 0; }
.pd130 { padding: 130px 0; }
.pd140 { padding: 140px 0; }
.pd150 { padding: 150px 0; }
.pd160 { padding: 160px 0; }
.pd170 { padding: 170px 0; }
.pd180 { padding: 180px 0; }
.pd190 { padding: 190px 0; }
.pd200 { padding: 200px 0; }
.pd210 { padding: 210px 0; }
.pd220 { padding: 220px 0; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pd60 {  padding: 51.0px 0; }
  .pd70 {  padding: 59.5px 0; }
  .pd80 {  padding: 68.0px 0; }
  .pd90 {  padding: 76.5px 0; }
  .pd100 { padding: 85.0px 0; }
  .pd110 { padding: 93.5px 0; }
  .pd120 { padding: 102.0px 0; }
  .pd130 { padding: 110.5px 0; }
  .pd140 { padding: 119.0px 0; }
  .pd150 { padding: 127.5px 0; }
  .pd160 { padding: 136.0px 0; }
  .pd170 { padding: 144.5px 0; }
  .pd180 { padding: 153.0px 0; }
  .pd190 { padding: 161.5px 0; }
  .pd200 { padding: 170.0px 0; }
  .pd210 { padding: 178.5px 0; }
  .pd220 { padding: 187.0px 0; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pd30 {  padding: 28.5px 0; }
  .pd40 {  padding: 38.0px 0; }
  .pd50 {  padding: 42.5px 0; }
  .pd60 {  padding: 48.0px 0; }
  .pd70 {  padding: 52.5px 0; }
  .pd80 {  padding: 60.0px 0; }
  .pd90 {  padding: 67.5px 0; }
  .pd100 { padding: 75.0px 0; }
  .pd110 { padding: 82.5px 0; }
  .pd120 { padding: 90.0px 0; }
  .pd130 { padding: 97.5px 0; }
  .pd140 { padding: 105.0px 0; }
  .pd150 { padding: 112.5px 0; }
  .pd160 { padding: 120.0px 0; }
  .pd170 { padding: 127.5px 0; }
  .pd180 { padding: 135.0px 0; }
  .pd190 { padding: 142.5px 0; }
  .pd200 { padding: 150.0px 0; }
  .pd210 { padding: 157.5px 0; }
  .pd220 { padding: 165.0px 0; }
}
@media (max-width: 480px) {
  .pd30 {  padding: 28.5px 0; }
  .pd40 {  padding: 38.0px 0; }
  .pd50 {  padding: 42.5px 0; }
  .pd60 {  padding: 45.0px 0; }
  .pd70 {  padding: 49.0px 0; }
  .pd80 {  padding: 56.0px 0; }
  .pd90 {  padding: 62.99999999999999px 0; }
  .pd100 { padding: 68.0px 0; }
  .pd110 { padding: 71.5px 0; }
  .pd120 { padding: 78.0px 0; }
  .pd130 { padding: 84.5px 0; }
  .pd140 { padding: 91.0px 0; }
  .pd150 { padding: 97.5px 0; }
  .pd160 { padding: 104.0px 0; }
  .pd170 { padding: 110.5px 0; }
  .pd180 { padding: 117.0px 0; }
  .pd190 { padding: 123.5px 0; }
  .pd200 { padding: 130.0px 0; }
  .pd210 { padding: 126.0px 0; }
  .pd220 { padding: 132.0px 0; }
}

/*** Padding Top Override (Set regular pd class first [ex: pd200] then override with these to fine-tune) ***/
.pdTop0 { padding-top: 0; }
.pdTop10 {  padding-top: 10px; }
.pdTop20 {  padding-top: 20px; }
.pdTop30 {  padding-top: 30px; }
.pdTop40 {  padding-top: 40px; }
.pdTop50 {  padding-top: 50px; }
.pdTop60 {  padding-top: 60px; }
.pdTop70 {  padding-top: 70px; }
.pdTop80 {  padding-top: 80px; }
.pdTop90 {  padding-top: 90px; }
.pdTop100 { padding-top: 100px; }
.pdTop110 { padding-top: 110px; }
.pdTop120 { padding-top: 120px; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pdTop60 {  padding-top: 51.0px; }
  .pdTop70 {  padding-top: 59.5px; }
  .pdTop80 {  padding-top: 68.0px; }
  .pdTop90 {  padding-top: 76.5px; }
  .pdTop100 { padding-top: 85.0px; }
  .pdTop110 { padding-top: 93.5px; }
  .pdTop120 { padding-top: 102.0px; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pdTop30 {  padding-top: 28.5px; }
  .pdTop40 {  padding-top: 38.0px; }
  .pdTop50 {  padding-top: 42.5px; }
  .pdTop60 {  padding-top: 48.0px; }
  .pdTop70 {  padding-top: 52.5px; }
  .pdTop80 {  padding-top: 60.0px; }
  .pdTop90 {  padding-top: 67.5px; }
  .pdTop100 { padding-top: 75.0px; }
  .pdTop110 { padding-top: 82.5px; }
  .pdTop120 { padding-top: 90.0px; }
}
@media (max-width: 480px) {
  .pdTop30 {  padding-top: 28.5px; }
  .pdTop40 {  padding-top: 38.0px; }
  .pdTop50 {  padding-top: 42.5px; }
  .pdTop60 {  padding-top: 45.0px; }
  .pdTop70 {  padding-top: 49.0px; }
  .pdTop80 {  padding-top: 56.0px; }
  .pdTop90 {  padding-top: 62.99999999999999px; }
  .pdTop100 { padding-top: 68.0px; }
  .pdTop110 { padding-top: 71.5px; }
  .pdTop120 { padding-top: 78.0px; }
}

/*** Padding Bottom Override (Set regular pd class first [ex: pd200] then override with these to fine-tune) ***/
.pdBottom0 { padding-bottom: 0; }
.pdBottom10 {  padding-bottom: 10px; }
.pdBottom20 {  padding-bottom: 20px; }
.pdBottom30 {  padding-bottom: 30px; }
.pdBottom40 {  padding-bottom: 40px; }
.pdBottom50 {  padding-bottom: 50px; }
.pdBottom60 {  padding-bottom: 60px; }
.pdBottom70 {  padding-bottom: 70px; }
.pdBottom80 {  padding-bottom: 80px; }
.pdBottom90 {  padding-bottom: 90px; }
.pdBottom100 { padding-bottom: 100px; }
.pdBottom110 { padding-bottom: 110px; }
.pdBottom120 { padding-bottom: 120px; }

@media (max-width: 1024px) and (min-width: 769px) {
  .pdBottom60 {  padding-bottom: 51.0px; }
  .pdBottom70 {  padding-bottom: 59.5px; }
  .pdBottom80 {  padding-bottom: 68.0px; }
  .pdBottom90 {  padding-bottom: 76.5px; }
  .pdBottom100 { padding-bottom: 85.0px; }
  .pdBottom110 { padding-bottom: 93.5px; }
  .pdBottom120 { padding-bottom: 102.0px; }
}
@media (max-width: 768px) and (min-width: 481px) {
  .pdBottom30 {  padding-bottom: 28.5px; }
  .pdBottom40 {  padding-bottom: 38.0px; }
  .pdBottom50 {  padding-bottom: 42.5px; }
  .pdBottom60 {  padding-bottom: 48.0px; }
  .pdBottom70 {  padding-bottom: 52.5px; }
  .pdBottom80 {  padding-bottom: 60.0px; }
  .pdBottom90 {  padding-bottom: 67.5px; }
  .pdBottom100 { padding-bottom: 75.0px; }
  .pdBottom110 { padding-bottom: 82.5px; }
  .pdBottom120 { padding-bottom: 90.0px; }
}
@media (max-width: 480px) {
  .pdBottom30 {  padding-bottom: 28.5px; }
  .pdBottom40 {  padding-bottom: 38.0px; }
  .pdBottom50 {  padding-bottom: 42.5px; }
  .pdBottom60 {  padding-bottom: 45.0px; }
  .pdBottom70 {  padding-bottom: 49.0px; }
  .pdBottom80 {  padding-bottom: 56.0px; }
  .pdBottom90 {  padding-bottom: 62.99999999999999px; }
  .pdBottom100 { padding-bottom: 68.0px; }
  .pdBottom110 { padding-bottom: 71.5px; }
  .pdBottom120 { padding-bottom: 78.0px; }
}

/*** Left-Right Desktop Padding ***/
@media (min-width: 769px) {
  .pdRight10 { padding-right: 10px; }
  .pdRight20 { padding-right: 20px; }
  .pdRight30 { padding-right: 30px; }
  .pdRight40 { padding-right: 40px; }
  .pdRight50 { padding-right: 50px; }
  .pdRight60 { padding-right: 60px; }
  .pdLeft10 { padding-left: 10px; }
  .pdLeft20 { padding-left: 20px; }
  .pdLeft30 { padding-left: 30px; }
  .pdLeft40 { padding-left: 40px; }
  .pdLeft50 { padding-left: 50px; }
  .pdLeft60 { padding-left: 60px; }
}




/* ==========================================================================
   3. CONTENT                                            
   ========================================================================== */

.body-container-wrapper {
  overflow-x: hidden; 
}

/* =====================================
   3a. Homepage                                            
   ===================================== */

.clear { 
  clear: both;
}
.con-gallery-slider .banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;  
} 
.con-gallery-slider .contents-wrapper {
  font-size: 16px;
  width: 100%;
  position: relative;
  z-index: 4;
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.con-gallery-slider .contents-wrapper p,
.con-gallery-slider .contents-wrapper ul,
.con-gallery-slider .contents-wrapper ol {
  font-size: 16px; 
}
.con-gallery-slider .contents-wrapper.alignRight {
  -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}
.con-gallery-slider .contents-wrapper.alignRight .contents {
   -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
           order: 1;
}
.con-gallery-slider .contents-wrapper.alignRight .contents-offset {
   -webkit-box-ordinal-group: 3;
       -ms-flex-order: 2;
           order: 2;
}
.con-gallery-slider .contents-wrapper.alignLeft {
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.con-gallery-slider .contents-wrapper.alignCenter {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
/* Slider */
.con-gallery-slider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.con-gallery-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.con-gallery-slider  .slider {
  position: relative;
}
.con-gallery-slider .banner-image { 
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  width: 100%;
  position: relative;
}
.con-gallery-slider ul.slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding-left: 0px;
  z-index: 2;
  margin-top: 0;
}
.con-gallery-slider ul.slick-dots li {
  display: inline-block;
}
.con-gallery-slider ul.slick-dots li button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  padding: 0px !important;
  background: transparent;
  opacity: .55;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.con-gallery-slider ul.slick-dots li.slick-active button, ul.slick-dots li.slick-active button:hover {
  opacity: 1;
  width: 10px;
  height: 10px;
  padding: 0px !important;
  margin: 0px 10px;
  border-radius: 50%;
  background: #ffffff;
}

.con-gallery-slider .slick-arrow img {
  width: 50px;
  position: relative;
  z-index: 999999999999;
  cursor: pointer;
}
.con-gallery-slider .slick-arrow {
  position: absolute;
}
.con-gallery-slider .slick-prev.slick-arrow {
  left: 40px;
  bottom: 50%;
}

.con-gallery-slider .slick-next.slick-arrow {
  right: 40px;
  bottom: 50%;
}
.con-gallery-slider .slick-arrow img:focus, .con-gallery-slider .slick-slide:focus, .con-gallery-slider ul.slick-dots li button:focus {
  outline: none !important;
}

@media only screen and (max-width: 480px) {
  .con-gallery-slider .contents-wrapper.alignRight .contents-offset {
    display: none !important;
  }
  .con-gallery-slider .slick-arrow {
    display: none !important;
  }
}

.iconInspire h2,
.iconPromise h2,
.iconLearn h2{
  position: relative;
}
.iconInspire h2:after,
.iconPromise h2:after,
.iconLearn h2:after {
  content: "";
  position: relative;
  margin-top: 3px;
  margin-left: 5px;
  display: inline-block;
  background-position: 50%;
  background-image: url('https://474697.fs1.hubspotusercontent-na1.net/hubfs/474697/musical-note-symbol.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
}
.iconPromise h2:after {
  top: 4px;
  margin-left: 7px;
  background-image: url('https://474697.fs1.hubspotusercontent-na1.net/hubfs/474697/shiny-promise-symbol.svg');
}
.iconLearn h2:after {
  background-image: url('https://474697.fs1.hubspotusercontent-na1.net/hubfs/474697/graduation-hat-symbol.svg'); 
}

.brand-select-wrapper,
.brand-select-wrapper div {
  width: 100%;
  float: left;
}
.brand-select-wrapper {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}

.brand-select-wrapper .brand-box {
  position: relative;
  color: #fff;
  min-height: 445px;
  border: 2px solid #fff; 
}
.brand-select-wrapper .brand-box .inner-flex {
  padding: 40px 20px 35px 40px;
}
@media (min-width: 1025px) {
  .brand-select-wrapper > div {
    flex: 1 1 25%;
    width: 25%;
    margin: 0;
  }
  .brand-select-wrapper > div:first-of-type,
  .brand-select-wrapper > div:last-of-type {
    flex: 1 2 50%;
    width: 50%; 
  }
  .brand-select-wrapper .brand-box.count1,
  .brand-select-wrapper .brand-box.count4 {
    border-left: 0; 
  }
  .brand-select-wrapper .brand-box.count3,
  .brand-select-wrapper .brand-box.count6 {
    border-right: 0; 
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .brand-select-wrapper > div {
    flex: 1 1 50%;
    width: 50%; 
  }
  .brand-select-wrapper .brand-box.count1,
  .brand-select-wrapper .brand-box.count3,
  .brand-select-wrapper .brand-box.count5 {
    border-left: 0; 
  }
  .brand-select-wrapper .brand-box.count2,
  .brand-select-wrapper .brand-box.count4,
  .brand-select-wrapper .brand-box.count6 {
    border-right: 0; 
  }
}
@media (max-width: 767px) {
  .brand-select-wrapper > div {
    flex: 1 1 100%;
    width: 100%; 
  }
  .brand-select-wrapper .brand-box {
    min-height: 350px;
    border-left: 0;
    border-right: 0;
  }
  .brand-select-wrapper .brand-box .inner-flex {
    padding: 30px 20px 25px 30px;
  }
}
@media (max-width: 480px) {
  .brand-select-wrapper .brand-box {
    min-height: 300px;
  }
}
.brand-select-wrapper .brand-box h3 {
  margin-bottom: 5px; 
}
.brand-select-wrapper .brand-box h3,
.brand-select-wrapper .brand-box p {
  color: inherit;
  margin-top: 0;
}
.brand-select-wrapper .brand-box:before {
  content: "";
  z-index: 1;
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.brand-select-wrapper .brand-box:first-of-type:before {
  background:  linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
}
.brand-select-wrapper .brand-box .inner-flex {
  position: relative;
  z-index: 2;
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  height: 100%;
}
.brand-select-wrapper .brand-box .shop-now {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: -1;
}
.brand-select-wrapper .brand-box:hover .shop-now {
  z-index: 3 !important;
  opacity: 1 !important;
}
.brand-select-wrapper .brand-box:hover .shop-now.btnSolid a {
  -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (max-width: 1024px) {
 .brand-select-wrapper .brand-box .shop-now {
    z-index: 3 !important;
    opacity: 1 !important;
  } 
}

@media (min-width: 901px) {
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; 
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-text {
    width: 50% !important;
    margin: 0 !important;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-text.minHeight {
    min-height: 350px; 
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-text.minHeight > div {
    height: 100%;
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img {
    width: 50% !important;
    margin: 0 !important;
    overflow: hidden; 
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img > div {
    position: absolute;
    height: 100%;
    width: inherit;
    background: inherit;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img:first-of-type > div {
    left: 0;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img:last-of-type > div {
    right: 0;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img img {
    object-fit: cover;
    object-position: 70% 0%;
    height: 100% !important;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .clean-divide .clean-text .tempMaxWidth {
    max-width: 100% !important; 
  }
  .clean-divide .clean-text {
    text-align: center; 
  }
  .clean-divide .clean-text > div {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; 
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 300px;
    width: 100% !important;
    overflow: hidden;
    margin: 0 -20px !important;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img > div {
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
  }
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img img {
    max-width: 100%;
    width: 100% !important;
    height: 100% !important;
    object-position: 50% 50%;
    object-fit: cover;    
  }
}
@media (max-width: 650px) {
  .clean-divide .clean-text {
    text-align: left; 
  }
  .clean-divide .clean-text .btnSolid {
    text-align: left !important; 
  }
}
@media (max-width: 480px) {
  .clean-divide.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.clean-img {
    height: 250px; 
  }
}

.become_a_dealer_page ul {
  padding-left: 0;
	float: left;
	text-align: center;
	width: 100%;
	display: inline-block;
  list-style-type: none;
  margin: 15px auto 0 !important;
}
.become_a_dealer_page ul li {
  display: inline-block;
  padding: 0;
	max-width: 320px;
	width: 100%;
  border: 2px solid #07265e;
  margin: 0 2% 30px;
}
.become_a_dealer_page ul li a {
  display: block;
  padding: 30px 30px 30px 64px;
	text-decoration: none;
	color: #07265e;
  background-repeat: no-repeat;
  background-position: center left 33px;
  background-size: 20px;
  font-weight: 600;
}
.become_a_dealer_page ul li.mail_list a {
  background-image: url(https://cdn11.bigcommerce.com/s-iwnu3djqqm/product_images/uploaded_images/envelope.png);
}
.become_a_dealer_page ul li.call_list a {
  background-image: url(https://cdn11.bigcommerce.com/s-iwnu3djqqm/product_images/uploaded_images/call-answer.png);
}
.become_a_dealer_page ul li a {
  padding: 30px 30px 30px 70px!important;
  background-position: center left 20px!important;
  background-size: 28px!important;
  text-align: left;
  word-break: break-word;
}
.become_a_dealer_page ul li a span {
  font-size: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
	.become_a_dealer_page {
		margin-top: 30px;
	}
}

/* =====================================
   3c. Landing Pages                                       
   ===================================== */

body.lp .menu-wrapper {
	display: none !important;
}
body.lp .flex-footer {
	display: none !important;
}
@media (min-width: 768px) {
	body.lp .header-container-wrapper {
		padding-bottom: 20px;
	}
}

.lp-section-wrapper.hs-flex .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
	  -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch
}
.lp-section-wrapper .page-center {
	max-width: 100% !important;
	padding: 0 !important;
}

.lp-main,
.lp-sidebar-inner {
	padding-left: 25px;
	padding-right: 25px;
}

@media (min-width: 1025px) {
	.lp-main {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 767px) {
	.lp-main {
		padding-bottom: 0px;
	}
}

.lp-sidebar .klaviyo-form {
	padding: 0 !important;
}
.lp-sidebar .klaviyo-form * {
	font-family: 'Montserrat', sans-serif !important;
}
/** fix weird spacing issue above beginning of forms **/
.lp-sidebar .klaviyo-form {
	margin-top: -25px;
}
.lp-sidebar .klaviyo-form p > br {
	display: none !important;
}

.lp-sidebar .klaviyo-form .needsclick:last-child > div {
	justify-content: center !important;
	width: 100%;
}

.lp-sidebar-banner img {
	width: 100% !important;
	height: auto !important;
}

.klaviyo-form button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  display: inline-block !important;
  text-decoration: none !important;
  min-width: 130px !important;
  padding: 16px 20px !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease; !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,.05) !important;
	background: #162b62 !important;
	border: 1px solid #162b62 !important;
	color: #fff !important;
	margin-top: 15px;
}

.simple-banner img {
	width: 100%;
	height: 300px !important;
	object-fit: cover;
	object-position: 50% 50%;
}
@media (max-width: 767px) {
	.simple-banner img {
		height: 200px !important;
	}
}


/* ==========================================================================
   4. HEADER & MAIN NAVIGATION                                        
   ========================================================================== */

.hide-nav .header-container .hs-menu-wrapper,
.hide-nav .shop-nav {
	visibility: hidden;
	pointer-events: none;
}

/* =====================================
   4a. Header Structure                                         
   ===================================== */

.header-container-wrapper {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  background: #fff;
  border-top: 4px solid #c99f19;
  padding-top: 20px;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  body.string-ovation .header-container-wrapper {
    background-color: transparent;
    margin-bottom: 40px;
  }
}
.header-container {
  max-width: 1300px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 30px;
}

.header-container .header-inner > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.header-container .header-inner > .row-fluid-wrapper > .row-fluid > div {
  flex: 1 1 31.623931624%;
}
.header-container .header-inner > .row-fluid-wrapper > .row-fluid > div.logo-wrapper {
  flex: 1 2 31.623931624%;
}
.header-container .nav-wrapper ul.shop-nav {
  padding-left: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.header-container .nav-wrapper ul.shop-nav li {
  text-transform: capitalize;
  font-weight: 600;
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin-right: 0.78571rem
}
.header-container .nav-wrapper ul.shop-nav li:last-of-type {
  float: left;
  margin-right: 0;
}
.header-container .nav-wrapper ul.shop-nav li a {
  text-decoration: none;
  color: #162B62;
}
.header-container .nav-wrapper ul.shop-nav li a:hover {
  text-decoration: underline;
}

.header-container .tagline-wrapper {
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
}

@media (min-width: 992px) {
  .header-container .logo-wrapper {
    text-align: center; 
  }
}
@media (max-width: 991px) {
  .header-container .header-inner > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; 
  }
  .header-container-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .header-container .logo-wrapper {
    margin-left: 0 !important;
  }
  .header-container .tagline-wrapper {
    display: none !important; 
  }
  .header-container .menu-wrapper {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header-container-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .header-container {
    padding: 0 25px;
  }
  .header-container-wrapper .logo-wrapper img {
    max-width: 200px !important;
    height: auto !important;
  }
  .header-container-wrapper .nav-wrapper li.login-link {
    display: none !important;
  }
}



/* =====================================
   4b. Main Menu                                   
   ===================================== */

.header-container .menu-wrapper {
  text-align: center; 
}
.header-container .menu-wrapper ul {
  font-size: 15px; 
}
.header-container .menu-wrapper .hs-menu-wrapper > ul {
  margin-bottom: -4px !important; 
}
.header-container .menu-wrapper .hs-menu-wrapper > ul > li {
  margin-right: 0;
}
.header-container .menu-wrapper .hs-menu-wrapper ul li a {
  -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
  max-width: none !important;
  color: #162B62;
  white-space: normal !important;
  width: 100% !important;
  text-overflow: unset !important;
}
.header-container .menu-wrapper .hs-menu-wrapper ul li a:hover,
.header-container .menu-wrapper .hs-menu-wrapper ul li a:focus {
  color: #e8b71f;
}
.header-container .menu-wrapper .hs-menu-wrapper > ul > li > a {
  padding: 10px;
}
.header-container .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative; 
}
.header-container .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
  padding-left: 15px;
  padding-right: 26px;
}
.header-container .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover,
.header-container .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > a:focus {
  color: #162B62;
}
.header-container .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-image: url('https://cdn11.bigcommerce.com/s-iwnu3djqqm/product_images/uploaded_images/blue-down.png');
  background-size: 100%
}

.header-container .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  box-shadow: 0 1px 2px rgba(0,0,0,.14), 0 2px 8px rgba(0,0,0,.14);
  background: #fff;
  padding-left: 0;
  min-width: 200px;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}
.header-container .menu-wrapper .hs-menu-wrapper > ul > li.hs-item-has-children > ul li a {
  padding: 10px 10px 10px 15px;
  width: 100% !important;
}


/* =====================================
   4c. Mobile Menu                                    
   ===================================== */

@media (min-width: 992px) {
  .mobileMenu-toggle {
    display: none !important
  }
}
@media (max-width: 991px) {
  .mobileMenu-toggle {
    display: list-item !important
  }
}

.hamburger {
  margin: 0;
  margin-top: -5px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #07265e;
}
.hamburger-box {
  height: 6px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 0;
  margin-top: 0;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #07265e;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Sidr Navigation Overrides */
.sidr {
  text-align: left; 
}
.sidr .hs-menu-wrapper ul li a {
  color: #162B62; 
}
.sidr .hs-menu-wrapper ul li a:hover,
.sidr .hs-menu-wrapper ul li a:focus {
  color: #e8b71f;
}
.sidr .hs-menu-wrapper ul {
  float: left; 
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover {
  color: rgba(0,0,0,.75);
}
.sidr .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    overflow: inherit;
    margin-bottom: 0;
}
.sidr .hs-menu-wrapper ul li {
  display: block;
  width: 100%;
}
.sidr .hs-menu-wrapper > ul > li {
  margin: 0;
}
.sidr .hs-menu-wrapper ul > li > a {
  width: 100% !important;
  padding: 10px 20px;
  font-size: 15px;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 {
  border-top: 1px solid #b2a8a5;
  width: 100%;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1:last-of-type {
  border-bottom: 1px solid #b2a8a5;
}
.sidr .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  padding: 15px 0;  
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  font-size: 15px;
  color: #162B62 !important;
}
.sidr .hs-menu-wrapper > ul ul {
  width: 100%;
  box-shadow: none;
  border-top: 0;
  background: none;
  padding: 0;
}
.sidr .hs-menu-wrapper > ul li.hs-menu-depth-1 {
  float: left !important 
}

/* Show child items without hover */
.sidr .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  position: static;
  z-index: 1;
  display: block;
}

.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  overflow: visible !important;
  white-space: normal;
  max-width: none !important;
  width: auto !important;
  padding: 8px 10px;
  margin-left: 10px;
  padding-left: 20px !important;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
}
.sidr .secondary-nav .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-1 a  {
  margin-left: 0;
  font-weight: 600;
  display: block;
  width: 100%;
}


/** Menu Item Hover Effects **/
.sidr .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  background: #E9F0E8;
  margin-bottom: 2px;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a {
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a:hover,
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a:focus {
  background: #E9F0E8;
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  cursor: default; 
}
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:hover,
.sidr .hs-menu-wrapper ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:focus {
  background: transparent; 
}

/* Sidr logo */
.sidr img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

/* Sidr Shop Button */
.sidr .btnSolid {
  margin-top: 0;
  margin-bottom: 15px;
}
/* Hide shop link */

/* General Sidr Styles */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  height: 100%;
  z-index: 999999;
  width: 260px;
  color: #162B62;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  background: #fff;
}
.sidr-open .sidr {
  box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}

/* =====================================
   4d. Sticky Header                              
   ===================================== */



/* ==========================================================================
   5. FOOTER                                           
   ========================================================================== */
   
/* =====================================
   5a. Footer Structure                                         
   ===================================== */

.footer-container-wrapper {
  border-top: 4px solid #c99f19;
  padding-top: 28px;
  padding-bottom: 33px;
}
.footer-container {
  max-width: 1280px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 30px;
}
.footer-container .footer-links h5 {
  margin-bottom: 0; 
}
.footer-container .footer-links ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-container .footer-links ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer-container a {
  -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;;
  color: #162B62;
  text-decoration: none;
}
.footer-container a:hover {
  color: #e9b920;
  text-decoration: none;
}
.footer-container .footer-fob {
  background: #E9F0E8;
  padding: 20px 20px 10px;
}
.footer-container .footer-fob h5 {
  text-transform: uppercase;
  margin-bottom: 5px; 
}
.footer-container .footer-fob ul {
  margin: 0;
  display: inline-block;
  list-style: none;
  padding-left: 0;
}
.footer-container .footer-fob ul li {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  float: left;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 7px;
}
.footer-container .footer-fob ul li:nth-of-type(even) {
  margin-top: 4px;
  font-size: 30px;
  line-height: 10px;
  margin-bottom: 0;
}
.footer-container .footer-copyright {
  margin-top: 35px; 
}
.footer-container .footer-copyright ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.footer-container .footer-copyright hr {
  display: block;
  border-top: 2px solid #c99f19;
  margin-bottom: 15px;
}
.footer-container .footer-copyright ul li {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  background-image: url(https://cdn11.bigcommerce.com/s-iwnu3djqqm/product_images/uploaded_images/blue-dot-icon.png);
  background-repeat: no-repeat;
  padding: 0 5px 0 10px;
  background-size: 3px;
  background-position: 2px;
}
.footer-container .footer-copyright ul li:first-child {
  background: 0 0;
}
.footer-container .newsletter-form h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.newsletter-form .hs-form {
  max-width: 350px; 
}
.newsletter-form .hs-form label {
  position: relative; 
}
.newsletter-form .hs-form ul.hs-error-msgs {
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  margin: 5px 0;
  color: red;
}
.newsletter-form .hs-form label > span.hs-form-required {
  position: absolute;
  top: 6px;
  margin-left: 6px;
  /* visibility: hidden; */
  color: transparent;
  background: #c99f19 !important;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.newsletter-form .hs-form input {
  border-radius: 3px; 
}
.newsletter-form .hs-form input[type="email"],
.newsletter-form .hs-form input[type="text"] {
  background: #f0f0f0;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 10px 15px 10px;
  border: 1px solid transparent;
}
.newsletter-form .hs-form ul.inputs-list.multi-container {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  list-style: none;
}
.newsletter-form .hs-form ul.inputs-list.multi-container li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.newsletter-form .hs-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #162B62;
  opacity: 1; /* Firefox */
}
.newsletter-form .hs-form  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #162B62;
}
.newsletter-form .hs-form  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #162B62;
}

@media (min-width: 769px) {
  .flex-footer > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  }
  .flex-footer > .row-fluid-wrapper > .row-fluid > div {
    width: auto !important; 
  }
}
@media (max-width: 768px) {
  .flex-footer > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    margin: 0 0 40px !important;
  }
  .flex-footer > .row-fluid-wrapper > .row-fluid > div:last-of-type {
    margin-bottom: 0; 
  }
  .footer-container .footer-fob ul li {
    text-align: center;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .footer-container .footer-fob ul li:nth-of-type(even) {
    display: none !important;
  }
  .footer-container .footer-copyright ul li {
    background: 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
   6. BLOG                                     
   ========================================================================== */

/* =====================================
   6a. Blog Listing                    
   ===================================== */

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

.string-ovation .header-container-wrapper {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 44, 94, 0.78)), to(rgba(26, 44, 94, 0.78))), url('https://www.connollymusic.com/hubfs/string-ovation-header-bg.jpg');
  background-image: -o-linear-gradient(bottom, rgba(26, 44, 94, 0.78), rgba(26, 44, 94, 0.78)), url('https://www.connollymusic.com/hubfs/string-ovation-header-bg.jpg');
  background-image: linear-gradient(0deg, rgba(26, 44, 94, 0.78), rgba(26, 44, 94, 0.78)), url('https://www.connollymusic.com/hubfs/string-ovation-header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.string-ovation .header-container-wrapper {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(223, 223, 223, 0.78)), to(rgba(242, 242, 242, 0.78))), url(https://www.connollymusic.com/hubfs/Header_Image_1b-bw.png);
  background-image: -o-linear-gradient(bottom, rgba(242, 242, 242, 0.78), rgba(242, 242, 242, 0.78)), url('https://www.connollymusic.com/hubfs/Header_Image_1b-bw.png');
  background-image: linear-gradient(0, rgba(223, 223, 223, 0.78), rgba(223, 223, 223, 0.78)), url(https://www.connollymusic.com/hubfs/Header_Image_1b-bw.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
body.string-ovation .header-container-wrapper {
  background-color: transparent;
  margin-bottom: 0px;
}
.string-ovation .header-container .connolly-byline {
  color: #fff;
  font-weight: 600;
}
.string-ovation .header-container .so-logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) and (min-width: 481px) {
  .string-ovation .header-container .so-logo img {
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  .blog-header-inner {
    padding: 25px 0 !important 
  }
  .string-ovation .header-container .so-logo img {
    max-width: 90%;
  }
  .string-ovation .header-container .connolly-byline {
    font-size: 10px !important;
    margin-top: 5px !important;
  }
}

.blog-listing-wrapper div,
main.blog-listing,
.blog-listing .listing-layout #blog-sidebar,
.blog-listing .listing-layout #recent-listing {
  float: left;
  width: 100%;
}
.blog-listing-wrapper .blog-listing,
.blog-post-wrapper .blog-center {
  max-width: 1235px !important;
  padding: 0 25px;
  margin: 0 auto !important;
  float: none !important;
}

@media (min-width: 1025px) {
  .blog-listing .listing-layout {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
  .blog-listing .listing-layout #recent-listing {
    width: 72.5%;
  }
  .blog-listing .listing-layout #blog-sidebar {
    margin-left: 2%;
    width: 25.5%; 
  }
}
@media (max-width: 1024px) {
  .blog-listing .listing-layout #recent-listing {
    max-width: 866px;
    float: none !important;
    margin: 0 auto !important;
  }
  .blog-listing .listing-layout #blog-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .blog-listing .listing-layout #recent-listing {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .blog-listing-wrapper .blog-listing,
  .blog-post-wrapper .blog-center {
    padding: 0 20px !important;
  }
}

/* ==================
   Listing Header & Footer Contents               
   ================== */

.blog-listing .listing-header .blog-categories a,
.listing-footer .blog-categories a {
  -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease;;
  padding: 10px 36px 10px 0;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: #0d1114;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  opacity: .65;
  letter-spacing: normal;
}
.listing-footer .blog-categories {
  margin-top: -25px; 
}
.blog-listing .listing-header .blog-categories a.active,
.listing-footer .blog-categories a.active {
  opacity: 1;
  color: #0d1114 !important;
}
.blog-listing .listing-header .blog-categories a:hover,
.blog-listing .listing-header .blog-categories a:focus,
.listing-footer .blog-categories a:hover,
.listing-footer .blog-categories a:focus {
  opacity: 1;
  color: #162B62;
}
.blog-listing .listing-header .listing-title-section {
  padding-bottom: 5px;
  border-bottom: 2px solid rgb(13, 17, 20, .75); 
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.blog-listing .listing-header .listing-title h2 {
  font-family: 'Josefin Sans', sans-serif;
  line-height: normal;
  color: #0d1114;
  display: block;
  width: 100%;
  margin: 0;
}
.blog-listing .listing-header .blog-search.with-btn {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
  -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}
.blog-listing .listing-header .blog-search > * {
  display: block; 
  float: left;
}
.blog-listing .listing-header .blog-search.with-btn .hs-search-field {
  width: auto !important;
}
.blog-listing .listing-header .blog-search.with-btn .hs-search-field input[type="text"] {
  max-width: 100% !important; 
}
.blog-listing .listing-header .blog-search.with-btn a.btnSolid.colorBlue {
	background-color: #162B62;
}
.blog-listing .listing-header .blog-search.with-btn a.btnSolid {
  background-color: #e8b71f;
  margin-right: 10px;
}
.blog-listing .listing-header .blog-search input[type="text"],
.listing-footer .blog-search input[type="text"] {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 300px;
  float: right;
}
.blog-listing .listing-header .blog-search input[type="text"] {
  max-width: 51%; 
}
.listing-footer .blog-search input[type="text"] {
  float: left;
}
@media (max-width: 1024px) {
  .blog-listing .listing-header .blog-categories a,
  .listing-footer .blog-categories a {
    padding: 10px 30px 10px 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-listing .listing-header .blog-categories a,
  .listing-footer .blog-categories a {
    padding: 8px 11px 8px 0;
    font-size: 16px; 
  }
  .blog-listing .listing-header .blog-search.with-btn {
    display: none !important; 
  }
}
/* Hide listing header search */
@media (max-width: 767px) {
  .blog-listing .listing-header .blog-search {
    display: none !important;
  }
}
/* hide listing footer until mobile */
@media (min-width: 768px) {
  .blog-listing .listing-footer {
    display: none !important;
  }
}
/** swap blog categories to listing footer **/
@media (min-width: 481px) {
  .blog-listing .listing-footer .blog-categories {
    display: none !important;
  }
}
@media (max-width: 480px) {
 .blog-listing .listing-header .blog-categories {
    display: none !important;
  }
}


/* ==================
   CTAs                  
   ================== */

.desktop-img-link,
.mobile-img-link,
.resource-center-link {
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
}
.desktop-img-link a,
.mobile-img-link a {
  display: block;
}
.resource-center-link h3 {
	margin: 0;
}
.resource-center-link a {
	margin-left: auto;
	margin-right: auto;
}
.desktop-img-link img,
.mobile-img-link img {
  border-radius: 4px;
  display: inline-block;
}
@media (min-width: 1025px) {
  #blog-sidebar #popular-posts {
    margin-bottom: 28px !important; 
  }
}
@media (max-width: 1024px) {
  #blog-sidebar .desktop-img-link {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-img-link,
	.resource-center-link {
    display: none !important; 
  }
  ul.primary-post li.post-card {
    margin-bottom: 28px; 
  }
}
@media (max-width: 767px) {
  .desktop-img-link {
    display: none !important;
  }
}

/* ==================
   Post Card Style                     
   ================== */

ul.primary-post,
ul.secondary-posts,
ul.other-posts,
ul.condensed-posts {
  display: block;
  width: 100%;
  padding-left: 0;
  float: left;
  list-style: none;
  margin: 0;
} 
li.post-card,
#recent-listing .mobile-img-link,
#recent-listing .resource-center-link {
  border-top: 2px solid #c99f19 !important;
  width: 100%;
  display: block;
  float: left;
  padding: 28px;
  /*-webkit-box-shadow: -1px 0 2px 0 rgb(0 0 0 / 12%), 1px 0 2px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);
  box-shadow: -1px 0 2px 0 rgb(0 0 0 / 12%), 1px 0 2px 0 rgb(0 0 0 / 12%), 0 1px 1px 0 rgb(0 0 0 / 24%);*/
  border: solid 1px #eaeaea;
  box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 8%);
  border-radius: 4px;
  margin-bottom: 14px;
}
#recent-listing .resource-center-link {
	background-color: #e9f0e8;
}
li.post-card div {
  float: left; 
}
li.post-card .post-img {
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
li.post-card .post-details .post-category,
li.post-card .post-details .post-title,
li.post-card .post-details .post-desc {
  float: left;
  width: 100%;
}
li.post-card .post-details .post-desc {
  font-size: 16px; 
}
li.post-card > a {
  display: block; 
}
li.post-card > a,
li.post-card > a * {
  color: #0d1114;
}
li.post-card .post-details .post-category {
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.375em;
}
li.post-card .post-details .post-category span {
  color: inherit;
  font-family: inherit;
}
li.post-card .post-details .post-title {
  margin: 5px 0 10px; 
}
@media (max-width: 480px) {
  li.post-card,
  #recent-listing .mobile-img-link,
	#recent-listing .resource-center-link {
    padding: 20px; 
  }
}
/** Hover animation **/
@media (min-width: 768px) {
  li.post-card {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  li.post-card:hover, li.post-card:focus, li.post-card:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* Remove bottom margin on last card */
.blog-listing .listing-layout #recent-listing ul.other-posts:last-of-type li.post-card:last-of-type {
  margin-bottom: 0;
}

/* ==================
   Primary and Secondary Post Cards                    
   ================== */

ul.secondary-posts li.post-card .post-img {
  margin-bottom: 28px;
  width: 100.0%;
}
ul.secondary-posts li.post-card .post-details {
  width: 100.0%;
}
@media (min-width: 768px) {
  ul.primary-post li.post-card > a {
    width: 100%;
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  ul.primary-post li.post-card .post-img {
    height: 346px;
    margin-right: 28px;
    width: 66.67%;
  }
  ul.primary-post li.post-card .post-details {
    width: 33.33%;
  }
  ul.primary-post li.post-card h3 {
    font-size: 30px; 
  }
  ul.secondary-posts {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  ul.secondary-posts li.post-card {
    flex: 1 1;
    width: 50%;
    margin-right: 14px
  }
  ul.secondary-posts li.post-card:last-of-type { 
    margin-right: 0;
  }
  ul.secondary-posts li.post-card .post-img {
    height: 245px;
  }
}
@media (max-width: 767px) {
  ul.primary-post li.post-card .post-img,
  ul.secondary-posts li.post-card .post-img {
    margin-bottom: 28px;
    margin-right: 0;
    height: 294px;
  }
}
@media (max-width: 556px) {
  ul.primary-post li.post-card .post-img,
  ul.secondary-posts li.post-card .post-img {
    height: 51VW;
    margin-bottom: 20px;
  }
}
@media (max-width: 414px) {
  ul.primary-post li.post-card .post-details .post-desc,
  ul.secondary-posts li.post-card .post-details .post-desc {
    display: none !important;
  }
}

/* ==================
   Other Post Cards                    
   ================== */

ul.other-posts li.post-card > a {
  width: 100%;
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
ul.other-posts li.post-card .post-img {
  height: 173px;
  margin-right: 28px;
  width: 33.33%;
}
ul.other-posts li.post-card .post-details {
  width: 66.67%;
}
@media (max-width: 480px) {
  ul.other-posts li.post-card .post-img {
    margin-right: 20px;
    height: auto;
  }
  ul.other-posts li.post-card .post-details .post-desc {
    display: none !important;
  }
}

/* ==================
   Condensed Post Cards                    
   ================== */

@media (min-width: 414px) {
  ul.condensed-posts {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  ul.condensed-posts li.post-card {
    flex: 1 1;
    width: 50%;
    margin-right: 14px
  }
  ul.condensed-posts li.post-card > a {
    width: 100%;
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  ul.condensed-posts li.post-card:last-of-type { 
    margin-right: 0;
  }
  ul.condensed-posts li.post-card .post-img {
    margin-right: 14px;
    width: 33.33%;
  }
  ul.condensed-posts li.post-card .post-details {
    width: 66.67%;
  }
  ul.condensed-posts li.post-card .post-details .post-desc {
     display: none !important;
  }
}
@media (min-width: 768px) {
  ul.condensed-posts li.post-card .post-details .post-title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 95px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
  }  
}
@media (max-width: 767px) and (min-width: 414px) {
  ul.condensed-posts li.post-card .post-details {
    width: 100%;
  }
   ul.condensed-posts li.post-card .post-img {
    display: none !important;  
  }
}
/* Style like other posts */
@media (max-width: 413px) {
  ul.condensed-posts li.post-card > a {
    width: 100%;
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  ul.condensed-posts li.post-card .post-img {
    display: none !important; 
  }
  
  ul.condensed-posts li.post-card .post-details .post-desc {
    display: none !important;
  }
}

/* ==================
   Aside contents (Sidebar)                 
   ================== */

#blog-sidebar #popular-posts,
#blog-sidebar #related-posts {
  display: block;
  width: 100%;
  padding-left: 0;
  float: left;
  list-style: none;
  margin-bottom: 14px;
}
#blog-sidebar #popular-posts li.post-card,
#blog-sidebar #related-posts li.post-card {
  padding: 20px;
}
#blog-sidebar #popular-posts li.post-card .post-details .post-title,
#blog-sidebar #related-posts li.post-card .post-details .post-title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 80px;
  /* Fallback for non-webkit */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}
@media (min-width: 1025px) {
  #blog-sidebar #popular-posts li.post-card:nth-of-type(3),
  #blog-sidebar #related-posts li .post-card:nth-of-type(3) {
    margin-bottom: 0;
  }
  #blog-sidebar #popular-posts li.post-card:last-of-type {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #blog-sidebar #popular-posts {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
  }
  #blog-sidebar #popular-posts li.post-card {
    width: 48.75%;
  }
}

.blog-subscribe {
  text-align: center; 
}
.blog-subscribe > span {
  text-align: left;
  display: inline-block;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  border: solid 4px #ffffff;
  background-color: #e9f0e8;
  box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 8%);
  border-radius: 4px;
  margin-bottom: 28px;
  padding: 28px 28px 20px;
}
.blog-subscribe h3 {
  text-align: center; 
}
.blog-subscribe .hs-form label {
  position: relative; 
}
.blog-subscribe .hs-form ul.hs-error-msgs {
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  margin: 5px 0;
  color: red;
}
.blog-subscribe .hs-form label > span.hs-form-required {
  position: absolute;
  top: 6px;
  margin-left: 6px;
  /* visibility: hidden; */
  color: transparent;
  background: #c99f19 !important;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.blog-subscribe .hs-form input {
  border-radius: 3px; 
}
.blog-subscribe .hs-form input[type="email"],
.blog-subscribe .hs-form input[type="text"] {
  background: #f0f0f0;
  background: #fff;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 10px 15px 10px;
  border: 1px solid transparent;
}
.blog-subscribe .hs-form ul.inputs-list.multi-container {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  list-style: none;
}
.blog-subscribe .hs-form ul.inputs-list.multi-container li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.blog-subscribe .hs-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #162B62;
  opacity: 1; /* Firefox */
}
.blog-subscribe .hs-form  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #162B62;
}
.blog-subscribe .hs-form  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #162B62;
}
.blog-subscribe .hs_submit.hs-submit {
  text-align: center;
  margin-top: 10px;
}

/* =====================================
   6d. Blog Posts                                 
   ===================================== */

.blog-post-wrapper > div,
.blog-post-wrapper .blog-center > *,
.blog-post-wrapper .post-header,
.blog-post-wrapper .post-layout,
.blog-post-wrapper .post-header div,
.blog-post-wrapper .post-layout div {
  float: left;
  display: block;
  width: 100%;
}

@media (min-width: 1025px) {
  .blog-post-wrapper .blog-center {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
      -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
    -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
  .blog-post-wrapper .blog-center #post-layout {
    width: 72.5%;
  }
  .blog-post-wrapper .blog-center #blog-sidebar {
    margin-left: 2%;
    width: 25.5%; 
  }
}
@media (max-width: 1024px) {
  .blog-post-wrapper .blog-center #post-layout {
    max-width: 860px;
    float: none !important;
    margin: 0 auto !important;
  }
  .blog-post-wrapper .blog-center #blog-sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .blog-post-wrapper .blog-center #post-layout {
    max-width: 100%;
  }
}

.blog-post-wrapper .post-header .featured-img {
  border-radius: 4px; 
}

.blog-post-wrapper .post-header .post-breadcrumb span,
.blog-post-wrapper .post-header .post-breadcrumb a {
  -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    transition: opacity .2s ease;;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: #0d1114;
  text-decoration: none;
  opacity: .65;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: normal;
}
.blog-post-wrapper .post-header .post-breadcrumb span {
  opacity: 1;
}
.blog-post-wrapper .post-header .post-breadcrumb a:hover,
.blog-post-wrapper .post-header .post-breadcrumb a:focus {
  opacity: 1;
  color: #162b62;
}
@media (max-width: 768px) and (min-width: 601px) {
  .blog-post-wrapper .post-header .post-breadcrumb span,
  .blog-post-wrapper .post-header .post-breadcrumb a {
    font-size: 16px; 
  }
 .blog-post-wrapper .post-header .post-author span {
    font-size: 16px !important; 
  } 
}
@media (max-width: 600px) {
  .blog-post-wrapper .post-header .post-breadcrumb span,
  .blog-post-wrapper .post-header .post-breadcrumb a {
    font-size: 14px; 
  }
  .blog-post-wrapper .post-header .post-author span {
    font-size: 14px !important; 
  }
}

.blog-post-wrapper .social-share-wrapper .social-share {
  width: auto !important;
  float: initial !important;
  display: inline-block;
}
.blog-post-wrapper .social-share-wrapper .social-share a {
  width: 31px !important;
  height: 31px !important;
  float: left;
  display: inline-block;
  margin-right: 22px;
  margin-bottom: 10px;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.blog-post-wrapper .social-share-wrapper .social-share a:hover {
  -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);;
}
.blog-post-wrapper .social-share-wrapper .social-share a:last-of-type {
  margin-right: 0; 
}
.blog-post-wrapper .social-share-wrapper .social-share a img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}


/* ==================
   Post Formatting             
   ================== */

#post-layout h1 {
  font-weight: 700;
}
#post-body h2 {
  font-size: 26px;
}
#post-body h3 {
  font-size: 22px;
}
#post-body,
#post-body p,
#post-body li {
 font-size: 18px; 
}
#post-body p + h2, 
#post-body ul + h2, 
#post-body ol + h2
#post-body span + h2,
#post-body a + h2 {
  margin-top: 1.5em; 
}
@media (max-width: 1024px) and (min-width: 901px) {
  
}
@media (max-width: 900px) and (min-width: 768px) {
  #post-body h2 {
    font-size: 24.7px; 
  }
  #post-body h3 {
    font-size: 20.9px; 
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  #post-body h2 {
    font-size: 23.400000000000002px; 
  }
  #post-body h3 {
    font-size: 19.8px; 
  }
}
@media (max-width: 480px) {
  .blog-post-wrapper h1 {
    font-size: 32px;
  }
  #post-body,
  #post-body p,
  #post-body li {
   font-size: 16px; 
  }  
  #post-body h2 {
    font-size: 22.36px; 
  }
  #post-body h3 {
    font-size: 19.8px; 
  }
}

/* =====================================
   6e. Blog Pagination                                 
   ===================================== */

.listing-pagination {
  margin-top: -25px;
}
.listing-pagination, ul.pagination {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
}
ul.pagination {
  line-height: 0;
  list-style: none;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding: 0;
}
ul.pagination li {
  font-family: 'Josefin Sans', sans-serif;
  color: #162B62;
  font-weight: 600;
}
ul.pagination li a {
  display: block;
  padding: 18px 14px;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
  text-decoration: underline;
  color: #162B62;
}
ul.pagination li.disabled a {
  color: rgba(0,0,0,.1) !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
ul.pagination li.active a {
  border-radius: 50%;
  background-color: #e9f0e8;
}
ul.pagination li.active a:hover, 
ul.pagination li.active a:focus {
  color: #162B62;
}
ul.pagination li.prev-page a, ul.pagination li.next-page a {
  width: auto !important;
}
ul.pagination li.prev-page a:hover, ul.pagination li.next-page a:hover, 
ul.pagination li.prev-page a:focus, ul.pagination li.next-page a:focus {
   
}
@media screen and (max-width: 320px) {
  ul.pagination li.prev-page a span {
    display: none !important;
  }
  ul.pagination li.next-page a span {
    display: none !important;
  }    
}

/* ==========================================================================
   7. MISCELLANOUS                                        
   ========================================================================== */

/* CTA Link (no style) initial load fix */
.widget-type-cta {
  min-height: 56px; 
}

/* Custom widgets take up no space */
.widget-type-raw_html, .widget-type-custom_widget {
    min-height: 0 !important;
}


/* =====================================
   7a. Override styles                       
   ===================================== */

.lp-sidebar .main-form .hs-form input.hs-input, 
.lp-sidebar .main-form .hs-form textarea, 
.lp-sidebar .main-form .hs-form select {
	background-color: #fff;
}
.ty-page .main-form h2 {
	margin-top: 0 !important
}
.ty-page .main-form h3 {
	display: none !important;
}

span[style*="color: #2a1aa3"],
span[style*="color:#2a1aa3"] {
	color: #162b62 !important;
}

a[style*="color: #6fa8dc"],
a[style*="color:#6fa8dc"] {
	color: #4390bc !important;
}