

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700&display=swap');


/* UnitedLanguageJun2017-modules.css is required to address style issues with the default modules and responsive grid layout */


/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
@media (min-width: 768px) and (max-width: 970px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1:not(:first-child) {
      margin-left: 15px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
      letter-spacing: -1px;
      display: inline-block;
    font-size: 13px!important;
  }
  .linking-down{
    display: none!important;
  }
  .stickynav #headerBottom .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 12px!important;
  }
}
@media (min-width: 971px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1:not(:first-child) {
      margin-left: 25px;
  }
  .linking-down{
    display: none!important;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child > a{
  color: #F15D2E;
  font-weight: bold;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    position: absolute;
    z-index: 10;
    left: 0;
    border: 1px solid #838383;
  background: #fff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover{
  background-color: #4A7ABD;
  transition: all 200ms;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a{
  color: #fff;
  transition: all 200ms;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:not(:last-child){
  border-bottom: 1px solid #838383;
}
.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;
  padding: 7px 10px 5px;
  color: #838383;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
@media screen and (min-width: 768px){
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

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

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

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

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

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

 .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    background-color: #fff;
  }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child{
    border-top: 1px solid #838383;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    border-bottom: 1px solid #838383;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    line-height: 50px;
    padding: 0px 0px 0px 25px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children > a > span{
    border-left: 1px solid #838383;
    font-family: FontAwesome;
    float: right;
    height: 50px;
    font-size: 14px;
    width: 75px;
    padding: 0px 25px;
    text-align: center;
    line-height: 50px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    display: none;
    visibility: visible;
    opacity: 1;
    position: relative;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children > ul.hs-menu-children-wrapper.themenuitsopen{
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    border-color: #838383!important;
    background-color: #f1f1f1!important;
        border-bottom: unset;
  }
}

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.hh-row{
  display: flex;
  justify-content: center;
}
.hh-column{
  flex: 1;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}


.tbpadding{
  padding-top: 35px;
  padding-bottom: 35px;
}
/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

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

html, body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
} 

body {
    background: #fff;
    color: #707070;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px!important;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased!important;
  font-weight: 300;
}
@media screen and (min-width: 769px){
  .btn-row:not(.btn-row-flex-wrap) > a:not(:first-child){
    margin-left: 10px;
  }
}

.hh-col-two .hh-img.full-img{
  padding-right: 35px;
}
h2.small-h2{
  font-size: 20px;
  font-family: 'Noto Sans', sans-serif;
  margin: 0 0 0.7em 0;
  text-transform: uppercase!important;
  font-weight: bold;
  color: #4a7abd;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px){
  #footer .page-center,
  .container-fluid .row-fluid .page-center.padded{
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


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

/* Basic text */
p {
    margin: 0 0 1rem;
    text-rendering: optimizeLegibility;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6, .post-header h2 > a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #253968;
    margin: 1rem 0 1.2rem;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}


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

h1, .h1-lookalike {
    color: #ffffff;
    letter-spacing:0;
    font-size: 48px;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Noto Sans', sans-serif;
}
h2 {
    font-size: 36px;   
    font-family: 'Noto Sans', sans-serif;
}
h3 {
  font-size: 24px;
  font-family: 'Noto Sans', sans-serif; 
  color: #4A7ABD;
  text-transform: uppercase;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    font-family: 'Noto Sans', sans-serif;
}
h6 {
    margin: 0 0 1.5rem;
    color: #f15b30;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Noto Sans', sans-serif;
}

h1.hh-heading.h2-lookalike,
h2.hh-heading,
h3.hh-heading.h2-lookalike,
p.h2-lookalike{
  font-size: 36px;
  margin-block-end: 0.67em;
  text-transform: unset;
  font-family: 'Noto Sans', sans-serif;
}
@media (max-width: 767px){
  h1, h2, h3, h4, h5, h6, .h1-lookalike, .h2-lookalike, .hh-heading, p{
    text-align: center;
  }
  h1, .h1-lookalike {
    font-size: 36px;
  }
  h2, 
  h1.hh-heading.h2-lookalike,
  h2.hh-heading,
  h3.hh-heading.h2-lookalike,
  p.h2-lookalike{
    font-size: 28px;
  }
  h3{
    font-size: 20px;
  }
  body{
    font-size: 16px;
  }
  .hh-col-two .hh-img.full-img {
    padding-right: 35px;
    padding-left: 35px;
  }
}
/* Anchor Links */
a { 
    color: #4A7ABD;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
a:hover, a:focus { color: #1585cf; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

.h3-lookalike{ 
  font-size: 24px;
}
.white{
  color: #fff;
}
/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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


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

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

.custom-fixed-header {
    min-height: 60px !important;
}

.custom-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0 1rem;
    width: 100% !important;
    min-height: 60px !important;
    background: rgba(45, 45, 45, 0.95);
}

.custom-header-wrapper .page-center {
    max-width: 100% !important;
}
/* @media screen and (min-width: 1440px){
  .page-center{
    max-width: 1440px!important;
    margin: 0 auto!important;
  }
  .full-bg-row,
  .hh-row.hh-bg-img-orange,
  .hh-row.bluebg{
    margin: 0 calc(-50vw + 720px)!important;
    padding: 0 calc(50vw - 720px)!important;
  }
} */

.custom-logo {
    padding: 0;
}

.custom-logo img {
    max-width: 196px;
    margin-top: 0.5rem;
    float: left;
}

#headerTop{
  background-color: #838383;
  width: 100%;
  height: auto;
}
#headerTop .top-links{
  padding-left: 10px; 
}
#headerTop .top-links > a.top-link{
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  padding: 8px 5px 7px;
  font-weight: bold;
  display: inline-block;
  transition: 200ms;
  color: #fff;
  text-transform: none;
}
#headerTop .top-links > a.top-link:not(:last-child){
  padding-right: 15px;
}
#headerTop .top-links > a.top-link > i{
  transition: 200ms;
  color: #fff;
}
#headerTop .top-links > a.top-link > i.rotator{
  transform: rotate(180deg);
  transition: 200ms;
}
#headerTop .top-links > a.top-link:hover{
  transition: 200ms;
  color: #253968;
}
#headerTop .top-links > a.top-link:hover > i{
  color: #253968;
  transition: 200ms;
}
@media (min-width: 769px){
  .grid-row.top-row{
    padding-bottom: 35px;
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{
  display: flex;
  margin-right: 5px!important;
}
ul#language-menu{
  display: none;
  position: absolute;
  padding-inline-start: 0;
  margin-left: 5px;
  list-style: none;
  min-width: 150px;
  background: #fff;
  border: 1px solid #838383;
  font-size: 15px;
  border-radius: 1px;
  margin-block-end: 0;
  margin-block-start: 0px;
}
ul#language-menu > li:not(:last-child) {
  border-bottom: 1px solid #838383;
}
ul#language-menu > li > a {
  width: 100%;
  display: block;
  height: 100%;
  font-size: 13px;
  font-family: 'Noto Sans', sans-serif;
  color: #838383;
  transition: 250ms;
  padding: 3px 5px 0px;
}
ul#language-menu > li > a:hover{
  background-color: #4A7ABD;
  color: #fff;
  transition: 200ms;
}




