/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */
@font-face {
	font-family: 'TrebuchetMS';
	src:url(https://502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/Trebuchet-MS.ttf) format("truetype");
}

@font-face {
    font-family: "overlap";
    font-style: normal;
    font-weight: normal;
    src: url("//502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/overlap2.eot") format("embedded-opentype"),
    url("//502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/overlap2.woff") format("woff"),
    url("//502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/overlap2.ttf") format("truetype");
}

@font-face {
    font-family: "simple-line";
    font-style: normal;
    font-weight: normal;
    src: url("//502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/simple-line.eot") format("embedded-opentype"),
    url("//502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/simple-line.woff") format("woff"),
    url("//502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/simple-line.ttf") format("truetype"),
    url("//502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Sara%20Harberson%20June%202017%20Theme/Fonts/simple-line.svg") format("svg");
}

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

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


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


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

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

/* Sara_Harberson_June_2017-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: middle !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: 1379px) {
    .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 {
  background: #fff;
  color: #555555;
  font-family: "Trebuchet MS", "Sans-Serif";
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Page Center */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}


/* Highlighted Text */

::-moz-selection {
  color: #fff;
  background: #3399FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399FF;
  text-shadow: none;
}


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

/* Basic text */
p {
    margin: 0 0 25px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {
	white-space: normal !important;
}

table tr td img {
   max-width: initial;
}

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 {
    line-height: 1.1;
    margin: 0 0 10px;
    font-weight: 400;
    color: #0f2d52;
    position: relative;
}

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

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42.6667px;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 15px;
    text-transform: capitalize;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 19px;
}

/* Anchor Links */
a { 
    color: #ec4346;
    transition: all 0.2s linear 0s;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}

h1 a {
    
}

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

/* =====Lists ======*/

.body-container-wrapper ul{
	margin: 10px 0 10px 30px;
	padding: 0;
	list-style:none;
}

.body-container-wrapper ul > li::before {
  color: #ec4346;
  content: "";
  display: inline-block;
  font-family: "overlap";
  font-size: inherit;
  margin-right: 9px;
  text-align: center;
}

.body-container-wrapper ul li{
    margin: 10px 0;
}

.body-container-wrapper ol{
	margin: 0 0 6px 25px;
	padding: 0;
}

.body-container-wrapper ol li{
	margin-bottom: 5px;
}


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

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

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


/* Confirmation Outer Wrapper*/

#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/

#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

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


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


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

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

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


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

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

.header-container-wrapper .page-center{}

.header-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

.custom-header {
    position: fixed;
    height: auto;
    right: 0;
    transform: translateZ(0px);
    -webkit-transition: min-height 0.3s, transform 0.5s, color 0.2s ease, opacity 0.3s;
    transition: min-height 0.3s, transform 0.5s, color 0.2s ease, opacity 0.3s;
    z-index: 9999;
    height: auto;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 85px !important;
    z-index: 99999;
}

.custom-header.promo-header {
  top: 45px;
}

.custom-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background: #0f2d52;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.custom-header.active{
    opacity: 0;
}

.custom-logo .light-sticky {
    opacity: 0;
    display: none;
}

.custom-logo .light-logo {
    opacity: 1;
}



.custom-logo img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 30px;
  max-height: 45%;
  max-width: none;
  min-height: 25px;
  position: absolute;
  right: 0;
  top: 19px;
  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  width: auto;
  z-index:99999;
}

.custom-logo {
  text-align: center;
  float: left !important;
  width: 100% !important;
  height: 100% !important;
}

.custom-search-icon a {
  color: #aaa;
  display: block;
  font-size: 16px;
  height: 100%;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: 27px;
  -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.search-active {
    overflow: hidden;
}

.custom-search-icon a:hover {
    color: #ec4346;
}

.custom-search-icon a .ol-search {
    font-size: 16px;
}

.custom-search-icon a > i {
  margin-right: 5px;
}
    
[class^="ol-"]::before, [class*=" ol-"]::before {
  font-family: "overlap";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
}


.ol-search::before {
  content: "";
}

.ol-cancel:before {
    content: '\e831';
}

.custom-search-icon {
  float: right !important;
  width: auto !important;
}

.custom-search:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #211F1E;
    opacity: 0.95;
    height: 100%;
    width: 100%;
}

.custom-search form {
   padding: 10px 0;
   margin: 20px 0 30px;
   position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.custom-search label {
    margin: 0;
    line-height: 0;
}

.custom-search form .hs-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none !important;
  color: #ffffff;
  font-family: Trebuchet MS,sans-serif;
  font-size: 30px;
  font-weight: 400;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  margin: 0;
  max-width: 100%;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.custom-search form .hs-button {
    display: none !important;
}

.search-remove-button {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    opacity: 0.5;
    top: 50%;
    right: 0;
}

.search-remove-button:hover {
  opacity: 1;
  color: #ffffff;
}

.custom-search {
    position: absolute;
    z-index: 999999;
    width: 100% !important;
}

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

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

.body-container-wrapper .page-center {}

.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget {
	display: block;
}

.body-container-wrapper .page-center.content-wrapper {
    padding-top: 40px;
    padding-bottom: 95px;
}

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


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

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

.footer-container-wrapper .page-center{}

.footer-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

.custom-footer {
    position: relative;
    background-color: #0f2d52;
    color: #fff;
}

.custom-footer p{
    line-height: 1;
}

.custom-footer-bottom{
    padding: 20px 0;
}

.custom-footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-footer-top a:hover {
    color: #bbbbbb;
}

.custom-footer h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 15px;
}

.custom-footer h3:after,
.custom-footer h3:before{
    background: #ec4346;
    width: 30px;
    height: 1px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.custom-copyright a:hover {
    color: #fff;
}

.custom-copyright {
    padding: 8px 0;
}

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

.ol-up::before {
  content: "";
}

.custom-footer-top-bg svg {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 80px;
    top: -78px;
}

.team-page .row-number-8 {
  background-color: #eeeeee;
}

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

#back-to-top {
    bottom: 25px;
    display: block;
    position: fixed;
    right: 25px;
    transform: translate3d(0px, 160%, 0px);
    transition: all 0.3s ease-in-out;
    z-index: 888;
    text-decoration: none;
}

#back-to-top .border::before {
  background: #ec4346 none repeat scroll 0 0;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  width: 100%;
  z-index: -1;
}

#back-to-top .border {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 45px;
  z-index: 1;
}

#back-to-top.active-back{
    opacity: 0.6;
    transform: translate3d(0px, 0px, 0px);
}

#back-to-top.bottom-reached{
    transform: translate3d(0px, 160%, 0px);
}


#back-to-top:hover {
  color: #ffffff;
  opacity: 1;
}

#back-to-top:hover .border::before {
  opacity: 1;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s;
}

.custom-newsletter p {
  color: #bbbbbb;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.custom-newsletter .hs-input {
  max-width: 95%;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border-radius: 0;
  height: 33px;
}

.custom-newsletter .hs-button.primary.large {
  background: #ec4346 none repeat scroll 0 0;
  font-size: 12px;
  height: 33px;
  line-height: 12px;
  margin: 0;
  padding: 7px 18px;
  width: 190px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #3574e3;
  -webkit-appearance: none;
  border-radius: 0; 
}

.custom-newsletter .hs_submit{
/*
    position: absolute;
    right: 0;
    top: 0;
*/
}

.custom-newsletter form {
    margin-bottom: 18px;
    position: relative;
}

.custom-newsletter .hs-error-msgs {
  margin: -18px 0 0 !important;
}

.custom-newsletter .hs-error-msgs label {
    color: #bbbbbb;
    padding-left: 13px;
}

.custom-newsletter select {
    height: 19px;
    padding: 0 14px 0 8px; /* replace native select (has rounded edges on mac) */
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAWCAYAAAAW5GZjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozYWZiZjdlZi01YWI5LTQxOTgtYWM4NS03NjY3MTY0OTY4MzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAxNzU3Qzk0OTE3MTFFQTkyMDVCN0Q0RDQwRUI2RDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAxNzU3Qzg0OTE3MTFFQTkyMDVCN0Q0RDQwRUI2RDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ZWYxODdlNS0xZWY3LTQ3OWEtYTVjZC0yZWQxMTk2NDZjZmYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxNGY1OTlhMy1hNzVmLTk0NDEtOTdkNC0yZjc5M2M1ZDc1MjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4blWryAAAAhElEQVR42mL4//8/Axa8Cps4NoXh/yEgm5BiZiB+BFX8HYgl8Cnu+48KFuNSbP0fO/DHpvgYDsW30RUX/8cP2kHqGIGEPAMDw30gZmTAD0xBilcBGSoMhMFHRrBbiARMDCQA2ilmAWKSPEh00JEUKWRFN8kJiaQkSnLiJylb4c2wAAEGAOCWGXm3C0eXAAAAAElFTkSuQmCC);
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 11px;
/*    color: rgba(255, 255, 255, 0.3) !important;*/
}

.custom-newsletter select option {
  color: #000;
}

.hs-error-msgs label {
    font-weight: 400;
    margin: 0;
}

.custom-footer-links ul {
  list-style: outside none none;
  margin: 26px 0 10px;
  padding: 0;
}

.custom-footer-links ul > li::before {
  color: #ec4346;
  content: "";
  display: inline-block;
  font-family: "overlap";
  font-size: inherit;
  margin-right: 9px;
  text-align: center;
}

.custom-footer-links ul li {
    margin: 10px 0;
}

.custom-spacer {
    height:30px;
}

.custom-footer .hs-rss-item {
    margin-bottom: 5px !important;
    min-height: 60px !important;
    padding: 5px 0 !important;
}

.custom-footer .hs-rss-item a {
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
}

.custom-footer .hs-rss-item .hs-rss-byline .hs-rss-date {
  color: #999999;
  display: block;
  font-size: 11px;
  font-style: normal;
}

.custom-footer-top.page-center {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.custom-banner {
    position: relative;
    height:105vh;
    display: table;
    padding: 265px 0 200px;
    z-index: 1;
    table-layout: fixed;
    width: 100%;
}
.advice .custom-banner{
    height: 100vh;  
    padding-bottom: 15px;
}

.resources .custom-banner{
    height: 100vh;  
    padding-bottom: 15px;
}

.hs-news .custom-banner {
    margin-top: 125px;
    height: calc(100vh - 125px);
}

.custom_banner_container {
    height: 100%;
}

.custom-banner .title{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.custom-banner .title h1 {
    /*font-size: 7.3vw;*/
	  font-size: 4.8vw;
    line-height: 1.2;
    margin: 0;
    margin-top: -10%;
    color:#ffffff;
    font-weight: bold;
}

.custom-banner .title h1 span {
    display: block;
    font-size: 20px;
}

.custom-banner .title h1:after {
    content: '';
    display: block;
    width: 10%;
    border-bottom: 5px solid #ec4346;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 30px auto 0;
}
.custom-banner .title.left h1:after{
    margin-left:0;
}
.custom-banner .title.right h1:after{
    margin-left:auto;
    margin-right:0;
}
.custom-banner .title.center h1:after{
    margin-left:auto;
    margin-right:auto;
}

.custom-banner .custom-banner-background {
    background-color: #0f2d52;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
}

.custom-banner .custom-banner-background .bg-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 80%;
}

.advice .custom-banner .custom-banner-background .bg-image {
      height: 100%;
}

.resources .custom-banner .custom-banner-background .bg-image {
      height: 100%;
}

.custom-banner .custom-banner-background .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background: #211F1E;
}


#toplink-wrapper {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 25px;
    bottom: 15px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    color: inherit;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#toplink-wrapper > a {
    display: inline-block;
    color: inherit;
}

#toplink-wrapper i {
    display: inline-block;
    height: 10px;
    margin-top: 5px;
    -webkit-animation: fadeInUp 1.5s infinite;
    animation: fadeInUp 1.5s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
    }
    @keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}


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


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

/* Parent List */

.custom-menu-primary {
  float: none !important;
  margin: 0 auto !important;
  width: 100% !important;
}



