/* ==========================================================================
   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('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');  

@import url('//fonts.googleapis.com/css?family=Open+Sans:200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic,200,300,400,500,600,700,800');  
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext');  
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin');  



@font-face {
	font-family: "ETmodules";
	src: url("//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/modules.eot?t=1521148482057");
	src: url("//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/modules.eot?t=1521148482057#iefix") format("embedded-opentype"), 
		 url("//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/modules.ttf?t=1521148482057") format("truetype"), 
		 url("//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/modules.woff?t=1521148482057") format("woff"),
		 url("//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/modules.svg?t=1521148482057#ETmodules") format("svg");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family:'ETmonarch';
	src:url('//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/monarch.eot?t=1521148482057');
	src:url('//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/monarch.eot?t=1521148482057#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/monarch.ttf?t=1521148482057') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/monarch.woff?t=1521148482057') format('woff'),
		url('//cdn2.hubspot.net/hubfs/3480987/National_Strategies_March2018/fonts/monarch.svg?t=1521148482057#ETmonarch') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* 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: 980px) {
    .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;
} 

body {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em;
    font-size: 16px;
}

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



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

/* Basic text */
p {
    margin: 0 0 10px;
} 
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 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1em;
    margin:0;
    padding-bottom: 10px;
    color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
   font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

/* Anchor Links */
a {
    color: #e84c68;
    text-decoration: none;
}
a:hover, a:focus {
    color: #e84c68;
    text-decoration: none;
}

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

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

/* Horizontal Rules */
hr {
    height: 1px;
    border: none;
    border-style: none;
    border-width: 0;
    margin: 32px 0;
    color: rgba(38,38,38,.15);
    background-color: rgba(38,38,38,.15);
}


/* =============== 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: 143px;
}
.header-container {}
.header-container-wrapper .span12.widget-span.widget-type-global_group{
	min-height:0;
}

.custom-header {
    position: fixed;
    top: 0;
    width: 100% !important;
    background:#fff;
    z-index:9999;
}
.custom-header .row-2{
    padding-right: 30px;
    padding-left: 30px;
    position:relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    line-height: 23px;
    min-height: 110px;
}
.custom-header .custom-logo > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    left:0;
    padding-left: 30px;
}
.custom-header .custom-logo span.logo_helper {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.custom-header .custom-logo img {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    height: 95.69px;
}
.custom-header .custom-head-right {
    width: auto;
    padding: 45px 0 0 0;
    float: right;
    font-weight: 600;
    padding-left: 209px;
    margin-left: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(0);
    position: relative;
    z-index: 999;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    opacity: 1;
}
.custom-header .custom-head-right .col {
    width: auto;
    margin-left: 0;
}
.custom-header div#et_top_search {
   float: right;
    position: relative;
    width: 18px;
    margin: 3px 0 0 22px;
    cursor: pointer;
}
#et_search_icon:before {
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 17px;
    content: "\55";
}

#et_search_icon:before {
    font-family: ETmodules !important;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    color: #7f8186;
    font-weight: normal;
}




.custom-header .row-1 {
    background-color: #939599;
    color: #fff;
    line-height: 1em;
    font-weight: 600;
    position: relative;
    text-align: left;
    font-size: 12px;
    min-height: 33px;
}
.custom-header .row-1 .page-center > div{
     padding-top: 0.75em;
}
.custom-header .row-1 p{
    float:left;
}
.custom-header .row-1 ul li{
    margin-top: -2px;
    margin-left: 12px;
    display: inline-block;
}
.custom-header .row-1 ul{
    padding-right:23px;
}
.custom-header .row-1 ul li a{
    font-size: 14px;
    line-height: 1em;
    display: block;
    padding-bottom: 0.75em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: color 300ms ease 0s;
    position: relative;
}
.custom-header .row-1 ul {
    padding-right: 23px !important;
}
.custom-header .row-1 ul li a:hover {
    color: rgba(232,76,104,0.7);
    opacity: 1;
}
/* =============== Banner =============== */

.custom-banner.row-fluid {
    position: relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.custom-banner ._overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,0.55);
    pointer-events: none;
}
.custom-banner h1 {
    position: relative;
    color: #fff;
    z-index: 99;
}
.banner-content{
    padding:10px 0;
}

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