/**** HEADER BOTTOM *****/
  
#headerBottom .page-center.flex-helper > div > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
#headerBottom > div > div > div.page-center.flex-helper,
#headerTop > div > div > div.page-center{
  padding-left: 35px;
  padding-right: 35px;
}
#headerBottom{
  max-height: 81px;
  transition: 200ms;
}
@media screen and (min-width: 767px){
  .stickynav #headerBottom{
    position: fixed;
    top: 0;
    background: white;
    max-height: 45px;
    transition: 200ms;
  }
  .stickynav #headerBottom img{
    max-width: 200px;
    transition: 200ms;
  }
  .stickynav #headerBottom .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      font-size: 14px;
  }
  .stickynav #headerBottom .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul li a {
      font-size: 13px;
  }
  .stickynav #headerBottom{
    z-index: 9999999999999999!important;
    border-bottom: 1px solid #cecece;
  }
}
ul > li{
  vertical-align: top!important;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

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

hr{
  background-color: #F15D2E;
  height: 3px;
  margin: 25px 0px 25px;
}


.lp-content .main-content{
  padding: 35px 25px 35px 35px;
}
.lp-content .sidebar{
  padding: 35px 35px 25px 35px;
  background: #F4F4F4;
}

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

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

.footer-smart-wrap h3 {
  color:white;
  font-size:18px;
  margin-block-start:0;
  text-transform:unset;
}

.contactcol > div > div{
  max-width: 70%;
  margin: 0 auto;
}
.tbpadding{
  padding-top: 35px;
  padding-bottom: 35px;
}
.contact-heading-two{
  padding-bottom: 10px;
}
#footer{
  background: #3E3F3E;
}
#footerBottom{
  background: #838383;
}
#footerBottom .copyright-text{
    color: #fff;
    text-align: center;
    padding: 10px 10px 8px;
    font-size: 14px;
}
#footerBottom .copyright-text a{
  color: #fff;
}
#footerTop{
  padding-top: 35px;
  padding-bottom: 25px;
}
#footerTop p,
#footerTop span{
  color: #fff;
}
#footerTop .footer-heading {
  padding-bottom: 10px;
}
#footerTop .footer-heading span{
  font-weight: bold;
}
#footer a:hover{
  text-shadow: 0px 0px 2px rgba(255,255,255,0.3);
}

table.social-media{
  float: left;
  margin: 0;
}
table.social-media a > i{
  font-size: 28px;
  color: #9d9d9d;
}

.custom-bottom-footer-wrapper {
    background: #2d2d2d;
    text-align: center;
    padding: 0.35rem 0 0;
    color: #ffffff;
}

