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

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css');

@font-face {
  font-family: Mercury;
  src: url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Mercury-TextG1Roman/Mercury-TextG1Roman.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Mercury-TextG1Roman/Mercury-TextG1Roman.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Mercury-TextG1Roman/Mercury-TextG1Roman.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Mercury-TextG1Roman/Mercury-TextG1Roman.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Fort;
  src: url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Bold/Fort-Bold.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Bold/Fort-Bold.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Bold/Fort-Bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Bold/Fort-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: Fort;
  src: url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Book/Fort-Book.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Book/Fort-Book.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Book/Fort-Book.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4553744/Ecsphilly_December2018%20Theme/Fonts/Fort-Book/Fort-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

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

/* 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;
  background-color: #e0e0e0;
  font-size: 16px;
  color: #000;  
} 

body {
  -moz-font-feature-settings: "kern","liga";
  -ms-font-feature-settings: "kern","liga";
  font-feature-settings: "kern","liga";
  color: #000;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  position: relative;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  font-size: .9375rem;
}

div#site-wrapper {
  max-width: 112.5rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  position: relative;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {
color: #53c4ce;
}
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;
  font-weight: 400;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 600;
  letter-spacing: .0625rem;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  text-transform: uppercase;
  color: #53c4ce;
  line-height: 1.2;
  margin-bottom: 2rem;
}

h2 {
  font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif;
  font-size: 2.375rem;
  color: #084584;
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
}
h3 {
  color: #084584;
  font-weight: 700;
  letter-spacing: .0625rem;
  text-transform: uppercase;
}
h4 {
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .0625rem;
  margin-bottom: .625rem;
}
h5 {
  color: #53c4ce;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .625rem;
}
h6 {
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  color: #53c4ce;
  margin-bottom: .9375rem;
}

/* Anchor Links */
a { 
  transition: all .35s ease-in-out;
  color: #53c4ce;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-weight: bold;
}
a:hover, a:focus { color: #000; }

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
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 {}

div#site-wrapper:after {
  content: '';
  display: none;
  background-color: rgba(0,0,0,.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8000;
}

.mobile-open div#site-wrapper:after {
  display: block;
}

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

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

.widget-span.widget-type-cell.custom-header-wrapper {
  position: relative;
  width: 100%;
  /*   min-height: 93px; */
}


.custom-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 4px -1px rgba(0,0,0,.2);
  position: fixed;
  max-width: 112.5rem;
  margin: 0 auto !important;
  float: none !important;
}

.custom-header-inner{
  position: relative;
}


.widget-span.widget-type-cell.custom-header-top > div > .row-fluid {
  display: table;
  width: 100%;
}

.widget-span.widget-type-cell.custom-header-top > div > .row-fluid:before ,
.widget-span.widget-type-cell.custom-header-top > div > .row-fluid:after {
  content: none;
}



/* .custom-logo {
width: 18% !important;
vertical-align: middle;
text-align: center;
padding: 24px 0 18px;
} */

.custom-logo {
  width: 18% !important;
  text-align: center;
  padding: 24px 0 18px;
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
}


.header-logo svg {
  transition: width .35s ease,height .35s ease;
}


path.fill-blue-mid {
  fill: #084584;
}

path.fill-blue {
  fill: #53c4ce;
}

/* .custom-header-right {
float: right !important;
margin: 0 !important;
width: 82% !important;
} */
.custom-header-right {
  float: none !important;
  margin: 0 !important;
  display: table-cell !IMPORTANT;
  width: 100% !important;
}

.custom-header-right > div > .row-fluid {
  display: table;
  width: 100%;
}

.custom-header-right > div > .row-fluid:after ,
.custom-header-right > div > .row-fluid:before {
  content: none;
}

.custom-header-right-inner {
  width: 100%;
  display: table;
}

.custom-donate-wrpr {
  width: auto !important;
  margin: 0 !important;
  /*   float: right !important; */

}

.custom-header-search {
  background-color: #cdeaeb;
  width: 100% !important;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  position: absolute;
  top: 100%;
  z-index: 0;
  display: block !important;
}