.body-container-wrapper {
	background:#fff;
}

.body-container {}

.content-wrapper,
.custom-padding{
    padding-top:58px;
    padding-bottom:58px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


#ds-sticky-button {
    position: fixed;
    right: -195px !important;
    top: 200px;
    width: 200px !important;
    height: 25px !important;
    z-index: 99999;
    transform: rotate(90deg);
    transform-origin: left top 0;
}
#ds-sticky-button a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #ffffff;
    font-size: 16px;
    background: #E84C68;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}
#ds-sticky-button a:hover {
    background: #e4294b;
    text-decoration: none;
}
body.side-popup .et_social_sidebar_networks span.et_social_hide_sidebar.et_social_icon {
    opacity: 1;
}
/* =============== Footer =============== */

.footer-container-wrapper {
	background:#fff;
}
.footer-container {}

.custom-copyright {
    background-color: #7f8186;
    padding: 15px 0 5px;
    color: #fff;
}
.custom-social-links ul,
.custom-header .row-1 ul{
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 4px;
}
.custom-social-links ul:after,
.custom-footer ul:after
.custom-header .row-1 ul{
    clear: both;
    display: block;
    content: "";
}
.custom-social-links ul li {
    display: inline-block;
    margin-left: 20px;
}
.custom-social-links ul li a:before,
.custom-header .row-1 ul li a:before{
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.et-social-facebook a.icon:before {
    content: "\e093";
}
.et-social-twitter a.icon:before {
    content: "\e094";
}
.et-social-google-plus a.icon:before {
    content: "\e096";
}
.et-social-linkedin a.icon:before {
    content: "\e09d";
}
.et-social-youtube a.icon:before {
    content: "\e0a3";
}
.et-social-pinterest a.icon:before {
    content: "\e095";
}

.custom-social-links a span,
.custom-header .row-1 ul span{
    display:none;
}
.custom-social-links a{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-social-links a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.custom-footer {
    background-color: #939599;
    color: #fff;
}
.custom-foo-links{
     padding: 15px 0;
}
.custom-footer .custom-foo-links ul{
    list-style:none;
    padding: 0;
    margin:0;
}
.custom-footer .custom-foo-links ul li{
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    font-weight: 600;
}
.custom-footer .custom-foo-links ul li a{
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-footer .custom-foo-links ul li a:hover{
   opacity: 0.7;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    padding-right: 5px;
    font-weight:600;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    position: relative;
    top: -4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    position: relative;
    line-height: 1em;
    float:none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    right: 0;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: -1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 45px;
    font-size: 18px;
    color: #7f8186;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    min-width: 240px;
    border-top: 3px solid #e84c68;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    position: relative;
    line-height: 2em;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 6px 20px;
    font-size: 18px;
    color: #7f8186;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
}

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

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;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
    .custom-menu-primary .hs-menu-wrapper { 
      display:block !important;
    }
    .custom-menu-primary.col.mobile-menu, span.mobile_menu_bar {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active a,
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.active a{
        color: #e84c68;
    }
}
  



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

@media (max-width: 980px){
    .custom-menu-primary.col.desktop-menu{
        display: none;
    }
    .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;
    }
    
    
    /* Toggle Button
    ========================================================================== */
    
    .mobile-trigger{
        display: inline-block !important;
        cursor: pointer;
        position: relative;
        width: auto;
        height: auto;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        padding-bottom: 20px;
    }
    .mobile-trigger:before {
        font-family: ETmodules !important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        text-transform: none;
        speak: none;
        position: relative;
        top: 0;
        left: 0;
        font-size: 32px;
        content: "\61";
        cursor: pointer;
        color: #238cb3
    }
    
    
    /* 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: 22px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #fff; /* Icon color */
        display: inline-block;
    }
    .mobile-trigger i:before{
        top: -6px; /* Position top line */
    }
    .mobile-trigger i:after{
        top: 6px; /* Position bottom line */
    }
    
    /* Child Toggle Button
    ========================================================================== */
    
    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 5px;
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        text-align: center;
        line-height: 40px;
    }
    .child-trigger i.fa.fa-caret-down {
        line-height: 41px;
        font-size: 15px;
        color: #c2c2c2;
    }
    
    
    
    /* Menu Styles on Mobile Devices
    ========================================================================== */  
    
    .custom-menu-primary{
        position: relative;
        text-align: center;
    }
    
    /* Hide menu on mobile */
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .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 .hs-menu-wrapper{
        padding: 5%;
        border-top: 3px solid #238cb3;
        opacity: 1;
        background: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        z-index: 999;
    }
    
    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a,
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        display: block;
        padding: 10px 5%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        color: #7f8186;
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 600;
        line-height: 23px;
        font-size: 14px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:hover,
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
        background:transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        display:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        min-width: 0;
        padding: 0 0 0 10px;
        display: block;
        border: 0;
        box-shadow: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        padding-left: 5%;
        padding-right: 0;
    }
     .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
     .custom-menu-primary .hs-menu-wrapper > ul li.active a:hover{
        opacity: 0.7;
        background-color: rgba(0, 0, 0, 0.03);
    }
    
    
    .custom-header .row-2 {
        min-height: 80px;
    }
    .custom-header .custom-head-right {
        padding-top: 24px;
    }
}