.custom-bottom-footer-wrapper .page-center {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.custom-copyright p {
    display: inline-block;
    margin: 0 1rem 1rem;
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.6;
}

.custom-copyright span > div {
    display: inline-block;
    margin: 0 1rem;
}

.custom-copyright span > div a:first-of-type {
    border-right: 1px solid #ffffff;
}

.custom-copyright span > div a {
    padding: 0 1rem;
    color: #ffffff;
    font-size: 0.8rem;
}

.custom-top-footer-wrapper {
    background: #3e3f3e;
    padding: 2.5rem 0;
}

.custom-top-footer-wrapper .page-center {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.custom-social-icons-wrapper {
    margin-bottom: 2rem;
    border-right: 1px solid #ffffff;
    margin-right: -22px;
}

.custom-col-first h5 {
    font-size: 1rem;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    text-transform: none;
    letter-spacing: 0;
}

.custom-col-first p {
    color: #ffffff;
    font-size: 15.2px;
    line-height: 24.3px;
}

.custom-col-first .ftrSocial {
    margin-top: 3rem;
}

.ftrSocial a {
    font-size: 0.9rem;
    color: #ffffff;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: relative;
    margin-right: 0.5rem;
}

.ftrSocial a:hover {
    background: #ffffff;
    color: #2d2d2d;
}

.ftrSocial a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.custom-common ul {
    margin: 0 0 1.25rem;
    line-height: 1.6;
    list-style: none;
    font-size: 0.95rem;
    padding: 0;
}

.custom-common ul li a {
    font-size: 0.9rem;
    color: #ffffff;
}

.custom-common ul li a:hover {
    text-decoration: underline;
}

.custom-common p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.custom-col-second.custom-common {
    padding-left: 29px;
}

.custom-col-second.custom-common ul li:nth-child(5):after {
    font-family: FontAwesome;
    content: '\f023';
    color: rgba(255, 255, 255, 0.8);
    margin-left: 0.5rem;
    font-size: 0.8rem;
}

.custom-col-second ul,
.custom-col-third ul,
.custom-col-fourth ul {
    margin-right: -57px;
}

.custom-col-third {
    padding-left: 32px;
}

.custom-col-fourth {
    padding-left: 35px;
}

.custom-col-five {
    padding-left: 39px;
}

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


/* =============== Custom Menu Primary =============== */

.hs-menu-wrapper.hs-menu-flow-horizontal a{
  font-family: 'Noto Sans', sans-serif;
  color: #1B3160;
  font-size: 16px;
  text-decoration: unset;
  text-transform: none;
}
@media screen and (max-width: 1080px){
  .hs-menu-wrapper.hs-menu-flow-horizontal a{
    font-size: 15px;
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1{
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul > li.hs-menu-depth-1{
  position: relative;
  max-width: fit-content;
}
@media screen and (min-width: 769px){
.hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1 > a:before,
  #footer .hs-menu-wrapper.hs-menu-flow-vertical ul > li.hs-menu-depth-1 > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #4a7abd;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1:hover > a:before,
  #footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1:hover > a:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-depth-1:hover > a{
  color: #4a7abd;
}
#footer .hs-menu-wrapper.hs-menu-flow-vertical ul > li.hs-menu-depth-1 > a:before {
  background-color: #fff;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  padding-top: 10px;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    line-height: 1.6;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    font-size: 0.95rem;
    vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    font-family: FontAwesome;
    content: '\f078';
    color: #ffffff;
    font-size: 0.5rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 20px 0.75rem 18px;
    vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 1.85rem;
    font-size: 14px;
}


/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 190px;
    padding-bottom: 20px;
    background: #ffffff;
    padding: 10px 0 0 0;
    border: 1px solid #707070;
    z-index: 10000; 
    vertical-align: top;
    display: none;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: inline-block;
    font-size: 0.95rem;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-transform: none;
    color: #838383;
    font-size: 14px;
    display: block;
    padding: 0.35rem 0.8rem;
    font-size: 14px;
    text-align: left;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #f15b30;
    background: none;
}

/* Override max width on menu links */
.hs-menu-wrapper.hs-menu-flow-horizontal{
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  font-size: 14px;
  width: auto !important;
  text-align: left;
}
@media (max-width: 767px){
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 10px 25px 6px;
  }
  p.h2-lookalike{
  font-size: 28px;
  }
  .contactcol > div > div{
    max-width: 100%;
    margin: 0 auto;
  }
  #module_156569972119086 .hh-col-one{
    background-color: #fff;
  }
}
@media screen and (min-width: 1280px){
  .hh-img.full-img{
    max-height: 375px!important;
  }
}
/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */

 
/* Variables
   ========================================================================== */

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 



     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
          position: fixed;
          width: 100% !important; /* must match the value above in 'left' */
          z-index: 1000;
          background: #fff; 
          right: -100%;
          top: 60px;
        -webkit-transition: -webkit-right 0.2s;
        -moz-transition: -moz-right 0.2s;
        transition: right 0.2s;
        height:100vh !important;
        overflow:hidden;
        overflow-y:auto;
     }

     /* Set Link Colors */
     .custom-menu-primary a { color: #fff; }
     .custom-menu-primary a:hover { color: #fff; }
     
     
     .show-mobile-nav .custom-menu-primary {
         right: 0%;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul {
        float: none;
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        position: relative;
        display: block;
        padding: 1.2em 0 1.2em 2rem;
        font-weight: bold;
        font-size: 1.1rem;
        z-index: 2;
        color: #ffffff;
        background: #2d2d2d;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        display: inline-block;
        border: 1px solid #ffffff;
        padding: 0.25rem 0.75rem;
        color: #ffffff;
        margin-left: 2rem;
        margin-top: 2rem;
        font-size: 0.9rem;
        float: none;
        font-weight: normal;
        line-height: 21px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
        background: #ffffff;
        color: #2d2d2d;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        width: 100%;
        background: transparent;
        padding: 0;
        border: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        display: block;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        display: block;
        background: #fff;
        font-weight: normal;
        border-top: none;
        line-height: 23.9px;
        font-size:14.4px;
        color: #ffffff;
        text-transform: none;
        padding-left: 3rem;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        display: inline-block;
        font-size: 100%;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        background: #fff;
        font-weight: normal;
        text-transform: none;
        padding: 0.6em 0 1.2em 3rem;
        display: block;
        border-top: none;
        font-size: 0.9em;
        color: #ffffff;
    }
    .custom-menu-primaary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
        display:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal{
      position: absolute;
      display: none;
      left: 0;
      right: 0;
      top: 66px;
  }
  .hs-menu-wrapper ul > li > a{
    width: 100%;
    text-align: left;
  }
  #headerBottom>div>div>div.page-center.flex-helper, #headerTop>div>div>div.page-center{
    padding: 0px;
  }
  #headerBottom .page-center.flex-helper>div>div{
    justify-content: flex-start;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    display: none;
  } 
    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 30px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
      }
     .child-trigger {
        top: 30px;
        right: 20px;
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        border: 0;
       position: absolute;
        text-align: center;
        z-index: 99;
    }
  
   .child-trigger > i:nth-child(2){
      height: 2px;
      top: 8px;
      width: 30px;
     margin-left: 0px;
      position: absolute;
     transition: 300ms;
      background-color: black;
      left: 0;
    }
  .child-trigger > i:first-child{
      height: 2px;
      width: 30px;
      position: absolute;
      top: 0;
    transition: 300ms;
      left: 0;
      background-color: black;
  }
    .child-trigger > i:last-child{
      height: 2px;
      width: 30px;
      position: absolute;
      left: 0;
      top: 16px;
      transition: 300ms;
      background-color: black;
  }
    .child-trigger.child-open > i:first-child{
      transform: rotate(-135deg);
      top: 8px;
      transition: 300ms;
    }

    .child-trigger.child-open > i:last-child{
      transform: rotate(135deg);
      top: 8px;
      transition: 300ms;
    }
    .child-trigger.child-open > i:nth-child(2){
      margin-left: 50px;
      opacity: 0;
      transition: 300ms;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
       text-transform: none;
       padding: 1.2em 0 1.2em 3rem;
       font-size: 0.95em;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
       font-size: 14.4px;
       text-transform: none;
       padding: .6em 0 1.2em 3rem;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li:last-child >  a {
       padding-bottom: 0.8em;
    }
      .custom-menu-primary .hs-menu-wrapper>ul li.active-child ul {
        opacity: 1 !important;
        visibility: visible !important;
        position: static !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        display: block;
    }
     .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        background: transparent !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        color: #fff;
    }
  
  .foot-col{
    padding-bottom: 35px;
  }
  .foot-col a{
    color: #fff;
  }
  #footerTop > div > div > div.page-center{
        max-width: 70%;
    margin: 0 auto;
  }
}


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


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


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

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

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

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


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper .blog-listing-wrapper {padding-top: 35px; padding-bottom: 35px;}

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

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

/* Blog Post Title */
.post-header h2  {
    margin-bottom: 0;
}

.post-header h2>a{
  font-size: 28px;
  line-height: 1;
}

.post-header h2{
  line-height: 1;
  margin-bottom: 10px;
}

.post-header p{
    font-size: 13px;
}
/* Blog Author and Avatar */
#hubspot-author_data {

}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

p.custom_listing_comments{
    float: right;
}

.hs-blog-social-share{
    float: left;
  width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link { display: block; }
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 175px !important;
  height: 175px;
  max-width: 100%;
  width: 100%;
  display: inline-block !important;
  float: none!important;
  margin: 0;
}
.blog-post-2020 .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  max-height: 337px !important;
  height: 337px;
}

/* Read More Link */
a.more-link {}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */
.social-sharing-wrapper {
    clear: both;
}
.hs-blog-social-share {
    padding: 10px 0 0 0;
    height: auto;
}


/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    text-align: center;
}
.blog-pagination .previous-posts-link {
    float: left;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
    float: right;
}

/* Blog Author Page */
.hs-author-social-label {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    vertical-align: middle;
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 30px;
    display: inline-block;
    padding-right: 5px !important;
    background: none !important;
    vertical-align: middle;
}



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

.blog .blog-sidebar {}

.blog-sidebar-filter-list li {
    padding: 2px 0;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
    padding: 0px 0px 40px 0px;
}


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


/* =============== Global Form Styles =============== */
.hs-form{
  padding-bottom: 15px;
}

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    width: 100%;
    line-height: 32px;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    margin: 0 0 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: none;
    color: #253968;
    box-sizing: border-box;
    border-radius: 0;
    padding: 5px 4px;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;

}

#comment-form input[type="text"],
#comment-form input[type="password"], 
#comment-form input[type="datetime"], 
#comment-form input[type="datetime-local"], 
#comment-form input[type="date"], 
#comment-form input[type="month"], 
#comment-form input[type="time"], 
#comment-form input[type="week"], 
#comment-form input[type="number"], 
#comment-form input[type="email"], 
#comment-form input[type="url"], 
#comment-form input[type="search"], 
#comment-form input[type="tel"], 
#comment-form input[type="color"],
#comment-form input[type="file"],
#comment-form textarea,
#comment-form select {
    -moz-box-shadow: inset 0 0 1px #888 !important;
-webkit-box-shadow: inset 0 0 1px #888 !important;
box-shadow: inner 0 0 1px #888 !important;
border-radius:5px;
background:#fefefe;
}