.custom-header-search.search-show {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.custom-header-top {
  position: relative;
  z-index: 9;
  background: #fff;
}

input.search-form__input::-webkit-input-placeholder {
  color: #53c4ce;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

form.search-form {
  padding: 2.5rem;
}

.search-form__inputs {
  display: table;
  width: 100%;
}

input.search-form__input {
  -webkit-appearance: textfield;
  width: 100%;
  font-weight: 400;
  display: table-cell;
  min-height: 1.5em;
  padding: 1.3125rem;
  height: 57px;
  font-size: 1.125rem;
  background-color: transparent;
  border: 2px solid #084584;
  color: #084584;
  line-height: 1.3;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}

input.search-form__input:focus {
  outline:none;  
}


.search-form button {
  background-clip: padding-box;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #084584;
  color: #084584;
  width: 57px;
  height: 57px;
  top: -1px;
  padding: 1rem;
  border-left: 0;
  font-size: 1.125rem;
  background-color: transparent;
  line-height: 1.3;
  min-height: 1.5em;
}

.search-form__submit {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: 1%;
  display: table-cell;
  position: relative;
  top: -1px;
}

.x-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.x-icon:after, .x-icon:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  background-color: #084584;
}

span.x-icon {
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
  top: 9px;
  left: 2px;
}


/*========== banner  Area =============*/
.banner-area.blog-title-wrapper {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

h2.banner-heading.blog-title {
  text-transform: uppercase;
/*   font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif; */
}

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

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

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


body:not(.blog) .body-container-wrapper  {
  padding: 50px 0;
}

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

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


.custom-footer {
  padding: 4.5625rem 0 4.6875rem;
  background-color: #022c44;
}

.widget-span.widget-type-cell.custom-footer-group.custom-footer-group-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.widget-span.widget-type-cell.custom-footer-group.custom-footer-group-2 {
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.widget-span.widget-type-cell.custom-footer-group.custom-footer-group-3 {
  width: 31.76157%;
  margin-left: 8.5298%;
  margin-right: 0;
}

/*====== footer logo =============*/

.footer-logo {
  display: block;
  margin-bottom: 2.875rem;
  position: relative;
  line-height: 0;
}

.footer-logo svg {
  width: 191px;
  height: 56px;
}

path.fill-white {
  fill: #fff;
}

path.fill-blue {
  fill: #53c4ce;
}

/*========== footer address===============*/

.custom-footer-contact {
  font-size: .875rem;
  color: #fff;
  margin-bottom: 2.375rem;
}

.custom-footer-contact p {
  margin: 0;
}

.custom-footer-contact p + p {
  margin: .65em 0 0;
}

.custom-footer-contact p > span {
  display: block;
}

.custom-footer-contact p>span a {
  color: #fff;
}



/*===== footer social icons ============*/

.footer-social-icons a {
  color: #53c4ce;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 11.3px;
}

/*====== footer manu  ==================*/
.widget-span.widget-type-custom_widget.custom-footer-menu.custom-footer-right-menu {
  margin: 0;
  padding-left: 5px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  font-size: .8125rem;
  text-transform: none;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  color: #53c4ce;
}

.custom-footer-menu .hs-menu-wrapper > ul ul > li > a {
  color: #fff;
  text-transform: none !important;
  white-space: normal !important;
}

.custom-footer-menu .hs-menu-wrapper > ul ul {
  margin-bottom: .625rem;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* 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:1088px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block !important;
    text-align: right;
    width: 100% !important;
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 -0.4px;
    padding: 0;
    position: relative;
    text-align: left;
    display: inline-block;
    float: none !important;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    position: relative;
    color: #084584;
    display: inline-block;
    padding: 2.375rem 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    font-size: .8125rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #084584;
    background-color: #f2f2f2;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background-color: #f2f2f2;
    display: block!important;
    vertical-align: middle;
    top: 100%;
    width: 17.1875rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    position: relative;
    text-align: left;
    padding: 0 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    white-space: normal !important;
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 0;
    color: #084584;
    background-color: #f2f2f2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: .8125rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li+li > a{
    border-top: 1px solid #d1d1d1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover{
    color: #53c4ce;
  }

  .custom-menu-primary {
    margin: 0 !important;
    /*     float: right !important; */
    width: auto !important;
    padding: 0 1.25rem 0 0;
    display: table-cell;
    vertical-align: middle;
  }
}


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

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

@media (max-width: 1087px){

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


  button.mobile-trigger {
    display: inline-block !important;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #cdeaeb;
    width: 58px;
    height: 58px;
    transition: background-color .4s ease;
    z-index: 9999;
    width: 70px;
    height: 70px;
    padding: 0;
    border: 0;
    min-height: 1.5em;
    cursor: pointer;
    outline: none !important ;
  }

  span.navigation__toggle-box {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 24px;
    height: 20px;
    margin-left: -12px;
    top: 26px;
  }

  .navigation__toggle-box:after,
  .navigation__toggle-box:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #022c44;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .13s ease 0s;
  }

  .navigation__toggle-inner, 
  .navigation__toggle-inner:after, 
  .navigation__toggle-inner:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #022c44;
    margin-top: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transition: margin .13s ease .26s,opacity .13s ease .13s;
  }

  .navigation__toggle-inner:before {
    margin-top: -7px;
  }


  .mobile-open button.mobile-trigger {
    background-color: #fff;
  }

  .mobile-open .navigation__toggle-box:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    transition: all .13s ease .26s;
  }

  .mobile-open .navigation__toggle-box:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    transition: all .13s ease .26s;
  }

  .mobile-open  span.navigation__toggle-inner {}

  .mobile-open .navigation__toggle-inner,
  .mobile-open .navigation__toggle-inner:after,
  .mobile-open .navigation__toggle-inner:before {
    margin-top: 0;
    opacity: 0;
    transition: margin-top .13s ease 0s,opacity .13s ease .13s;
  }

  .header-no-nav button.mobile-trigger {
    display: none !important;
  }


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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: -1px;
    width: auto !important;
    height: 45px !important;
    padding: 1rem .375rem 1rem 1.875rem;
    color: #53c4ce;
  }

  .child-trigger i{
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease
  }

  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

}

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

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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  padding-right:7px;
}
.blog-pagination > div {
  display: inline-block;
}
.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 .blog-sidebar .cell-wrapper{

}