.custom-menu-primary .hs-menu-wrapper > ul > li {}

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


.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
	text-decoration: none;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a: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;
}

.smaller .custom-header:before {
    opacity: 0.9;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
    color: #ec4346;
}
    
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1380px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
    	display:block;
    	bottom: 0;
        display: block;
        height: auto;
        left: 0;
        margin-top: -15px;
        position: absolute;
        right: 0;
        top: 50%;
        padding-left: 160px;
        padding-right: 160px;
        text-align: center;
    }
    
    li.dl-back {
        display: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li {
        display: inline-block !important;
        float: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	  font-weight: 600;
	  line-height: 30px;
	  font-size: 16px;
      padding: 0 20px;
      color: #fff;
      font-family: Trebuchet MS, sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      padding-bottom: 26px;
    }
    .smaller .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding-bottom: 17px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding-right: 30px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    	  text-decoration: none;
    	  color: #ec4346;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
      content: "";
      display: inline-block;
      font-family: "overlap";
      font-size: 11px;
      position: absolute;
      right: 6px;
      text-align: center;
      width: 10px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul{
      background: #262626;
      border-top: 5px solid #ec4346;
      padding: 5px 0 10px;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #aaa;
        display: block;
        font-size: 15px;
        min-width: 180px;
        padding: 10px 20px;
        text-decoration: none;
        text-overflow: ellipsis;
        transition: all 0.15s ease-in-out 0s;
        text-align:left;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        color: #ec4346;
    }
    
    a.child-trigger {
        display: none !important;
    }

    .custom-copyright{
        width: 80% !important;
        margin-left:0 !important;
    }
    
    .custom-phone {
        display:none !important;
    }
    .smaller .custom-header {
/*        min-height: 65px !important;*/
    }
    .smaller .custom-search-icon a {
        top: 17px;
    }
    .smaller .custom-logo img {
/*      top: 15px;  */
    }
    
    .smaller .custom-logo .light-sticky {
        opacity: 1;
    }
    
    .smaller .custom-logo .light-logo {
/*        opacity: 0;*/
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        -webkit-transition: none !important;
    }
}


/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Left
   ========================================================================== */
 
/* Toggle Button
   ========================================================================== */  

.mobile-icon {
  cursor: pointer;
  display: none;
  height: 25px;
  left: 30px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 25px;
  z-index: 99999;
}

.mobile-icon:hover {
    text-decoration: none;
}

.mobile-open .mobile-icon {
    top: 55%;
}


/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: absolute;
    top: 11px;
    display: block;
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
}
.mobile-icon span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 25px;
    height: 3px;
    background-color:#ec4346;
    display: block;
}

.mobile-icon span:before,
.mobile-icon span:after{
    -webkit-transition-duration: 0.2s, 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s, 0s;
    transition-delay: 0.2s, 0s, 0s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.mobile-icon span:after {
    bottom: -9px;
    -webkit-transition-property: bottom, -webkit-transform, background;
    transition-property: bottom, transform, background;
}

.mobile-icon span:before {
    top: -9px;
    -webkit-transition-property: top, -webkit-transform, background;
    transition-property: top, transform, background;
}

.mobile-open .mobile-icon span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ec4346;
    -webkit-transition-delay: 0s, 0.3s, 0s;
    transition-delay: 0s, 0.3s, 0s;
}

.mobile-open .mobile-icon span{
    background: none!important;
    box-shadow: none!important;
}

.mobile-open .mobile-icon span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ec4346;
    -webkit-transition-delay: 0s, 0.3s, 0s;
    transition-delay: 0s, 0.3s, 0s;
}