/* ==========================================================================
   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 {
    margin-top: 20px;
}
.post-header h2 a{
    color: #238cb3;
}

/* 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 {
    background-color: #f9f9f9;
    min-height: 140px;
    margin-top: 0;
    margin-bottom: 34px;
    padding: 20px;
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
}
.post-item .featured-image-wrapper {
    float: left;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 20px 20px 0;
}
.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-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    border: none;
    padding: 10px;
    margin-top: 20px;
    color: #238cb3;
    max-width: 150px;
    display: inline-block;
}
a.more-link:after{
    font-family: 'ETmodules';
    content: "\39";
    color: #000;
    margin-left: 5px;
    vertical-align: middle;
}
a.more-link:hover{
    border: none;
    color: #e84c68;
    font-weight: bold;
    background: none;
}
/* Blog Topics List */


p#hubspot-topic_data {
    padding-bottom: 15px;
    font-size: 14px;
}
p#hubspot-topic_data a{
    color: #666;
    text-decoration: none;
}
/* 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;
  margin-bottom: 0;
  margin-top: 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 {
    clear: both;
  	margin-top: 30px;
}
.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 {}

.post-body *:first-child {
    margin-top: 0;
}

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





.blog.post-page .content-wrapper {
    position: relative;
}
.blog.post-page .content-wrapper:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875%;
}

.blog.post-page .blog-content {
    padding-right: 5.5%;
    width: 79.125%;
    padding-bottom: 23px;
}
.blog.post-page .blog-sidebar {
    padding-left: 30px;
    float: left;
    width: 20.875%;
    margin-left:0;
}
.blog-sidebar .widget-type-google_search label,
.blog-sidebar .hs-form-field > label{
    display:none;
}
.blog-sidebar .widget-type-google_search input[type="text"] {
    height: 40px;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.blog-sidebar .widget-type-google_search form{
    position:relative;
}
.blog-sidebar .widget-type-google_search .hs-button.primary {
    position: absolute;
    top: 0;
    font: 400 13.3333px Arial;
    right: 0;
    width: 70px;
    border-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ddd;
    height: 40px !important;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
    font-weight: normal;
}
.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
    display: block;
    margin-bottom: 30px;
}
.blog-sidebar .sideform{
    padding: 54px 0;
}
.blog-sidebar h3{
    font-size: 18px;
}
.blog-sidebar  h3.form-title {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    padding: 0;
    margin-bottom: 2.75%;
}
.blog-sidebar actions{
    margin: 0;
    padding: 0.3em 1em;
}
.blog-sidebar actions .hs-button.primary.large {
    font-size: 14px;
}
.blog-sidebar ul{
    margin:0;
    padding:0;
    list-style: none;
}
.blog-sidebar ul li{
    margin-bottom: 0.5em;
}
.blog-sidebar ul li a{
    color: #666;
    text-decoration: none;
}
.blog-sidebar ul li a:hover{
    color: #238cb3;
}
span.filter-link-count {
    display: none;
}


.hs-blog-listing .custom-banner.row-fluid {
    padding: 0;
}
.hs-blog-listing .custom-banner .page-center {
    display: flex;
    height: calc(100vh - 144px);
    vertical-align: middle;
    align-items: center;
    max-width: 100% !important;
}
.custom-banner ._scroll {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
    min-height: 30px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.custom-banner ._scroll a {
    display: inline-block;
}
.custom-banner ._scroll span.scroll-down.et-pb-icon {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 96px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
    color: #fff;
    font-size: 3.5em;
}


.hs-blog-listing .post-listing .left-section {
    width: 47.25%;
    margin-right: 5.5%;
    float: left;
    min-height: 1px;
}
.hs-blog-listing .post-listing .rigth-post {
    float: left;
    width: 47.25%;
}

.left-section .left-post {
    background-color: #f9f9f9;
    padding: 20px;
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
    margin-bottom: 60px;
}
.left-section h2{
    margin-top: 30px;
}
.blog-pagination .right {
    float: right;
}
.blog-pagination a{
    background: #f9f9f9;
    color: #e84c68;
    padding: 10px;
    margin-top: 30px !important;
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 6px 7px 5px -6px rgba(0,0,0,0.75);
}
.blog-pagination a:hover{
    background: #fff;
    color: #e84c68;
    font-weight: bold;
}
.post-featured-image-wrapper {
    margin-bottom: 50px;
}

.blog-sidebar .hs-input{
    color:#999;
}
.blog-sidebar .hs-input:focus{
    color: #3e3e3e;
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

/* Form Field */
.hs-form-field {
    position: relative;
    margin: 0 0 20px;
}

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