/* %%%%%%% Blog Sidebar Heading %%%%%%% */
.blog .blog-sidebar .widget-span h1,
.blog .blog-sidebar .widget-span h2,
.blog .blog-sidebar .widget-span h3,
.blog .blog-sidebar .widget-span h4,
.blog .blog-sidebar .widget-span h5,
.blog .blog-sidebar .widget-span h6{
  font-size: ;
  line-height: ;
}

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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

.hs_recaptcha {
  margin: 15px 0;
}
.form-title:empty {
  display: none;
}

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: #53c4ce;
  font-size: 16px;
  vertical-align: baseline;
  line-height: 1;
}

.form-title {
  font-weight: normal;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: normal!important;
  color: #084584;
  padding: 1.25rem 0;
  font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif;
  font-size: 40px !important;
  margin: 12px 0 12px 0;
  text-transform: none;
}

/* One Line Inputs */
.body-container-wrapper input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select {
  white-space: normal;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: baseline;
  max-width: 700px;
  line-height: 1.2em;
  max-height: 50px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem!important;
  color: #53c4ce;
  padding: .9375rem 1.25rem;
  border: 2px solid #53c4ce;
  border-radius: 0;
  opacity: .8;
  font-weight: 600;
}
.body-container-wrapper input[type="search"] {
  -webkit-appearance: none;
}

.body-container-wrapper input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
  outline: 0;
  color: #084584;
  border-color: #084584;
  box-shadow: none;
  opacity: 1;
}

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

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

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

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

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

.hs-form-required {
  color: red;
}

/* Error */
.hs-error-msgs label{
  color: red;
  font-style: italic;
  font-weight: 600;
  font-size: 1rem;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}
ul.hs-error-msgs.inputs-list {
  margin: -7px 0 0;
  padding: 0;
  list-style: none;
}

.hs-input.invalid.error {
}

/* 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 {padding: 30px 0;}
.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="submit"] {
  margin-top: 15px;
}
#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 {}.

.section.post-footer .hs_subscribe.hs-subscribe 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"] {
  text-decoration: none !important;
  display: inline-block;
  margin: 10px 0 15px;
  text-align: center;
  min-height: 1.5em;
  -webkit-appearance: none;
  line-height: normal;
  width: auto;
  margin-top: 28px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  vertical-align: middle;
  background-clip: border-box;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: .0625rem;
  border: 2px solid #084584;
  background-image: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  transition: all .35s ease-in-out;
  text-transform: uppercase;
  color: #084584;
  padding: 1rem 1.875rem;
  font-size: .8125rem;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}

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

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus {
  outline: none;
  background-color: #084584;
  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                                      
========================================================================== */


.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}

.hs-search-field__bar{
  max-width: 600px;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/*Form Background Styling*/

/*.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.section.post-footer form,
.hs-search-field__bar{
display:block;
margin-bottom: 30px;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form{
width: 50%;
}*/

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

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important
}

.hs_recaptcha.hs-recaptcha.hs-form-field {
  width: 100%;
  overflow: hidden;
  overflow-x: auto
}

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important
}
#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

.lp .mobile-trigger {
  display: none !important;
}

.lp .custom-menu-primary {
  display: none !important;
}

/*============= footer form ==================*/


.custom-footer-form form .hs-richtext h3 {
  font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif;
  font-size: 1.75rem;
  margin-bottom: 21px;
  margin-top: 3px;
  padding-top: 0;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
  letter-spacing: 0;
}

.custom-footer-form form .hs-richtext h2 {
  font-weight: 400;
  margin: 0;
  font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif;
  color: #53c4ce;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: normal;
}

.custom-footer-form form .hs-form-required {
  display: none;
}

.custom-footer-form form .hs-form-field > label {
  margin: 0 !important;
}