input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
    color:#253968;
} /* Webkit Browsers */
:-moz-placeholder {
    color:#253968;
} /* Firefox 18- */
::-moz-placeholder {
    color:#253968;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color:#253968;
} /* IE10 */
.custom-google-search .hs-form input[type="text"] {
    padding-right: 2.3rem;
}
.blog-page-center > div > div > div.span4{
  background: #f7f7f7;
  padding: 35px;
}
@media (max-width: 1920px){
  .blog-page-center{
    padding-left: 35px;
    padding-right: 35px;
  }
}
  
.custom-blog-sidebar-form:-moz-placeholder {
    color: #777;
}
.custom-blog-sidebar-form::-moz-placeholder {
    color: #777;
}
/* =============== Multi Column Form =============== */

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    outline: 0;
    width: auto;
    color: #fff;
    border: 1px solid #f15b30;
    padding: 10px;
    text-transform: none;
    letter-spacing: 0;
    background: #f15d2e;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    margin: 10px 0 0;
    font-family: 'Noto Sans', sans-serif; 
    transition: all 300ms;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #1B3160;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #1B3160;
    transition: all 300ms;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    color: #fff;
    transition: all 300ms;
}
.hs_recaptcha{
  margin: 5px 0px;
}

.btn-row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-top: 25px;
}
.cta-bar-inner-wrap .btn-row{
  padding-top: 25px;
}
#widget_1566452095310.hh-row{
  background: #EFEFEF;
}
.btn-row.btn-left{
  justify-content: flex-start;
}
@media screen and (max-width 767px){
  
  .btn-row.btn-left{
    justify-content: center;
  }
}
.primary-cta{
  font-size: 16px;
  font-weight: 700;
  background-color: #f15d2e;
  padding: 10px 10px 8px;
  color: #fff;
  min-width: 160px;
  text-transform: none;
  text-align: center;
  transition: 200ms;
}
.primary-cta:hover{
  background: #1b3160;
  transition: 300ms;
  color: #fff;
  transform: scale(1.05);
}
.secondary-cta{
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 10px 8px;
  color: #fff;
  min-width: 160px;
  text-transform: none;
  text-align: center;
  font-weight: bold;
  transition: 200ms;
}
.secondary-cta:hover{
  background-color: #838383;
  color: #fff;
  border: 1px solid #fff;
  transition: 200ms;
  transform: scale(1.05);
}

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

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


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

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


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

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


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

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


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


/* Styles that do not fit into any of the available sections above can go here. */
.lp-content > div > div{
  display: flex;
}

.lp-content.fw-lp .main-content > div > div > div > span > div{
  padding-bottom: 25px;
}
@media screen and (max-width: 767px){
  .lp-content > div > div{
    flex-direction: column;
  }
}
.landing-page.one-column .body-container form, 
.error-template .body-container form, 
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form {
    width: 50%;
}                      

.hs-input.invalid.error {
    border: 1px solid #790000;
}  

.hs-error-msgs.inputs-list{
    margin: 0;
}

.custom-js {
    min-height: 0 !important;
}

ul.hs-error-msgs.inputs-list label {
    margin-bottom: 0;
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 12px;
    line-height: 1;
    font-family: inherit;
}

.hs-button.primary, input[type="submit"], input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    outline: 0;
    width: auto;
    border: 1px solid #f15b30;
    padding: 10px;
    text-transform: none;
    letter-spacing: 0;
    background: #f15d2e;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Noto Sans', sans-serif;
}

.hs-blog-post .post-body {
   padding: 0;
}

.hs-blog-post .blog-content {
   padding: 0 0.9375rem;
}

.hs-blog-post .blog-post-wrapper.cell-wrapper {
   position: relative;
   padding-left: 0%;
}

.hs-blog-post .custom-share-wrap {
   position: absolute;
   left: -40px;
   top: 0;
   width: 50px;
   margin-bottom: 0;
}

.hs-blog-post .custom-share-wrap .hs-blog-social-share {
   margin: 0;
   padding: 0;
   border: 0;
}

.hs-blog-post .custom-share-wrap .hs-blog-social-share ul li {
   display: block;
   float: none;
   height: auto;
   width: 100%;
}


.hs-blog-post .blog-content {
   padding-top: 1.75rem;
}

/* LOGIN MODAL
=================================================*/

.loginModal {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(37, 58, 102, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    overflow-y: auto;
}
.loginModal h2 {
    color: #ffffff;
}
.loginModal a {
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: underline;
}
.login-active {
    z-index: 1001;
    opacity: 1;
}
.login-logo {
    margin: 0.6rem 0 0 1rem;
}
.login-close {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #2d2d2d;
    cursor: pointer;
}
.login-close img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.login-form {
    display: block;
    text-align: center;
    padding-top: 20%;
}
.login-form p {
    color: #ffffff;
    font-size: 0.9rem;
    margin: 1rem 0 2rem;
    line-height: 1.2rem;
}
.login-form a {
    display: block;
    width: 100%;
    margin: 1.5rem auto 0 auto;
    border: 1px solid #ffffff;
    padding: 0.35rem 1rem;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
}
.login-form a:hover {
    background: #ffffff;
    color: #253968;
}

.login-form .icon-after {
    margin-top: 4rem;
}

.loginModal .columns {
    width: 50%;
    margin-left: 25%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.login-form a {
    width: 70%;
}
.login-form a.octavebtn {
    font-size: 1.2rem;
    width: 80%;
    padding: 0.5rem 1rem 0.4rem;
}


.ftr-stories {
    position: relative;
    padding: 0;
    min-height: 360px;
    margin-bottom: 3rem;
}
.ftr-story {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #253968;
    background-size: cover;
    background-position: 50% 50%;
}   
.ftr-story {
    width: 50%;
    position: absolute;
}
.ftr-story:first-of-type {
    min-height: 360px;
}
.ftr-story:first-of-type {
    top: 0;
    left: 0;
    border-right: 1px solid #ffffff;
}
.ftr-story:nth-of-type(2) {
    min-height: 180px;
}
.ftr-story:nth-of-type(2) {
    top: 0;
    right: 0;
    border-bottom: 1px solid #ffffff;
}
.ftr-story:nth-of-type(3) {
    min-height: 180px;
}
.ftr-story:nth-of-type(3) {
    top: 180px;
    right: 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    padding: 0.5rem 1.75rem;
}
.ftr-story h2, .ftr-story h4 {
    color: #ffffff;
    margin-bottom: 0.5rem;
    z-index: 1;
}
.ftr-story:first-of-type h4 {
    font-size: 2.25rem;
}
.ftr-story:first-of-type h4 {
    font-size: 2.5rem;
}
.ftr-story span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    z-index: 1;
}

.custom-pop-outer .page-center {
    padding:0 !important;
}

.overlay {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.ftr-story.divBox {
    display: table;
}
.ftr-stories .ftr-story:first-of-type {
    height: 360px;
}
.ftr-stories .ftr-story:nth-of-type(2),
.ftr-stories .ftr-story:nth-of-type(3){
    min-height: 100%;
    height: 180px;
}

.hs-blog-post .about-author-sec.row-fluid {
    background: #f0ede8;
    padding: 1.1rem 0.9375rem 0.2rem;
    margin: 2rem 0 0;
}

.hs-blog-post .about-author-sec h3 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f15b30;
    margin-bottom: 0.15rem;
    font-size: 1.25rem;
    margin-top: 0;
}
.hs-blog-post .about-author-sec img {
    margin-bottom: 20px;
}
.hs-blog-post .about-author-sec  p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-style: italic;
}
.custom-archieves select:focus {
    border: 1px solid #cacaca;
    box-shadow: none !important;
    background-color: #fafafa;
    transition: none;
    background-image: url(//3356907.fs1.hubspotusercontent-na1.net/hubfs/3356907/UnitedLanguage-Jun2017/Images/select-arrow.svg);
}
.catogary-wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
}

