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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/FontAwesome/fa-solid-900.eot") format("embedded-opentype"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/FontAwesome/FontAwesome5ProSolid.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/FontAwesome/FontAwesome5ProSolid.ttf") format("truetype");
}

@font-face {
  font-family: "LeMondeCourrierStd";
  font-style: italic;
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/LeMondeCourrierStd/LeMondeCourrierStd-BookItalic.eot"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/LeMondeCourrierStd/LeMondeCourrierStd-BookItalic.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/LeMondeCourrierStd/LeMondeCourrierStd-BookItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Calibri";
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri%20300/Calibri.eot"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri%20300/Calibri.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri%20300/Calibri.ttf") format("truetype");
}

@font-face {
  font-family: "Calibri";
  font-weight: 500;
  src: url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri%20500/Calibri-Bold.eot"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri%20500/Calibri-Bold.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri%20500/Calibri-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 300;
  src: url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri-Italic/Calibri-Italic.eot"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri-Italic/CalibriItalic.woff") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Fonts/Calibri-Italic/Calibri-Italic.ttf") format("truetype");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html{
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #58595b;
  font-family: "Calibri", "Sans-Serif";
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
}

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

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


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

/* Basic text */
p {
    margin:0 0 10px 0;
} 
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 {
    margin:0 0 15px 0;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    letter-spacing: normal;
    font-weight: 300;
    color: #072a48;
    line-height: 1.1;
    text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size:60px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 23px;
}

/* Anchor Links */
a { 
  color: #44a8c6;
  transition: color .2s;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #44a8c6;
  text-decoration: none;
  outline: none;
}

.body-container-wrapper a {
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
}

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
    min-height: 182px !important;
}

.custom-header-group {
  height: 182px;
  display: block !important;
}