.custom-footer-form form input[type="text"],
.custom-footer-form form input[type="email"] {

  border-radius: 0!important;
  box-shadow: none!important;
  background-color: transparent!important;
  text-align: center;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.3;
  border: 2px solid #084584;
  padding: .9375rem;
  height: 57px;
  min-height: 20px;
  font-size: 1.125rem;
  font-family: Fort, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #53c4ce;
  border-color: #53c4ce;
  opacity: .8;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.custom-footer-form form input[type="text"]:focus,
.custom-footer-form form input[type="email"]:focus {
  opacity: 1;
  outline: none;
}

.custom-footer-form form input[type="text"]::placeholder,
.custom-footer-form form input[type="email"]::placeholder {
  color: #53c4ce;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

.custom-footer-form form input[type="text"]::-moz-placeholder,
.custom-footer-form form input[type="email"]::-moz-placeholder {
  color: #53c4ce;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

.custom-footer-form form input[type="text"]:-ms-input-placeholder,
.custom-footer-form form input[type="email"]:-ms-input-placeholder {
  color: #53c4ce;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .0625rem;
}



.custom-footer-form form input.hs-button.primary.large {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 12px;
  opacity: 1;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  padding: .9375rem;
  font-size: 1.125rem;
  color: #fff;
  white-space: nowrap;
  border-radius: 0!important;
  box-shadow: none!important;
  background-color: transparent!important;
  border: 2px solid #084584;
  border-color: #fff!important;
  transition: all .35s ease-in-out;
  text-transform: uppercase;
  height: 57px;
  letter-spacing: normal;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  -moz-font-feature-settings: "kern","liga";
  -ms-font-feature-settings: "kern","liga";
  font-feature-settings: "kern","liga";
}

.custom-footer-form form input.hs-button.primary.large:hover {
  color: #53c4ce;
  background-color: #fff!important;
}

/*=========== blog ================*/

.blog-listing-wrapper {
  position: relative;
}

.blog-content-wrapper {
  padding: 5.5rem 0 4.375rem;
  background-color: #cdeaeb;
}

.post-listing {
  clear: both;
  margin-bottom: 35px;
}

.post-item {
  width: 50%;
  float: none;
  padding: 0 !important;
  padding-right: 1% !important;
  display: inline-block;
  float: left;
  clear: left;
}

.post-item:nth-child(2n) {
  padding-left: 1% !important;
  padding-right: 0% !important;
}


/*===== recent posts ==========*/

.recent-post-item {
  margin-bottom: 30px;
}

.recent-posts-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}


.recent-posts-inner .post-header {
  float: right;
  width: 50%;
  display: flex;
  height: inherit;
}


.recent-posts-inner,
.post-item-inner{
  background: #fff;
}



.post-image-wrapper {
  box-shadow: inset 0 0 0 0 #fff;
  transition: box-shadow .4s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 336px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.recent-post-item .post-image-wrapper {
  box-shadow: inset 0 0 0 0 #fff;
  transition: box-shadow .4s ease-in-out;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 336px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: inherit;
  display: flex;
  width: 100%;
}

.recent-post-item:hover .post-image-wrapper,
.post-item:hover .post-image-wrapper {
  box-shadow: inset 0 0 0 15px #fff;
}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

a.hs-featured-image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.recent-posts-inner  .post-body,
.post-item .post-body {
  padding: 2.625rem 3.5rem;
}

.recent-posts-inner .post-body {
  width: 100%;
}


p.post-topic {
  margin: 0;
  margin-bottom: .9375rem;
}


p.post-topic a {
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  display: inline-block;
  color: #53c4ce;
  margin-bottom: .9375rem;
  position: relative;
}

p.post-topic a:after {
  content: '';
  display: block;
  width: 1.875rem;
  height: .125rem;
  background-color: #53c4ce;
  margin: .625rem 0 0;
}

p.post-topic a:hover {
  color: #000;
}



.recent-post-item h2,
.post-item h2 {
  font-size: 2.125rem;
  letter-spacing: .125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  text-transform: uppercase;
  color: #53c4ce;
}

.recent-post-item h2 a,
.post-item h2 a {
  color: inherit;
}

a.more-link {
  font-weight: 600;
  letter-spacing: .0625rem;
  position: relative;
  overflow: hidden;
  border: 2px solid #53c4ce;
  white-space: nowrap;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  transition: all .35s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  color: #53c4ce;
  border-color: #53c4ce;
  padding: 1rem 1.875rem;
  font-size: 1rem;
}
a.more-link:hover {
  background-color: #53c4ce;
  color: #fff;
}

.blog-pagination {
  display: block;
  clear: both !important;
}

.post-item .post-inner-content {
  display: none !important;
}

.post-inner-content p, .hs-blog-listing .post-item {
  color: #084584;
  font-size: 1.375rem;
  font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif;
}

div#infscr-loading {
  clear: both;
  width: 100%;
  position: absolute;
  bottom: -35px;
}

div#infscr-loading:after {
  clear: both;
  content: '';
  display: block;
}

/*======== blog  title ==============*/


.blog-title-wrapper {
  padding: 3.125rem 0 4.0625rem;
  background-color: #084584;
  margin-top: -1px;
}

.blog-title-wrapper.blog-post-header {
  padding-bottom: 3.125rem;
}

h2.blog-title {
  color: #53c4ce;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 600;
  letter-spacing: .125rem;
  font-size: 1.25rem;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}

h2.blog-title:after {
  content: '';
  display: block;
  width: 3.125rem;
  height: .125rem;
  background-color: #fff;
  margin: 20px 0 33px;
}

.blog-title-wrapper.blog-post-header h2.blog-title {
  text-transform: uppercase;
}

.blog-title-wrapper.blog-post-header h2.blog-title:after {
  content: none;
}

h1.blog-subheading {
  line-height: 3.125rem;
  font-size: 2.6875rem;
  color: #fff;
  font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}
/* h1.banner-subheading{
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
} */
/*=========== post Page=================*/
.blog .blog-sidebar .widget-span {
  margin-bottom: 28px;
}

.hs-blog-post .blog-content-wrapper {
  padding: 5.5rem 0 4.375rem;
  background: #fff;
}

.hs-blog-post  .span3.widget-span.widget-type-cell.blog-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 0;
}

.hs-blog-post  .span9.widget-span.widget-type-cell.blog-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-left: 8.5298%;
  margin-right: 0;
}



.post-info {
  padding: 2.5rem;
  background-color: #cdeaeb;
}

h3.sidebar-title {
  margin-bottom: .625rem;
  font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .0625rem;
  text-transform: uppercase;
}

.post-info p {
  margin: 0;
  font-size: 1.1875rem;
  font-family: Mercury,Georgia,Cambria,Times New Roman,Times,serif;
  color: #084584;
}

p + h3.sidebar-title {
  margin-top: 2.5rem;
}

.hs-blog-post p a.topic-link {
  color: #084584;
}

.hs-blog-post p a.topic-link:hover {
  color: #53c4ce;
}