/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    float: right;
    position: relative;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 25px !important;
    height: 4px;
    background: ;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.close-icon:before {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
   ========================================================================== */  

@media (min-width: 1380px) {

     .custom-menu-primary {
          height: auto !important;
     }

}

@media (max-width: 1379px) {

     body, html {
        height: 100%;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon{
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
     }
    .custom-menu-primary .hs-menu-flow-horizontal {
         clear: both;
         padding: 30px 0;
        font-size: 14px;
        line-height: 16px;
     }
    
     .custom-menu-primary .hs-menu-flow-horizontal > ul {
         clear: both;
     }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
          position: fixed;
          max-width: 400px !important;
          z-index: 1000;
          background-color: #0f2d52;
          left:-400px;
          top: 0;
          padding-top: 150px;
          transition: left .5s;
          padding-left:30px;
          padding-right:30px;
     }
     .custom-menu-primary .hs-menu-wrapper > ul li{
         min-height: 40px;
     }
     .custom-menu-primary .hs-menu-wrapper > ul > li > a {
            text-transform: uppercase;
            font-weight: 700;
     }
     .custom-menu-primary .hs-menu-wrapper > ul li a{
             padding: 5px 0;
     }

     /* Set Link Colors */
     .custom-menu-primary a { color: #ffffff; }
     .custom-menu-primary a:hover { color: #ec4346; }

     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
           
     }

     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .custom-menu-primary {
          left:0;
          transition: left .5s;
          height: 100vh !important;
          overflow-y: auto;
     }
     
     .custom-search-icon-mob {
         padding: 0 0 30px 0;
     }
     .custom-search-icon-mob a {
        display: block;
        padding: 10px 0;
        color: inherit;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 16px;
        color: #ffffff;
    }
    .custom-search-icon-mob a i {
        margin-right: 10px;
    }
    .custom-social-phone p{
        margin:0;
        padding:5px 0px 35px 20px;    
        font-size: 13px;
        color: #ffffff;
    }
    .custom-social-phone p i {
        display: inline-block;
        width: 20px;
        margin-left: -20px;
    }
    .ol-mail:before {
        content: '\e800';
    }
    .custom-social-phone .social-icons {
        margin: 0;
        padding: 0 0 30px 0;
        list-style: none;
    }
    .custom-social-phone .social-icons > li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .custom-social-phone .social-icons > li a {
        padding: 5px 20px 5px 0px;
        font-size: 20px;
        color:#fff;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul.has-been-viewed {
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        left: 100%;
    }
    
    .custom-menu-primary ul li a.next-button {
        background: #4e97b3;
        color: #fff;
        text-align: center;
        text-indent: 0;
        position: absolute;
        text-shadow: none;
        top: 0;
        z-index: 99999;
        right: 0;
        width: auto;
        float: right;
    }
    .custom-menu-primary ul li a.next-button .arrow {
        visibility: hidden;
    }
    .custom-menu-primary ul li a.back-button {
        background: #4e97b3;
        color: #fff;
        text-indent: 50px;
        text-shadow: none;
    }
    .custom-menu-primary ul li a.close-button {
        background: #4651a0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-shadow: none;
    }
    
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
        display: block;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts ul:not(.has-been-viewed) > li.hs-item-has-children{
        position: relative;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul.has-been-viewed > li.hs-item-has-children {
        position: static;
    }

}

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


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

/* Blog Post and Listing Body Class */

.blog {}

/* Blog Post */

.hs-blog-post .body-container-wrapper .page-center.content-wrapper {
    padding-top: 90px !important;
}

@media (max-width: 1200px) {
  .hs-blog-post .body-container-wrapper .page-center.content-wrapper {
      padding-top: 125px !important;
  }
}


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

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



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

.blog.blog-listing .body-container-wrapper {
    background-color: #F5F5F5;
}

.blog .body-container-wrapper {
    padding-top: 85px;
}

.blog.blog-listing .body-container-wrapper .page-center.content-wrapper {
  padding-bottom: 95px;
  padding-top: 110px;
  padding-left:0;
  padding-right:0;
}

@media (max-width: 1200px) {
  .blog.blog-listing .body-container-wrapper .page-center.content-wrapper {
      padding-top: 135px;
  }
}

.blog-listing.blog .blog-content {
  width: 83.3333% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-listing.blog .blog-sidebar {
  width: 16.6667% !important;
  padding-left: 15px;
  padding-right: 15px; 
  margin-left: 0 !important;
}

.blog-listing-wrapper .post-item .post-date, .home-last-post .image .post-date, .home-post-container .image .post-date {
  position: absolute;
  right: auto;
  left:15px;
  z-index: 90;
  color: #211f1e;
  display: inline-block;
  float: left;
}

.blog-listing-wrapper .post-item:nth-child(2n) .post-date, .home-last-post .image:nth-child(2n) .post-date {
  left: auto;
  position: absolute;
  right: 15px;
}

.blog-listing-wrapper .post-item .post-date a::after,  .home-last-post .image .post-date  a::after, .home-post-container .image .post-date  a::after{
  border-left: 25px solid rgba(0, 0, 0, 0);
  border-right: 25px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #3b3b3b;
  bottom: -12px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

.blog-listing-wrapper .post-item .post-date a, .home-last-post .image .post-date a, .home-post-container .image .post-date a {
  background: #3b3b3b none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  padding: 10px 5px;
  text-align: center;
  width: 50px;
}

.blog-listing-wrapper .post-item .post-date a span, .home-last-post .image .post-date a span, .home-post-container .image .post-date a span {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  text-transform: uppercase;
  display: block;
}

.blog-listing-wrapper .post-item .post-date a strong, .home-last-post .image .post-date a strong, .home-post-container .image .post-date a strong {
  color: #ec4346;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin: 8px 0;
  display: block;
}

@media(max-width:767px){
  .home-post-container {
    margin-bottom: 30px;
  }
}

.post-item .post-media {
  float: left;
  width: 60%;
  overflow: hidden;
  position: relative;
  /*min-height: 337px;*/
  background: #e6e6e6;
}

.post-item:nth-child(2n) .post-media{
    float: right;
}
    
.post-item .post-media a {
  display: block;
  line-height: 0;
}

.post-item .post-media img {
  height: auto;
  width: 100%;
}

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

.hs-blog-post .hs-featured-image-wrapper .hs-featured-image {
    width: 100%;
}

.post-item .post-content {
  background: #ffffff none repeat scroll 0 0;
  bottom: 30px;
  float: left;
  left: 55%;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 99;
  transition: all 0.3s ease;
  height:100%;
}

.post-item:hover .post-content {
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.post-item:nth-child(2n) .post-content{
    bottom: 30px;
    float: right;
    left: 0;
    right: 55%;
    top: 30px;
}

.post-item .post-content p {
    margin: 0;
}

.post-content .hs_cos_wrapper_type_blog_social_sharing{
    display:block;
    padding: 20px 0;
}

/* 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 {
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
}
.post-header h2 a {
	text-decoration: none;
	color: inherit;
}
.post-header h2 a:hover{
    color: #ec4346;
}

.hs-blog-post .post-header h1, .hs-blog-post .post-header h2 {
    font-size: 28px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 30px;
}

.hs-blog-post .post-meta {
    margin: 20px 0;
    text-align: center;
    line-height: 22px;
}

.hs-blog-post .post-meta > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    padding-right: 9px;
}

.hs-blog-post .post-meta .meta-date {
    display: inline-block;
    margin-right: 10px;
    float: none;
}

.hs-blog-post .post-meta > span:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 12px;
    background: #989898;
}

.hs-blog-post .post-meta span {
    font-size: 14px;
}

.hs-blog-post .post-meta strong {
    color: #888;
}

.w-comment-empty:before {
    content: '\e805';
}

.meta-comment i {
    font-family: 'overlap';
    margin-right: 5px;
    font-style: normal;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    color: #888888;
    margin-bottom: 10px;
}

#hubspot-author_data > span {
  display: inline-block;
  margin-right: 8px;
  padding-right: 9px;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}

#hubspot-author_data > span:not(:last-child)::after {
  background: #989898 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}

#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 {
	margin-bottom: 70px;
	position: relative;
	clear: both;
    display: block;
}


.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text h4{
   text-transform: initial;
}

.blog-listing-wrapper .post-listing .post-item .post-body h4{
    line-height: 1.7;
    color: #555;
    font-family: Trebuchet MS !important;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

.blog-listing-wrapper .post-listing .post-item .post-body .hs_cos_wrapper_type_blog_social_sharing{
    margin: 0;
    display: block;
    white-space: nowrap;
    padding: 0px 0 10px 0;
    margin: 0;
    display: block;
    white-space: nowrap;
}

.blog-listing-wrapper .post-listing .post-item .post-body .hs_cos_wrapper_type_blog_social_sharing .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: auto!important;
    margin-right: 10px!important;
    vertical-align: middle;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item a {
    color: #555555;
}

.blog-listing-wrapper .post-listing .post-item .post-body .hs_cos_wrapper_type_blog_social_sharing .hs-blog-social-share-list .hs-blog-social-share-item{
    margin-right: 10px!important;
    height: initial;
}

.blog-listing-wrapper .post-listing .post-content .hs_cos_wrapper_type_blog_social_sharing{
     padding: 0px 0 10px 0!important;
}

/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

 

/* Read More Link */

a.more-link {
	display: inline-block;
	margin: 5px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
    color: #888888;
    margin: 4px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */

.hs-blog-social-share-list {
	list-style:none;
	margin:0;
	padding:0;
}

.hs-blog-social-share {
  border-bottom: medium none;
  border-top: medium none;
  height: auto;
  padding: 0;
}

.hs-blog-social-share-list li:before{
    content: none !important;
}

.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

/* Pagination */

.blog-pagination {
    text-align: center;
}

.blog-pagination div {
    display:inline-block;
    margin: 0;
    padding: 0;
}

.blog-pagination a {
    position: relative;
    display: inline-block;
    height: 33px;
    line-height: 30px;
    margin: 0 10px;
    padding: 0 5px;
    text-align: center;
    color: #bababa;
    font-size: 16px;
    border-bottom: 1px solid #E2E2E2;
    outline: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all .15s ease-in-out;
}

.blog-pagination a.active, .blog-pagination a:hover {
    color: #000;
    border-color: #000;
}



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

.hs-rss-byline {
    font-style: italic;
    opacity: 1;
}

.hs-rss-item {
  margin-bottom: 0;
  padding: 5px 0 10px;
}

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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 25px;
}

.blog-sidebar-search .hs-input {
    border-radius :none;
    box-shadow:none;
    width: 100%;
    line-height: 18px;
    padding: 8px 6px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    color: #333333;
    letter-spacing: 1px;
    transition: color 0.4s linear, background 0.4s linear, border-color 0.4s linear, box-shadow 0.4s linear;
    margin:0 !important;
}

.blog-sidebar-search .hs-button {
  background: none !important;
  bottom: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  outline: 0 none !important;
  position: absolute;
  right: 0;
  text-align: center !important;
  top: 0;
  padding: 5px 10px 0 !important;
  line-height: 30px !important;
  z-index: 99;
}

.blog-sidebar-search .hs-form {
  margin-bottom: 0;
  position: relative;
}

.blog-sidebar-search .hs-button i {
  color: #555555;
  font-size: 13.3333px;
  font-weight: 400;
}

.blog-sidebar-search .widget-type-google_search label {
    display: none;
}

.ol-search::before {
  content: "";
}

.blog .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
.blog .blog-sidebar ul li{
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 0 #ffffff;
    clear: both;
    display: block;
    float: none;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 35px;
    min-height: 35px;
    margin: 0;
}
.blog .blog-sidebar ul li:before{
    content:none !important;
}
.blog .blog-sidebar h3{
    margin-bottom: 12px;
}

.blog .blog-sidebar ul li a{
    display: block;
    float: none;
    font-size: 13px;
    position: relative;
    color: #555555;
}
.blog .blog-sidebar ul li a:hover {
    color: #ec4346;
}

/* =============== 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;
}
.hs-author-avatar {
 max-width: 70px;
 padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
 height: auto !important;
 max-width: 100%;
 border-radius: 10px;
}

.hs-blog-social-share-list{
	list-style:none;
	margin:0;
	padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-blog-bottom h4 {
    font-size: 26px;
    font-weight: bold;
    text-transform: none;
}

.custom-blog-bottom .post-share {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
    display: block;
}

.custom-blog-bottom .post-share .hs-blog-social-share-item{
    float:none !important;
    display:inline-block !important;
    height:auto !important;
}

.custom-blog-bottom .posts-nav {
    position: relative;
    padding: 20px 0;
    line-height: 40px;
    border-top: 1px solid #e2e2e2;
}

.posts-nav .prev, .posts-nav .next {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 30px;
}

.posts-nav .entry-image {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.posts-nav .entry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-title {
    padding: 0;
    margin: 0;
    display: block;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-style: normal;
    color: #0f2d52;
    max-width: 60%;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.posts-nav .prev a:before, .posts-nav .next a:before {
    display: inline-block;
    font-family: 'overlap';
    color: #8e8e8e;
    font-size: 24px;
    width: 30px;
    position: absolute;
    top: 15px;
}

.posts-nav .prev a:before {
    left: 0;
    content: '\e847';
}

.posts-nav .next a:before {
    content: '\e848';
    right: 0;
}

.posts-nav .prev a:hover:before,
.posts-nav .next a:hover:before,
.posts-nav a:hover .entry-title{
    color: #ec4346;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.posts-nav .next {
    text-align: right;
}

.ol-th:before {
    content: '\e80d';
}

.posts-nav .nav-home {
    display: none;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -16px;
}

.posts-nav .nav-home a {
    font-size: 30px;
    width: 32px;
    display: block;
    color: #8e8e8e;
}


.custom-blog-bottom .related-posts {
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
}

.custom-blog-bottom .related-posts h3 {
    font-size: 16px;
    min-height: 50px !important;
    line-height: 48px;
    padding: 0;
    text-align: center;
}
.custom-blog-bottom .related-posts .related-post-item {
    padding-bottom: 15px;
    list-style: none;
    display: inline-block;
    float: left;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-blog-bottom .related-posts .related-post-item .related-image{
    font-size: 12px;
    letter-spacing: 2px;
    color: #bbb;
    vertical-align: top;
    display: block;
    float: none;
    overflow: hidden;
}
.custom-blog-bottom .related-posts .related-post-item .related-image a {
    display: block;
    width: 100%;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.custom-blog-bottom .related-posts .related-post-item .related-image a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    width: 100%;
    height: 100%;
}

.custom-blog-bottom .related-posts .related-post-item:hover .related-image a {
    -ms-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}

.custom-blog-bottom .related-posts .related-post-item .related-title {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 13px;
    margin: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-blog-bottom .related-posts .related-post-item:hover .related-title {
    color: #ec4346;
}

.custom-blog-bottom .related-posts .related-post-item .date {
    font-size: 12px;
    letter-spacing: 2px;
    color: #bbb;
    vertical-align: top;
}



/* -------------- Default Code for Author Bio ------------ */

.hs-author-avatar {
 max-width: 70px;
 padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
 height: auto !important;
 max-width: 100%;
 border-radius: 10px;
}

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


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


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

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

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

/* Labels and Legends */

body label {
    line-height: 20px;
    margin-bottom: 4px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    color: #0f2d52;
}

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

.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 {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
	padding: 4px;
	font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    font-family: "Trebuchet MS", "Sans-Serif";
	display: block;
	margin-bottom: 18px;
	vertical-align: middle;
	letter-spacing: 1px;
	max-width: 500px;
    width: 90%;
}

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: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.hs-input.invalid.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    padding-top: 5px;
}
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;
  margin: -10px 0 10px 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

/* Error */
.hs-error-msgs label{
	color:red;
}
* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body form.hs-form .hs-form-field ul li{
	padding: 0 0 5px;
	margin: 0;
	background: none !important;
}

body form.hs-form .hs-form-field ul li:before,
body form.hs-form .hs-form-field ul li:after{
	display: none;
}

body form.hs-form .hs-form-field ul.inputs-list li input {}

body input[type="radio"] {
	width: auto !important;
    display: inline;
    margin: 0 5px 0 0;
}

body input[type="checkbox"] {
	width: auto !important;
    display: inline;
    margin: 0 5px 0 0;
}

/* Placeholder Text */

::-webkit-input-placeholder { /* Webkit Browsers */
   color: rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
}
:-ms-input-placeholder { /* IE10 */
  color: rgba(255, 255, 255, 0.5);
   text-transform: uppercase;
}

/* =============== 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="email"],
#comment-form textarea{
    max-width:100%;
    width:100%;
    line-height: 18px;
    padding: 8px 6px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow:none !important;
    color: #333;
    -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}
#comment-form input[type="text"]:hover,
#comment-form input[type="email"]:hover,
#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus,
#comment-form textarea:focus,
#comment-form textarea:hover{
    border-color: #bbb;
}

#comment-form textarea {
    min-height:200px !important;
}
#comment-form textarea:focus {}

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


#comments-listing {
    border: 0px solid #e2e2e2;
    margin-bottom: 0px;
    margin-top: 20px;
	padding: 0px;
}


.comment.depth-0 {
    border-bottom: 1px solid #e2e2e2 !important;
    border-top: medium none !important;
    margin: 10px 0px !important;
    padding: 10px 0 !important;
}

.comment-from, .comment-date {
  display: block;
  text-align: left;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    padding: 0;
}

.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    display: block !important;
    text-align: left;
}
#comment-form {
    display: block;
    margin: 15px 0;
	padding:25px 15px;
}

#comment-form .actions{}

#comment-form .actions .hs-button{
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    border: 2px solid #8accff;
    padding: 8px 20px;
    margin: 5px 0;
    border-color: #ec4346;
    background: #ec4346;
    font-size:13.3333px;
    box-shadow:none !important;
    line-height:normal;
    font-weight: normal;
    text-shadow: none !important;
    -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}
#comment-form .actions .hs-button:hover{
    color: #ec4346;
    background: transparent;
    border-color: #ec4346;
}

.ol-arrow-left:before {
    content: '\e829';
}

.ol-arrow-right:before {
    content: '\e82a';
}

.ol-arrow-double-right:before {
    content: '\e82e';
}

.ol-arrow-double-left:before {
    content: '\e82d';
}

.ol-tags:before {
    content: '\e802';
}

.post-tags > i {
    margin-right: 10px;
}

.post-tags {
    padding: 20px 0;
    word-spacing: 4px;
    clear: both;
    float: none;
    text-align: center;
    border-top: 1px solid #e2e2e2;
}

.post-tags a {
    color: inherit;
}
.post-tags a:hover {
    color: #ec4346;
}
.custom-follow-sara{
    padding-bottom: 40px;
}



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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
    background-color: #ec4346;
    color: #fff;
    font-family: "Trebuchet MS", "Sans-Serif";
    padding: 15px 25px;
/*    text-shadow: 0 -1px 0 #3574e3;*/
/*    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);*/
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 18px;
  	text-decoration: none !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	text-decoration: none;
/*	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    color: #fff;*/
}

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


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

.filter-link-count {
    display: none;
}

.one-column .main-content{
    padding-left:15px;
    padding-right:15px;
}


.error-template .body-container-wrapper,
.password-template .body-container-wrapper,
.subscription-template .body-container-wrapper{
    padding-top:85px;
}


/* ---------------------------- Testimonials Start --------------------------------*/


.custom-big-padding{
    padding-top:95px;
    padding-bottom:95px;
}

.custom-accordion-header h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    color: #0f2d52;
    font-weight: 700;
}

.custom-accordion-header h2:before,
.custom-accordion-header h2:after {
    width: 30px;
    height: 1px;
    content: '';
    background: #ec4346;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.custom-accordion-header h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #ed4246;
    text-transform: none;
}

.custom-accordion-header {
    text-align: center;
}

.accordion-trigger {
    margin: 0;
    padding: 0;
    line-height: inherit;
    border-bottom: 1px solid #e6e6e6;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    color: #666;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.accordion-trigger span {
    display: block;
    padding: 5px 50px 5px 0;
    margin: 0;
    color: inherit;
}

.accordion-trigger:hover{
    color: #222;
}

.accordion-trigger:after {
    font-family: 'overlap';
    content: '\e82f';
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
}

.active-accordion .accordion-trigger::after {
    content: "";
}

.accordion-content {
    padding: 10px 0 20px;
}

.custom-accordion {
    margin: 0 0 30px;
}

.active-accordion .accordion-trigger {
    border-bottom-color: #ec4346;
    color: #ec4346;
}

.active-accordion {
  border-bottom: 1px solid #e6e6e6;
}

.custom-accordion p:last-child {
  margin-bottom: 0;
}

/* ---------------------------- Testimonials End --------------------------------*/

/* ---------------------------- Contact Start --------------------------------*/


.custom-contact-us-row1 {
    padding-top: 30px;
    padding-bottom: 130px;
}

.custom-contact-info h5{
    margin: 0 0 12px;
}

.hs-contact-us .sidebar.right {
/*    width: 33.33333333% !important;*/
    padding-left:15px;
    padding-right:15px;
}

.hs-contact-us .sidebar.right .col-inner{
    padding-left:16.66666667%;
}

/*
.hs-contact-us .main-content {
    width: 66.66666667% !important;
    margin-left: 0 !important;
}
*/

.custom-contact-info {
    padding-left: 2%;
}

.hs-contact-us .main-content .form-title{
    margin-bottom: 50px;    
}

.hs-contact-us .main-content form {
    max-width: 500px;
}

.hs-contact-us .main-content form input[type="text"], .hs-contact-us .main-content form input[type="email"], .hs-contact-us .main-content form select, .hs-contact-us .main-content form textarea {
    padding: 10px;
    border: 1px solid #0f2d52;
    letter-spacing: 0px;
/*    -webkit-appearance: none;*/
    border-radius: 0; 
}

.sl-social-facebook:before {
    content: "\e00b";
}

.sl-social-twitter:before {
    content: "\e009";
}

.ol-google-plus:before {
    content: '\e818';
}
.ol-instagram:before {
    content: '\e819';
}

/* ---------------------------- Contact End --------------------------------*/

/* ---------------------------- News Start --------------------------------*/

.custom-news-gallery .slick-next::before{
    content: "" !important;    
    font-family: "overlap" !important;
}

.custom-news-gallery .slick-prev::before {
  content: "" !important; 
  font-family: "overlap" !important;
}

.custom-news-gallery .slick-prev,
.custom-news-gallery .slick-next {
    margin-top: -7px;
    z-index: 9999;
    height: 40px;
    width: 40px;
}

.custom-news-gallery .slick-prev::before,
.custom-news-gallery .slick-next::before{
    height: 50px;
    width: 50px;
    opacity: 0.5;
    color: #000000;
    font-size:20px;
    transition: all 0.3s ease;
    z-index: 99;
}

.custom-news-gallery .slick-prev:hover::before,
.custom-news-gallery .slick-next:hover::before{
    opacity: 1;
    color: #000;
}

.custom-news-gallery .slick-slide-inner-wrapper img {
  display: inline-block;
  opacity: 0.75;
  transform: scale3d(0.9, 0.9, 1);
  transition: all 0.3s ease 0s;
  width: auto;
}

.custom-news-gallery .hs_cos_gallery_main{
    padding: 0px;
    margin-bottom: 65px;
}

.custom-news-gallery .slick-slide-inner-wrapper:hover img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.hs-news .body-container-wrapper .page-center.content-wrapper {
    padding-top: 95px;
    padding-bottom: 95px;
}



/* ---------------------------- News End --------------------------------*/

/* ---------------------------- work-with-sara Start --------------------------------*/

[class^="sl-"], [class*=" sl-"] {
    font-family: 'simple-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-info-box .w-icon i {
    display: inline-block;
    padding: 0 1px;
}

.sl-eyeglasses::before {
  content: "";
}

.sl-hourglass::before {
  content: "";
}

.sl-graph::before {
  content: "";
}
.sl-pencil::before {
  content: "";
}

.sl-notebook::before {
  content: "";
}

.sl-users::before {
  content: "";
}

.sl-arrow-right::before {
  content: "";
}

.sl-bulb::before {
  content: "";
}
.sl-pencil::before {
  content: "";
}

.sl-notebook::before {
  content: "";
}

.sl-users::before {
  content: "";
}



.section-header p{
  font-size: 18.6667px;  
  margin:0;
}

.section-header h1{
    margin:0 0 60px;
    text-align:center;
}

.custom-work-with-sara-row2 h1{
    margin:0;
}

.custom-work-with-sara-row1 {
    margin:30px 0 15px;
}

.custom-work-with-sara-row1 .section-header h1{
  color: #102c52;
  font-weight: 400;
  font-size: 28px;
  margin:0;
}
.custom-work-with-sara-row2 .secondary-header{
    font-size:18.6667px;
    margin:0;
}
.custom-work-with-sara-row1 .section-header p {
    padding-top: 30px;
    margin: 0;
    font-size: 21.3333px;
    color: #102c46;
}

.custom-work-with-sara-row2 {
    padding-top: 40px;
    padding-bottom: 60px;
}

.custom-work-with-sara-row3 .widget-type-header h2,
.custom-work-with-sara-row4 .widget-type-header h2,
.custom-work-with-sara-row5 .widget-type-header h2
{
    text-align:center;
    margin:0 0 60px;
}

.custom-content-with-top-icon {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  text-align:center;
}


.custom-content-with-top-icon .icon{
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  display:block;
}

.custom-content-with-top-icon .icon i {
  display: inline-block;
  padding: 0 1px;
}

.custom-four-col-icon-with-content .custom-column-group .icon {
  font-size: 40px;
}

.hs-red-btn {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family: sans-serif !important;
    background: rgb(235,68,70) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-width: 0px !important;
    transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    text-shadow: none !important;
    line-height: 1.5em !important;
    padding: 6px 18px !important;
}

.hs-red-btn:hover {
    background: rgb(255,74,77) !important;
    color: rgb(255,255,255) !important;
}

.custom-work-with-sara-row3 {
    padding-bottom:60px;
}

.custom-work-with-sara-row4{
    padding-bottom:30px;
}
.custom-work-with-sara-row4 .icon,
.custom-work-with-sara-row5 .icon {
    font-size: 40px;
    margin: 0 0 10px;
    line-height: 68px;
}

.button-content{
    text-align:center;
}

hr.dashed {
    border-style: dashed;
    border-top-width: 2px;
    border-color: #0f2d52;
    background: none;
    height: auto;
    color: transparent;
    border-bottom: none;
    margin: 20px 0 22px;
}

.custom-work-with-sara-row6 {
    padding-top: 30px;
}

.custom-work-with-sara-row6 .button-content,
.custom-work-with-sara-row7 .button-content{
    margin-top:60px;
}

.custom-work-with-sara-row7 .ow__half_container > .row-fluid-wrapper > .row-fluid {
    display: flex;
}

.custom-work-with-sara-row7 .ow__half_container h3 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}

.custom-work-with-sara-row7 .ow__half_container.first-row h3, .custom-work-with-sara-row7 .ow__half_container.second-row h3 {
    color: #ec4346;
}

.custom-work-with-sara-row7 h4 {
    color: #fff;
    font-weight: bold;
}

.custom-work-with-sara-row7 .content-container > .row-fluid-wrapper {
  padding: 60px !important;
}

/*
.custom-work-with-sara-row7 #row1-bg > .row-fluid-wrapper, .custom-work-with-sara-row7 #row2-bg > .row-fluid-wrapper, .custom-work-with-sara-row7 #row3-bg > .row-fluid-wrapper {
  min-height: 600px !important;
}
*/

.custom-work-with-sara-row7 [id*="row"] > .row-fluid-wrapper {
  min-height: 600px !important;
}

.custom-work-with-sara-row7 .content-container {
    display: flex;
    align-items: center;
}

.custom-work-with-sara-row7 .content-container p {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    width: auto;
    font-size: 18px;
}

.custom-work-with-sara-row7 .ow__half_container.first-row .content-container p, .custom-work-with-sara-row7 .ow__half_container.third-row .content-container p {
    color: #fff;
}

@media screen and (max-width: 1039px) {
  .custom-work-with-sara-row7 .content-container > .row-fluid-wrapper {
    padding: 40px 0 !important;
  }

  .custom-work-with-sara-row7 [id*="row"] > .row-fluid-wrapper {
    min-height: 300px !important;
  }

/*
  .custom-work-with-sara-row7 #row1-bg > .row-fluid-wrapper, .custom-work-with-sara-row7 #row2-bg > .row-fluid-wrapper, .custom-work-with-sara-row7 #row3-bg > .row-fluid-wrapper {
    min-height: 300px !important;
  }
*/
  
  .custom-work-with-sara-row7 .ow__half_container h3 {
      font-size: 30px;
  }
  
  .custom-work-with-sara-row7 .ow__half_container h3, .custom-work-with-sara-row7 h4, .custom-work-with-sara-row7 .content-container p, .custom-work-with-sara-row7 .content-container span {
    text-align: center;
  }
}

.custom-two-column-right-with-counter{
    background-color: #2f496a;
    margin-bottom:190px;
    margin-top:40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;

}
.custom-two-column-right-with-counter .custom-left-column{
    padding: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 66.66666667%;
    position: relative;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}


.custom-two-column-right-with-counter .custom-right-column{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 33.33333333%;
}


.custom-two-column-right-with-counter .col-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: auto;
    position: relative;
}

.custom-two-column-right-with-counter .custom-right-column .col-inner {
    margin-top: 20px;
}

.custom-two-column-right-with-counter .custom-left-column p{
    font-size:24px;
    line-height:40.8px;
    margin:0 0 40px;
    color:#fff;
}

.custom-two-column-right-with-counter .col-inner::before{
    margin: 36px auto 22px;
    content:'';
    width:10%;
    float:none;
    display:block;
    border-top: 1px solid #fff;
}

.custom-two-column-right-with-counter .custom-right-column .col-inner::before {
    content: none;
}

 .counter-box{
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
}
.counter-box span {
    font-size: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}

.sl-note:before {
    content: "\e060";
}

.counter-box .counter{
    color: inherit;
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
    margin:0;
}
.counter-box .counter-title {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
    padding: 0 10px;
    white-space: normal;
    color: inherit;
    font-weight: 700;
}
.icon-button{
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    line-height: 52px;
    height: 52px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block; 
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.icon-button:hover{
    color:#000000;
}

.icon-button:hover i{
    -webkit-animation: 0.2s toRightFromLeft 0.3s forwards;
    animation: 0.2s toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes tTopfBottom {
    49% {
        -webkit-transform: translateY(-30%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(50%);
    }
    51% {
        opacity: 1;
    }
}
.icon-button .icon {
    min-width: 60px;
    font-size: 24px;
    border-right: 1px solid;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 50px;
}


.icon-button .icon i {
    display: inline-block;
    margin-right: 2px;
    padding-left: 2px
}

.sl-mouse:before {
    content: "\e015";
}

.icon-button .button-text{
    display: inline-block;
    padding: 0 20px 0px 14px;
}

.icon-block a {
    font-size: 22px;
    color: #507cbe;
    line-height: 36px;
    margin: 0 5px 5px;
    display: inline-block;
}

.icon-block a:first-child {
    margin-left: 0;
}

.icon-block a > i {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.icon-block:hover a > i {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.custom-social-icons {
    margin-bottom: 10px;
}

.custom-contact-icons .custom-social-icons {
    padding-left: 2%;
    padding-right: 2%;
}

.custom-contact-icons .custom-social-icons i {
    font-size: 25px;
    color: #0f2d52;
}

.custom-phone-icons .custom-social-icons i {
    font-size: 23px;
    color: #fff;
}

.custom-phone-icons .custom-social-icons .icon-block a {
    margin-right: 12px;
}

.custom-footer-icons .custom-social-icons i {
    font-size: 17px;
    color: #fff;
}

.custom-footer-icons .custom-social-icons i:hover {
    color: #bbb;
}

.custom-footer-icons .custom-social-icons .icon-block a {
    margin-right: 12px;
}

/* ---------------------------- work-with-sara End --------------------------------*/

/* ----------------------------About Start --------------------------------*/

.flex-box > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.custom-about-row1-col1-image {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
}

.flex-box-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
}

.custom-about-row1 .custom-about-row1-col1-image {
    /*width: 66.66666667% !important;*/
    width: 40% !important;
}

.custom-about-row1 .custom-about-row1-col2-content {
    /*width: 33.33333333% !important;*/
    width: 60% !important;
    padding-right: 15px;
    padding-left: 15px;
    left: -100px;
    z-index: 50;
    position: relative;
    margin-left: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custom-about-row1 .custom-about-row1-col2-content h2 {
    font-size: 60px;
    line-height: 60px;
    text-align: left; 
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.custom-about-row1 .custom-about-row1-col2-content h1 {
    font-size: 105px;
    color: #ec4346;
    line-height: 105px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 10px;
}

/*
 * .custom-about-row2 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 80px;
    padding-bottom: 120px;
}
*/

.custom-about-row3-col1-image {
    padding: 5%;
    width: 50% !important;
    margin-left:0 !important;
}

.custom-about-row3-col2-content {
    padding-right: 15px;
    padding-left: 15px;
}

.custom-about-row3-col2-content .cell-wrapper,
.custom-about-row3-col2-content .hs_cos_wrapper_type_rich_text {
    padding-right: 5% !important;
    padding-left: 5% !important;
}

.custom-about-row3-col2-content .hs_cos_wrapper_type_rich_text {
/*
 * 
  padding-right: 0 !important;
  
  */
}

.custom-about-row4{
    padding:95px 0;
}

.hs-about-layout .custom-banner .custom-banner-background .bg-image {
    top: 100px;
}
  

/* ----------------------------About End --------------------------------*/

/* ---------------------------- Admissions Advice Start --------------------------------*/

.custom-admissions-advice-row1 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align:center;
}

.custom-admissions-advice-row2,
.custom-admissions-advice-row3{
    padding-top: 40px;
}

.custom-admissions-advice-row3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-admissions-advice-row2 hr.dashed {
    margin: 35px 0 22px;
}

.custom-admissions-advice-row3 .custom-two-col-equal .custom-col2 h3,
.custom-admissions-advice-row4 .custom-two-col-equal .custom-col1 h3,
.custom-admissions-advice-row5 .custom-two-col-equal .custom-col2 h3{
    font-weight:400;
    margin:0;
}
.custom-admissions-advice-row4 {
    background-color: #0f2d52;
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-two-col-equal .page-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.custom-two-col-equal .custom-column {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.custom-two-col-equal .custom-column .custom-inner-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 100%;
}

.custom-two-col-equal .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-admissions-advice-row5{
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-admissions-advice-row5 .hs-red-btn {
    font-family: Trebuchet MS !important;
}

.custom-admissions-advice-row6{
    padding-top: 95px;
    padding-bottom: 95px;
}

.custom-admissions-advice-row6 h1 {
    color: #ed4246;
    font-size: 58px;
    line-height: 58px;
    margin: 0 0 30px;
    text-align:center;
    font-weight: 700;
}

.custom-admissions-advice-row6 {
    text-align:center;
}

.custom-admissions-advice-row6 h4 {
    text-align: center;
    margin: 30px 0;
    color: #ed4246;
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    font-weight: bold;
}

.custom-admissions-advice-row6 h4::after,
.custom-admissions-advice-row6 h4::before{
    background: #ec4346;
    width: 30px;
    height: 1px;
    content: '';
    background-color: #8accff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.custom-admissions-advice-row7{
    padding:95px 0;
}


/* ---------------------------- Admissions Advice End --------------------------------*/


.error-template-404 .body-container-wrapper .page-center.content-wrapper {
    padding-bottom: 185px;
}



.error-template-404 .main-content .custom_error_message {
    position: relative;
    display: block;
    margin: 150px auto 133px auto;
    text-align: center;
}

.error-template-404 .main-content h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 300px;
    font-weight: normal;
    line-height: 150px;
    color: #efefef;
}

.error-template-404 .main-content h1 {
    font-size: 80px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 12px;
}

.error-template-404 .main-content p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.1;
}

.error-template-404 .widget-type-google_search input[type="text"]{
    max-width: 100%;
    width: 100%;
    line-height: 18px;
    padding: 8px 6px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: none !important;
    border-radius:0;
    color: #333;
    -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
    transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
}

.error-template-404 .widget-type-google_search input[type="text"]:focus,
.error-template-404 .widget-type-google_search input[type="text"]:hover{
    border-color: #bbb;
}

.error-template-404 .hs-form{
    position: relative;
    margin-bottom: 30px;
}

.error-template-404 .widget-type-google_search .hs-button.primary {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    margin: 0;
    min-width: 0;
    background: none;
    border: none;
    outline: 0;
    z-index: 99;
    line-height: 30px;
    color: inherit;
    box-shadow: none !important;
    padding: 0px 0 0 10px;
}

.blog .blog-sidebar ul li:last-child {
    border-bottom: 0;
    box-shadow: none;
}

/* ---------------------------- Admissions Panel Start --------------------------------*/

.ar_live_panel {
	background-color: #0f2d52;
    height: 100%;
    /*margin-top: -190px;*/
    display: block !important;
    overflow: auto;
    padding-bottom: 30px;
    padding-top: 1vw;
    position: relative;
    z-index: 999;
}
.ar_live_container {
	display: flex;
	padding-top: 26px;
}
.ar_ast1 {
	height: 32vh;
	width: 60vw !important;
}
.ar_live_panel img {
	position: static;
	margin-left: 16vw;
	margin-top: 22px;
	max-width: 400px !important;
	width: 24.5vw !important;
}
.ar_live_text {
	margin-left: -18vw;
	margin-top: 20px;
	width: 145%;
}
.ar_live_text p:first-child {
	font-family: 'TrebuchetMS';
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.15px;
	line-height: 33px;
	text-align: left;
	margin-bottom: 20px;
}
.ar_live_text p:last-child {
	font-family: 'TrebuchetMS';
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.28px;
	line-height: 31px;
	text-align: left;
	margin-bottom: 15px;
}
.ar_live_cta a {
	background: #ff4145 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-family: 'TrebuchetMS' !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	height: 23px !important;
	letter-spacing: 0.159px !important;
	line-height: 28.222px !important;
	margin-left: -18vw !important;
	margin-top: -2px !important;
	padding: 6px 5px 10px 5px !important;
	text-align: center !important;
	transform: scaleY(1.0051) !important;
	width: 328px !important;
}
.ar_live_cta a > span {
	color: #ffffff !important;
}


/* ---------------------------- Author Bio Module --------------------------------*/
.about-author-sec-mk {
	margin-top: 50px;
}
.about-author-sec-mk img {
	float: left;
	margin-right: 22px;
	width:90px;
}
@media screen and (max-width: 480px) {
	.about-author-sec-mk div h3 {
		font-size: 18px;
	}
}

/* ---------------------------- Our Work Halves Module --------------------------------*/
.ow__half_container {
	display: flex;
	flex-direction: column;
	font-family: 'TrebuchetMS' !important;
	justify-content: center;
	height: auto;
}
.ow__half_container img {
	min-width: 100%;
}
.left-half {
	flex: 1;
	width: 50% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.right-half {
	flex: 1;
	width: 50% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ow__half_container h1 {
	margin-top: 30px;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}
.ow__half_container p {
	margin-bottom: -25px;
	margin-top: -40px;
	text-align: left;
	padding-left: 50px;
	width: 95%;
}

.ow__first_half {
	text-align: center;
}
.ow__first_half h1 {
	color: #eb4446;
}
.ow__first_half p {
	color: #ffffff;
}

.ow__second_half {
	text-align: center;
}
.ow__second_half h1 {
	color: #eb4446;
}
.ow__second_half p {
	color:  #292929;
}

.ow__third_half {
	text-align: center;
}
.ow__third_half h1 a {
	color:  #0a253e;
}
.ow__third_half p {
	color: #ffffff;
}

.ow__half_container .button-content {
	text-align: left;
	padding-left: 50px !important;
}

.ow__counter_module {
	margin-top: -40px;
	margin-bottom: 0;
}

@media screen and (max-width: 1400px) and (min-width: 1240px) {
	.ow__half_container h1 {
		font-size: 3.4vw;
	}
	.ow__half_container p {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 1239px) and (min-width: 1040px) {
	.ow__half_container h1 {
		font-size: 2.8vw;
	}
	.ow__half_container p {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 1039px) {
	.ow__half_container {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		height: auto;
	}
	.ow__half_container > div > div {
		align-items: center;
		display: flex !important;
		flex-direction: column;
		height: auto;
		justify-content: center;
	}
	.ow__half_container h1 {
		font-size: 30px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.ow__half_container p {
		font-size: 17px;
		padding-left: 0;
		width: 100%;
	}
	.ow__half_container p {
		font-size: 17px;
		padding-left: 0;
	}
	.ow__half_container .button-content {
		text-align: center;
		padding-left: 0 !important;
	}
	.left-half {
		margin-bottom: 0 !important;
		margin-top: 50px !important;
	}
	.right-half {
		margin-bottom: 50px !important;
		margin-top: 0 !important;
	}
	.ow_odd .left-half {
		order: 2;
		margin-bottom: 50px !important;
		margin-top: 0 !important;
	}
	.ow_odd .right-half {
		margin-bottom: 0 !important;
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 580px) {
	.ow__half_container {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		height: auto;
	}
	.ow__half_container > div > div {
		align-items: center;
		display: flex !important;
		flex-direction: column;
		height: auto;
		justify-content: center;
	}
	.ow__half_container h1 {
		font-size: 30px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.ow__half_container p {
		font-size: 17px;
		padding-left: 0;
		width: 100%;
	}
	.ow__half_container .button-content {
		text-align: center;
		padding-left: 0 !important;
	}
	.left-half {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		min-width: 100%;
	}
	.right-half {
		margin-bottom: 50px !important;
		margin-top: 0 !important;
		min-width: 80%;
	}
	.ow_odd .left-half {
		order: 2;
		margin-bottom: 50px !important;
		margin-top: 0 !important;
		min-width: 80%;
	}
	.ow_odd .right-half {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		min-width: 100%;
	}
}

/* ---------------------------- News Boxes Module --------------------------------*/


.dropdown__publisher, .dropdown__year {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #cecece;
    color: #0f2d52;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    margin: 0 28px 45px;
    position: relative;
    text-align: left !important;
	  word-spacing: 0.9px;
  }

  .dropdown__publisher {
    width: 250px;
  }

  .dropdown__year {
    width: 180px;
  }

  .dropdown__publisher span, .dropdown__year span {
    display: block;
    font-size: 18px;
    margin: 2px 12px;
  }
  .dropdown__publisher span:before, .dropdown__year span:before {
    content: "\0025BE";
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
  }
  .dropdown__publisher a, .dropdown__year a {
      color: #0F2D52 !important;
      cursor: pointer;
      display: block !important;
      width: 100%;
  }
  .dropdown__publisher a:hover, .dropdown__year a:hover {
	color: #EC484B !important;
  }

  .news__drop__links__pub, .news__drop__links__year {
    background-color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0 !important;
    border: 1px solid #cecece;
    display: none;
    left: -1px;
    margin-top: -3px;
	padding: 8px 11px;
    position: absolute;
    width: 152px;
    z-index: 10000;
  }

.news__drop__links__pub {
  max-height: 400px;
  overflow-y: scroll;
  width: 225px;
}

.news__drop__links__year {
  width: 163px;
}

.grid_news {
	margin-top: 120px;
}
.grid_sizer_news, .grid_news_box {
	width: 31.3333%;
	float: left;
}

.grid-sizer > div > div > div > div > span > div:nth-child(2) .grid-item:nth-of-type(1) > .news__box {
	/*height: 270px !important;*/
}

.news__box_container {
  display: block;
  width: 100%;
}
.news__cat__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: -30px;
}

.news__cat__container select {
  color: #172d50;
    font-size: 15px;
    font-weight: 700;
    height: 35px;
    width: 180px;
    letter-spacing: 0px;
}

.media_inquiries {
    margin-bottom: 30px;
}

.news__drops_containers {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: auto;
  width: 500px;
}
.news__box {
  align-items: flex-start;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 340px;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 30px;
  /*width: 446px;*/
}
.news__box a {
  color: #172d50;
  font-size: 18px;
  font-weight: 700;
}
.news__box.new__2_main {
  height: 270px;
}
.news__box.new__2 {
  margin-top: -35px;
}
.news__date {
  color: #ec4346;
  text-transform: capitalize;
}
.news__logo {
  align-items: flex-end;
  display: flex;
  height: auto;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.grid_loader_more {
    /*display: none;*/
}

.news__read_more {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 0;
}

.news__read_more a {
  color: #172d50;
}

@media screen and (max-width: 767px) {
  .new__cat_title {
    margin-top: -30px;
    text-align: center;
  }
  
  .dropdown__publisher{
    margin: 0 28px 10px;
    width: 225px;
  }

  .dropdown__year {
    margin: 0 28px 50px;
    width: 163px;
  }
  
  .news__drops_containers {
    flex-direction: column;
	  margin-bottom: -30px;
    width: 100%;
  }

  .news__box_container {
    margin-left: 10%;
    margin-right: 10%;
  }

  .news__box {
    height: auto;
    /*width: 80% !important;*/
  }
  .news__box.new__2 {
    margin-top: 0;
  }
  .news__box .news__link {
    margin-bottom: 20px;
  }
}

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

@media only screen and (min-width: 768px) {
    .main-content .form-title {
        font-size: 58px;
        line-height: 58px;
        margin-top: -5px;
        margin-bottom: 0;
    }
    
}

@media only screen and (min-width: 992px) {
    .custom-footer h3:before{
        content:none;
    }
    .custom-work-with-sara-row3 .span4{
        margin-left:0 !important;
        width:33.333% !important;
    }
    .custom-work-with-sara-row4 .span3,
    .custom-work-with-sara-row5 .span3{
        margin-left:0 !important;
        width:25% !important;
    }
    .footer-bottom-spacer {
        display:none !important;
    }
    .custom-admissions-advice-row3 .custom-two-col-equal .custom-col2 .custom-inner-box{
        position: relative;
        top: -40px;
        padding-left:15px;
    }
    .custom-news-gallery .slick-next {
        right:-15px !important;
    }
    .custom-news-gallery .slick-prev {
        left: -25px !important;
    }
}



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


@media (min-width: 992px) and (max-width: 1750px) {
    .custom-about-row1 .custom-about-row1-col2-content h1{
        font-size: 6vw;
        line-height: 1.05;
    }
    .custom-about-row1 .custom-about-row1-col2-content h2{
        font-size: 5vw;
        line-height: 1.05;
    }
    .custom-about-row1 .custom-about-row1-col2-content{
        left: 0;
    }
    .custom-about-row3-col2-content{
        left: 0;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 992px){
    .blog-listing-wrapper .post-listing .post-item .post-body{
        display: none;
    }
}

@media only screen and (max-width: 1264px) and (min-width: 1130px) {
	.ar_live_text p:first-child {
		font-size: 3.7vw;
	}
}
@media only screen and (max-width: 1129px) and (min-width: 1080px) {
	.ar_live_text p:first-child {
		font-size: 3.5vw;
	}
}

@media (max-width: 1399px) {
    .container-fluid .row-fluid .page-center {
        max-width: 1100px;
    }
}

@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
    .hs-contact-us .sidebar.right .col-inner {
        padding-left: 0;
    }
    .custom-footer-top-column {
    	width: 22% !important;
    }
}

@media (max-width: 1600px) {
    .custom-menu-primary .hs-menu-wrapper > ul{
        padding-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 0 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
        padding-right: 20px;
    }
    
}

@media only screen and (max-width: 1119px) and (min-width: 991px) {
	.custom-banner .title h1 {
		/*font-size: 8.5vw;*/
	}
}

@media (max-width: 1379px) {
    .custom-banner .custom-banner-background {
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        height: 100%;
    }
    .custom-banner .custom-banner-background .bg-image {
        background-position: center right 20%;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 100px;
        width: 100%;
        height: 76vh;
    }
  
    .hs-admissions-advice .custom-banner .custom-banner-background .bg-image {
        background-position: center right 42% !important;
    }
 
    .hs-about-layout .custom-banner .custom-banner-background .bg-image {
        background-position: center right 33% !important;
    }
  
    .hs-news .custom-banner {
        margin-top: 0;
        height: 100vh;
    }

    .custom-desktop {
        display: none !important;
    }
    .custom-logo img {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .custom-logo {
        width: 100% !important;
        float: none !important;
    }
    .custom-header {
        min-height: 65px !important;
    }
    .child-trigger{
        position: absolute;
        right: 0;       
        display: inline-block;
        width: 20px;
        height: 35px;
        padding-top: 4px;
        margin-left: 10px;
        text-align: right;
        font-weight: 700;
        top:0;
        cursor: pointer;
        color:#fff;
        transition: all 0.2s linear 0s;
    }
    .child-trigger:before {
        font-family: 'overlap';
        content: '\e82a';
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        margin-bottom: 8px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:hover .child-trigger{
        color: #ec4346;
    }
    li.dl-back a {
        font-weight: 700;
    }
    li.dl-back a:before {
        content: '\e829';
        font-family: 'overlap';
        display: inline-block;
        margin-right: 10px;
    }
    .blog .body-container-wrapper,
    .error-template .body-container-wrapper, .password-template .body-container-wrapper, .subscription-template .body-container-wrapper{
        padding-top: 65px;
    }
    .ar_live_panel {
		background-color: #0f2d52;
        /*height: 31vw;
        margin-top: -207px;*/
        overflow: hidden;
        /*padding-top: 3vw;*/
	}
    .ar_live_container {
    	display: flex;
    	padding-top: 26px;
    }
    .ar_ast1 {
    	height: 32vh;
    	width: 60vw !important;
    }
    .ar_live_panel img {
    	position: static;
    	margin-left: 8vw;
    	margin-top: 22px;
    	width: 24.5vw !important;
    }
    .ar_live_text {
    	margin-left: -18vw;
    	margin-top: 30px;
    	width: 145%;
    }
    .ar_live_text p:first-child {
    	font-family: 'TrebuchetMS';
    	color: #ffffff;
    	font-size: 3.6vw;
    	font-weight: 300;
    	letter-spacing: 0.15px;
    	line-height: 33px;
    	text-align: left;
    }
    .ar_live_text p:last-child {
    	font-family: 'TrebuchetMS';
    	color: #ffffff;
    	font-size: 2vw;
    	font-weight: 300;
    	letter-spacing: 0.28px;
        line-height: 25px;
    	text-align: left;
    }
    .ar_live_cta a {
    	background: #ff4145 !important;
    	border-radius: 0 !important;
    	color: #ffffff !important;
    	font-family: 'TrebuchetMS' !important;
    	font-size: 20px !important;
    	font-weight: 700 !important;
    	height: 23px !important;
    	letter-spacing: 0.159px !important;
    	line-height: 28.222px !important;
    	margin-left: -18vw !important;
    	margin-top: -2px !important;
    	padding: 6px 5px 10px 5px !important;
    	text-align: center !important;
    	transform: scaleY(1.0051) !important;
    	width: 328px !important;
    }
}

@media (max-width: 1379px) {
    .custom-search-icon a{
        top: 17px;
        padding: 0 0 0 15px;
    }
}

@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .custom-copyright,
    .custom-footer-top-column{
        margin-left: 0 !important;
        text-align: center !important;
        float: none !important;
        width: 100% !important;
    }
    .custom-newsletter {
        width: 100% !important;
    }
    .custom-footer h3{
        text-align: center;
    }
    .custom-footer-top-column {
        padding-bottom: 4%;
        padding-top: 4%;
    }
    .custom-work-with-sara-row4 .span3,
    .custom-work-with-sara-row5 .span3,
    .custom-work-with-sara-row3 .span4{
        width: 100% !important;
        float: none !important;
    }
    .custom-work-with-sara-row1 .page-center,
    .custom-work-with-sara-row2 .page-center,
    .custom-work-with-sara-row4 .span3, .custom-work-with-sara-row5 .span3, .custom-work-with-sara-row3 .span4,
    .custom-two-column-right-with-counter .custom-left-column .col-inner{
        padding-top: 4%;
        padding-bottom: 4%;
        margin-left:0 !important;
    }
    .custom-two-column-right-with-counter .custom-left-column,
    .custom-two-column-right-with-counter .custom-right-column{
        width:100% !important;
        float:none !important;
    }
    .custom-logo img {
        top: 15px
    }
    .custom-search-icon a{
        top: 17px;
        padding: 0 0 0 15px;
    }
    .custom-accordion,
    .custom-footer-top .col-inner,
    .custom-newsletter,
    .custom-footer-top-column {
        padding-top: 4%;
        padding-bottom: 4%;
    }
  
    .hs-news .custom-banner {
        margin-top: 55px;
        height: calc(100vh - 55px)
    }
  
    .custom-banner .title {
        text-align: center !important;
    }
    .custom-banner{
        padding: 110px 0 60px;
    }
  
    .hs-about-layout .custom-banner {
        padding-top: 210px;
    }
  
    .hs-work-with-sara .custom-banner {
        padding-top: 275px;
    }
  
    .custom-banner .title h1:after{
        margin: 30px auto 0 !important;
    }
  
    /* content id below is contact us thank-you page */
    .hs-contact-us .custom-banner .title, .hs-content-id-5246766544 .title {
        vertical-align: bottom;
    }

  .one-column .main-content,
    .footer-bottom-spacer,
    .flex-box-items .hs_cos_wrapper_type_linked_image,
    .hs-news .main-content{
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .hs-contact-us .sidebar.right {
        width: 100% !important;
    }
    .hs-contact-us .main-content{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        width: 100% !important;
    }
    .hs-contact-us .sidebar.right .col-inner {
        padding-left: 0;
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .hs-contact-us .main-content .form-title{
        text-align: center;
    }
    .hs-contact-us .main-content form{
        padding-top: 4%;
        padding-bottom: 12%;
    }
    .custom-footer-bottom {
        padding-top:20px;
        padding-bottom:20px;
    }
    .custom-footer-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom-footer-top-column p {
        margin: 0;
        margin-bottom: 10px;
    }
    .custom-about-row1 .custom-about-row1-col1-image{
      text-align: center;  
    }
    .custom-about-row1 .custom-about-row1-col1-image,
    .custom-about-row1 .custom-about-row1-col2-content,
    .custom-about-row3-col1-image,
    .custom-about-row3-col2-content{
        width: 100% !important;
      
    }
    .custom-about-row1 .custom-about-row1-col2-content{
        position: static;
        text-align: center;
        margin: 50px auto 0 !important;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .custom-about-row1 .custom-about-row1-col2-content h1,
    .custom-about-row1 .custom-about-row1-col2-content h2{
        text-align: center;
    }
    .flex-box-items {
        display: block !important;
    }
    .custom-about-row2 .page-center{
        max-width: 100% !important;
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .custom-about-row2 {
        padding: 0;
    }
    .custom-about-row3-col2-content {
        padding-top: 4%;
        padding-bottom: 4%;
        position: static;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .custom-about-row3-col2-content .cell-wrapper, .custom-about-row3-col2-content .hs_cos_wrapper_type_rich_text {
        padding-right: 0 !important;
        padding-left: 0 !important;
  }
    .custom-mob-padd,
    .custom-two-col-equal .custom-inner-box {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .custom-two-col-equal .custom-column{
        width:100% !important;
    }
    .custom-admissions-advice-row3 .custom-two-col-equal .custom-col2 .custom-inner-box{
        padding-top: 8%;
        margin-top: 50px;
        padding-left:15px;
    }
    .custom-two-col-equal .custom-inner-box h3{
        text-align:center;
    }
    .custom-admissions-advice-row4 p{
        margin:0;
    }
    .custom-two-col-equal img{
        display:block;
        margin:0 auto;
    }
    .custom-news-gallery .slick-prev, .custom-news-gallery .slick-next{
        top: 15px;
    }
    .custom-news-gallery .slick-next {
        right: auto !important;
        left: 40px;
    }
    .blog-listing.blog .blog-content,
    .blog-listing.blog .blog-sidebar{
        width: 100% !important;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .blog-listing-wrapper .post-item .post-date{
        left: auto;
        position: absolute;
        right: 15px;
        z-index: 999;
    }
    .post-item .post-media{
        float: none;
        width: 100%;
    }
    .post-item .post-content{
        position: static;
        width: 100%;
        float: none;
         padding: 20px;
    }
    .blog-sidebar-search .hs-input{
        max-width:100%;
        width:100%;
    }
  
    .blog-sidebar .hs_cos_wrapper_type_cta {
        text-align: center;
    }
  
    .custom-blog-bottom .related-posts .related-post-item{
        padding: 5px;
        width: 25%;
    }
    
    .posts-nav .entry-image {
        display: none;
    }
    .entry-title{
        max-width: 75%;
      
        /*color: transparent !important;*/
    }
    .error-template-404 .main-content {
        padding: 0 !important;
    }
    .posts-nav .prev a:before, .posts-nav .next a:before {
        top: 0;
    }
  
    .advice .custom-banner .custom-banner-background .bg-image {
        background-position: 50% center !important;
    }
  
    .hs_cos_wrapper_type_post_filter .block {
        text-align: center;
    }

    .hs-form.custom-search-sidebar input[type="text"] {
        max-width: 100%;
    }
}






@media (min-width: 768px) and (max-width: 940px) {
    .custom-banner .title h1 {
      /*font-size: 10vw;*/
    }
	.custom-banner .title h1:after {
		margin: 0 auto 0 !important;
	}
    .ar_live_panel {
    	background-color: #0f2d52;
        /*height: 33.4vw;
        margin-top: -260px;*/
        overflow: hidden;
        padding-top: 2vw;
	}
    .ar_live_container {
    	display: flex;
    	padding-top: 26px;
    }
    .ar_ast1 {
    	height: 32vh;
    	width: 60vw !important;
    }
    .ar_live_panel img {
    	position: static;
    	margin-left: 8vw;
    	margin-top: 22px;
    	width: 24.5vw !important;
    }
    .ar_live_text {
    	margin-left: -19vw;
        margin-top: 8px;
        width: 149%;
    }
    .ar_live_text p:first-child {
    	font-family: 'TrebuchetMS';
    	color: #ffffff;
    	font-size: 3.6vw;
    	font-weight: 300;
    	letter-spacing: 0.15px;
    	line-height: 33px;
    	text-align: left;
    }
    .ar_live_text p:last-child {
    	font-family: 'TrebuchetMS';
    	color: #ffffff;
    	font-size: 1.69vw;
    	font-weight: 300;
    	letter-spacing: 0.28px;
        line-height: 25px;
    	text-align: left;
    }
    .ar_live_cta a {
    	background: #ff4145 !important;
    	border-radius: 0 !important;
    	color: #ffffff !important;
    	font-family: 'TrebuchetMS' !important;
    	font-size: 20px !important;
    	font-weight: 700 !important;
    	height: 23px !important;
    	letter-spacing: 0.159px !important;
    	line-height: 28.222px !important;
    	margin-left: -19vw !important;
    	margin-top: -2px !important;
    	padding: 6px 5px 10px 5px !important;
    	text-align: center !important;
    	transform: scaleY(1.0051) !important;
    	width: 328px !important;
    }
}

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

@media (max-width: 767px) {
    .custom-banner .title h1{
        font-size: 28px;
    }
    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%;
        max-width:100%;
    }
    .custom-admissions-advice-row6 h1 {
        font-size: 30px;
        line-height: 1.5;
    }
}  

@media only screen and (max-width: 767px) and (min-width: 600px) {
	.ar_live_panel {
		background-color: #0f2d52;
		/*height: 270px;
		margin-top: -207px;*/
		overflow: hidden;
		padding-top: 1.3vw;
	}
	.ar_live_container {
		display: flex;
		padding-top: 26px;
	}
	.ar_ast1 {
		height: 32vh;
		width: 60vw !important;
	}
	.ar_live_panel img {
		position: static;
		margin-left: 8vw;
		margin-top: 22px;
		width: 24.5vw !important;
	}
	.ar_live_text {
		margin-left: 51vw;
		margin-top: -95px;
		width: 145%;
	}
	.ar_live_text p:first-child {
		font-family: 'TrebuchetMS';
		color: #ffffff;
		font-size: 5.5vw;
		font-weight: 300;
		letter-spacing: 0.15px;
		line-height: 33px;
		text-align: left;
	}
	.ar_live_text p:last-child {
		font-family: 'TrebuchetMS';
		color: #ffffff;
		font-size: 2vw;
		font-weight: 300;
		letter-spacing: 0.28px;
		line-height: 31px;
		text-align: left;
	}
	.ar_live_cta a {
      background: #ff4145 !important;
      border-radius: 0 !important;
      color: #ffffff !important;
      font-family: 'TrebuchetMS' !important;
      font-size: 3.4vw !important;
      font-weight: 700 !important;
      height: 23px !important;
      letter-spacing: 0.159px !important;
      line-height: 28.222px !important;
      margin-left: 51vw !important;
      margin-top: -2px !important;
      padding: 6px 5px 10px 5px !important;
      text-align: center !important;
      transform: scaleY(1.0051) !important;
      width: 44vw !important;
    }
}

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

@media (max-width: 599px) {
    .custom-about-row1 .custom-about-row1-col2-content h2 {
        font-size: 26px!important;
        line-height: 36px!important;
    }
    .custom-about-row1 .custom-about-row1-col2-content h1 {
        font-size: 36px!important;
        line-height: 46px!important;
    }
    #back-to-top {
        bottom: 5px;
        right: 5px;
    }
    .custom-newsletter .hs_submit {
        position: static;
    }
    .custom-newsletter .hs-button.primary.large{
        width: 100%;
    }
    .custom-newsletter .hs-input {
        max-width: 100%;
        width: 100%;
    }
    .footer-bottom-spacer{
        padding-top: 0;
        padding-bottom: 0;
    }
    .custom-search form {
        margin: 0 !important;
    }
    .custom-blog-bottom .related-posts .related-post-item{
        width: 50%;
    }
    .error-template-404 .main-content h2{
        font-size: 50vw;
        line-height: 25vw;
    }
    .custom-work-with-sara-row1 .section-header h1{
        font-size: 36px!important;
        line-height: 46px!important;
    }
    .custom-work-with-sara-row2 h1{
        font-size: 40px!important;
    }
    .custom-work-with-sara-row3 .widget-type-header h2,
    .custom-work-with-sara-row4 .widget-type-header h2,
    .custom-work-with-sara-row5 .widget-type-header h2{
        font-size: 26px;
        line-height: 36px;
    }
    .custom-work-with-sara-row6 .section-header h1,
    .custom-work-with-sara-row7 .section-header h1{
        font-size: 40px!important;
    }
    .ar_live_panel {
		/*height: 118vw;*/
		padding-top: 28px;
	}
	.ar_live_container {
		display: flex;
		padding-top: 26px;
	}
	.ar_ast1 {
		height: 32vh;
		width: 60vw !important;
	}
	.ar_live_panel img {
		margin-left: 15vw;
		width: 70% !important;
	}
	.ar_live_text {
		margin-left: 6vw;
		margin-top: 45px;
		text-align: center;
		width: 88%;
	}
	.ar_live_text p:first-child {
		font-size: 9.1vw;
		line-height: 10vw;
		text-align: center;
	}
	.ar_live_text p:last-child {
		font-size: 4.8vw;
		line-height: 7vw;
		text-align: center;
	}
	.ar_live_cta a {
		font-size: 5vw !important;
		margin-left: 14vw !important;
		margin-top: 1vw !important;
		width: 70% !important;
	}
}


@media (max-width: 479px) {
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	  display: block !important;
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	}
	.custom-header{
	    padding-left: 10px;
        padding-right: 10px;
	}
	.custom-logo img{
        max-height: 45%;
	}
	.custom-about-row3-col2-content .hs_cos_wrapper_type_rich_text {
    }
}

@media (max-width: 350px) {
    .mobile-icon {
        left: 20px;
    }
}

@media only screen and (max-width: 426px) and (min-width: 375px) {
	.ar_live_panel {
		/*height: 114vw;*/
        padding-top: 2%;
	}
	.ar_live_container {
		display: flex;
		padding-top: 26px;
	}
	.ar_ast1 {
		height: 32vh;
		width: 60vw !important;
	}
	.ar_live_panel img {
		position: static;
		margin-left: 15vw;
		margin-top: 22px;
		width: 70vw !important;
	}
	.ar_live_text {
		margin-left: 6vw;
		margin-top: 30px;
		width: 88%;
	}
	.ar_live_text p:first-child {
		font-size: 10vw;
		line-height: 5.5vw;
		text-align: center;
	}
	.ar_live_text p:last-child {
		font-size: 6.3vw;
		line-height: 8vw;
		text-align: center;
	}
	.ar_live_cta a {
		font-size: 6vw !important;
		margin-left: 6vw !important;
		margin-top: 0vw !important;
		width: 85% !important;
	}
	.custom-banner .title h1 {
	    margin-top: -80px;
    }
}

@media only screen and (max-width: 374px) and (min-width: 318px) {
	.ar_live_panel {
		/*height: 122vw;*/
		padding-top: 5%;
	}
	.ar_live_container {
		display: flex;
		padding-top: 26px;
	}
	.ar_ast1 {
		height: 32vh;
		width: 60vw !important;
	}
	.ar_live_panel img {
		position: static;
		margin-left: 14vw;
		margin-top: 22px;
		width: 70vw !important;
	}
	.ar_live_text {
		margin-left: 6vw;
		margin-top: 30px;
		width: 88%;
	}
	.ar_live_text p:first-child {
		font-size: 10vw;
		line-height: 5.5vw;
		text-align: center;
	}
	.ar_live_text p:last-child {
		font-size: 6.3vw;
		line-height: 8vw;
		text-align: center;
	}
	.ar_live_cta a {
		font-size: 6vw !important;
		margin-left: 6vw !important;
		margin-top: -2vw !important;
		width: 85% !important;
	}
	.custom-banner .title h1 {
    	margin-top: -60px;
    }
}


.custom-newsletter label{
    display: none !important;   
}

.post-item-search{
    margin-bottom: 50px;
}

.post-item-search .thumb{
    display: block;
    float: left;
    margin: 5px 20px 5px 0;
}
.post-item-search h4 {
    margin-bottom: 0;
    display: block;
    float: left;
}
.post-item-search h4 a{
    max-height: 60px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
}
.post-item-search .date-title{
    float:left;
    display: block;
}
.post-item-search a{
    font-size:12px;
}
.post-item-search .excerpt * {
    font-weight: normal !important;
    color: #555555 !important;
    font-size:14px;
    margin: 0 !important;
}
.post-item-search .excerpt {
  clear: both;  
	margin-top: 30px;
	text-transform: none;
}

.post-item-search .excerpt::first-letter {
	text-transform: uppercase;
}

.hs-form.custom-search-sidebar{
    position:relative;
}
.hs-form.custom-search-sidebar .hs-button.primary{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 7px;
    border-radius: 3px;
    background: white;
    border: 1px solid #cccccc;
    border-left: 0;
    color: #717171;
    font-size: 13px;
}
.hs-form.custom-search-sidebar input[type="text"]{
    width:100%;
}

.blog-section.search h1{
    margin-bottom:40px;
}
.home-last-post{
    padding: 0 !important;
}
.home-last-post .image{
    width:55%;
    position: relative;
}
.home-last-post .content{
    top: 52px;
    right: 20px;
    width: 45%;
    position: absolute;
    background: #fff;
    padding: 25px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.home-last-post .content .post-header h2{
    line-height: 1.2;
}
.home-last-post .content .excerpt h4{
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    color: #7e7e7e;
}
.home-last-post .content #hubspot-author_data, .home-last-post .content #hubspot-author_data > span{
    font-size: 13px;
}

@media (max-width: 767px){
    .home-last-post .image{
        width: 100%;
    }
    .home-last-post .content{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        padding: 20px 0 !important;
    }
}

.fb-video.fb_iframe_widget{
    margin: 0 auto;
    width: 500px;
    display: block;
}

.hs-content-id-5315114253 .main-content .hs-custom-form {

}

.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field input[type="text"],
.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field input[type="tel"],
.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field input[type="email"],
.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field textarea{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: 600px;
}

.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field textarea{
    min-height: 100px;
}

.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field label{
   font-size: 16px;
}

.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field ul.inputs-list.multi-container{
    margin: 10px 0 10px 0;
}

.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field ul.inputs-list.multi-container li{

}

.hs-content-id-5315114253 .main-content .hs-custom-form .hs-form-field ul.inputs-list.multi-container li label{
   font-weight: 500;
   font-size: 15px;
}

.blog-listings {
  padding: 45px 0 !important;
  text-align: center;
}

.blog-listings .widget-type-header h2 {
  color: #fff;
}

.blog-listings-new {
  padding: 45px 0 !important;
}

.blog-listings-new .widget-type-header h2 {
  text-align: center;
  color: #0f2d52;
}


.blog-listings-new .hs_cos_wrapper_type_cta {
  margin-top: 30px;
  text-align: center;
}

/*AR videos*/
.ar-videos{
    background: #0f2d52;
    padding: 45px 0;
    text-align:center;
}
.ar-videos .subscribe span{
    font-size:18px !important;
}
.ar-videos h2{
    color:#fff;
    margin-bottom:15px;
}
.ar-videos .dashboard-stat{
    background: #ffffff;
    background-color: #ffffff;
    color: #231f20;
    border-right: 1px solid #ccc;
    display: block;
    position: relative;
    margin: 35px 0 45px 0;
    padding:20px;
    text-align: left;
}
.ar-videos.ar-videos-colwidth .dashboard-stat {
  max-width: 250px;
  padding: 8px;
}

.ar-videos.ar-videos-colwidth .span4 {
  display: flex;
  align-content: center;
  justify-content: center;
}



.ar-videos.ar-videos-colwidth .dashboard-stat a img {
  margin-bottom: 0;
}
  
.ar-videos .dashboard-stat a{
    color: #00a0f0;
}
.ar-videos .dashboard-stat .play{
    width: 24px!important;
    height: 27px;
    position: absolute;
    z-index: 30;
    top: 37%;
    right: 44%;
    background: url(https://502949.fs1.hubspotusercontent-na1.net/hubfs/502949/row.png);
}
.ar-videos .dashboard-stat a img{
    margin-bottom: 12px;
    width: 100% !important;
}

/*Resources*/
.resources.container{
    width: 1170px;
    max-width: 100%;
    margin: 0 auto !important;
    float: inherit;
    margin-top: 120px !important;
}
.resources.container .title h1{
    text-align: center;
    font-size: 82px;
    font-weight: 600;
}
.resources.container .title h1:after {
    content: '';
    display: block;
    width: 10%;
    border-bottom: 5px solid #ec4346;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 30px auto 0;
}
.grid-sizer, .grid-item{
    width: 33.3333%;
    float: left;
}
.grid-item .span4{
    width: 100% !important;
}
.grid-item{
    padding: 20px;
    /*height: 672px;*/
}
.grid-item .container{

    position: relative;
}
.grid-item img{
    width: 100% !important;
    height: auto;
    position:relative;
}
.grid-item .container:hover::before{
    visibility: visible !important;
}
.container:hover .title{
    z-index: 250 !important;
}
.grid-item .container:hover .title a{
    color: #d9e3ec !important;
}    
.grid-item .container:before{
    width:100%;
    height:100%;
    background: rgba(124,157,185, 0.35);
    position: absolute;
    visibility: hidden;
    content: "";
    z-index: 100;
}
.grid-item .container:after{
    display: block;
    content: "";
    width: 100%;
    height: 176px;
    background: url(https://502949.fs1.hubspotusercontent-na1.net/hubfs/502949/Resources/logo-caption.jpg?t=1511820140610);
    background-position: center;
    background-size: cover;
    /*z-index: 1000000000;
    position: absolute;
    bottom: 0;*/
}
.grid-item.no-logo .container:after{
    display: none;
}
.grid-item .title a{
    color: #fff !important;
    cursor: pointer !important;
}
.grid-item .title{
    position: absolute;
    top: 35%;
    left: 50%;
    max-width: 85%;
    transform: translate(-50%, -50%);
    font-size:31px;
    font-family: "Trebuchet MS","Sans-Serif";
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    text-align: center !important;
    z-index:10;
}
.grid-item .footer-caption{
    position: relative;
}
.grid-item .footer-caption img{
    position: absolute;
    bottom: 0;
}
.second-line{
    font-size: 26px;
    text-align: center;
    margin: 32px 0 26px;
    color: #0f2d52;
}
.filters-select{
    width: 186px;
    height: 57px;
    float: left;
    border-radius: 10px;
    font-size: 18px;
}
.dropdown-holder{
    margin: 0 auto;
    text-align: center;
}
.dropdown, .dropdown-two {
    text-align: left !important;
    position: relative;
    display: inline-block;
    width: 151px;
    height: 46px;
    font-size: 18px;
    border: 1px solid #cecece;
    border-radius: 10px;
    color: #0f2d52;
    background-color: #fff;
    margin: 0 28px 45px;
}
.dropdown span, .dropdown-two span{
    display: block;
    margin: 7px 20px;
    font-size: 18px;
}
.dropdown span:before, .dropdown-two span:before{
    content: "\0025BE";
    display: block;
    position: absolute;
    right:20px;
}
.dropdown a, .dropdown-two a{
    display: block !important;
    width: 100%;
    color: #898989 !important;
    cursor: pointer;
}

.dropdown-content, .dropdown-content-two {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 151px;
    padding: 12px 16px;
    z-index: 10000;
    margin-top:-6px;
    border: 1px solid #cecece;
    border-top: 0 !important;
    left: -1px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media(max-width:1440px){
    .grid-item .title{
        font-size:26px;   
    }
}
@media(max-width:1200px){
    .grid-item, .grid-sizer{
        width: 50%;
    }
    .grid-item .title{
        font-size:26px;   
    }
}
@media(max-width:767px) and (min-width:567px){
    .resources.container{
        max-width: 75%;
    }    
}
@media(max-width:767px){
    .resources.container{
        margin-top: 100px !important;
    }
    .dropdown{
        margin-bottom: 20px;
    }
    .resources.container .title h1{
        font-size: 35px;
    }
    .second-line{
        font-size: 28px;
    }
    .grid-item .title{
        font-size:35px;   
    }
    .grid-item, .grid-sizer{
        height: auto !important;
        width: 100%;
        display: block;
        clear: both;
        position: relative !important;
        top: 0 !important;
    }
}

.promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 40px;
  width: 100%;
  text-align: center;
  background-color: #ed4246;
  color: #fff;
  z-index: 99999;
  width: 100% !important;
  display: flex !important;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.promo-bar p {
    margin: 0;
}

@media(max-width:1200px) {
  .promo-bar {
    min-height: 98px !important;
  }
  
  .promo-bar p {
      font-size: 13px;
      line-height: 1.2;
  }
  
  .promo-bar p span.hs-cta-wrapper {
    display: block;
    margin-top: 10px;
  }
  
  .custom-header.promo-header {
    top: 98px;
  }
}

.credibility-section {
  padding: 20px 0 0px !important;
  text-align: center;
}

.carousel {
  padding-bottom: 20px;
  margin: 0 15px;
  visibility: hidden;
}

.carousel.slick-initialized {
    visibility: visible;
}

.carousel .cred-logo {
  text-align: center;
  padding: 0 40px;
}

.carousel .cred-logo a {
  outline: 0;
}

.carousel.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.slick-slider {
  margin-bottom: 0;
}

.carousel .slick-prev::before, .carousel .slick-next::before {
  color: #000;
}

.promo-section {
  padding: 45px 0 !important;
  background-color: #0f2d52;
}

.promo-section h1, .promo-section h2, .promo-section h3, .promo-section h4, .promo-section h5, .promo-section p {
  color: #fff;
}

.promo-section .page-center [class*="span"] {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 0;
}

.promo-section .hs_cos_wrapper_type_linked_image {
  text-align: center;
}

.promo-section .promo-content .row-fluid-wrapper {
  margin-left: 5%;
}

@media(max-width:767px) {
  .promo-section {
    text-align: center;
  }
  
  .promo-section .promo-content {
    margin-top: 25px;
  }

  .promo-section .promo-content h2 {
    font-size: 30px;
  }
  
  .promo-section .promo-content .row-fluid-wrapper {
    margin-left: 0;
  }
  
  .promo-section.an-promo img {
    max-width: 250px !important;
  }
}

.about-section {
  min-height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  max-width: 1900px;
  margin: 0 auto !important;
  float: none !important; 
}

.about-section img.mobile-image {
  display: none;
}

.about-content-container {
  max-width: 30%;
  background: #fff;
  padding: 40px;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 15% !important;
}

.about-content {
}

@media(max-width:1300px){
  .about-content-container {
    max-width: 40%;
    margin-left: 8% !important;
  }
}

@media(max-width:975px){
  .about-section {
    background-position: 65% center;
  }
  
  .about-content-container {
    max-width: 40%;
    margin-left: 8% !important;
  }
}

@media(max-width:787px){
  .about-section {
    display: block;
    height: auto;
  }
  
  .about-section img.mobile-image {
    display: block;
  }

  .about-content-container {
    max-width: 100%;
    margin-left: 0% !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media(min-width: 768px) and (max-height: 1100px) {
  .hs-about-layout .custom-banner .title {
      vertical-align: bottom;
  }
}

.custom-team-modules {
  background-color: #eee;
  padding: 50px 0;
}

.custom-team-row .hs_cos_wrapper_type_module {
  margin-bottom: 30px;
}

.custom-team-row .hs_cos_wrapper_type_module:last-of-type {
  margin-bottom: 0;
}

.team-member-container {
  padding: 35px 20px;
  background-color: #fff;
}

.team-member-person {
  float: left;
  width: 70%;
}

.team-member-person h3 {
  margin-bottom: 5px;
}

.team-member-person h5 {
  font-size: 17px;
  font-weight: bold;
}

.team-member-social {
  float: right;
}

.team-member-social a {
  color: #0f2d52;
}

.team-member-social i {
  font-size: 23px;
  margin: 0 15px 0 0;
}

.team-member-social i.ol-linkedin img {
  width: 22px;
  vertical-align: middle;
  margin-top: -5px;
}

.team-member-bio {
  clear: both;
}


@media(max-width:767px) {
  .team-member-person {
      margin-top: 20px;
      float: none;
  }
  
  .team-member-social {
    float: none;
  }
  
  .team-member-headshot {
    text-align: center;
  }

  .team-member-headshot img {
    max-width: 250px;
  }

  .team-member-bio {
    margin-top: 20px;
  }

}

.sh-search-results {
  margin-top: 180px;
  margin-bottom: 180px;
}

.sh-search-results button.hs-search-field__button {
  height: 28px;
}

.sh-search-results ul.hs-search-results__listing li.hs-search-results__listing__item:before {
  display: none;
}

.sh-search-results h2.hs-search-results__title {
  font-size: 25px;
  color: rgb(236, 67, 70);
}

.sh-search-results h2.hs-search-results__title:hover {
  color: #555555;
}

.sh-search-results .hs-search-field__suggestions-container {
  z-index: 999;
}

.sh-search-results .hs-search-field__suggestions-container li:before {
  display: none;
}

.sh-search-results .hs-search-results__pagination__link--prev .hs-search-results__pagination__link-icon,
 .sh-search-results .hs-search-results__pagination__link--next .hs-search-results__pagination__link-icon {
  margin-top: -16px;
}