.catogary-wrap h1.entry-title {
    color: #f15b30;
    letter-spacing: 1px;
    font-size: 1.25rem;
    padding-top: 16px;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


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

@media (max-width: 1290px) {
    .hs-blog-post .custom-share-wrap {
       left: 0;
    }
    
    .hs-blog-post .blog-post-wrapper.cell-wrapper {
       padding-left: 16%;
    }
}

@media (max-width: 1270px) {
    .custom-social-icons-wrapper {
        margin-right: -19px;
    }
    .custom-col-second.custom-common {
        padding-left: 30px;
    }
    .custom-col-third {
        padding-left: 34px;
    }
    .custom-col-fourth {
        padding-left: 38px;
    }
    .custom-col-five {
        padding-left: 42px;
    }
}

@media (max-width: 1100px) {
    .custom-social-icons-wrapper {
        margin-right: -22px;
    }
    .custom-col-second.custom-common {
        padding-left: 29px;
    }
    .custom-col-third {
        padding-left: 32px;
    }
    .custom-col-fourth {
        padding-left: 35px;
    }
    .custom-col-five {
        padding-left: 38px;
    }
    .hs-blog-post .blog-post-wrapper.cell-wrapper {
       padding: 0;
    }
    
    .hs-blog-post .custom-share-wrap {
       position: static;
       width: 100%;
    }
    
    .hs-blog-post .custom-share-wrap .hs-blog-social-share ul li {
       display: block;
       float: left;
       height: 30px;
       width: auto;
    }
    .hs-blog-post .custom-share-wrap .hs-blog-social-share {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 960px) {
    .custom-social-icons-wrapper {
        border-right: 0;
        margin-right: 0;
        width: 100%;
    }
    .custom-col-first {
        width: 100% !important;
    }
    .custom-common {
        padding: 0 !important;
        margin: 0 !important;
        width: 24.5% !important;
    }
    .custom-col-second ul,
    .custom-col-third ul,
    .custom-col-fourth ul {
        margin-right: 0;
    }
    .blog .blog-sidebar {
       width: 33.33333%;
       margin-left: 0;
       padding-left: 1.2375rem;
    }
    .blog .blog-content {
       width: 66.66667%;
    }
    .hs-blog-post .custom-share-wrap {
        position: relative;
    }
    .hs-blog-post .custom-share-wrap .hs-blog-social-share ul li {
        display: inline-block;
        float: left;
        height: auto;
        width: auto;
    }

}


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

@media (max-width: 767px) {
    .btn-row.btn-left{
    justify-content: center;
    align-items: center;
  }
  .hs-tabs__nav > div:last-child{
    border-bottom: 1px solid #cecece;
  }
  .bluebg{
    margin-bottom: 35px;
    margin-top: 0px;
  }
    #widget_12193032846 .hh-col-two{
    display: none;
  }
    
  #widget_12099717132.bluebg,
  #widget_12106433948.bluebg,
  #widget_12108128118.bluebg,
  #widget_12126665301.bluebg,
  #widget_12128361688.bluebg,
  #widget_12128362848.bluebg,
  #module_156557761391983.bluebg,
  #widget_12193032847.bluebg{
    margin-bottom:0px;
  }
  .btn-row:not(.btn-row-flex-wrap) > a{
    margin: 0px;
  }
  .btn-row:not(.btn-row-flex-wrap) > a:not(:first-child){
    margin-top: 15px;
  }
  .btn-row{
    flex-direction: column;
    
  }
    .body-container-wrapper .main-content {
        margin-bottom:20px;
    }
    .landing-page.one-column .body-container form, 
    .error-template .body-container form, 
    .password-template .body-container form, 
    .subscription-template .body-container .widget-type-email_simple_subscription form {
        width: 100%;
    } 
    .custom-common {
        padding: 0 !important;
        margin: 0 !important;
        width: 49.6% !important;
        float: left !important;
    }
    .custom-col-fourth.custom-common {
        clear: left;
    }
    .custom-copyright p {
        padding-left: 4px;
    }
    .login-form a.octavebtn {
        font-size: 1rem;
        width: 100%;
        padding: 0.35rem 1rem;
    }
    .login-form a {
        width: 100%;
    }
    .ftr-story {
        width: 100%;
        position: relative;
        top: 0 !important;
        margin-bottom: 4px;
    }
    .custom-topics {
        display: none;
    }
    .blog .blog-sidebar {
       width: 100%;
       margin-left: 0;
       padding-left: 0;
    }
    
    .blog .blog-content {
       width: 100%;
    }
     .custom-post-pagination > div {
       width: 100%;
       float: none;
   }
   .custom-post-pagination .custom-right {
       margin-top:24px;
   }
   .hs-blog-post .about-author-sec img {
        max-width: 112px;
    }
    .blog .blog-sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-bottom: 5rem;
    }
    .story-meta-lower h1 {
       font-size: 2.5rem;
       margin-top: 0;
    }
    
    .custom-banner-wrapper {
       min-height: 500px !important;
    }
    .custom-blog-logo {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .tbpadding{
      padding-top: 0px;
      padding-bottom: 0px;
    }
  .btn-row{
    padding-bottom: 10px;
  }
  .btn-row.btn-left{
    justify-content: center;
    align-items: center;
  }
  .content-row > div{
    text-align: center;
  }
  ul{
    max-width: fit-content; 
    text-align: left;
    margin: 10px auto 0;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-text{
    text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    max-width: 100%;
  }
  table.social-media{
    float: none;
  }
  div.actions{
    text-align: center;
  }
 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a{
    text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul > li.hs-menu-depth-1{
    max-width: unset;
  }
  .contact-item{text-align: center;}
  .hh-slider{
    padding-bottom: 10px;
  }
  #hs_cos_wrapper_module_156535180192276{
    text-align: center;
  }
}  

@media (max-width: 639px) {
  #headerBottom img{
    max-width: 300px;
    padding: 10px 0px 8px;
  }
  
    .loginModal .columns {
        width: 100%;
        margin-left: 0;
    }
    h2 {
        font-size: 1.875rem;
    }
    .hs-featured-image-wrapper,
    .blog-listing-wrapper .post-listing .post-item .post-body{
        width: 100%;
        float: none;
    }
    .post-body h2 {
        font-size: 1.125rem;
    }
    .custom-footer-image span>div,
    .custom-footer-image p {
        width: 100%;
        float: none;
    }
    .catogary-wrap h1.entry-title {
        font-size: 1.0625rem;
    }
    
  .btn-row.btn-left{
    justify-content: center;
    align-items: center;
  }
  .content-row > div{
    text-align: center;
  }
  ul{
    max-width: fit-content; 
    text-align: left;
    margin: 10px auto 0;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-text{
    text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    max-width: 100%;
  }
  table.social-media{
    float: none;
  }
  div.actions{
    text-align: center;
  }
 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a{
    text-align: center;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul > li.hs-menu-depth-1{
    max-width: unset;
  }
  .contact-item{text-align: center;}
  .hh-slider{
    padding-bottom: 10px;
  }
  #module_156538611800999 > .hh-col-two{
    display: none;
  }
  #module_1565572457086103{
    flex-direction: column-reverse!Important;
  }
  #module_1565572457086103 > .hh-col-two > .hh-img.padded-img{
    padding-top: 35px;
    padding-bottom: 35px;
    max-width: 50%;
  }
}