/* Labels and Legends */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    width: 100%;
    display:block;
    max-width:700px;
    color: #114398;
    border: 1px solid #ffffff;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
	min-height:200px;
}
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_message.hs-message.hs-fieldtype-textarea {
    margin-bottom: 28px;
}
span.hs-form-required {
    margin-left: 3px;
}
.hs-input.invalid.error{
  border: 1px solid red;
}
.hs-error-msgs label{
  font-weight:normal;
  color:red;
}
ul.inputs-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}


/* 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) =============== */
.actions,
#comment-form .actions,
.hs_cos_wrapper_type_password_prompt .actions,
.hs_cos_wrapper_type_email_simple_subscription .actions,
.hs_cos_wrapper_type_form .actions,
.hs_cos_wrapper_type_blog_subscribe .actions,
.widget-type-google_search .actions{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    border-color: #e84c68;
    border-radius: 8px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    padding: 0.3em 1em ;
    color: #ffffff;
    background: #e84c68;
    border-width: 0px;
    letter-spacing: 0px;
    font-size: 16px;
    padding-left: 0.7em;
    padding-right: 2em;
    border-radius: 8px;
}
.actions:after,
#comment-form .actions:after,
.hs_cos_wrapper_type_password_prompt .actions:after,
.hs_cos_wrapper_type_email_simple_subscription .actions:after,
.hs_cos_wrapper_type_form .actions:after,
.hs_cos_wrapper_type_blog_subscribe .actions:after,
.widget-type-google_search .actions:after{
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    font-size: 32px;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 25.6px;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    display: inline-block;
}
.actions input[type="submit"],
#comment-form .actions input[type="submit"], 
.hs_cos_wrapper_type_password_prompt .actions input[type="submit"],
.hs_cos_wrapper_type_email_simple_subscription .actions input[type="submit"], 
.hs_cos_wrapper_type_form .actions input[type="submit"],
.hs_cos_wrapper_type_blog_subscribe .actions input[type="submit"],
.widget-type-google_search .actions input[type="submit"] {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    font-weight: inherit;
    cursor: pointer;
}
.actions:hover,
#comment-form .actions:hover,
.hs_cos_wrapper_type_password_prompt .actions:hover,
.hs_cos_wrapper_type_email_simple_subscription .actions:hover,
.hs_cos_wrapper_type_form .actions:hover,
.hs_cos_wrapper_type_blog_subscribe .actions:hover,
.widget-type-google_search .actions:hover{
    color: #ffffff ;
    background: #e4294b;
    letter-spacing: 0;
    border-radius: 5px;
}