.custom-header-top {
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  background-color: #fff;
  z-index: 1032;
  min-height: 62px !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.custom-header-top .page-center {
  opacity: 1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.col-header-top {
  width: auto !important;
  margin-left: 0 !important;
}

.custom-header-top-menu {
  float: left !important;
  margin: 12px 0 0;
}

.custom-header-top-right-content {
  float: right !important;
  padding-top: 10px;
}

.custom-header-top-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li {
  margin-right: 45px;
  position: relative;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > a {
  font-size: 22px;
  color: #14314f;
  display: block;
  text-decoration: none;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #44a8c6;
  text-decoration: none;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li.active > a {
  color: #44a8c6;
  text-decoration: none;
}

.header-search {
  position: relative;
  float: left;
  margin: 7px 8px 0 0;
}

.header-search a.search-icon {
  width: 22px;
  height: 22px;
  font-size: 20px;
  display: block;
  transition: all .2s;
  background-image: url(//cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Images/svg-find.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  color: #072a48;
  outline: 0;
}

.header-search a.search-icon:hover {
  opacity: .8;
  text-decoration: none;
}

.text-sizer {
  float: left;
  margin-left: 3px;
}

.text-sizer a {
  width: 36px;
  height: 36px;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
  border: 1px solid #acacac;
  color: #14314f;
  border-left: 0;
}

.text-sizer a:hover {
    color: #44a8c6;
}

.text-sizer a:first-child {
  border-left: 1px solid #acacac;
}

.text-sizer a span {
  width: 100%;
  display: block;
  line-height: 1;
  position: absolute;
  bottom: 2px;
}

.text-sizer a.size-normal span {
  font-size: 20px;
}

.text-sizer a.size-medium span {
  font-size: 23px;
}

.text-sizer a.size-large span {
  font-size: 26px;
}

.top-right .donate-btn {
  font-size: 24px;
  height: 36px;
  min-height: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  transition: all .2s linear;
  border-radius: 0;
  padding: 5px 0;
  margin-left: 3px;
  width: 150px;
  text-shadow: none;
  box-shadow: none;
  font-family: 'Calibri', sans-serif;
  font-weight: 500;
  font-style: normal !important;
  line-height: 1;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none !important;
  position: relative;
  vertical-align: middle;
  color: #fff;
  background: #072a48;
}

.top-right .donate-btn:hover {
  background: #395c7a;
  color: #fff;
  text-decoration: none;
}

.custom-header-bottom {
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 12px rgba(0,0,0,.2);
    position: relative;
    z-index: 1030;
    border-bottom: 0;
    min-height: 120px !important;
}

.custom-header-bottom:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    z-index: 1001;
    display: block;
    content: "";
}

.col-header-bottom {
    width: auto !important;
    margin-left: 0 !important;
}

.custom-logo {
    float: left !important;
}

.custom-menu-primary {
    float: right !important;
}

.custom-logo a {
    margin-top: 32px;
    font-family: inherit;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.035em;
    color: #272727;
    line-height: 1;
    text-decoration: none;
    display: block;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.custom-logo a img {
    width: 240px;
    vertical-align: middle;
    transition: width .5s;
}

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

.body-container-wrapper .page-center {
    padding-top:30px;
    padding-bottom:30px;
}

.body-container-wrapper .content-row {
    margin:0 0 35px 0;
}

.banner-image {
    padding: 3vh 0vh 3vh 0vh;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('https://cdn2.hubspot.net/hubfs/4517248/Eversight_January2019%20Theme/Images/Hubspot%20header%20background%20white.png');
}

.banner-image .page-center {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.banner-image .page-center:before, .banner-image .page-center:after {
    display: block;
    clear: both;
    content: "";
}

.banner-content-image {
    z-index: 1;
    text-align: center;
    background-color: transparent;
    padding: 0vw 3vw 1vw 3vw;
    width: 30.66666%;
    float: left;
    margin-right: 4%;
    position: relative;
}

.banner-title-content {
    z-index: 1;
    background-color: transparent;
    width: 65.33332%;
    float: left;
    position: relative;
}

.banner-content-image span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    background-color: transparent;
}

.banner-content-image span img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.banner-image h1 {
    color: #072a48;
    font-weight: 300;
    letter-spacing: normal;
    margin: 30px 0px 15px;
    font-family: LeMondeCourrierStd;
    font-style: italic;
    line-height: 1.1;
    font-size: 285.7%;
    text-rendering: optimizelegibility;
}

.banner-image p {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: normal;
    margin: 30px 0px 15px;
    line-height: 1.2;
    color: #072a48;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    text-rendering: optimizelegibility;
}

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


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

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

.custom-footer {
  background-color: #fff;
  text-align: left;
  padding: 0 0 65px;
  border-top: 6px solid #44a8c6;
  position: relative;
}

.back-top {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -34px;
  z-index: 1;
}

.back-top a#back-to-top {
  color: #fff;
  font-size: 32px;
  font-family: 'Calibri', sans-serif;
  font-weight: 500;
  font-style: normal !important;
  min-height: 62px;
  line-height: 1;
  text-align: center;
  padding: 15px 35px;
  display: inline-block;
  border: none;
  transition: background .3s, color .3s, border .3s;
  cursor: pointer;
  outline: none !important;
  background: #44a8c6;
  text-shadow: none;
  box-shadow: none;
  float: none;
  vertical-align: middle;
  white-space: normal;
  border-radius: 0.25em;
  position: relative;
}

.back-top a#back-to-top:hover {
  background: #62c6e4;
  text-decoration: none;
}

.custom-footer-content {
  position: relative;
  padding-top: 65px;
}

.custom-footer-contact-details {
  width: 30.66666% !important;
  float: left !important;
  margin-right: 4%;
  z-index: auto;
  position: relative;
  margin-left: 0 !important;
}

.custom-footer-menu {
  width: 65.33332% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: left !important;
  position: relative;
  z-index: auto;
}

.footer-logo a img {
  max-width: 326px;
  width: 100%;
  vertical-align: bottom;
}

.footer-social ul {
  list-style: none;
  margin: 40px 0 10px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.footer-social ul li {
  float: left;
  margin-right: 25px;
}

.footer-social ul li a {
  width: 44px;
  height: 44px;
  color: #fff !important;
  font-size: 32px;
  font-style: normal !important;
  line-height: 48px;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: all .2s;
  background: #072a48;
}

.footer-social ul li.ig a span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  background: #fff;
}

.footer-social ul li.ig a span i {
  margin-left: 1px;
}

.footer-social ul li.ig a {
  font-size: 22px;
  line-height: 25px;
  padding: 10px;
  color: #072a48 !important;
}

.footer-social ul li a:hover {
  background: #254866;
  text-decoration: none;
}

.footer-social ul li.ig a:hover {
  color: #254866 !important;
}

.footer-social .label {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  float: left;
  clear: both;
  color: #44a8c6;
}

.footer-social:before, .footer-social:after {
  display: block;
  clear: both;
  content: "";
}

.custom-footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 30.66666%;
  margin-right: 4%;
  position: relative;
  z-index: auto;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0 !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:not(.button-give) {
  display: none !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  padding: 0;
  display: block !important;
  line-height: 1.3;
  overflow: hidden;
  margin: 0 0 15px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li {
  margin: 0 0 10px;
  width: 100%;
  display: block;
  position: relative;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  display: block !important;
  color: #14314f;
  text-decoration: none;
  white-space: normal !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #44a8c6;
  background-color: transparent;
  text-decoration: none;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li:first-child > a {
  color: #44a8c6;
  font-weight: 500;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:not(:last-child) > ul > li:nth-child(2) > a {
  color: #44a8c6;
  font-weight: 500;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li:first-child > a:hover {
  color: #072a48;
  text-decoration: none;
}

.custom-footer-menu .hs-menu-wrapper > ul > li:not(:last-child) > ul > li:nth-child(2) > a:hover {
  color: #072a48;
  text-decoration: none;
}

a.button-give {
    font-size: 24px;
    height: 36px;
    min-height: 0;
    transition: all .2s linear;
    background: #072a48;
    text-shadow: none;
    box-shadow: none;
    font-family: 'Calibri', sans-serif;
    font-weight: 500;
    font-style: normal !important;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 15px 35px;
    display: inline-block !important;
    border: none;
    border-radius: 0.25em;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.button-give:hover {
    background: #395c7a;
}

.custom-search-popup-group {
    width: 100% !important;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1031;
    background: rgba(7,42,72, 0.8);
    transition: all 0.5s ease;
    display: table !important;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
}

.search-open .custom-search-popup-group {
    opacity: 1;
    visibility: visible;
}

.custom-search-popup-group > div {
    display: table-cell;
    width: 100% !important;
    vertical-align: middle;
}

.custom-popup-content {
    max-width: 500px;
    width: 90% !important;
    margin: 0 auto 0px !important;
    position: relative;
    transition: all .2s;
    box-shadow: 0px 2px 10px rgba(0,0,0,.2);
    background: #fff !important;
    z-index: 1002;
    float: none !important;
    top: 1px;
}

.popup-content {
    padding: 30px;
}

.popup-content .popup-title.text-blue {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: #072a48;
    margin-top: 0;
    font-family: 'Calibri';
}

.popup-content form {
    position: relative;
    margin-bottom: 0 !important;
}

.popup-content form input[type="text"] {
    font-style: italic;
    outline: 0;
    margin-top: 0;
    width: 100%;
    padding: 10px 18px;
    margin: 0;
    border-radius: 7px;
    height: 58px;
    -webkit-appearance: none;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5em;
    font-family: 'Calibri';
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: border linear 0.2s;
    transition: border linear 0.2s;
    border: 1px solid rgba(0,0,0,0.075);
    color: #555;
    background-color: #fff;
    padding-right: 60px;
}

.popup-content form input[type="text"]:focus {
    font-style: normal;
    border-color: #14314f;
    outline: 0;
}

.popup-content form input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #58595b;
    font-weight: 300;
}

.popup-content form input[type="text"]::-moz-input-placeholder {
    opacity: 1;
    color: #58595b;
    font-weight: 300;
}  

.popup-content form input[type="text"]:-ms-input-placeholder {
    opacity: 1;
    color: #58595b;
    font-weight: 300;
}

.popup-content form input[type="text"]::placeholder {
    opacity: 1;
    color: #58595b;
    font-weight: 300;
} 

.firefox .popup-content form input[type="text"]::placeholder {
    opacity: 0.55;
}

.popup-content form button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 12px;
    right: 14px;
    padding: 0;
    border: none;
    transition: all .2s;
    background-color: transparent;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    -webkit-appearance: none;
    outline: 0;
}

.popup-content form button:hover {
    opacity: .7;
    outline: 0;
}

.popup-content form button:focus {
    opacity: .7;
    outline: 0;
}

a.popup-close {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    transition: ease 0.25s all;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    text-decoration: none;
}

a.popup-close:hover {
    color: #072a48;
    text-decoration: none;
    outline: 0;
}



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


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

/* Parent List */
.custom-menu-primary-desktop .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li {
    position: relative;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > a {
    line-height: 1;
    text-decoration: none;
    position: relative;
    display: block;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    letter-spacing: normal;
    font-weight: 300;
    height: 120px;
    width: 150px !important;
    color: #58595b;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    padding-top: 50px;
    -webkit-transition: opacity 0.5s ease 0.4s, padding-top 0.5s ease 0.4s, color 0.5s, background 0.3s;
    -moz-transition: opacity 0.5s ease 0.4s, padding-top 0.5s ease 0.4s, color 0.5s, background 0.3s;
    transition: opacity 0.5s ease 0.4s, padding-top 0.5s ease 0.4s, color 0.5s, background 0.3s;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:nth-child(2) > a {
    -webkit-transition: opacity 0.5s ease 0.3s, padding-top 0.5s ease 0.3s, color 0.5s, background 0.3s;
    -moz-transition: opacity 0.5s ease 0.3s, padding-top 0.5s ease 0.3s, color 0.5s, background 0.3s;
    transition: opacity 0.5s ease 0.3s, padding-top 0.5s ease 0.3s, color 0.5s, background 0.3s;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:nth-child(3) > a {
    -webkit-transition: opacity 0.5s ease 0.2s, padding-top 0.5s ease 0.2s, color 0.5s, background 0.3s;
    -moz-transition: opacity 0.5s ease 0.2s, padding-top 0.5s ease 0.2s, color 0.5s, background 0.3s;
    transition: opacity 0.5s ease 0.2s, padding-top 0.5s ease 0.2s, color 0.5s, background 0.3s;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:nth-child(4) > a {
    -webkit-transition: opacity 0.5s ease 0.1s, padding-top 0.5s ease 0.1s, color 0.5s, background 0.3s;
    -moz-transition: opacity 0.5s ease 0.1s, padding-top 0.5s ease 0.1s, color 0.5s, background 0.3s;
    transition: opacity 0.5s ease 0.1s, padding-top 0.5s ease 0.1s, color 0.5s, background 0.3s;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:nth-child(5) > a {
    -webkit-transition: opacity 0.5s ease 0s, padding-top 0.5s ease 0s, color 0.5s, background 0.3s;
    -moz-transition: opacity 0.5s ease 0s, padding-top 0.5s ease 0s, color 0.5s, background 0.3s;
    transition: opacity 0.5s ease 0s, padding-top 0.5s ease 0s, color 0.5s, background 0.3s;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    width: 150px !important;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
    font-weight: 500;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.active > a {
    color: #fff;
    font-weight: 500;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Who.we.are:hover > a,
.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Who.we.are.active > a {
    background: #072a48;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Our.work:hover > a,
.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Our.work.active > a {
    background: #f18121;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Get.involved:hover > a,
.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Get.involved.active > a {
    background: #77bd4c;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Researchers:hover > a, 
.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Researchers.active > a {
    background: #5c71ac;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Physicians:hover > a,
.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Physicians.active > a {
   background: #44a8c6;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > a > span {
    display: inline-block;
    border-radius: 100em;
    margin-top: -webkit-calc(-0.875em - 1px);
    margin-top: -moz-calc(-0.875em - 1px);
    margin-top: -o-calc(-0.875em - 1px);
    margin-top: calc(-0.875em - 1px);
    padding: 0;
    border: none;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > a:hover > span {
    border-color: rgba(0,0,0,0.075);
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li.Physicians > a {
    background: #44a8c6;
    color: #fff;
    font-weight: 500;
}

/* Child List */
.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > ul {
    transition: all .2s linear !important;
    left: 0 !important;
    right: auto;
    top: 120px;
    list-style: none;
    margin: 0;
    min-width: 275px;
    border: none;
    padding: 0;
    box-shadow: 0 1px 3px 3px rgba(0,0,0,.05);
    font-size: 14px;
    background-color: #fff;
    z-index: 1000 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li:last-child > ul {
    right: 0 !important;
    left: auto !important;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > ul > li {
    position: relative;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 1.1em;
    padding: 10px 15px;
    transition: background .2s;
    color: #58595b;
    font-size: 22px;
    display: block !important;
    clear: both;
    border: 0;
    position: relative;
    text-decoration: none;
}

.custom-menu-primary-desktop .hs-menu-wrapper > ul > li > ul > li > a:hover {
    background: #f5f5f5;
    color: #272727;
    text-decoration: none;
}

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

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

  .custom-menu-primary-mobile {
    display: none !important;
  }
  
  .custom-mobile-trigger {
      display: none !important;
  }
  
  .scroll-header .custom-header-group {
    height: 142px;
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1007;
  }

  .scroll-header .custom-header-top {
    min-height: 52px !important;
  }

  .scroll-header .custom-header-top-menu .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
  }

  .scroll-header .custom-header-top-menu {
    margin-top: 8px;
  }

  .scroll-header .custom-header-top-right-content {
    padding-top: 7px;
  }

  .scroll-header .custom-header-bottom {
    min-height: 90px !important;
  }

  .scroll-header .custom-logo a {
    margin-top: 20px;
  }

  .scroll-header .custom-logo a img {
    width: 175px;
  }

  .scroll-header .custom-menu-primary-desktop .hs-menu-wrapper > ul > li > a {
    padding-top: 30px;
    height: 90px;
  }

  .scroll-header .custom-menu-primary-desktop .hs-menu-wrapper > ul > li > ul {
    top: 90px;
  }

  .hover-1 .custom-header-bottom:after {
    background-color: #072a48;
  }

  .hover-2 .custom-header-bottom:after {
    background-color: #f18121;
  }

  .hover-3 .custom-header-bottom:after {
    background-color: #77bd4c;
  }

  .hover-4 .custom-header-bottom:after {
    background-color: #5c71ac;
  }

  .hover-5 .custom-header-bottom:after {
    background-color: #44a8c6;
  }
  
}


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

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

@media (max-width: 979px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0;
    width: auto;
    padding: 18px 16px 0;
    background: transparent;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    float: right;
    font-size: 24px;
    color: rgba(0,0,0,0.185);
    border: 0;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    line-height: 1;
    height: 70px;
  }
  
  .mobile-trigger:hover {
      color: rgba(0,0,0,0.35);
  }

  .mobile-open .mobile-trigger i {
    background-color: transparent !important;
    top: -11px;
  }

  .mobile-open .mobile-trigger i:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }

  .mobile-open .mobile-trigger i:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px;
    height: 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #58595b;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #58595b; /* Icon color */
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 60px !important;
    padding: 0 !important;
    border-left: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #58595b; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    min-height: 0 !important;
  }

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

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

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

   /* Level 1 Menu List Styles */
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 1.313em !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 2px solid #a7a9ac;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    height: 60px;
    color: #58595b;
    font-weight: 300;
    letter-spacing: normal;
    padding-top: 14px;
    transition: all .2s;
    padding-left: 24px;
    border-left: 7px solid transparent;
    font-family: inherit;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5em;
    text-decoration: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li.Contact.us {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.events {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Who.we.are > a:hover{
    border-left-color: #072a48;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Our.work > a:hover{
    border-left-color: #f18121;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Get.involved > a:hover{
    border-left-color: #77bd4c;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Researchers > a:hover{
    border-left-color: #5c71ac;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Physicians > a:hover{
    border-left-color: #44a8c6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Careers > a:hover{
    border-left-color: #44a8c6;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      padding-left: 1.313em;
      transition: none !important;
      background-color: transparent;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
      position: relative;
      padding-bottom: 20px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
      color: #58595b;
      font-weight: 300;
      letter-spacing: normal;
      padding-top: 15px;
      transition: all .2s;
      font-size: 22px;
      display: inline-block !important;
      line-height: 1.5em;
      font-family: 'Calibri';
      padding-left: 20px;
      text-decoration: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }
}


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


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

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

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

.hs-blog-post .custom-blog-post-top-content {
    display: block !important;
}

.hs-blog-post .custom-blog-post-top-content .page-center {
    width: 100% !important;
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 0;
    padding-bottom: 45px;
}

.hs-blog-post .custom-header-bottom {
    border-bottom-color: transparent;
}

.hs-blog-post .custom-blog-post-top-content .equal-height {
    float: left;
    position: relative;
    z-index: auto;
}

.hs-blog-post .custom-blog-post-top-content .post-thumbnail.x-column.x-sm.x-2-5.x-2-5-custom.equal-height {
    width: 39.6%;
    margin-right: 2%;
}

.hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height {
    width: 58.4%;
    padding-right: 210px;
    margin-right: 0 !important;
    display: table;
}

.hs-blog-post .custom-blog-post-top-content .equal-child img {
    vertical-align: middle;
    width: 100%;
}

.hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height .v-center.equal-child {
    width: 100%;
    padding: 0 20px;
    border-bottom: 3px solid #b7b7b7;
    display: table-cell;
    vertical-align: middle;
}

.hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height .v-center.equal-child .target h2.large-heading.skin-text {
    font-size: 42px;
    line-height: 1.5;
    margin: 0 0 10px;
    color: #f18121;
    letter-spacing: normal;
    font-weight: 300;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    text-rendering: optimizelegibility;
}

.hs-blog-post .custom-blog-post-top-content .post-top-section:before, 
.hs-blog-post .custom-blog-post-top-content .post-top-section:after {
    display: block;
    clear: both;
    content: "";
}

.hs-blog-post .post-header h1 {
    padding: 0 70px;
    font-size: 38px;
    color: #f18121;
    font-weight: 300;
    margin: 30px 0 15px;
    letter-spacing: normal;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    line-height: 1.1;
    text-rendering: optimizelegibility;
}

.hs-blog-post .post-header h1 span {
    display: block;
}

.custom-post-page-content {
    padding: 0 70px;
    position: relative;
    min-height: 156px;
}

.social-share {
    position: absolute;
    left: 0;
    top: 10px;
}

.social-share ul.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.social-share ul.social-list li {
    margin-bottom: 18px;
}

.social-share ul.social-list li a {
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    background: #072a48;
    width: 30px;
    height: 30px;
    color: #fff !important;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all .2s;
    text-decoration: none;
}

.social-share ul.social-list li a:hover {
    opacity: .8;
}

.social-share ul.social-list li.email a {
    color: #072a48 !important;
    font-size: 34px;
    background: none !important;
}

.social-share ul.social-list li.email a:hover {
    color: #254866 !important;
    text-decoration: none;
}

.blog-post-wrapper .post-body {
    font-size: 21px;
    margin-top: 15px;
    padding: 0;
    font-weight: 300;
    line-height: 1.5em;
    color: #58595b;
}

.blog-post-wrapper .post-body p {
    margin-bottom: 20px;
}

.blog-post-wrapper .post-body hr {
    display: none;
}

.blog-post-wrapper .post-body img {
    width: 100%;
    vertical-align: middle;
}

.custom-blog-post-circle-menu {
    margin: 0 0 71px;
    display: block !important;
}

.menucenter-all.color-menu {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
}

.custom-blog-post-circle-menu ul.circle-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.custom-blog-post-circle-menu ul.circle-menu li {
    float: none;
    list-style: none;
    margin: 0 36px;
    display: inline-block;
    padding: 0;
    margin-right: 32px;
}

.custom-blog-post-circle-menu ul.circle-menu li:last-child {
    margin-right: 36px;
}

.custom-blog-post-circle-menu ul.circle-menu li a {
    color: #fff;
    font-size: 36px;
    line-height: 1.4em;
    width: 200px;
    height: 200px;
    text-align: center;
    display: block;
    border-radius: 100%;
    background: #79bc56;
    transition: all .2s;
    text-decoration: none;
}

.custom-blog-post-circle-menu ul.circle-menu li.color-blue a {
    background: #072a48;
}

.custom-blog-post-circle-menu ul.circle-menu li.color-orange a {
    background: #f18121;
}

.custom-blog-post-circle-menu ul.circle-menu li a > span {
    width: 100%;
    height: 100%;
    display: table;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
}

.custom-blog-post-circle-menu ul.circle-menu li a > span span.target {
    padding-bottom: 20px;
    display: table-cell;
    vertical-align: middle;
}

.custom-blog-post-circle-menu ul.circle-menu li.color-blue:hover a {
    background: #44a8c6;
}

.custom-blog-post-circle-menu ul.circle-menu li:hover a {
    background: #072a48;
}

.custom-blog-post-pagination {
    padding: 40px 0 80px;
    border-top: 3px solid #b7b7b7;
}

.custom-blog-post-pagination .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.custom_blog_next-previous > div {
    position: relative;
    float: left;
    z-index: auto;
    margin-right: 4%;
}

.custom-next {
    float: right !important;
    text-align: right;
    margin-right: 0 !important;
    width: 37.6%;
}

.custom-previous {
    width: 37.6%;
}

.post-all {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    width: 16.8%;
}

.custom_blog_next-previous > div a {
    color: #58595b;
    display: block;
}

span.nav-label {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 5px;
}

.custom_blog_next-previous > div span {
    display: block;
    clear: both;
}

.custom_blog_next-previous > div span i {
    font-size: 32px;
    color: #a9a9a9;
    vertical-align: middle;
    margin-top: -3px;
    transition: all .2s;
}

.custom-previous i.fa.fa-caret-left {
    padding-right: 5px;
}

.custom-next i.fa.fa-caret-right {
    padding-left: 5px;
}

.custom_blog_next-previous > div a {
    color: #58595b;
    display: block;
    font-family: 'Calibri';
    font-style: normal;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5em;
}

span.nav-title {
    font-size: 21px;
    line-height: 1.2em;
    display: block;
}

/* .post-all a.text-teal {
    color: #44a8c6;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5em;
    display: initial;
    position: relative;
    top: -8px;
} */

.post-all a.text-teal {
    color: #44a8c6;
    font-size: inherit;
    font-weight: 500;
    text-align: center;
    line-height: inherit;
    display: initial;
    position: relative;
    top: 0;
    font-family: inherit;
}

.post-all a.text-teal:hover {
    color: #072a48;
}

.custom_blog_next-previous > div a:hover {
    color: #44a8c6;
}

.custom-previous a:hover span i {
    margin-left: -12px;
}

.custom_blog_next-previous a:hover span i {
    color: #44a8c6;
}

.custom-next a:hover span i {
    margin-right: -12px;
}


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

.hs-blog-listing .body-container-wrapper {
  padding-top: 70px;
}

.custom-featured-news-title {
  text-align: center;
}

.custom-featured-news-title h1 {
  font-size: 65px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 15px;
  background: transparent;
  color: #072a48;
  letter-spacing: normal;
  font-weight: 300;
  font-family: 'LeMondeCourrierStd';
  font-style: italic;
  line-height: 1.1;
  text-rendering: optimizelegibility;
}

.custom-featured-news-title h1:before, .custom-featured-news-title h1:after {
  width: 50%;
  height: 2px;
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -10px;
  background-color: #b7b7b7;
}

.custom-featured-news-title h1:before {
  right: 20px;
  margin-left: -50%;
}

.custom-featured-news-title h1:after {
  left: 20px;
  margin-right: -50%;
}

.custom-blog-recent-posts-wrapper {
  padding: 75px 0;
  background-color: #f1f2f2;
}

.custom-blog-recent-posts-wrapper .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.recent-post {
  float: left;
  margin-right: 4%;
  position: relative;
  z-index: auto;
}

.recent-post-single {
  width: 42.37288136%;
}

.recent-post-multiple {
  width: 53.62711864%;
  margin-right: 0 !important;
}

.recent-content {
    color: #58595b;
    padding: 15px;
    margin-top: 0px;
    border-radius: 7px;
    display: block;
    position: absolute;
    background: #fff;
    text-decoration: none;
    bottom: 0;
    transition: all 0.5s;
    left: 0;
    right: 0;
    width: 100%;
}

.recent-featured-image-wrapper {
    transform: translateY(0);
    position: relative;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.top-recent-group:hover .recent-featured-image-wrapper {
    transform: translateY(-100%);
}

.top-recent-group:hover .recent-desc {
    display: block;
}

.recent-desc {
  font-size: 20px;
  line-height: 1.3em;
  color: #58595b;
  font-style: normal;
  padding-bottom: 70px;
  padding-top: 5px;
  display: none;
}

.recent-desc a.recent-desc-link {
  font-family: "Calibri", "Sans-Serif";
  font-style: normal;
  color: #58595b;
  font-size: 20px;
  line-height: 1.3em;
  text-align: left;
}

.recent-desc a.recent-desc-link p {
  margin: 0;
}

.top-recent-group {
  position: relative;
  overflow: hidden;
}

a.recent-more-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #44a8c6;
  font-size: 25px;
  padding: 5px 20px;
  background: none !important;
  min-height: 36px;
  border: 1px solid #dedede;
  text-shadow: none;
  box-shadow: none;
  font-family: 'Calibri', sans-serif;
  font-weight: 500;
  font-style: normal !important;
  line-height: 1;
  text-align: center;
  transition: background .3s, color .3s, border .3s;
  cursor: pointer;
  outline: none !important;
  display: inline-block;
  border-radius: 0.25em;
  vertical-align: middle;
  border-color: #44a8c6;
}

a.recent-more-link:hover {
  text-decoration: none;
}

.recent-post-multiple .top-recent-group {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 6%;
  float: left;
  position: relative;
  overflow: hidden;
}

.recent-post-multiple .top-recent-group:last-of-type {
  margin-right: 0 !important;
  margin-bottom: 0;
}

.recent-post-multiple .top-recent-group:nth-child(2n) {
  margin-right: 0 !important;
}

.recent-post-multiple .top-recent-group:nth-child(3n) {
  margin-bottom: 0 !important;
}

.recent-content > a.recent-desc-link .recent-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3px;
    color: #f18121;
    font-family: 'Calibri';
    font-style: normal;
}

.recent-content > a.recent-desc-link {
    font-family: 'Calibri';
    font-style: normal;
}

.custom-featured-news-title {
    width: 100%;
    font-size: 65px;
    text-align: center;
    margin-bottom: 25px;
}

.custom-blog-topic-search {
    padding-top: 50px;
    margin-bottom: 50px;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.custom-blog-topic-search .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.col-blog {
    float: left !important;
    position: relative;
    z-index: auto;
    margin-left: 0 !important;
}

.custom-blog-topics {
    width: 58.4% !important;
    margin-right: 4%;
}

.custom-blog-search {
    float: right !important;
    position: relative;
    width: 37.6% !important;
    margin-right: 0 !important;
}

.custom-blog-topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    position: relative;
    width: auto;
}

.custom-blog-topics ul li {
    float: left;
    line-height: 1;
    padding: 0;
    position: relative;
    width: 175px;
    margin-right: 30px;
}

.custom-blog-topics ul li:first-child {
    margin-left: 0;
}

.custom-blog-topics ul li a {
    width: 100%;
    min-height: 62px;
    font-size: 24px;
    font-weight: 300;
    display: table;
    letter-spacing: 0;
    outline: none;
    padding: 7px 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #eee;
    transition: background 0.2s, color 0.2s;
    font-family: 'Calibri';
    font-style: normal;
    color: #44a8c6;
    border-color: #44a8c6;
    line-height: 1;
}

span.filter-link-count {
    display: none !important;
}

.custom-blog-topics ul li:hover a {
    background: #44a8c6;
    color: #fff;
}

.custom-blog-topics ul li.active a {
    background: #44a8c6;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.custom-blog-topics ul li.active:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #eee;
    border-top-color: #44a8c6 !important;
}

.custom-blog-topics ul li a span {
    display: table-cell;
    vertical-align: middle;
}

.custom-blog-search form {
    padding-right: 80px;
    margin: 0 0 1.313em;
}

.custom-blog-search .hs-search-field__bar {
    max-width: 100% !important;
}

.custom-blog-search form .form-row {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.blog .custom-blog-search form .form-row input.hs-search-field__input {
    width: 100%;
    height: 62px;
    margin: 0;
    border-radius: 7px;
    border: 2px solid #efefef;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5em;
    font-family: 'Calibri';
    -webkit-transition: border linear 0.2s;
    transition: border linear 0.2s;
    display: inline-block;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    -webkit-appearance: none;
    border-color: #072a48 !important;
    vertical-align: middle;
    padding: 0 .65em;
    outline: 0;
}

.blog .custom-blog-search form .form-row input.hs-search-field__input:focus {
    outline: 0;
}

.custom-blog-search form .form-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.custom-blog-search form .form-btn button.button.button-blue {
    color: #fff;
    font-size: 32px;
    font-family: 'Calibri', sans-serif;
    font-weight: 500;
    font-style: normal !important;
    min-height: 62px;
    line-height: 1;
    text-align: center;
    padding: 15px 35px;
    border: none;
    transition: background .3s, color .3s, border .3s;
    cursor: pointer;
    outline: none !important;
    background: #072a48;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 10px;
    border-radius: 0.25em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom-blog-search form .form-btn button.button.button-blue:hover {
    background: #395c7a;
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.custom-blog-search form .form-btn button.button.button-blue:focus {
    background: #395c7a;
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.custom-blog-topics h3 {
    display: none;
}

.custom-blog-content-group {
    position: relative;
}

.custom-blog-content-group .page-center {
    padding-top: 0;
    padding-bottom: 40px;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    transition: background .2s, border-color .2s;
    border: 2px solid #eee;
}

.custom-post-content {
    width: 78.5%;
    margin-right: 0 !important;
    float: left;
    position: relative;
    z-index: auto;
}

.custom-post-content-inner {
    padding: 20px 24px;
}

.blog-listing-wrapper .post-listing .post-item:before, .blog-listing-wrapper .post-listing .post-item:after {
    display: block;
    clear: both;
    content: "";
}

.post-header h2 {
    font-weight: 500;
    color: #f18121;
    line-height: 1.5em;
    font-size: 21px;
    font-family: 'Calibri';
    font-style: normal;
      margin: 0;
}

.post-header h2 a {
    color: #f18121;
    font-style: normal;
    font-weight: 500;
    font-family: 'Calibri';
    display: block;
    z-index: 10;
    position: relative;
}

.custom-date {
    font-size: 18px;
    color: #f18121;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin: 0;
    display: inline-block;
}

a.more-link {
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    color: #f18121;
    display: inline-block;
    z-index: 10;
    position: relative;
}

a.more-link:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin: -5px 0 0 10px;
    transition: all .2s;
    vertical-align: middle;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #a9a9a9;
}

a.more-link:hover {
    opacity: .75;
}

a.more-link:hover:after {
    margin-left: 15px;
}

a.post-item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.blog-listing-wrapper .post-listing .post-item:hover {
    background: #f18121;
    border-color: #f18121;
}

.blog-listing-wrapper .post-listing .post-item:hover .post-header h2 a {
    color: #fff;
}

.blog-listing-wrapper .post-listing .post-item:hover .custom-date {
    color: #fff;
}

.blog-listing-wrapper .post-listing .post-item:hover .post-body p {
    color: #fff;
}

.blog-listing-wrapper .post-listing .post-item:hover a.more-link {
    color: #fff;
}

.blog-listing-wrapper .post-listing .post-item:hover a.more-link:after {
    border-left-color: #fff;
}

.blog-pagination {
    margin-top: 10px;
    float: right;
    position: relative;
    min-height: 45px;
}

.blog-pagination > div {
    vertical-align: middle;
    display: inline-block;
}

.blog-pagination-center a {
    font-size: 45px;
    height: auto;
    line-height: 1;
    padding: 0;
    border: none;
    background: none;
    color: #58595b;
    font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
    vertical-align: middle;
    font-style: normal;
    outline: 0;
    font-weight: 700;
}

.blog-pagination-center a:not(.active) {
    display: none;
}

a.prev-link:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 20px solid #a8a9ac;
}

a.next-link:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 20px solid #a8a9ac;
}

.blog-pagination-right {
    padding-left: 20px;
}

.blog-pagination-left {
    padding-right: 20px;
}

.blog-pagination-center {
    margin-top: -4px;
}

.custom-blog-news-group {
    margin-bottom: 45px;
    width: 100% !important;
}

.custom-news-title {
    font-size: 36px;
    max-width: 1180px !important;
    width: 90% !important;
    float: none !important;
    margin: 0 auto 20px !important;
}

.custom-news-title h3 {
    font-size: 36px;
    color: #072a48;
    line-height: 1.2;
    font-weight: 300;
    margin: 30px 0 15px;
    letter-spacing: normal;
    margin-bottom: 10px;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    text-rendering: optimizelegibility;
}

.custom-blog-bottom-recent-posts-group {
    margin-bottom: 0;
    width: 100% !important;
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.bottom-recent-post {
    position: relative;
    float: left;
    z-index: auto;
}

.bottom-recent-post-single {
    width: 39.6%;
    margin-right: 2%;
}

.bottom-recent-post-multiple {
    width: 58.4%;
    margin-right: 0 !important;
    padding-left: 10px;
}

.bottom-recent-featured-image-wrapper {
    display: block;
    width: 100%;
}

.bottom-recent-featured-image-wrapper img.bottom-recent-featured-image {
    width: 100%;
    vertical-align: middle;
}

.bottom-recent-post-multiple .bottom-recent-group {
    margin-bottom: 15px;
    box-shadow: -3px 3px 10px rgba(0,0,0,.3);
    transition: all .2s;
    display: block;
    border: 1px solid transparent;
}

.bottom-recent-post-multiple .bottom-recent-group:first-child {
    background: rgb(241, 129, 33);
}

.bottom-recent-post-multiple .bottom-recent-group:nth-child(2) {
    background: rgb(92, 113, 172);
}

.bottom-recent-content {
    display: block;
    position: relative;
}

.bottom-recent-content a.bottom-recent-desc-link {
    color: #fff !important;
    display: block;
    cursor: pointer;
    padding: 0 40px;
    font-style: normal;
    font-family: 'Calibri';
}

.bottom-recent-date {
    width: 90px;
    font-weight: bold;
    line-height: .7;
    position: absolute;
    height: 143.667px;
    display: table;
}

.bottom-recent-date .target {
    display: table-cell;
    vertical-align: middle;
}

.date-border {
    border-right: 5px solid #fff;
}

.date-border span {
    display: block;
}

span.day {
    font-size: 56px;
}

span.month {
    font-size: 32px;
    padding-left: 3px;
    margin-top: 12px;
}

.bottom-recent-title {
    font-size: 30px;
    margin-left: 120px;
    line-height: 1.1;
    height: 143.667px;
    display: table;
}

.bottom-recent-title .target {
    display: table-cell;
    vertical-align: middle;
}

.bottom-recent-title .target span.arrow {
    width: 0;
    height: 0;
    margin: 0 15px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
}

.bottom-recent-post-multiple .bottom-recent-group:hover {
    transform: scale(.995);
    box-shadow: -2px 2px 5px rgba(0,0,0,.3);
    background: #072a48 !important;
    opacity: 1 !important;
}

.custom-blog-awareness-month {
    margin: 0px;
    padding: 45px 0px;
    background-color: transparent;
    display: block !important;
    position: relative;
}

.custom-blog-awareness-month .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.awareness-month h3 {
    font-weight: 300;
    margin: 30px 0 15px;
    letter-spacing: normal;
    color: #072a48;
    font-size: 36px;
    line-height: 1.2;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    text-rendering: optimizelegibility;
}

.awareness-month .x-text p {
    margin-bottom: 20px;
}

.custom-blog-signup-form-group {
    padding: 45px 0px 46px;
    background-color: hsl(216, 48%, 20%);
    color: #fff;
    position: relative;
}

.col-form {
    margin-left: 0 !important;
    float: left !important;
    position: relative;
    z-index: auto;
}

.custom-blog-signup-form {
    margin-right: 4%;
    width: 48% !important;
    padding: 20px 40px 0px 0px;
}

.custom-form-title {
    padding: 0px 0px 0px 40px;
    width: 48% !important;
    margin-right: 0 !important;
}

.custom-form-title p {
    color: hsl(0, 0%, 100%);
    line-height: 1.8em;
    margin: 0;
    display: block !important;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: 'LeMondeCourrierStd';
    font-style: italic;
    text-rendering: optimizelegibility;
}

.custom-blog-signup-form form {
    position: relative;
    margin: 0 0 1.313em;
}

.custom-blog-signup-form .hs_firstname.hs-firstname {
    width: 48% !important;
    float: left !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    position: relative;
    margin-right: 4%;
}

.custom-blog-signup-form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    margin-right: 0 !important;
    width: 48% !important;
    float: left !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    position: relative;
}

.custom-blog-signup-form form .hs-form-field {
    padding: 0 !important;
}

.custom-blog-signup-form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    margin-right: 0 !important;
}

.custom-blog-signup-form span.hs-form-required {
    display: none;
}

.custom-blog-signup-form input[type="text"], 
.custom-blog-signup-form input[type="email"] {
    display: inline-block;
    color: #555;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: border linear 0.2s;
    transition: border linear 0.2s;
    font-family: 'Calibri';
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5em;
    height: 58px;
    padding: 10px 18px;
    margin: 0;
    border-radius: 7px;
    outline: none;
    width: 100%;
    border-color: #fff !important;
    border: 1px solid #fff;
}

.custom-blog-signup-form input[type="text"]:focus, 
.custom-blog-signup-form input[type="email"]:focus {
    outline: 0;
    border-color: #fff !important;
}

.custom-blog-signup-form .actions {
    margin-bottom: 15px;
}

.custom-blog-signup-form input.hs-button.primary.large {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 32px;
    font-family: 'Calibri', sans-serif;
    font-weight: 500;
    font-style: normal !important;
    min-height: auto;
    line-height: 1;
    text-align: center;
    transition: background .3s, color .3s, border .3s;
    outline: none !important;
    text-shadow: none;
    box-shadow: none;
    width: auto;
    padding: 15px 18px;
    margin: 0;
    border-radius: 7px;
    background: #79cdcd;
    border: none;
    margin-top: 25px;
}

.custom-blog-signup-form input.hs-button.primary.large:hover {
    background: #8de1e1;
    color: #fff;
    outline: 0;
}

.custom-blog-signup-form input.hs-button.primary.large:focus {
    background: #8de1e1;
    color: #fff;
    outline: 0;
}

.custom-blog-signup-form [type="search"]::placeholder,
.custom-blog-signup-form [type="text"]::placeholder,
.custom-blog-signup-form [type="email"]::placeholder,
.custom-blog-signup-form [type="password"]::placeholder,
.custom-blog-signup-form textarea::placeholder{
    opacity: 1;
    color: #58595b;
    font-weight: 300;
}
 
.custom-blog-signup-form [type="search"]::-webkit-placeholder,
.custom-blog-signup-form [type="text"]::-webkit-placeholder,
.custom-blog-signup-form [type="email"]::-webkit-placeholder,
.custom-blog-signup-form [type="password"]::-webkit-placeholder,
.custom-blog-signup-form textarea::-webkit-placeholder{
    opacity: 1;
    color: #58595b;
    font-weight: 300;
}

.custom-blog-signup-form [type="search"]::-moz-placeholder,
.custom-blog-signup-form [type="text"]::-moz-placeholder,
.custom-blog-signup-form [type="email"]::-moz-placeholder,
.custom-blog-signup-form [type="password"]::-moz-placeholder,
.custom-blog-signup-form textarea::-moz-placeholder{
    opacity: 1;
    color: #58595b;
    font-weight: 300;
} 

.custom-blog-signup-form select {
    color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 1000;
    background: #79cdcd;
    margin: 0;
    border-radius: 7px;
    outline: none;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 0;
    -webkit-appearance: none;
    font-family: Calibri;
}

.custom-blog-signup-form .hs_select_newsletter.hs-select_newsletter.hs-fieldtype-select.field.hs-form-field {
    margin-bottom: 25px !important;
    width: 74%;
}

.custom-blog-signup-form select:hover {
    background: #8de1e1;
}

.custom-blog-signup-form select option {
    background-color: #fff;
    box-shadow: 0 1px 12px rgba(0,0,0,.2);
    z-index: 10001;
    color: #58595b;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.5em;
}

.custom-blog-signup-form .hs_select_newsletter .input:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -9px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 9999;
}

.custom-blog-signup-form .hs_select_newsletter .input {
    position: relative;
}

.custom-blog-signup-form ul.hs-error-msgs.inputs-list {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: block;
    color: red;
    font-size: 21px;
}

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

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

/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {
    width: 21.5%;
    margin-right: 0;
    float: left;
    position: relative;
    z-index: 10;
}

.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {
    text-decoration: none;
}

.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin: 0;
    vertical-align: middle;
    object-fit: cover;
}

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

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

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

/* Blog Commments */
#comments-listing {
    border-bottom: 0;
}
.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 {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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


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


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

.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper #comment-form {
  max-width:700px;
}

#hs-pwd-widget-password {
  height: auto !important;
  max-width:700px;
  display: block;
}

.full-width-lp .body-container-wrapper form{
    max-width: 700px;
}

.body-container-wrapper .hs-search-field__bar {
    max-width: 700px;
}

.body-container-wrapper ul.hs-error-msgs.inputs-list {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: block;
}

.body-container-wrapper .hs-error-msgs label {
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1;
    margin-top: 8px;
    display: inline-block;
    float: none;
    z-index: 1001;
    padding: 8px 15px;
    border-radius: 3px;
    background: rgb(198, 68, 68);
    position: relative;
}

.body-container-wrapper .hs-error-msgs label:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    left: 15px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid rgb(198, 68, 68);
}

/* Form Field */
.body-container-wrapper .hs-form-field {
    margin: 0 0 25px 0;
}

.body-container-wrapper .hs-form-field > label {
    display: block;
    margin-bottom: 5px;
}

/* One Line Inputs */
.body-container-wrapper [type="text"],
.body-container-wrapper [type="password"], 
.body-container-wrapper [type="datetime"], 
.body-container-wrapper [type="datetime-local"], 
.body-container-wrapper [type="date"], 
.body-container-wrapper [type="month"], 
.body-container-wrapper [type="time"], 
.body-container-wrapper [type="week"], 
.body-container-wrapper [type="number"], 
.body-container-wrapper [type="email"], 
.body-container-wrapper [type="url"], 
.body-container-wrapper [type="search"], 
.body-container-wrapper [type="tel"], 
.body-container-wrapper [type="color"],
.body-container-wrapper [type="file"],
.body-container-wrapper textarea {
    display: inline-block;
    margin-bottom: 9px;
    color: #555;
    background-color: #fff;
    vertical-align: middle;
    font-family: 'Calibri';
    font-weight: 300;
    line-height: 1.5em;
    height: 58px;
    padding: 10px 18px;
    margin: 0;
    border-radius: 7px;
    outline: none;
    width: 100%;
    font-size: 21px;
    border: 2px solid #58595b;
    -webkit-appearance: none;
}

.body-container-wrapper [type="text"]:focus,
.body-container-wrapper [type="password"]:focus, 
.body-container-wrapper [type="datetime"]:focus, 
.body-container-wrapper [type="datetime-local"]:focus, 
.body-container-wrapper [type="date"]:focus, 
.body-container-wrapper [type="month"]:focus, 
.body-container-wrapper [type="time"]:focus, 
.body-container-wrapper [type="week"]:focus, 
.body-container-wrapper [type="number"]:focus, 
.body-container-wrapper [type="email"]:focus, 
.body-container-wrapper [type="url"]:focus, 
.body-container-wrapper [type="search"]:focus, 
.body-container-wrapper [type="tel"]:focus, 
.body-container-wrapper [type="color"]:focus,
.body-container-wrapper [type="file"]:focus,
.body-container-wrapper textarea:focus {
    border-color: #44a8c6;
    outline: 0;
}

.body-container-wrapper [type="search"]::placeholder,
.body-container-wrapper [type="text"]::placeholder,
.body-container-wrapper [type="email"]::placeholder,
.body-container-wrapper [type="password"]::placeholder,
.body-container-wrapper textarea::placeholder{
    opacity: 1;
    color: #58595b;
    font-weight: 300;
}
 
.body-container-wrapper [type="search"]::-webkit-placeholder,
.body-container-wrapper [type="text"]::-webkit-placeholder,
.body-container-wrapper [type="email"]::-webkit-placeholder,
.body-container-wrapper [type="password"]::-webkit-placeholder,
.body-container-wrapper textarea::-webkit-placeholder{
    opacity: 1;
    color: #58595b;
    font-weight: 300;
}

.body-container-wrapper [type="search"]::-moz-placeholder,
.body-container-wrapper [type="text"]::-moz-placeholder,
.body-container-wrapper [type="email"]::-moz-placeholder,
.body-container-wrapper [type="password"]::-moz-placeholder,
.body-container-wrapper textarea::-moz-placeholder{
    opacity: 1;
    color: #58595b;
    font-weight: 300;
} 

/* Separate Styles for Multiple Line Inputs */
textarea {
    height:auto !important;
}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 32px;
    font-family: 'Calibri', sans-serif;
    font-weight: 500;
    font-style: normal !important;
    min-height: auto;
    line-height: 1;
    text-align: center;
    transition: background .3s, color .3s, border .3s;
    outline: none !important;
    text-shadow: none;
    box-shadow: none;
    width: auto;
    padding: 15px 18px;
    margin: 0;
    border-radius: 7px;
    background: #44a8c6;
    border: none;
    margin-top: 15px;
    white-space: normal;
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
    background: #62c6e4;
    outline: 0;
    color: #fff;
}

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus {
    background: #62c6e4;
    outline: 0;
    color: #fff;
}


/* =============== 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                                      
   ========================================================================== */

.footer-hor-space {
    display: none !important;
}

.custom-footer-no-nav .footer-social {
    display: none;
}

.post-all.no-pagination {
    float: none;
    text-align: center;
    margin: 0 auto;
}

.post-all.no-pagination a {
    top: 0;
    text-align: center;
}

.recent-content.no-recent-image {
    position: relative;
}

.recent-content.no-recent-image .recent-desc {
    display: block;
}

body:not(.blog) .body-container-wrapper {
    margin-bottom: 30px;
}


/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1460px) {
  .custom-menu-primary-desktop .hs-menu-wrapper > ul > li:last-child > ul {
      right: 0 !important;
      left: auto !important;
  }
}

@media (max-width: 1200px){
  .custom-blog-topics {
    width: 68% !important;
  }

  .custom-blog-search {
    width: 28% !important;
  }

  .custom-blog-topics ul li {
    width: 140px;
  }
  
  .custom-blog-topics ul li a {
      min-height: 50px;
  }
  
  .blog .custom-blog-search form .form-row input.hs-search-field__input {
      height: 50px;
  }
  
  .custom-blog-search form .form-btn button.button.button-blue {
      min-height: 50px;
      padding-top: 9px;
      padding-bottom: 9px;
  }
  
  .bottom-recent-date {
      height: 8.65vw;
  }
  
  .bottom-recent-title {
      height: 8.65vw;
  }
  
  .hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height {
      padding-right: 59px;
  }
  
}

@media (max-width: 1120px) and (min-width: 768px){
  .recent-post-multiple .recent-content > a.recent-desc-link .recent-title {
       font-size: 20px;
  }

  .recent-post-multiple .recent-desc {
      font-size: 16px;
      line-height: 1;
  }

  .recent-post-multiple .recent-desc a.recent-desc-link p {
      margin: 0;
      font-size: 16px;
      line-height: 1;
  }

  .recent-post-multiple a.recent-more-link {
      font-size: 18px;
      min-height: 30px;
  }
}

@media (max-width: 1120px){
  .custom-menu-primary-desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a {
      width: 120px !important;
  }
}

@media (max-width: 1110px){
  .top-right .donate-btn {
      width: 120px;
  }
  
  .custom-menu-primary-desktop .hs-menu-wrapper > ul > li > a {
      font-size: 19px;
  }
  
}

@media (max-width: 1080px){
  .custom-header-top-menu .hs-menu-wrapper > ul > li > a {
      font-size: 20px;
  }
  
  .custom-header-top-menu .hs-menu-wrapper > ul > li {
      margin-right: 30px;
  }
  
  .footer-logo a img {
      max-width: 250px;
      vertical-align: middle;
  }

}

@media (max-width: 1024px){
  .hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height {
      padding-right: 50px;
  }
}

@media (max-width: 1016px){
  .footer-social ul li {
      margin-right: 15px;
  }
}

@media (max-width: 979px) {
  .custom-header-group {
      height: auto !important;
  }
  
  .custom-header-top {
    display: none !important;
  }

  .custom-logo {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
  
  .custom-logo a {
      display: inline-block;
  }
  
  .custom-header-group .page-center {
      max-width: 100% !important;
      width: 100% !important;
      position: relative;
  }
  
  .custom-logo a {
      display: inline-block;
      margin: 10px 0 0 16px;
  }
  
  .custom-logo a img {
      max-height: 40px;
      width: auto;
  }
  
  .custom-menu-primary-desktop {
      display: none !important;
  }
  
  .custom-menu-primary-mobile {
      display: block !important;
  }
  
  .custom-header-bottom {
      border: 0 !important;
      min-height: 70px !important;
  }

  .custom-header-group {
      width: 100% !important;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1032;
  }
  
  .header-container-wrapper {
      min-height: 70px !important;
  }
  
  .custom-mobile-trigger {
      float: none !important;
      width: auto !important;
      margin-left: 0 !important;
      position: absolute;
      top: 0;
      right: 0;
  }
  
  a.donate-btn {
      height: 70px;
      float: right;
      font-size: 20px;
      padding: 24px 15px 0;
      margin-left: 3px;
      border-radius: 0;
      display: block;
      background: #072a48;
      transition: all .2s linear;
      min-height: 0;
      font-family: 'Calibri', sans-serif;
      font-weight: 500;
      font-style: normal !important;
      line-height: 1;
      text-align: center;
      border: none;
      cursor: pointer;
      outline: none !important;
      position: relative;
      vertical-align: middle;
      color: #fff;
  }
  
  a.donate-btn:hover {
      background: #395c7a;
      color: #fff;
      text-decoration: none;
  }
  
  .mobile-trigger-inner {
      overflow: hidden;
  }
  
  .banner-content-image {
      float: none;
      width: 100%;
      text-align: center;
      margin: 0 !important;
      padding: 0 !important;
  }
  
  .banner-content-image span {
      padding: 0px 30% 0px 30%;
  }
  
  .banner-image {
      padding: 1vh 0vh 5vh 0vh;
  }
  
  .banner-title-content {
      float: none !important;
      width: 100% !important;
      margin: 0 !important;
  }
  
  .banner-image h1 {
      font-size: 30pt;
  }
  
  .banner-image p {
      font-size: 15pt;
  }
  
  .custom-menu-primary-mobile {
      width: 60% !important;
      position: fixed !important;
      top: 70px;
      bottom: 0;
      right: -60%;
      background: rgba(255, 255, 255, 0.9);
      opacity: 0;
      transition: all .2s;
      display: block !important;
      -webkit-box-shadow: inset 0px 12px 20px -15px rgba(0,0,0,0.5);
      -moz-box-shadow: inset 0px 12px 20px -15px rgba(0,0,0,0.5);
      box-shadow: inset 0px 12px 20px -15px rgba(0,0,0,0.5);
      height: -webkit-calc(100vh - 70px);
      height: -moz-calc(100vh - 70px);
      height: -o-calc(100vh - 70px);
      height: calc(100vh - 70px);
      overflow-y: auto;
  }
  
  .mobile-open .custom-menu-primary-mobile {
      right: 0;
      opacity: 1;
  }
  
  .custom-header-bottom:after {
      display:none;
  }
  
  .hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height {
      padding-right: 48px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li a {
      width: 175px;
      height: 175px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li {
      margin: 0 15px;
      margin-right: 11px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li:last-child {
      margin-right: 15px;
  }

} 

@media (max-width: 879px) {
  .footer-logo a img {
      max-width: 200px;
  }
  
  .footer-social ul li {
      margin-bottom: 10px;
  }
  
  .footer-social ul li.ln {
      margin-bottom: 0;
  }
  
  .custom-blog-topics ul li {
      width: 125px;
  }
  
  .hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height {
      padding-right: 0;
  }
  
}  

@media (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.Home {
      display: none !important;
  }
  
  .custom-footer-mobile-menu {
      display: none !important;
  }
  
  .custom-footer-copyright {
      display: none !important;
  }
  
  a.button.mobile-only {
    display: none;
  }
  
}

@media (max-width: 780px) and (min-width: 768px){
  .custom-blog-topics ul li{
      margin-right: 15px;
  }
}

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

@media (max-width: 767px) {
  .body-container-wrapper .hs_cos_wrapper_type_password_prompt,
  .body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
  .body-container-wrapper .hs_cos_wrapper_type_form,
  .body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper #comment-form {
    max-width:100%;
  }

  #hs-pwd-widget-password {
    height: auto !important;
    max-width:100%;
    display: block;
  }

  .full-width-lp .body-container-wrapper form{
      max-width: 100%;
  }

  .body-container-wrapper .hs-search-field__bar {
      max-width: 100%;
  }
  
  .banner-image h1 {
      margin-top: 0px;
      margin-bottom: 5px;
  }
  
  .banner-image p {
      margin-top: 0px;
      margin-bottom: 5px;
  }
  
  .content-wrapper {
      padding: 0em 3.5vw 0em 3.5vw;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.Contact.us {
      display: block !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.events {
      display: block !important;
  }
  
  .col-footer {
      float: none !important;
      width: 100% !important;
      text-align: center;
      margin-left: 0 !important;
  }
  
  .custom-footer-menu {
      display: none !important;
  }
  
  .footer-social .label {
      display: none;
  }
  
  .footer-social {
      float: none !important;
      width: 100% !important;
      text-align: center;
  }
  
  .footer-logo a img {
      display: none;
  }
  
  .footer-social ul {
      margin: 0;
      overflow: visible;
  }
  
  .footer-social ul li {
      float: none !important;
      display: inline-block;
      margin: 0 10px;
      position: relative;
      vertical-align: middle;
      margin-bottom: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.Contact.us > a:hover {
    border-left-color: #44a8c6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.events > a:hover {
    border-left-color: #44a8c6;
  }
  
  .custom-footer-copyright {
    text-align: center;
    margin-top: 30px;
  }

  .custom-footer-copyright p {
    font-family: arial, helvetica, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    display: inline-block;
  }

  .custom-footer {
    padding-bottom: 35px;
  }

  .footer-social ul li:last-child {
    margin-right: 10px;
  }

  .footer-social ul li {
    margin-right: 5px;
  }

  .back-top a#back-to-top {
    font-size: 25px;
    min-height: 50px;
    padding: 12px 30px;
    border-radius: 3px;
  }

  .custom-footer-mobile-menu .hs-menu-wrapper > ul {
    list-style: none;
    padding: 0;
    display: block;
    line-height: 1.3;
    margin: 0 0 15px !important;
  }

  .custom-footer-mobile-menu .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }

  .custom-footer-mobile-menu .hs-menu-wrapper > ul > li > a {
    color: #58595b;
    font-size: 21px;
    text-align: center;
    height: 55px;
    display: block;
    padding-top: 15px;
    background: #f5f5f5;
    transition: all .2s;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.3;
  }

  .custom-footer-mobile-menu .hs-menu-wrapper > ul > li:first-child > a {
    height: 80px;
    padding-top: 40px;
  }

  .custom-footer-mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    background: #072a48;
    color: #fff;
    text-decoration: none;
  }

  .custom-footer-content {
    padding-top: 0;
  }

  .back-top {
    top: -29px;
  }
  
  .body-container-wrapper form.hs-form.stacked {
      margin: 0 0 35px 0;
  }
  
  .custom-footer-no-nav .footer-logo a img {
      display: block;
      margin: 0 auto;
  }
  
  .custom-footer-no-nav .footer-logo {
      padding-top: 50px;
      text-align: center;
  }
  
  .hs-blog-listing .body-container-wrapper {
      padding-top: 45px;
  }
  
  .custom-featured-news-title {
      margin-bottom: 5px;
      padding: 0 5%;
  }
  
  .custom-featured-news-title h1 {
      font-size: 42px;
  }
  
  .custom-featured-news-title h1:before {
      display:none;
  }
  
  .custom-featured-news-title h1:after {
      width: 30px;
      display: block;
      margin: 30px auto 0;
      left: auto;
  }
  
  .recent-post {
      float: none !important;
      width: 100% !important;
      margin-right: 0 !important;
  }
  
  .recent-post-single {
      margin-bottom: 6%;
  }
  
  .recent-post-multiple .top-recent-group {
      float: none !important;
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 6% !important;
  }
  
  .col-blog {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  
  .custom-blog-topics {
      margin-bottom: 20px;
  }
  
  .custom-blog-content-group .content-wrapper {
    padding: 0 0 40px 0 !important;
  }
  
  .hs-blog-listing .hs-featured-image-wrapper {
      display: none !important;
  }
  
  .custom-post-content {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  
  .bottom-recent-post {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  
  .bottom-recent-post-single {
      display: none !important;
  }
  
  .bottom-recent-date {
    height: 100px;
    width: 65px;
  }

  .bottom-recent-title {
    font-size: 24px;
    line-height: 1.3em;
    margin-left: 85px;
    height: 100px;
  }
  
  .date-border {
      border-width: 3px;
  }
  
  span.day {
      font-size: 42px;
  }
  
  span.month {
      font-size: 24px;
  }
  
  .bottom-recent-title .target span.arrow {
      margin-bottom: -1px;
      border-top-width: 7px;
      border-bottom-width: 7px;
      border-left-width: 8px;
  }
  
  .custom-blog-awareness-month {
      display: none !important;
  }
  
  .custom-blog-news-group {
    margin-bottom: 180px;
  }
  
  .col-form {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 0 !important;
  }
  
  .custom-form-title {
      display: none !important;
  }
  
  .custom-blog-signup-form .hs_firstname.hs-firstname {
      float: none !important;
      width: 100% !important;
      margin-right: 0 !important;
  }
  
  .custom-blog-signup-form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
      float: none !important;
      width: 100% !important;
      margin-right: 0 !important;
  }
  
  .custom-blog-signup-form input.hs-button.primary.large {
      border-radius: 7px;
      font-size: 25px;
      padding: 17px 18px 16px;
  }
  
  .custom-blog-signup-form .hs_select_newsletter.hs-select_newsletter.hs-fieldtype-select.field.hs-form-field {
      width: 100%;
  }
  
  .custom-blog-signup-form select {
      margin-bottom: 25px;
  }
  
  .custom-blog-signup-form .hs_select_newsletter .input:after{
    top: 35%;
  }
  
  .custom-blog-search form .form-btn button.button.button-blue {
      border-radius: 3px;
      font-size: 25px;
  }
  
  a.button.mobile-only {
      font-weight: 500;
      line-height: 1;
      text-align: center;
      display: inline-block;
      border: none;
      transition: background .3s, color .3s, border .3s;
      cursor: pointer;
      outline: none !important;
      vertical-align: middle;
      font-size: 25px;
      min-height: 50px;
      padding: 12px 30px;
      border-radius: 3px;
      text-shadow: none;
      box-shadow: none;
      position: relative;
      background: #44a8c6;
      font-family: 'Calibri';
      color: #fff;
      padding-left: 10px;
      padding-right: 28px;
      font-style: normal !important;
      width: 100%;
  }
  
  a.button.mobile-only:after {
      content: "";
      width: 0;
      height: 0;
      border: 12px solid transparent;
      border-color: #fff transparent transparent;
      position: absolute;
      right: 15px;
      margin-top: -8px;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      border-width: 10px 8px 8px;
      top: 30px;
  }
  
  .custom-blog-topics ul {
      width: 100% !important;
      height: 0;
      position: absolute;
      top: 49px;
      left: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: 1px;
      overflow: hidden;
      opacity: 0;
      border-radius: 3px;
      background: #fff;
      box-shadow: 0 1px 2px rgba(0,0,0,.1);
      z-index: 99;
      transition: all .5s ease;
      display: block;
  }
  
  .custom-blog-topics.topic-open ul {
      height: auto;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      opacity: 1;
  }
  
  .custom-blog-topics ul li {
      margin-right: 30px;
      width: 100% !important;
      border-top: 1px solid #efefef;
      float: none !important;
      line-height: 1.5em;
  }
  
  .custom-blog-topics ul li a {
      font-size: 17px;
      font-weight: 400 !important;
      padding: 7px 10px;
      display: block;
      color: #44a8c6 !important;
      position: relative !important;
      font-family: 'Calibri';
      font-style: normal;
      min-height: auto;
      background: transparent !important;
      border: none;
      border-radius: 0 !important;
      line-height: 31.5px;
      text-align: left;
      letter-spacing: normal;
      outline: 0;
  }
  
  .custom-blog-topics ul li a:hover {
      background: #44a8c6 !important;
      color: #fff !important;
  }
  
  a.button.mobile-only:hover {
      background: #62c6e4;
      color: #fff;
      text-decoration: none;
  }
  
  .custom-blog-topics ul li.active:after{
    display:none;
  }
  
  .topic-open a.button.mobile-only {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }
  
  .topic-open a.button.mobile-only:after {
      top: 21px;
      border-width: 8px 8px 10px;
      border-color: transparent transparent #fff;
  }
  
  .custom-blog-recent-posts-wrapper {
      padding: 5% 0 0;
  }
  
  .bottom-recent-post {
      padding-left: 0;
  }
  
  .custom_blog_next-previous > div {
      float: none !important;
      margin-right: 0 !important;
      width: 100% !important;
  }
  
  .post-all {
      padding-top: 15px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li a {
      font-size: 24px;
      line-height: 1.2em;
      width: 120px;
      height: 120px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li a > span span.target {
      padding-bottom: 12px;
  }
  
  .hs-blog-post .custom-blog-post-top-content .equal-height {
      float: none !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      height: auto !important;
  }
  
  .hs-blog-post .post-header h1 {
      margin-top: 0px;
      margin-bottom: 5px;
  }

}  

@media (max-width: 500px){
  .custom-blog-post-circle-menu ul.circle-menu li a > span span.target {
      padding-bottom: 10px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li a {
      font-size: 18px;
      line-height: 1.2em;
      width: 90px;
      height: 90px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li {
      margin: 0 7px;
      margin-right: 2px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li:last-child {
      margin-right: 7px;
  }
  
  .hs-blog-post .post-header h1 {
      padding: 0;
  }
  
  .custom-post-page-content {
      padding: 0;
      min-height: auto;
  }
  
  .social-share {
      width: 100%;
      overflow: hidden;
      position: relative;
      left: auto;
      top: auto;
      margin: 20px 0 10px;
  }
  
  .social-share ul.social-list{
      overflow: hidden;
  }
  
  .social-share ul.social-list li {
      margin: 0 10px 0 0;
      float: left;
      position: relative;
  }

}


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

@media (max-width: 479px) {
  .subscribe-options label {
    display: inline-block;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  h1 {
      font-size: 45px;
  }
  
  .custom-blog-signup-form input[type="text"], .custom-blog-signup-form input[type="email"] {
      width: 100% !important;
  }
  
  .bottom-recent-post-multiple .bottom-recent-group {
      padding: 15px 0;
  }
  
  .bottom-recent-date {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
  }
  
  .bottom-recent-title {
      position: relative;
      margin-left: 0;
  }
  
}

@media (max-width: 450px){
  .custom-logo a img {
      max-height: 32px;
  }
  
  .custom-featured-news-title h1 {
      font-size: 32px;
  }
  
  .hs-blog-post .custom-blog-post-top-content .post-header-right.x-column.x-sm.x-3-5.last.column-contain.contain-right.equal-height .v-center.equal-child .target h2.large-heading.skin-text {
      font-size: 30px;
  }
  
  .hs-blog-post .post-header h1 {
      font-size: 28px;
  }

}

@media (max-width: 400px){
  a.donate-btn {
      font-size: 17px;
      padding-left: 12px;
      padding-right: 12px;
  }
}

@media (max-width: 370px){
  a.donate-btn {
      padding-left: 7px;
      padding-right: 7px;
  }
}

@media (max-width: 350px){
  .mobile-trigger{
    float: none;
    position: absolute;
  }

  .mobile-trigger-inner {
    position: relative;
    padding-right: 57px;
    overflow: visible;
  }

  a.donate-btn {
    width: 95px;
    height: 34px;
    padding: 8px 12px;
    margin-bottom: 2px;
    float: none;
  }

  .donate-btn.fundraise-btn {
    margin-bottom: 0;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li a > span span.target {
      padding-bottom: 7px;
  }
  
  .custom-blog-post-circle-menu ul.circle-menu li a {
      font-size: 18px;
      line-height: 1.2em;
      width: 80px;
      height: 80px;
  }
  
}
.custom-header-bottom:after {
    background-color: #44a8c6;
}
.hs-blog-post .custom-header-bottom:after {
    background-color: transparent;
}

.top-recent-group:hover .recent-content {
    height: 100% !important;
}

@-webkit-keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}