.post-social-icons {
  border: 2px solid #084584;
  padding: 4.375rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.post-social-icons a {
  color: #084584;
  font-size: 2rem;
  transition: all .35s ease-in-out;
}

.post-social-icons a:hover {
  color: #53c4ce;
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}

.section.post-header {
  margin-top: -8px;
  margin-bottom: .9375rem;
}

.section.post-header h1 {
  font-size: 2.125rem;
  letter-spacing: 0;
  color: #084584;
  font-weight: 700;
  line-height: 1.3;
}


.blog-pagination {
  display: none !important;
}

div#infscr-loading {
  clear: both;
  width: 100%;
  position: absolute;
  bottom: -35px;
}

@-moz-document url-prefix() {
  .post-body li {
    margin-left: 15px;
  }

}


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

@media (min-width: 748px) {
  div#site-wrapper {
    font-size: 20px;
    padding-top: 4.375rem;
  }

  /* Page Center */
  .container-fluid .row-fluid .page-center {
    max-width: 700px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.875rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.625rem;
  }

  h5 {
    font-size: 1.5rem;
    margin-bottom: .75rem;
  }
}

@media screen and (min-width: 1088px) {

  div#site-wrapper {
    padding-top: 5.8125rem;
  }

  /* Page Center */
  .container-fluid .row-fluid .page-center {
    max-width: 1040px;
  }

  h1 {
    font-size: 3.875rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.625rem;
  }

  h4 {
    font-size: 2.125rem;
  }

  h5 {
    font-size: 2rem;
  }

  .body-container-wrapper .hs-button.primary,
  .body-container-wrapper input[type="submit"],
  .body-container-wrapper input[type="button"] {
    font-size: 1rem;
  }

  .hd-shrink .header-logo svg {
    width: 125px;
    height: 2.1875rem;
  }

  a.menu-donate {
    position: relative;
    border: 2px solid #53c4ce;
    transition: color .35s ease,background-color .35s ease;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    width: auto;
    float: none;
    display: inline-block;
    color: #084584;
    border-color: #084584;
    padding: .625rem 9px .5625rem;
    margin-right: 1%;
  }

  a.menu-donate:hover {
    background-color: #084584;
    color: #fff;
  }

  .custom-donate-wrpr {
    margin: 0;
    text-align: center;
    padding: 1.5rem 4rem 1.875rem;
    background-color: #cdeaeb;
    vertical-align: middle;
    transition: padding .35s ease;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 1.5rem .625rem 1.875rem;
  }

  .custom-donate-wrpr a {
    margin-left: 0px;
  }


  a.menu-volunteer {
    position: relative;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    color: #53c4ce;
    border: 2px solid #53c4ce;
    transition: color .35s ease,background-color .35s ease;
    margin-bottom: 0;
    text-align: center;
    width: auto;
    float: none;
    display: inline-block;
    padding: .625rem 9px .5625rem;
    margin-left: -2px;
    margin-right: 4px;
  }

  a.menu-volunteer:hover {
    background-color: #53c4ce;
    color: #fff;
  }

  a#search {
    position: relative;
    transition: color .35s ease,background-color .35s ease;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    color: #53c4ce;
    text-align: center;
    margin-bottom: 0;
    width: auto;
    float: none;
    display: inline-block;
    padding: .3125rem;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    font-size: 1.125rem;
    margin-left: -1px;
  }

  a#search:hover {
    background-color: transparent;
    color: #022c44;
  }

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

  i.fa.fa-search:before {
    content: "\f002";
  }

  .hd-shrink .custom-logo {
    padding: 19px 0 12px;
  }

  .hd-shrink .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hd-shrink .custom-donate-wrpr {
    /*     padding: 1.5rem 3.3rem 1.875rem;
    padding-top: 18px;
    padding-bottom: 16px; */
    padding: 18px 0 15px 0;
  }

  .hd-shrink .custom-donate-wrpr a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1248px) {
  /* Page Center */
  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }

  .custom-menu-primary {
    padding-right: 4%;
  }
}

@media screen and (min-width: 1320px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 2.375rem 18px;
  }


  a.menu-donate {
    padding: .625rem .75rem .5625rem;
    /*     margin-right: 22.734px; */
    margin-right: 6%;
    margin-left: 0.1px;
  }

  a.menu-volunteer {
    padding: .625rem .75rem .5625rem;
    /*     margin-right: .5625rem; */
    margin-right: calc(.5625rem - 1px);
  }


}

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

@media (max-width: 1363px) {
  .custom-donate-wrpr {
    padding: 1.5rem .625rem 1.875rem;
  }
}

@media (max-width: 1088px) {
  input.search-form__input::-webkit-input-placeholder {
    font-size: .8125rem;
  }

  a.menu-donate {
    margin-right: 2px;
  }

  a.menu-volunteer {
    margin-right: 3px;
  }

}