@media (max-width: 628px) {
    .custom-copyright p {
        padding-left: 0;
    }
}


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

@media (max-width: 479px) {
    .custom-common {
        width: 50% !important;
    }
    .login-logo img {
        max-width: 80%;
    }
}

@media (max-width: 380px) {
    .custom-common {
        width: 100% !important;
    }
}


.hs-form-f9a6226b-8d0b-4edb-8d08-e02a52776590_40ede88b-8f81-41f5-b85d-094be1e5639b fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}



.hs_cos_wrapper_type_social_sharing img {

display: none; /* hides social sharing icon images */

}

.body-container .fm_button span{

    background:none!important; /*removes background image of follow me icons */
    line-height:0;
}

.hs_cos_wrapper_type_social_sharing a, .fm_button span{
    font-size:28px; /* sets size of Follow Me and Social Sharing if you are using vector icons */
    display: inline-block;
    width: 40px !important;
    height: 40px
    border-radius: 50%;
    position: relative;
    margin-right: 0.3rem;
    margin-bottom:8px;
}

.widget-type-social_sharing .cell-wrapper.layout-widget-wrapper {
    line-height:0 !important;
}

.hs_cos_wrapper_type_social_sharing a i {
    color: #8f8f8f;
    position: absolute;
    top: 50%;
    left: 50%;
    font: normal normal normal 14px/1 FontAwesome;
}

.hs_cos_wrapper_type_social_sharing a:before, .fm_button span:before{
    display: block;
    border: 1px solid #8f8f8f !important;
    border-radius: 50%;
    font-style: normal;
    font-weight: normal;
    font: normal normal normal 14px/1 FontAwesome;
    line-height:36px;
    color: #8f8f8f;
    text-align:center;
} 



.hs_cos_wrapper_type_social_sharing a:first-child:before, .fm_facebook>span:before {

content: "\f230";
}

.hs_cos_wrapper_type_social_sharing a:nth-child(2):before, .fm_linkedin>span:before { 
content: "\f0e1";
}

.hs_cos_wrapper_type_social_sharing a:nth-child(3):before, .fm_twitter>span:before { 

content: "\f099";
    
}

.hs_cos_wrapper_type_social_sharing a:nth-child(4):before {
  content: "\f0d2";
}

.fm_googleplus>span:before { 

content: "\f0d5";
    
}


.short-form .hbspt-form .hs-form-872ecec3-550d-414f-b74e-098f24040ef7_0834bfa3-d373-4343-9100-86abb220be9c label {
color: #fff !important;
}


.short-form .hbspt-form .hs-form-872ecec3-550d-414f-b74e-098f24040ef7_3659911f-111f-44a5-8c3f-75d7876c41ef.stacked .field {
    margin-bottom: 0 !important;
}


@media (max-width: 1290px) {

    .hs-blog-post .blog-post-wrapper.cell-wrapper {
       padding-left:0 !important;
    }

}
=

#widget_1566451602219.hh-row {
    background: #EFEFEF;
}

/* ==== BANNER BUTTON STYLING ==== */

.banner-btn:hover {
  background: #1b3160 !important;
  transition: 300ms !important;
}
.xbutton:hover {
  color: #1b3160 !important;
  transition: 300ms;
}
  
/* ==== SEARCH FEATURE ==== */

.search-btn {
  float:right;
  width:100px;
  padding-top:6px;
  text-align:right;
}

.search-btn:before {
  content:'';
  background-image:url(https://info.unitedlanguagegroup.com/hubfs/-%20ULG%20-%20Aug%202019/search.svg);
  background-size:cover;
  width:14px;
  height:14px;
  display:inline-block;
}

.search-btn:hover {
  cursor:pointer;
}

.sitesearch {
  display:none !important;
}

.sitesearch.showme {
  display:block !important;
}

.sitesearch {
  max-width:500px;
  float:right !important;
}

.hs-search-field__suggestions {
  position: absolute;
  background: white;
  z-index: 999;
}

@media screen and (max-width:768px) {
  .sitesearch {
    max-width:500px;
    float:none !important;
    padding-right:10px;
    padding-left:10px;
  }
  
  .search-btn {
    padding-right:10px;
  }
}


/* ==========================================================================
   MODULE CSS                                
   ========================================================================== */
  

/* HERO - HOME PAGE */

.hero-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 360px;
}
.hero-content-wrap > h1{
  text-align: center;
  padding: 0px 15px;
}
.hero-background-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
  .hero-background-image {
      background-size: cover;
      background-position: 60% center;
      background-repeat: no-repeat;
  }
}



/* HALF HALF SECTION */

.hh-sep {
  width:100px;
  height:3px;
  margin-right:auto;
  background-color:#f15d2e;
  margin-bottom:20px;
}

@media screen and (max-width: 767px) {
  .hh-sep {
    margin-right:auto;
    margin-left:auto;
  }
}