/*.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    border-color: #e84c68;
    border-radius: 8px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    padding: 0.3em 1em ;
    color: #ffffff;
    background: #e84c68;
    border-width: 0px;
    letter-spacing: 0px;
    font-size: 16px;
    padding-left: 0.7em;
    padding-right: 2em;
    border-radius: 8px;
}*/

/*.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #ffffff ;
    background: #e4294b;
    letter-spacing: 0;
    border-radius: 5px;
}*/

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	outline:0;
}
#hs-pwd-widget-password {
    margin: 0 !important;
}

.system-pages  .hs-button.primary,
.system-pages  input[type="submit"],
.system-pages  input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border: 2px solid;
	position: relative;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	border-color: #e84c68;
	border-radius: 8px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0.3em 1em ;
	color: #ffffff;
	background: #e84c68;
	border-width: 0px;
	letter-spacing: 0px;
	font-size: 16px;
	padding-left: 0.7em;
	border-radius: 8px;
}
.system-pages  .hs-button.primary:hover,
.system-pages  input[type="submit"]:hover,
.system-pages  input[type="button"]:hover {
	color: #ffffff ;
	background: #e4294b;
	letter-spacing: 0;
	border-radius: 5px;
}
/* =============== 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 {}

 
.et_social_sidebar_networks {
    position: fixed;
    top: 0;
    z-index: 99999;
    top: 35%;
}
.et_social_sidebar_networks ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.et_social_sidebar_networks ul, .et_social_sidebar_networks ul li,.et_social_sidebar_networks ul li a {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    line-height: 1em;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-image: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_social_sidebar_networks ul li {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-left: 0 solid rgba( 0,0,0,.4);
    margin-bottom: 4px;
    width: 50px;
    background: #238cb3;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.et_social_sidebar_networks ul li a {
    display: block;
    padding: 12px 0 12px;
    float: left;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    box-sizing: border-box;
}

.et_social_sidebar_networks ul li a i {
    color: #ffffff;
}

.et_social_sidebar_networks ul li a i:before{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: 'ETmonarch';
    speak: none;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
        
}
.et_monarch .et_social_icon_facebook:before, .et_monarch .et_social_icon_facebook:after {
    content: "\e63f";
}

.et_social_icon_facebook:before {
    content: "\e63f";
}
.et_social_icon_twitter:before{
    content: "\e640";
}
.et_social_icon_googleplus:before{
    content: "\e626";
}
.et_social_icon_pinterest:before{
    content: "\e63a";
}
.et_social_icon_linkedin:before{
    content: "\e631";
}
.et_social_icon_all_button:before {
    content: "\e64c";
}
.et_social_sidebar_networks ul li.et_social_all_button a {
    padding: 7px;
}
span.et_social_hide_sidebar.et_social_icon {
    background: rgba(0,0,0,0.3);
    height: 24px;
    width: 24px;
    display: block;
    cursor: pointer;
    margin: 8px 0 0 8px !important;
    border-radius: 12px;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-left: 13px !important;
}
span.et_social_hide_sidebar.et_social_icon:before {
    font-family: 'ETmonarch';
    speak: none;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    content: "\e649";
    transform: rotate(-90deg);
    font-size: 20px !important;
    line-height: 24px !important;
    left: -1px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.et_social_sidebar_networks:hover span.et_social_hide_sidebar.et_social_icon{
    opacity: 1;
}
ul.et_social_icons_container {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
body.side-popup ul.et_social_icons_container {
    margin-left: -50px;
}
body.side-popup span.et_social_hide_sidebar.et_social_icon{
    margin-left: 0 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
body.side-popup span.et_social_hide_sidebar.et_social_icon:before{
    transform: rotate(90deg);
}
.et_social_sidebar_networks ul li:hover {
    width: 44px;
    border-left: 6px solid rgba( 0,0,0,.3);
}
.et_social_sidebar_networks ul li.et_social_facebook:hover{
     background-color: #314a83;
}
.et_social_sidebar_networks ul li.et_social_twitter:hover{
     background-color: #0092cc;
}
.et_social_sidebar_networks ul li.et_social_googleplus:hover{
     background-color: #be3f2b;
}
.et_social_sidebar_networks ul li.et_social_pinterest:hover{
     background-color: #ae181a;
}
.et_social_sidebar_networks ul li.et_social_linkedin:hover{
     background-color: #0f699b;
}
.et_social_sidebar_networks ul li.et_social_all_button :hover{
     background-color: #d1d1d1;
}



.et_social_mobile.et_social_fadein {
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    z-index: 999999;
    max-height: 100%;
}
.et_social_mobile .et_social_heading {
    text-align: center;
    padding: 10px 0;
    color: white;
    cursor: pointer;
    line-height: 19px;
    font-size: 14px;
}
.et_social_mobile .et_social_heading:after{
    font-family: 'etmonarch';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
        content: "\e649";
    color: #cccccc;
    display: inline-block;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 32px;
    top: 10px;
    position: absolute;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
span.et_social_close {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    cursor: pointer;
}
span.et_social_close:after {
    font-family: 'etmonarch';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    content: "\e60C";
    color: #cccccc;
}



span.et_social_close {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    cursor: pointer;
}

span.et_social_close:after {
    font-family: 'etmonarch';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    content: "\e60C";
    color: #cccccc;
}




.et_social_networks.et_social_simple.et_social_rounded {
    position: relative;
    width: 100%;
    overflow: auto;
    padding: 20px 20px 20px;
    background-color: #fff;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -10px;
    text-align: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.et_social_networks ul.et_social_icons_container {
    padding: 0;
    margin: 0;
    line-height: 1em;
    display: inline-block;
    width: inherit;
}
.et_social_networks ul.et_social_icons_container li,
.et_social_networks ul.et_social_icons_container li a,
.et_social_networks ul.et_social_icons_container .et_social_network_label{
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    line-height: 1em;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-image: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.et_social_networks ul.et_social_icons_container li{
    width: 23.5%;
    margin: 0 2% 2% 0;
    float: left;
    text-align: center;
    background: #238cb3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.et_social_networks ul.et_social_icons_container li a{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.et_social_networks ul.et_social_icons_container i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
    color: #ffffff;
    display: inline-block;
}
.et_social_networks ul.et_social_icons_container i:before{
    font-family: 'ETmonarch';
    speak: none;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    width: 100%;
}
.et_social_networks ul.et_social_icons_container .et_social_network_label{
       transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    z-index: 2;
    color: #FFF;
    margin-left: 40px;
    padding: 7px 14px 10px 10px;
    font-size: 14px;
    text-align: left;
    padding-left: 0;
    
}
.et_social_networkname {
    margin: 6px 4px 0 4px;
    line-height: 1em;
    display: inline-block;
    font-weight: 700;
    word-break: break-all;
    margin-left: 0;
}
.et_social_networks ul.et_social_icons_container li:nth-child(4n) {
    margin-right: 0;
}

.et-search-form ::-webkit-input-placeholder {color: #7f8186;} /* Webkit Browsers */
.et-search-form :-moz-placeholder {color: #7f8186;} /* Firefox 18- */
.et-search-form ::-moz-placeholder {color: #7f8186;} /* Firefox 19+ */
.et-search-form :-ms-input-placeholder {color: #7f8186;} /* IE10 */


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.et-search-form {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0) !important;
    margin: 0;
}
.et-search-form input {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    width: 90%;
    margin: auto;
    border: 0;
    color: #7f8186;
    background: 0;
    padding:0;
}
.et_search_outer {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
}
.open-search .et_search_outer {
    z-index: 1;
}
.et_search_outer > div {
    margin: auto;
    position: relative;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(-100%);
    height: 110px;
}
.open-search .container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
    transform: translateY(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
span.et_close_search_field {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
}
span.et_close_search_field:after {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ETmodules;
    font-size: 32px;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: "\4d";
    speak: none;
    color: #7f8186;
}
.open-search .header-container-wrapper .custom-head-right {
    position: relative;
    visibility: hidden;
    transform: translateY(60%);
    opacity: 0;
}

 
  
  
  
  
   
#back-to-top {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 96px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: attr(data-icon);
    speak: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#back-to-top span{
    display:none;
}
a#back-to-top:before {
    content: "2";
}

.subscribe-options label {
    margin: 0;
}
.no-comments {
    border: 0 !important;
}

.comment {
    background-color: #FBFBFB;
    border: 1px #f0f0f0 solid;
    min-height: 30px;
    padding: 15px !important;
}


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


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


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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-y: hidden;
    overflow-x: auto;
}


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