@media (min-width: 1088px) {
  .header-container-wrapper .custom-mobile-menu{
    display: none;
    min-height: 0px;
  }
}
@media (max-width: 1087px) {

  /*======== header ===============*/

  .custom-logo {
    padding: 0;
    width: auto !important;
    display: inline-block !important;
  }

  .header-logo {
    padding: 1rem 1.5rem 0;
    padding: 1rem 1.5rem 11px 1.5rem;
    display: inline-block;
  }

  .custom-donate-wrpr {
    display: none !important;
  }

  .header-logo svg {
    width: 7.875rem;
    height: 2.25rem;
  }

  .custom-header-right {
    display: block !important;
  }

  .widget-span.widget-type-cell.custom-header-right.clearfix {
    /* min-height: 0px !important; */
    height: 0px !important;
    margin-top: -1px !important;
    display: none !important;
  }



  .widget-span.widget-type-cell.custom-header-search.search-show {
    display: none;
  }

  .navigation__search.desktop.open-search {
    display: none;
  }

  .custom-mobile-search-warpper  .navigation__search.desktop.open-search {
    display: block; 
  }

  /*======= footer =========*/

  .custom-header-right {
    display: block !important;
  }

  .span4.widget-span.widget-type-cell.custom-footer-group.custom-footer-group-1 {
    margin-right: 2.35765%;
    width: 31.76157%;
  }

  .widget-span.widget-type-cell.custom-footer-group.custom-footer-group-2 {
    width: 65.88078%;
    margin: 0;
  }

  .widget-span.widget-type-cell.custom-footer-group.custom-footer-group-3 {
    width: 100%;
    margin: 0;
    clear: both;
  }

  .widget-span.widget-type-custom_widget.custom-footer-menu.custom-footer-right-menu {
    padding-left: 6px;
    width: 50%;
    float: left;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    width: 100%;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    color: #53c4ce;
    display: inline-block;
  }

  .custom-footer-form form .hs-richtext h2 {
    font-size: 1.25rem;
    margin-bottom: 26px;
  }

  .custom-footer-form form .hs-richtext h3 {
    font-size: 1.25rem;
    padding-top: 3.125rem;
    margin-bottom: 1.625rem;
    margin-bottom: 30px;
  }

  .custom-footer-contact p+p {
    margin: .68em 0 0;
  }

  /*===== footer form ======*/

  .custom-footer-form form input[type="text"], 
  .custom-footer-form form input[type="email"] {
    margin-bottom: 25px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .custom-footer-form form input.hs-button.primary.large {
    margin-bottom: 25px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*========== blog  ===================*/


  .blog-title-wrapper {
    padding: 2.5rem 0;
  }

  h2.blog-title:after {
    margin: 15px 0 20px;
  }
  h2.blog-title {
    font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-size: 1rem;
  }
  h1.blog-subheading {
    font-size: 1.8125rem;
    line-height: 1.3;
  }

  .post-item {
    padding-right: 2% !important;
  }

  .post-item:nth-child(2n) {
    padding-left: 2% !important;
  }

  .recent-post-item h2,
  .post-item h2 {
    font-size: 1rem;
    letter-spacing: .0625rem;
  }


  /*====== post page ============*/
  .hs-blog-post .span3.widget-span.widget-type-cell.blog-sidebar {
    width: 100%;
    float: none;
  }

  .hs-blog-post .span9.widget-span.widget-type-cell.blog-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .hs-blog-post .blog-content-wrapper {
    padding: 4.375rem 0 3.75rem;
  }

  .blog-title-wrapper.blog-post-header {
    padding: 2.5rem;
  }

  .blog-title-wrapper.blog-post-header h2.blog-title {
    font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-size: 1rem;
  }

  .post-social-icons {
    padding: 2.1875rem;
  }

  .section.post-header h1 {
    font-size: 1.625rem;
    letter-spacing: .0625rem;
  }

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


  .custom-mobile-menu {
    display:block;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    background-color: #cdeaeb;
    position: fixed;
    top: 0;
    right: 0;
    width: 50% !important;
    bottom: 0;
    z-index: 9998;
    padding: 5.625rem 0;
    overflow: scroll;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease,-webkit-transform .35s ease;
  }

  .mobile-open  .custom-mobile-menu{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);    
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease,-webkit-transform .35s ease;
  }

  .custom-menu-primary{
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    background-color: #cdeaeb;

    overflow-y: auto;
    margin: 0 !important;
  }


  .custom-menu-primary.desktop-menu.js-enabled {
    display: none;
  }


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

  /* 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 .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display: block !important;
    padding: 0 3.125rem;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type {
    border-top: 1px solid #b4c7da;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #b4c7da;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #fff;
    color: #084584;
    display: block;
    position: relative;
    padding: 1rem 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03125rem;
    line-height: 1.3;
  }

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

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-of-type {
    margin-bottom: 1.25rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: block;
    padding: .5rem 0;
    position: relative;
    color: #53c4ce;
  }

  /*==============  Donate button ==================*/



  .quick-links {
    text-align: left;
    padding: 1.875rem 3.125rem 1.5625rem;
  }

  a.menu-donate {
    margin: 0;
  }

  .quick-links:after {
    clear: both;
    content: '';
    display: block;
  }

  .quick-links a.menu-donate {
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    display: block;
    width: 47%;
    float: left;
    text-align: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border: 2px solid #53c4ce;
    color: #084584;
    border-color: #084584;
    margin-right: 14px;
    transition: color .35s ease,background-color .35s ease;
  }

  .quick-links a.menu-volunteer {
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .03125rem;
    text-transform: uppercase;
    color: #53c4ce;
    border: 2px solid #53c4ce;
    display: block;
    width: 47%;
    float: left;
    text-align: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    transition: color .35s ease,background-color .35s ease;
  }

  .quick-links a.menu-donate:hover {
    background-color: #084584;
    color: #fff;
  }
  .quick-links a.menu-volunteer:hover {
    background: #53c4ce;
    color: #fff;
  }


  /*======== mobile search ================*/

  form.search-form {
    padding: 0 3.125rem;
  }

  button.search-form__close-btn.search-form__btn {
    display: none;
  }

  input.search-form__input {
    vertical-align: middle;
    font-size: .875rem;
    padding: 4px 10px;
    background-color: #fff;
    height: 48px;
    color: #53c4ce;
    border: 0;
  }

  input.search-form__input::-webkit-input-placeholder {
    font-size: .875rem;
  }

  .search-form button {
    background-color: #fff;
    height: 48px;
    color: #53c4ce;
    border: 0;
    padding: 4px 10px;
    width: 47px;
    top: 1px;
    line-height: 1.3;
    position: relative;
  }

  button.search-form__close-btn.search-form__btn {
    display: none;
  }

}


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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form,  
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }

  .hs-search-field__bar{
    max-width: 100%;
  }

  /*.landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
  width: 100%;
}*/
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }    


  /*========== footer ============*/

  .widget-span.widget-type-custom_widget.custom-footer-menu.custom-footer-left-menu {
    float: left;
    width: 50%;
  }
  .widget-span.widget-type-custom_widget.custom-footer-menu.custom-footer-right-menu {
    padding-left: 0;
  }
  .custom-footer-form .hs-form {
    margin-bottom: 0;
  }
  .custom-footer-form form .hs-richtext h3 {
    margin-top: 10px;
  }
}