.hh-img.full-img{
  min-width: 100%;
  height: auto;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

.hh-img.padded-img{
    margin: 0 auto;
    padding-left: 0px;
  padding-right: 0px;
}

.slider__img{
  height: auto;
  width: 50%;
  object-fit: contain;
  margin-top: -5%;
}

.hh-slider {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  border: 1px solid #707070;
  background-color: #fff;
  margin: 8px 4px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  background-color: #707070;
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:focus {outline:0;}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -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-keyframes check {
  50% {
    box-shadow: 0 0 0 2px rgba(112, 112, 112, 0.4), 0 0 0 6px rgba(112, 112, 112, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(112, 112, 112, 0.1), 0 0 0 0 rgba(112, 112, 112, 0);
  }
}

@keyframes check {
  50% {
    box-shadow: 0 0 0 2px rgba(112, 112, 112, 0.4), 0 0 0 6px rgba(112, 112, 112, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(112, 112, 112, 0.1), 0 0 0 0 rgba(112, 112, 112, 0);
  }
}

.form-wrap{
  padding: 20px 35px 15px;
}


.extra-rows.content-row{
  margin-top: 35px;
}

@media (max-width: 768px){
  .hh-img.padded-img{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slider__img{
    width: 80%;
  }
}


/* HALF HALF WITH 2x2 GRID */

.bottom-left, .bottom-right{
  margin-top: 15px;
}
.two-by-two{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
}
.grid-row{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.grid-row.top-row{
}
.grid-square{
  width: 45%;
  margin: 0 auto;
}
.grid-square p{
  font-size: 17px;
  text-align: left;
  margin: 5px 0;
  padding-top: 5px;
}
.grid-heading{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.grid-heading h3{
 color: #4A7ABD;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 20px;
  margin: 0;
}
.grid-square > .btn-row{
  justify-content: flex-start;
  padding-top: 0px;
}
.grid-square a.text-link{
  color: #1B3160;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  transition: 200ms;
}
.grid-square a.text-link:hover{
  color: #F15D2E;
  transition: 200ms;
}
@media screen and (max-width: 768px){
  .grid-square p{
    text-align: center;
  }
  .grid-square > .btn-row{
    justify-content: center;
  }
  .grid-heading{
    justify-content: center;
  }
  .grid-square a.text-link, .grid-square{
    text-align: center;
  }
}
@media screen and (max-width: 540px){
  .grid-row{
    flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
  }
  .grid-square{
    width: 100%;
    margin: 0 auto 35px;
  }
}


/* FULL WIDTH CALLOUT */

.bluebg{
  background: rgb(74,122,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(74,122,189,1) 0%, rgba(27,49,96,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(74,122,189,1) 0%,rgba(27,49,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(74,122,189,1) 0%,rgba(27,49,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7abd', endColorstr='#1b3160',GradientType=0 ); /* IE6-9 */
}
.hh-row.hh-bg-img-orange{
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

.hh-row .cta-bar-inner-wrap h1,
.hh-row .cta-bar-inner-wrap h2,
.hh-row .cta-bar-inner-wrap h3,
.hh-row .cta-bar-inner-wrap p{
  text-align: center;
  color: #fff;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}

.cta-bar-inner-wrap{
  padding: 35px 35px 45px;
}

p.fw-call-content{
  font-size: 17px;
  max-width: 75%;
  margin: 0 auto;
}
.hh-content-wrap .hh-inner-wrap.cta-bar-inner-wrap ul{
  max-width: fit-content;
  margin: 10px auto 0px;
}
.hh-content-wrap .hh-inner-wrap.cta-bar-inner-wrap ul li{
  color: #fff;
}

@media (max-width: 768px){
  p.fw-call-content{
    max-width: 100%;
  }
  .cta-bar-inner-wrap{
  padding: 35px;
  }
}


/* RECENT TOPIC POSTS */

.hh-row.hh-resource-row{
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.hh-resource-row .hh-column.hh-col-quarter{
  flex: 1;
  width: 25%;
  margin-top: 80px;
  max-width: 33%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}
.hh-resource-row .hh-content-wrap {
    padding: 12.5px;
  height: 100%;
}

.hh-resource-row .hh-inner-wrap {
    text-align: center;
    position: relative;
   height: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.hh-resource-row .resource-link{
  display: block;
  padding: 12.5px;
}
.hidden-image{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.hh-inner-wrap:hover > .hidden-image{
  display: block;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

.hh-inner-wrap:hover > .resource-link > h3, 
.hh-inner-wrap:hover > .resource-link > p{
  color: #fff;
    transition: 300ms ease-in-out;
}
.resource-title{
  font-size: 18px;
  color: #4A7ABD;
}
.resource-content{
  color: #707070;
}
.resource-link > img{
    margin-top: -80px;
      border-radius: 50%;
      object-fit: cover;
    object-position: center;
    height: 150px;
  width: 150px;
}
p.linklook, p.linklook i{
  color: #1B3160;
}
.hh-inner-wrap:hover p.linklook, .hh-inner-wrap:hover p.linklook i{
  color: #fff;
  transition: 200ms;
}
@media screen and (max-width: 1080px){
  .hh-resource-row{
    flex-wrap: wrap;
  }
  .hh-resource-row .hh-column.hh-col-quarter{
    flex: 1;
    min-width: 50%;
    margin-top: 80px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px){
  .hh-row.hh-resource-row {
    flex-direction: column;
  }
  .hh-resource-row .hh-column.hh-col-quarter{
    flex: unset;
    width: 100%;
    min-width: 100%;
    margin-top: 60px;
  }
  .hh-resource-row .hh-content-wrap{
    padding: 15px 0px;
  }
}

/* Dev 2020 Blog Listing Template - Brennan Nowers */
.blog-2020 .three-dots,
.blog-2020 .pagination-comma{
  color: #4a7abd;
}
.blog-2020 .pagination-comma:last-child{
  display: none;
}
.blog-2020 .post-item-wrapper{
  display: flex;
  flex-flow: row wrap;
  height: 1578px !important;
  max-width: 95%;
  margin: 0 auto;
}
.blog-2020 .post-item{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 33%;
  padding: 5px;
}
.blog-2020 .hs-featured-image-wrapper img{
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}
.blog-2020 .hs-featured-image-wrapper{
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
}
.blog-2020 .post-header h2 > a{
  font-size: 18px;
}
.blog-2020 .post-header h2{
  line-height: 0.5;
  margin: 10px 0 5px 0;
}
.blog-2020 .post-header .author-link-wrapper{
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-2020 .post-body{
  font-size: 15px;
  line-height: 1.3;
}
.blog-2020 .post-header .topic-link-wrapper{
  position: absolute;
  top: 15px;
  left: 15px;
}
.blog-2020 .post-header .topic-link{
  font-size: 14px;
  color: #fff;
  padding: 7px 15px 5px 15px;
  background-color: rgba(74, 122, 189, 0.85);
  line-height: 2;
}
.blog-2020 .blog-pagination{
/*   display: flex;
  justify-content: space-around; */
  padding: 30px 0 30px 0;
  max-width: 90%;
  margin: 0 auto;
}
.blog-2020 .pagination-hr{
  max-width: 90%;
  margin: 40px auto 0 auto;
  height: 1px;
  background-color: #3E3F3E;
}
.blog-2020 select{
  position: relative;
  border-color: #ddd;
  border-radius: 0px;
  height: 47px;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 6px 36px 12px 14px;
  cursor: pointer;
  background: #fff;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-image: url(https://4911237.fs1.hubspotusercontent-na1.net/hubfs/4911237/caret-down.png);
  background-size: 0.75rem;
}
.blog-2020 input[type="text"]{
  background: #fff;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-image: url(https://4911237.fs1.hubspotusercontent-na1.net/hubfs/4911237/magnifying-glass.png);
  background-size: 1.1rem;
}
.blog-2020 select,
.blog-2020 input[type="text"]{
  transition: 300ms ease-in-out;
}
.blog-2020 select:hover,
.blog-2020 select:focus,
.blog-2020 input[type="text"]:hover,
.blog-2020 input[type="text"]:focus{
  border-color: rgb(241, 93, 46);
}
.blog-2020 .back-to-main{
  padding-top: 20px;
  max-width: 100% !important;
  padding-left: 5% !important;
}
.blog-2020 .back-to-main i::before{
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f0d9";
  display: inline-block;
}
.blog-2020 .blog-pagination{
  display: flex;
  justify-content: space-between;
}
.blog-2020.tag-list h3{
  color: #1B3160;
}
.blog-2020.tag-list ul{
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.blog-2020.tag-list ul li{
  width: calc(50% - 10px);
  text-align :center;
  padding: 7px 10px 5px;
  background-color: #F2F2F2;
  margin: 5px;
  transition: 300ms ease-in-out;
}
.blog-2020.tag-list ul li:hover{
  background-color: #4a7abd;
}
.blog-2020.tag-list ul li a{
  color: #707070;
}
.blog-2020.tag-list ul li:hover a{
  color: #fff;
}
@media (max-width: 1160px){
  .blog-2020 .post-item{
    width: 33%;
  }
}
@media (max-width: 880px){
  .blog-2020 .post-item{
    width: 50%;
  }
  .blog-2020 .post-header h2{
    text-align: left;
  }
  .blog-2020 .btn-row.btn-left{
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 500px){
  .blog-2020 .post-item{
    width: 100%;
  }
}

/*********Blog Post Template Styling*************/
.blog-post-2020 .post-body a{
  font-weight: 600;
  position: relative;
  transition: 300ms;
}
.blog-post-2020 .post-body a:hover{
  color: #f15d2e;
  text-decoration: underline;
}
#blog-post-sidebar{
  padding: 90px 3px 30px 70px;
}
#blog-post-sidebar h3{
  font-size: 18px;
  margin-bottom: 0;
}
#blog-post-sidebar.stick{
  padding: 50px 78px 30px 16px;
  position: fixed;
  top: 0;
  right: 0;
}
@media (max-width: 1080px){
  #blog-post-sidebar,
  #blog-post-sidebar.stick{
    width: 100% !important;
    padding: 30px;
    position: static;
  }
  .blog-post-2020 .blog-page-center .span8{
    width: 100% !important;
  }
  .blog-post-2020 .post-body p{
    text-align: left !important;
  } 
}

/* Taken from BF Dev Blog template head styling */

.ft-col{
  flex:1;
  height:400px;
}
.ft-col.left-side{
  max-width:66%;
}
.ft-col.right-side{
  max-width:33%;
}
.kc_item {
  float: left;
  position: relative;
  line-height: 1em;
}
.kc_grid {
  max-width: 1200px;
}
.kc_grid:after {
  content: '';
  display: block;
  clear: both;
}
.kc_item {
  position: relative;
  float: left;
  width: 33%;
  padding: 10px 5px;
}
.knowledge--center.hs-featured-image-link img.hs-featured-image.no-bg-img{
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  opacity: 1;
}
ul li:hover { cursor:pointer}
.right-side .knowledge--center,
.right-side .knowledge--center.hs-featured-image-link img.hs-featured-image.no-bg-img{
height: 192.5px;
min-height: 192.5px;
}
.left-side .knowledge--center,
.left-side .knowledge--center.hs-featured-image-link img.hs-featured-image.no-bg-img{
  height: 400px;
  min-height: 400px;
}
.featured-posts-top{
  display: flex;
  flex-direction: row;
  max-width: 1150px;
  margin: 0 auto;
  padding-left:10px;
}
.featured-list{
  max-width: 1150px;
  margin: 0 auto;
}
.post-filter-row{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1150px;
  margin: 0 auto;
}
.post-filter-outer{
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
  /* background-color: rgba(0,175,231, .3); */
}
.post-filter-column{
  width: 33%;
  padding: 5px;
}
.topic--name.other {
  display: block;
  background: #273c55;
}
#kc-listing {
  margin: 0 auto;
  max-width: 90%;
}
#kc-listing:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer{
  width: 33%;
}
.gutter-sizer{
  width: 1%;
}
.left-side .full-height{
  width:100%;
  height:400px;
  padding-right:5px;
}
.right-side .half-height{
  padding-left:5px;
  width:100%;
  height:192.5px;
}
h4.featured-post-title{
 margin-block-start: 0.75em;
}
.blog-pagination__link, 
.next-posts-link,
.previous-posts-link{
  transition: 200ms;
}
.blog-pagination__link:hover, 
.next-posts-link:hover,
.previous-posts-link:hover{
  color: #f15d2e;
}
.blog-pagination__link--active{
  font-weight: 600;
  color: #f15d2e;
}
@media screen and (max-width: 1100px) {
  .grid-sizer {
    width: 33%;
  }
 .kc_item {
    width: 33%;
  }
}
@media screen and (max-width: 820px) {
  .grid-sizer {
    width: 50%;
  }
  .kc_item {
    width: 50%;
  }
  .featured-list{
    margin-left: 5px;
  }
  .post-filter-outer{
    margin-bottom: 0px;
  }
  .featured-posts-top{
    flex-direction: column;
  }
  .ft-col.left-side{
    margin-bottom: 15px;
  }
  .ft-col.right-side,
  .ft-col.left-side{
    max-width: 100%;
    width: 100%;
    padding-right: 5px;
  }
  .left-side .full-height, 
  .left-side,
  .left-side .knowledge--center,
  .left-side .knowledge--center.hs-featured-image-link img.hs-featured-image.no-bg-img{
    padding-right: 0px;
    max-height: 250px;
    height: 250px;
    min-height: 250px;
  }
  .half-height,
  .right-side .half-height{
    padding-left: 0px;
    height: 250px;
  }
  .featured-posts-top{
    padding-right: 10px;
  }
  .post-filter-row{
    flex-direction: column;
  }
  .post-filter-column {
    width: 100%;
    padding: 5px 15px;
  }
  .knowledge--center--overlay {
    padding: 30px;
  }
  .kc_item{
    padding: 10px 15px 10px 5px;
  }
  .knowledge--center--overlay.blog p{
    display: none;
  }
  .ft-col.right-side{
    height: 500px;
  }
  .right-side .knowledge--center, .right-side .knowledge--center.hs-featured-image-link img.hs-featured-image.no-bg-img{
    min-height: 250px;
    height: 250px;
  }
  h4.featured-post-title{
     margin-block-start: 1.33em;
  }
}
@media screen and (max-width: 580px) {
  .grid-sizer {
    width: 100%;
  }
  .kc_item {
    width: 100%;
  }
  .ft-col.right-side,
  .ft-col.left-side{
    max-width: 100%;
    width: 100%;
  }
  .blog-listing-wrapper.page-center{
    padding-left: 0;
    padding-right: 0;
  }
}
#noresults{
  display: none;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.sorting input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color:#ddd;
  border-radius: 0px;
  height: 47px;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 12px 36px 12px 14px;
}

.custom-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    min-width: 200px!important;
    padding: 11px 10px 10px;
}

.blog-post-2020 .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: initial !important;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    display: inline-block !important;
    float: none!important;
    margin: 0;
    aspect-ratio: 1/0.5;
}