.et_social_mobile.et_social_fadein.et_social_closed{
    display:none;
}


@media (max-width: 1024px) {
    .et_social_mobile.et_social_fadein.et_social_closed{
        display:block;
    }
    .et_social_sidebar_networks {
        display: none;
    }
    .et_social_networks.et_social_simple.et_social_rounded {
        display: none;
    }
    body.bottom-popup .et_social_networks.et_social_simple.et_social_rounded {
        display: block;
    }
    .bottom-overlay {
        background: rgba(0,0,0,0.7);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    body.bottom-popup .bottom-overlay{
        visibility: visible;
        opacity: 1;
    }
    body.bottom-popup .et_social_mobile .et_social_heading:after{
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .et_social_mobile_button.et_social_active_button {
        position: fixed;
        bottom: 0;
        margin-left: -45px;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        cursor: pointer;
    }
    
    .et_social_mobile_button.et_social_active_button:before {
        font-family: 'etmonarch';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-size: 16px;
        content: "\e605";
        display: inline-block;
        padding: 10px 12px;
        background: rgba(0,0,0,0.5);
        color: #dddddd;
        /* height: 20px; */
        line-height: 20px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
    body.side-bottom-popup .et_social_mobile.et_social_fadein {
        display: none;
    }
    body.side-bottom-popup .et_social_mobile_button.et_social_active_button {
        margin-left: 0;
    }
}
@media (max-width: 980px) {
    .custom-header .custom-logo img {
        height: 43.19px;
    }
    .custom-header div#et_top_search {
        float: none;
        margin: 0;
        display: inline-block;
        margin-right: 30px;
        margin-top: 10px;
        vertical-align: top;
    }
    .cell-wrapper.layout-widget-wrapper {
        top: 1px;
    }
    .et_search_outer > div{
        height: 80px;
    }
    .et-search-form {
        width: 50%;
        max-width: 46.5% !important;
    }
    .header-container-wrapper {
        min-height: 0;
    }
    .custom-header {
        position: static;
    }
    .custom-social-links ul {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .custom-social-links p {
        text-align: center;
    }
    .custom-foo-links {
        text-align: center;
    }
    
    .banner-content {
        margin: 20px 2%;
    }
    .blog.post-page .blog-content {
        padding-right: 0;
        width: 100%;
        padding-bottom: 23px;
    }
    .blog.post-page .blog-sidebar {
        padding-left: 00px;
        float: left;
        width: 100%;
        margin-left:0;
    }
    .blog.post-page .content-wrapper:before{
        display:none;
    }
    .hs-blog-listing .post-listing .left-section,
    .hs-blog-listing .post-listing .rigth-post{
        width: 100%;
    }
    .left-section .left-post{
        margin-bottom: 42px;
    }

} 
@media (max-width: 767px) {
     .custom-header .row-1 ul {
        float: none;
        text-align: center;
        padding-right: 0 !important;
        padding-top: 8px;
    }
    .custom-header .row-1 p {
        float: none;
        text-align: center;
    }
    .custom-header .row-1 ul li:first-child {
        margin-left: 0;
    }
    .et_social_networks ul.et_social_icons_container li {
        margin: 2% 0 0 2%;
        width: 49% !important;
    }
    .et_social_networks ul.et_social_icons_container li:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
    
    .et_social_networks ul.et_social_icons_container li:nth-child(2),
    .et_social_networks ul.et_social_icons_container li:first-child {
        margin-top: 0;
    }
    .et_social_networks ul.et_social_icons_container li:nth-child(3) {
        clear:left;
    }
    body{
        font-size: 14px;
    }
    .left-section h2 ,.post-header h2{
        font-size: 18px;
    }
    
}  
@media (max-width: 479px) {
    .custom-header div#et_top_search{
        margin-right: 0;
    }
    .et-search-form input{
        background: #fff;
    }
    .et_social_networks ul.et_social_icons_container li {
        width: 100% !important;
        margin: 0 0 10px;
    }
    .custom-header .custom-head-right{
        padding-left: 149px;
    }
}