@media (min-width: 750px) {

  .custom-footer .form-popup-btn-wrapper{
    display:none;
    min-height: 0px;
  }

  .widget-span.widget-type-cell.footer-popup-form-wrapper {
    display: none;
    min-height: 0;
  }

}
@media (max-width: 749px) {
  /*========= header  ========*/
  .header-container .widget-span.widget-type-cell.custom-header-wrapper {
    min-height: 59px;
  }

  .span3.widget-span.widget-type-custom_widget.custom-logo {
    padding: 0;
    text-align: left;
  }

  .header-logo {
    margin: 0;
    padding: 1rem 1.5rem 10px 24px;
  }

  /*   .blog .header-logo {
  margin-left: 0;
  padding: 1rem 1.5rem 10px 24px;
}
  */
  .header-logo svg {
    transition: width .35s ease,height .35s ease;
    width: 5.875rem;
    height: 1.6875rem;
  }

  button.mobile-trigger {
    width: 58px;
    height: 58px;
  }

  span.navigation__toggle-box {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 24px;
    height: 20px;
    margin-left: -12px;
  }


  .custom-menu-primary .hs-menu-wrapper {
    padding: 0 1.25rem;
  }


  .child-trigger {
    right: 0px;
  }

  .quick-links {
    padding: 1.875rem 1.25rem 0;
  }

  .quick-links a.menu-donate {
    margin-right: 4%;
    margin-bottom: 15px;
    width: 48%;
    padding: .8125rem;
  }

  .quick-links a.menu-volunteer {
    padding: .8125rem;
    width: 48%;
    margin: 0;
  }

  form.search-form {
    padding: 0 1.25rem;
  }

  /*======= footer =========*/

  .custom-footer {
    padding: 1.5625rem 0 2.1875rem;
  }
  .span4.widget-span.widget-type-cell.custom-footer-group.custom-footer-group-1 {
    width: 100%;
    margin: 0;
  }
  .widget-span.widget-type-cell.custom-footer-group.custom-footer-group-2 {
    display: none;
  }
  .widget-span.widget-type-cell.custom-footer-group.custom-footer-group-3 {
    display: none;
  }
  .custom-footer-group-1 .row-fluid-wrapper.row-depth-2.row-number-1 {
    display: none;
  }
  .custom-footer-group.custom-footer-group-1 > .row-fluid-wrapper {
    width: 50%;
    float: left;
  }
  .custom-footer-group.custom-footer-group-1 > .row-fluid-wrapper.row-depth-1.row-number-4 {
    display: none;
  }
  .footer-logo {
    display: none;
  }
  .widget-span.widget-type-custom_widget.custom-footer-contact {
    width: 100%;
    float: left;
  }

  .footer-no-nav .widget-span.widget-type-custom_widget.custom-footer-contact {
    margin-bottom:0;
  }

  .custom-footer-contact p+p {
    margin: .65em 0 0;
  }
  .footer-social-icons a {
    margin-right: 12.2px;
  }

  /*======== popup btn =========*/

  .form-popup-btn a {
    display: inline-block;
    border: 2px solid #53c4ce;
    font-size: .8125rem;
    text-align: center;
    padding: .8125rem 1.25rem;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: .0625rem;
    user-select: none;
    white-space: nowrap;
    transition: all .35s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    float: left;
    cursor: pointer;
  }
  .form-popup-btn a:hover {
    background-color: #53c4ce;
    color: #fff;
  }

  /*======= popup form =================*/

  .footer-popup-form-wrapper {
    display: none;
    clear: left;
    background-color: #53c4ce;
    padding: 68px 20px 24px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    width: calc(100% - 40px) !important;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .popup-form-open  .footer-popup-form-wrapper {
    display: block;
    z-index: 999999;
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  .popup-form-open div#site-wrapper:after {
    display: block;
  }

  button.popup-close-btn {
    position: absolute;
    padding: .625rem 1.75rem;
    font-size: 1.5rem;
    position: absolute;
    top: 6px;
    right: 0;
    background-clip: padding-box;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: normal;
    color: #022c44;
    outline: none !important;
  }


  span {}

  .footer-popup-form .hs-form {
    margin-bottom: 0px;
  }

  .footer-popup-form .hs-richtext h3 {
    padding: 0;
    margin: 10px 0 14px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    letter-spacing: 0;
  }

  .footer-popup-form .hs-richtext h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0!important;
    display: block;
    margin-bottom: 1.5rem;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  }


  .footer-popup-form form .hs-form-required {
    display: none;
  }

  .footer-popup-form form .hs-form-field > label {
    margin: 0 !important;
  }

  .footer-popup-form form input[type="text"],
  .footer-popup-form form input[type="email"] {
    border-radius: 0!important;
    box-shadow: none!important;
    background-color: transparent!important;
    text-align: center;
    margin-bottom: 12px;
    width: 100%;
    line-height: 1.3;
    border: 2px solid #084584;
    padding: 0.625rem 1.125rem;
    height: auto;
    min-height: 20px;
    font-size: 1.125rem;
    font-family: Fort, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #53c4ce;
    border-color: #53c4ce;
    border: 2px solid #084584;
    color: #084584;
    width: 100%;
    opacity: .8;
    -webkit-appearance: non
  }


  .footer-popup-form form input[type="text"]:focus,
  .footer-popup-form form input[type="email"]:focus {
    opacity: 1;
    outline: none;
  }

  .footer-popup-form form input[type="text"]::placeholder,
  .footer-popup-form form input[type="email"]::placeholder {
    color: #53c4ce;
    font-size: 1.125rem;
    text-transform: capitalize;
    letter-spacing: .0625rem;
    color: #084584;
    font-size: .9375rem;
    line-height: 1.3;
  }

  .footer-popup-form form input[type="text"]::-moz-placeholder,
  .footer-popup-form form input[type="email"]::-moz-placeholder {
    color: #53c4ce;
    font-size: 1.125rem;
    text-transform: capitalize;
    letter-spacing: .0625rem;
    color: #084584;
    font-size: .9375rem;
    line-height: 1.3;
  }

  .footer-popup-form form input[type="text"]:-ms-input-placeholder,
  .footer-popup-form form input[type="email"]:-ms-input-placeholder {
    color: #53c4ce;
    font-size: 1.125rem;
    text-transform: capitalize;
    letter-spacing: .0625rem;
    color: #084584;
    font-size: .9375rem;
    line-height: 1.3;
  }



  .footer-popup-form form input.hs-button.primary.large {
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 12px;
    opacity: 1;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    border-radius: 0!important;
    box-shadow: none!important;
    background-color: transparent!important;
    border: 2px solid #084584;
    width: 100%;
    line-height: 1.3;
    padding: 0.750rem 1.125rem;
    font-size: .9375rem;
    border-color: #fff!important;
    transition: all .35s ease-in-out;
    text-transform: uppercase;
    height: auto;
    letter-spacing: normal;
    font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    -moz-font-feature-settings: "kern","liga";
    -ms-font-feature-settings: "kern","liga";
    font-feature-settings: "kern","liga";
  }

  .footer-popup-form form input.hs-button.primary.large:hover {
    color: #53c4ce;
    background-color: #fff!important;
  }

  /*=========== blog ===============*/
  .banner-area.blog-title-wrapper {
    margin-bottom: 30px;
  }

  .blog-title-wrapper {
    padding: 1.875rem 0;
    margin-top: -1px;
  }

  h2.blog-title {
    font-family: Fort,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-size: 1rem;
  }

  h2.blog-title {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

  h2.blog-title:after {
    content: '';
    display: block;
    width: 3.125rem;
    height: .125rem;
    background-color: #fff;
    margin: 10px 0 15px;
  }

  h1.blog-subheading {
    font-size: 1.1875rem;
  }

  .blog-content-wrapper {
    padding: 28px 0;
  }

  .post-item {
    width: 100%;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .post-item:nth-child(2n) {
    padding-left: 0% !important;
  }

  .recent-posts-inner .post-body,
  .post-item .post-body {
    padding: 1.5rem;
  }
  /*======= post  page=========*/
  .blog-title-wrapper.blog-post-header {
    margin-top: -1px;
  }
  .blog-title-wrapper.blog-post-header {
    padding: 1.875rem 0;
  }

  .hs-blog-post .span3.widget-span.widget-type-cell.blog-sidebar {
    padding-top: 0;
  }

  .section.post-header h1 {
    font-size: 1rem;
  }
  .hs-blog-post .blog-content-wrapper {
    padding: 28px 0;
  }


}


@media (max-width: 573px) {

  .custom-mobile-menu {
    width: 100% !important;
  }

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

@media (max-width: 479px) {

  .child-trigger {
    right: -0.5px;
  }
}

.error-template h1{
  font-size: 2.4rem;
}
.error-template h2{
  font-size: 1.7rem;
}
