@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@font-face {
  font-family: 'sf_pro_textregular';
  src: url('../../../../../../../../../../../hubfs/2753568/mar2019/sf-pro-text-regular-webfont.woff') format('woff2'),
    url('../../../../../../../../../../../hubfs/2753568/mar2019/sf-pro-text-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displaybold';
  src: url('../../../../../../../../../../../hubfs/2753568/mar2019/sf-pro-display-bold-webfont.woff') format('woff2'),
    url('../../../../../../../../../../../hubfs/2753568/mar2019/sf-pro-display-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'sf_pro_textbold';
    src: url('../../../../../../../../../../../hubfs/2753568/mar2019/sf-pro-text-bold-webfont.woff') format('woff2'),
         url('../../../../../../../../../../../hubfs/2753568/mar2019/sf-pro-text-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
					font-family: 'chalet-london';
					src: url('../../../../../../../../../../../hubfs/2753568/fonts/5372Chalet-London.woff') format('woff2'),
						url('../../../../../../../../../../../hubfs/2753568/fonts/5372Chalet-London.woff') format('woff');

				}

				.chalet-london{font-family: 'chalet-london' !important;}

						@font-face {
					font-family: 'chalet-new-york';
					src: url('../../../../../../../../../../../hubfs/2753568/fonts/3095Chalet-New-York.woff') format('woff2'),
						url('../../../../../../../../../../../hubfs/2753568/fonts/3095Chalet-New-York.woff') format('woff');

				}

				.chalet-new-york{font-family: 'chalet-new-york' !important;}

						@font-face {
					font-family: 'larsseit';
					src: url('../../../../../../../../../../../hubfs/2753568/fonts/9611Larsseit.woff') format('woff2'),
						url('../../../../../../../../../../../hubfs/2753568/fonts/9611Larsseit.woff') format('woff');

				}

				.larsseit{font-family: 'larsseit' !important;}

						@font-face {
					font-family: 'chalet-paris';
					src: url('../../../../../../../../../../../hubfs/2753568/fonts/4935Chalet-Paris.woff') format('woff2'),
						url('../../../../../../../../../../../hubfs/2753568/fonts/4935Chalet-Paris.woff') format('woff');

				}

				.chalet-paris{font-family: 'chalet-paris' !important;}


/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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("../../../../../../../../../../../final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("../../../../../../../../../../../final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("../../../../../../../../../../../final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("../../../../../../../../../../../final/img/common/icons/social/googleplus-24x24.png");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(../../../../../../../../../../../content_shared_assets/static-1.3935/img/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(../../../../../../../../../../../content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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


/* Colors */
    /*      Theme color:  Blue    */
       /*      Light Gray              */
      /*      White                   */
           /*      Dark Gray Tone 1        */
           /*      Light Gray              */
        /*      Dark Gray Tone 2        */

/* Typography */
    /* Ex. "font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';"   */
                          /* Ex. "font-size: 14px;"       */
                         /* Ex. "line-height: 1.5;"   */

/* Containers */
        /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
       /* Id should be 20px less then maxWidth you defined above */


*, *: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: #f5f5f5;
    color: #444;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' !important;
    font-size: 14px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'chalet-london';
}

.hs-button.primary {
    background: #2A93D5 none repeat scroll 0 0;
    border: 1px solid #2A93D5;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    padding: 15px 20px;
    letter-spacing: 0.5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    cursor:pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.page-center{
    float: none !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding:0 10px !important;                                    
}
.blog-cta a.cta_button, .mobile-cta a.cta_button {
    background-color: #2A93D5 !important;
    border-color: #2A93D5 !important;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' !important;
}  
.blog-cta a.cta_button:hover {
    background-color: transparent !important;
    color: #2A93D5 !important;
}  

/* Lists */

ul, ol {
    padding:0 20px; 
    margin:0;
}
ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.body-container{
  max-width:100% !important;
  padding:0px !important;
  margin-top: 35px;
}
.header-container{
    width:100% !important;
    max-width:100% !important;
    padding:0px !important;
}

/*   Mobile Menu - Hubspot Standard Toggle Menu  */

/*--------------------Header CSS ends----------------------*/
.header-inner-section {
  padding: 18.5px 10px;
}
.header-inner-section > .row-fluid-wrapper > .row-fluid  {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.header-inner-section .custom-menu-primary-new ul {
  float: right;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
  min-height: 0;
  line-height: normal;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 0px 17.5px;
  color: #666666;
  font: 16px/17px 'sf_pro_textregular';
  background: transparent;
  font-weight: 400;
}
.header-inner-section .logo-container img {
  max-width: 80px;
}
.header-inner-section .custom-menu-primary-new {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/*--------------------Footer CSS starts--------------------*/
.foofter-section {
  padding: 65px 40px;
  background: #fff;
}
.foofter-section .page-center {
 /* max-width: 100% !important;*/
  padding: 0px !important
}

.foofter-section .page-center > .row-fluid-wrapper > .row-fluid  {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.foofter-section .footer-logo-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.copy-right-text {
  width: 100%;
  float: left;
  color: #888888;
  font: 14px/16px 'sf_pro_textregular';
  margin-top: 10px;
  min-height: 0 !important;
}
.footer-logo {
  max-width: 80px;
}
.footer-block h4 {
  color: #666666;
  font: 16px/18px 'sf_pro_textbold';
  margin: 0 0 20px;
}
.footer-block ul {
  padding: 0;
  list-style: none !important;
  margin: 0 !important;
}
.footer-block ul li {
  margin-bottom: 15px;
}
.footer-block ul li a {
  color: #666666;
  font: 16px/17px 'sf_pro_textregular';
  text-decoration: none;
  padding: 0 !important;
}
.footer-block ul li a:hover {
  color: #000;
}
.footer-block ul li:last-of-type {
  margin-bottom: 0px;
}
.foofter-section .footer-block {
  padding: 0 15px;
  margin: 0!important;
}
.foofter-section .footer-block:first-child {
  width: 74%;
}
.foofter-section .footer-block:nth-child(2) {
  width: 11%;
}
.foofter-section .footer-block:last-child  {
  width: 15%;
}
/*--------------------Footer CSS ends----------------------*/
/*--------------------Body CSS starts----------------------*/

.row-fluid .blog-hero-container {
    background-size: cover;
    display: table;
    height: 300px;
    position:relative;
}    
.row-fluid .blog-hero-container h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 72px;
  padding-top: 90px;
}
.dark-overlay-bg {
    background: rgba(0, 0, 0, 0) url("../../../../../../../../../../../hubfs/476360/Images/hero-dark-overlay.png") repeat scroll 0 0 / cover ;
    height: 100%;
    position: absolute;
    width: 100%;
}
.row-fluid .blog-hero-container {
    background-position:center center;
    background-size: cover;
    height: 250px;
    position: relative;
}

/*--------------------Body CSS ends------------------------*/
/*--------------------Blog Listing CSS starts--------------*/

.grid {
    list-style: none;
    padding:0;
    margin:0 !important;
    max-width:none !important;
    line-height:normal;
    font-size : 0 !important;
}
.category-container {
    height: 60px;
    display: block;
    background: #fff;
    margin-top: 50px;
}
.label-category-filter {
    width: 220px;
    text-align: center;
    display: inline-block;
    float: left;
	background: #2A93D5;
	color: #fff;
	height: 60px;
}
.category-slider-container {
    display: inline-block;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: calc(100% - 220px);
    float: left;
    position: relative;	
}
span.filter-heading {
    line-height: 57px;
    font-size: 18px;
}
.category-slider-container span {
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: middle;
    color: #6b7381;
}
.category-slider-container a{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    vertical-align: middle;
    color: #6b7381;
    display: inline-block !important;
    float: none;
    padding-left: 10px;
    height:100%;
    line-height:inherit;
    width: 100%;
}
.blog-footer a:hover{
    color:#2A93D5 !important;
}
.category-slider-container a:hover{
    color:#2A93D5;
}
span.show-all-category {
    border-left: 1px solid #f5f5f5;
    font-weight: 500;
    line-height: 60px;
    margin-left: 45px;
    position: absolute;
    vertical-align: top;
}
section.regular.slider {
    display: inline-block;
    margin: 0 0 0 15px;
    float:right;
    height: 60px;
}
.slick-prev.slick-arrow {
    left: -146px !important;
    top: 30px !important;
    height: 60px !important;
    width: 35px !important;
    background: #fff none repeat scroll 0 0 !important;
}
.slick-prev:focus, .slick-next:focus{
    outline:0 !important;
}
.slick-next {
    height: 60px !important;
    right: 3px !important;
    top: 30px !important;
    width: 35px !important;
    background: #fff none repeat scroll 0 0 !important;
}
.slick-prev::before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 35px;
}
.slick-next::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 35px;
}
.slick-slide {
    height: 60px;
    line-height: 60px;
}
.slider {
    width: -webkit-calc(100% - 150px) !important;
    width: -moz-calc(100% - 150px) !important;
    width: -o-calc(100% - 150px) !important;
    width: calc(100% - 150px) !important;
}
section.regular.slider {
    padding: 0 30px 0 0;
}
.slick-initialized .slick-slide {
    border-left: 1px solid #f5f5f5;
    line-height:60px;
}
.slick-slide {
    margin: 0 0px 0 0 !important;
    height:100%;
}
.slick-slide span{
	padding-left:10px;
}
.slick-slide:focus {
    outline: 0 !important;
}
.category-slider-container{
	display: none;
}
.category-select-container{
	display: none;
}
.slick-slide > a {
    display: block;
}
.slick-slide > a:hover span{
    color:#2A93D5;
}
.category-select-container select {
    border: 1px solid #a26b3e;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 5px;
    width: 100%;
}
.slick-next::before {
    content: "\f105" !important;
    font-family: fontawesome !important;
    color: #444 !important;
    font-size: 35px !important;
}
.slick-prev::before {
    content: "\f104" !important;
    font-family: fontawesome !important;
    color: #444 !important;
    font-size: 35px !important;
}
.slick-list.draggable {
    padding-left: 15px;
    height:100%;
}
.slick-track{
    height:100%;
}
.show-all-category > a {
    color: #6b7381;
    display: block;
    text-decoration: none;
}
.show-all-category > a:hover{
    color:#2A93D5;
}
.prev-link, .next-link {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    font-size: 14px;
}
.grid li {
    width: 33.33%;
    padding:  0 !important;
}
.post-item {
    max-width: 400px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin: 17px 20px;
}
.featured-image img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
}
.post-item:hover .featured-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.published-date {
    background: rgba(0,0,0,0.7);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 60px;
    position: absolute;
    right: -22px;
    top: -22px;
    width: 60px;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    z-index: 200;
}
.published-date .date-value {
    display: block;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding-top: 5px;
}
.published-date .month-value {
    display: block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1px;
}
.published-date .month-value::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: -1px;
    width: 30px;
}
.post-category > span {
    color: #2A93D5;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-right: 8px;
    position: relative;
    text-transform: uppercase;
}
.post-category > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.post-category > span:last-child::after {
	display: none;
}
.post-title {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
  font-family: 'chalet-london' !important;
  line-height: 1.2;
  
}
.post-body-container a {
    text-decoration: none;
}
.post-content {
    font-size: 14px;
    line-height: 24px;
}
.post-author {
    display: block;
    float: left;
    padding: 15px 25px;
    width: 100%;
    -moz-box-shadow:   0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
    -webkit-box-shadow: 0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
    box-shadow:        0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
}
.post-author i {
    font-size: 18px;
    margin-right: 3px;
}
.featured-image {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	display: inline-block;
	float: left;
	font-size: 0;
	overflow: hidden;
}
.post-body-container {
    display: inline-block;
    float: left;
    padding: 25px;
}
.post-category {
    margin-bottom: 15px;
}
.post-author > span {
    font-size: 14px;
    color: #aaa;
    vertical-align: top;
}
.post-author > i{
    color: #aaa;
}
.post-content p {
    margin-bottom: 0;
}
.post-category i {
    color: #2A93D5;
    padding-right: 3px;
    position: relative;
    font-size:16px;
}
.grid li {
    margin: 0px 0;
    padding: 0;
}
.overlay-bg{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
}
.overlay-bg > div{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    top: 100%;
    height: 50px;
    position: absolute;
    width: 100%;
    display: table;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: 200;
}
.post-item:hover .overlay-bg > div{
	-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    top: -webkit-calc(100% - 50px);
    top: -moz-calc(100% - 50px);
    top: -o-calc(100% - 50px);
    top: calc(100% - 50px);
}
.overlay-bg span {
    color: #fff;
    display: table-cell;
    float: none;
    font-size: 36px;
    line-height: normal;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.overlay-bg span{
	font-size: 16px; 	
}
.post-listing-container .mb-pagination a:hover {
    background: transparent none repeat scroll 0 0;
}
.mb-pagination {
    display: block;
    list-style: outside none none;
    margin: 45px 0 0 !important;
    padding: 0;
    text-align: center;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' !important;
}
.mb-pagination li {
    display: inline-block;
    line-height: 16px;
border:0 !important;
}
.prev-list a, .next-list a{
    border: 1px solid #aaa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 12px;
    padding: 6px 15px;
    text-transform: uppercase;
}
.prev-list a:hover, .next-list a:hover{
    background: #2A93D5 !important;
    border-color: #2A93D5 !important;
    color: #fff !important;
}
.post-listing-container {
	margin-bottom: 50px !important;
	margin-top: 50px;
}
.mb-pagination .number-li:last-child {
	display: block !important;
}
.mb-pagination li, .mb-pagination li a {
    color: #aaa;
    display: inline-block;
    line-height: 16px;
    margin: 0 4px;
    background: transparent none repeat scroll 0 0;
}
.mb-pagination li.number-li a {
	font-weight: 600;
	font-size: 15px;
}
.mb-pagination li.active a {
    background: #2A93D5 none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    height: 30px;
    line-height: 25px;
    padding: 2px;
    vertical-align: middle;
    width: 30px;
}
.mb-pagination li.dots {
    margin: 0;
}
.no-featured-image .post-item {
    background: rgba(0, 0, 0, 0) url("../../../../../../../../../../../hubfs/476360/Images/orange2.jpg") repeat scroll 0 0;
    background-size: cover;
}
.post-listing-container .no-featured-image.odd .post-item {
	background: rgba(0, 0, 0, 0) url("../../../../../../../../../../../hubfs/476360/Images/dark-texture1.jpg") repeat scroll 0 0;
}
.no-featured-image .post-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0) url("../../../../../../../../../../../hubfs/476360/Images/overlay-pattern.png") repeat scroll 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	left:0;
	opacity: 0.9;
}
.post-listing-container .no-featured-image.odd .overlay-bg > div {
    background: rgba(255, 129, 0, 0.7) none repeat scroll 0 0;
}
.post-listing-container .no-featured-image.odd .post-item::before{
	opacity: 0.7;
}
.no-featured-image .post-title,.no-featured-image .post-content *, .no-featured-image .post-author > span, .no-featured-image .post-author i {
    color: #fff;
    z-index:100;
    position: relative;
}
.hs-blog-listing .post-content span, .hs-blog-listing .post-content h2, .hs-blog-listing .post-content p, .hs-blog-listing .post-content a,
.hs-blog-listing .post-content h3, .hs-blog-listing .post-content h4{
    margin-bottom: 0;
    margin-top:0px;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #aaa;
    text-decoration:none;
    font-weight:400;
}
.hs-blog-listing .no-featured-image .post-content span, .hs-blog-listing .no-featured-image .post-content h2, .hs-blog-listing .no-featured-image .post-content p,
.hs-blog-listing .no-featured-image .post-content a, .hs-blog-listing .no-featured-image .post-content h3, .hs-blog-listing .no-featured-image .post-content h4{
    color:#fff;
}
.hs-blog-listing .post-content img{
    display:none;
}

/*-----------------------------Blog Listing CSS ends-------------------------*/
/*-----------------------------Blog Post CSS Starts--------------------------*/

.blog-post-container {
    padding: 25px 0 0px;
    max-width: 1000px;
}
.blog-post-container .blog-post-title h1 {
    font-size: 46px;
    font-weight: regular;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #135589;
    line-height:1.2;
}
.blog-post-author-and-date i {
    padding: 0 5px 0 5px;
}
.blog-post-author {
    border-right: 2px solid #6b7381;
    padding-right: 10px;
}
.blog-post-author-and-date {
    margin: 10px 0;
} 
.blog-post-featured-image {
    text-align: center;
}
.blog-post-featured-image img{
	width: 100%;
	max-width: 100%;
	margin: 25px 0;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
    margin: 0 0 15px;
    color: #444;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4 , .blog-post-content a {
    font-weight: 500;
}
.blog-post-content a {
    color: #2A93D5;
    font-weight: 300;
    text-decoration:none;
}
.blog-post-content a:hover{
	opacity: 0.75;
	text-decoration: underline;
}
.blog-post-content p {
    font-weight: 300;
    line-height: 26px;
}
.blog-post-content ul{
    list-style: none;
    padding-left: 30px;
}
 .blog-post-content ol {
 	padding-left: 30px;
 	list-style: none;
 	counter-reset: item;
 }
 .blog-post-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #2A93D5;
    position: absolute;
    font-weight: 400;
    left: -20px;
}
.blog-post-content ul li::before {
    content: "\f111";
    font-family: fontAwesome;
    color: #2A93D5; 
    position: absolute;
    font-size: 8px;
    left: -15px;
}
.blog-post-content ul li, .blog-post-content ol li {
    color: #444;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
}
.blog-post-category {
    border-bottom: 2px solid #eee;
    color: #2A93D5;
    font-size: 13px;
    margin: 15px 0;
    padding-bottom: 40px;
    text-align: right;
    text-transform: uppercase;
}
.blog-post-category i {
    color: #2A93D5;
    padding-right: 7px;
    position: relative;
    font-size: 16px;
}
.blog-post-category > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.blog-post-category > span:last-child::after {
    display: none;
}
.blog-post-category > span{
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-right: 8px;
}
.blog-post-next-previous-container > a{
	display: inline-block;
    float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius:8px;
    background-size: cover;
    position: relative;
    background-position: center center;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.blog-post-next-previous-container > a:after{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../../../../../../../../../../hubfs/476360/Images/overlay-pattern.png?t=1494833093949);
	content:"";
	top: 0;
    left: 0;
    opacity: 0.9;
    border-radius:8px;
}
.blog-post-prev-link{
	padding:40px 40px 40px 150px;
	margin-right: 10px;
}
.blog-post-next-link{
	padding:40px 150px 40px 40px;
	margin-left: 10px;
}
.blog-post-next-previous-container {
    margin: 50px 0;
    overflow: hidden;
}
.blog-post-next-previous-container > a > div {
    color: #fff;
    position: relative;
    z-index: 1000000;
}
.next-prev-post-category  {
    display: block;
    color: #2A93D5;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: left;
}
.blog-post-next-previous-container > a:hover {
    opacity: 0.75;
}
.next-prev-post-category > span{
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 8px;
}
.next-prev-post-category > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.next-prev-post-category > span:last-child::after {
    display: none;
}
.next-prev-post-category i {
    color: #2A93D5;
    padding-right: 7px;
    position: relative;
    font-size: 16px;
}
.blog-post-next-block .next-prev-post-category  {
    text-align: right;
}
.blog-post-next-link {
    text-align: right;
}
.next-prev-post-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.blog-post-next-block-arrow {
    font-size: 36px;
    margin: auto;
    position: absolute !important;
    right: -88px;
    top: 15px;
    line-height:normal;
}
a.blog-post-next-link {
    float: right;
}
a,a:focus {
    outline: 0 !important;
}
.blog-post-prev-block-arrow {
    font-size: 36px;
    margin: auto;
    position: absolute !important;
    left: -88px;
    top: 15px;
    line-height:normal;
}
.about-author-image {
    display: inline-block;
    float: left;
    width: 125px;
    text-align: center;
}
.author-detail {
    display: inline-block;
    float: left;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: -o-calc(100% - 125px);
    width: calc(100% - 125px);
    text-align: left;
    padding-left:15px;
}
.about-author-image > img {
    border: 2px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    float: none;
    margin: 0 auto;
    width: 100px;
    height:100px;
}
.blog-post-about-author {
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    margin-top: 15px;
}
.blog-post-next-previous-container > a.blog-post-prev-link::before {
    background: #2A93D5 none repeat scroll 0 0;
    -webkit-border-radius: 6px 0;
    -moz-border-radius: 6px 0;
    -o-border-radius: 6px 0;
    border-radius: 6px 0;
    color: #fff;
    content: "Prev";
    left: 0;
    padding: 3px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
    z-index: 100;
    letter-spacing: 0.3px;
}
.blog-post-next-previous-container > a.blog-post-next-link::before {
    background: #2A93D5 none repeat scroll 0 0;
    -webkit-border-radius: 0 6px 0 6px;
    -moz-border-radius: 0 6px 0 6px;
    -o-border-radius: 0 6px 0 6px;
    border-radius: 0 6px 0 6px;
    color: #fff;
    content: "Next";
    right: 0;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    z-index: 100;
    text-align: center;
    width: 55px;
    letter-spacing: 0.3px;
}
#comments-listing{
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0 20px 20px;
}
.comment.depth-0:first-child {
    border-top: 0 none;
}
.blog-post-about-author-container{
    margin: 50px 0;
}
.author-name {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.about-author-text > p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin: 7px 0;
}
.blog-post-content {
    margin: 10px 0 30px;
}
.related-post-title {
    color: #444;
    font-size: 24px;
    font-weight: 600;
}
.related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration:none;
    margin:10px 0;
}
.related-post-heading, .subheading-text h3 {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin:5px 0;
}
.related-post-block {
    display: inline-block;
    width: -webkit-calc(33.33% - 25px);
    width: -moz-calc(33.33% - 25px);
    width: -o-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
    vertical-align: top;
}
.related-post-container .related-post-block:nth-child(2){
	margin:0 33px;
}
.related-post-featured-image img {
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    height: 265px;
    -webkit-v
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.related-post-featured-image {
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: block;
}
.related-post-container {
    margin: 20px 0;
}
.related-post-category {
    margin: 10px 0;
    color:#2A93D5;
}
.related-post-category > span{
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 8px;
    text-transform: uppercase;
}
.related-post-category  > span::after {
    content: ",";
    font-size: 16px;
    padding-left: 2px;
}
.related-post-category  > span:last-child::after {
    display: none;
}
.related-post-category  i {
    color: #2A93D5;
    padding-right: 7px;
    position: relative;
    font-size: 16px;
}
.related-post-container a {
    text-decoration: none;
}
.related-post-block:hover .related-post-featured-image img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.post-social-sharing > ul {
    list-style: outside none none;
    padding: 0;
}
.post-social-sharing li {
    display: block;
    width: 40px;
}
.post-social-sharing a {
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font-size: 22px;
    height: 35px;
    line-height: 34px;
    margin: 5px 0;
    text-align: center;
    width: 35px;
    color: #444;
    outline:0 !important;
}
.social-share-google-plus {
    font-size: 20px !important;
}
.post-social-sharing a:hover {
    color: #2A93D5;
    opacity: 1;
}
.post-social-sharing {
    margin-left: -80px;
    position: fixed;
    top: 131px;
}
a.fb-icon {
    background: #3d5b99;
}
a.tw-icon {
    background: #1da1f2;
    
}
a.insta-icon{
	background: radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);
}
a.pinterest-icon {
    background: #bd081c;
}
.social-toggle-button {
    display: none;
}
.block-quote, blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 8px solid #2A93D5;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: 0.7px;
    margin: 25px 10% 25px 10% !important;
    max-width: 80%;
    padding: 15px 50px 15px 50px;
    width: 100%;
    font-size: 14px;
    font-style:italic; 
}
.blog-post-content blockquote p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}
.blog-post-content blockquote{
    font-size: 14px;
    font-style: italic;
}
.blog-post-content blockquote p::first-letter,.blog-post-content  blockquote p:first-letter {
    font-size: 200%;
    color: #2A93D5;
    font-weight: 500;
}
.hs-blog-post .blog-hero-container, .hs-blog-post .category-container {
    display: none !important;
}
.blog-list-middle-section div {
    min-height: 0 !important;
}
.hs-blog-post{
    background: #fff;
}
.blog-post-category a {
    color: #2A93D5;
    text-decoration: none;
}
.blog-post-next-previous-container a {
    text-decoration: none;
}
.blog-post-authot-and-date a {
    text-decoration: none;
    color: #6b7381;
}
.comment.depth-0 {
    border-top: 2px solid #eee;
    padding-top: 0 !important;
}
.comment-from h4 {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 15px 10px 5px 0;
    color:#2A93D5;
}
.comment-from h4 a{
    color:#2A93D5;
}
.comment-body > p {
    font-weight: 300;
    margin: 5px 0 10px;
}
.comment-reply-to {
    cursor:pointer;
}
.new-comments {
    margin-bottom: 30px;
}
.hs-common-confirm-message {
    margin-bottom: 20px !important;
}
.comment.depth-1 {
    padding-left: 50px !important;
}
.new-comments fieldset {
    max-width:100% !important;
}
.new-comments fieldset.form-columns-3{
    max-width:100% !important;
}
.new-comments fieldset.form-columns-3 .hs-form-field{
    width:33.33% !important;
}
.new-comments fieldset .input{
    margin:0 !important;
}
.new-comments fieldset.form-columns-3 .input{
    margin-right: 15px !important;
}
.new-comments fieldset.form-columns-3 .hs_website .input{
    margin-right: 0px !important;
}
.new-comments fieldset textarea {
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 120px;
    margin: 0;
    resize: none;
    width: 100% !important;
    padding: 10px;
    font-size: 14px;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    letter-spacing:0.5px;
}
.new-comments fieldset input, .new-comments fieldset select {
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
    resize: none;
    width: 100% !important;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    letter-spacing:0.5px;
}
h3.subheading-text  {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0;
    text-transform: capitalize;
}
.new-comments fieldset.form-columns-3 {
    margin-top: 10px !important;
}
.new-comments .hs-button.primary {
    background: #2A93D5 none repeat scroll 0 0;
    border: 1px solid #2A93D5;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    padding: 15px 20px;
    letter-spacing: 0.5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    cursor:pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.new-comments .hs-button.primary:hover{
    background:transparent;
    color: #2A93D5;
}
.blog-post-comment-section {
    margin-bottom: 50px;
}
.blog-post-author a:hover{
    color:#2A93D5;
}
textarea:focus, input:focus {
    outline: 0;
}
.hs-author-profile .hs-author-name, 
.post-listing .hs-author-listing-header{
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0;
    text-transform: capitalize;
    display:block;
    width:100%;
    float:left;
}
body[class*='blog-author'] .category-container{
   display:none;
}
.author-profile-details {
    position: relative;
    padding: 30px 30px 30px 90px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 60px;
    display: inline-block;
    float: right;
    margin-bottom:40px;
}
.hs-author-avatar > img {
    border-radius: 100%;
    height: 125px;
    width: 125px;
}
.hs-author-avatar {
    display: inline-block;
    float: left;
    left:-60px;
    position: absolute;
    top: -60px;
    width: 125px;
}
.hs-author-bio {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
}
.container.post-listing-container {
    display: block;
    width: 100%;
    float: left;
}
.hs-author-social-section {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-weight: 300;
}
span.hs-author-social-label {
    margin-right: 4px;
}
body[class*='blog-author'] .post-listing-container {
    margin: 0px;
}
.author-profile-details .hs-author-social-links a {
    border: 1px solid #444 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 22px;
    height: 35px !important;
    line-height: 34px !important;
    margin: 0 2px;
    text-align: center;
    width: 35px !important;
    background: none !important;
    position:relative;
    text-indent: 0 !important;
}
.author-profile-details .hs-author-social-links a:hover{
    color:#2A93D5;
}
.hs-author-social-links {
    display: inline-block;
    font-size: 0;
    line-height: normal;
    vertical-align: middle;
}
.author-profile-details .hs-author-social-links a::before{
    font-family:fontAwesome;
    position:absolute;
    left:0;
    right: 0;
    top:0;
    font-size:20px;
    margin:auto;
}
.author-profile-details .hs-author-social-links a.hs-social-facebook::before{
    content:"\f09a";
}
.author-profile-details .hs-author-social-links a.hs-social-linkedin::before{
    content:"\f0e1 ";
}
.author-profile-details .hs-author-social-links a.hs-social-twitter::before{
    content:"\f099 ";
}
.author-profile-details .hs-author-social-links a.hs-social-google-plus::before{
    content:"\f0d5 ";
}
body[class*='blog-author'] .hs-author-profile {
    overflow: hidden;
}
.blog-pagination {
  /*background: #fff none repeat scroll 0 0;*/
  clear: both;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 auto 50px;
  text-align: center;
  width: auto;
}
.blog-pagination-container{
    text-align: center;
}
.blog-pagination-left {
    display: inline-block;
    float: none;
}
.blog-pagination-center {
    display: inline-block;
    width: auto;
}
.blog-pagination-center a {
  margin: 0 5px;
}
.blog-pagination-center a.active {
  background: #2A93D5 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 27px;
  text-align: center;
  width: 28px;
}
.blog-pagination-right {
    display: inline-block;
}
.blog-subscribe-container {
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
    -o-border-radius: 4px 0 0;
    border-radius: 4px 0 0;
    bottom: 0;
    color: #444;
    max-width: 300px;
    opacity: 1;
    position: fixed;
    right: 0;
    visibility: visible;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    overflow:hidden;
    z-index: 99999999;
    width:100% !important;
}
.blog-subscribe-container h3 {
    display:none;
}

.blog-subscribe-container .hs_email.field.hs-form-field > label {
    font-size: 13px;
    display:none;
}
.blog-subscribe-container .hs-input {
    border: 0;
    margin: 5px 0 0;
}
.hs-error-msgs label {
    font-size: 12px;
}
.blog-subscribe-container .hs-button {
    background: #2A93D5 none repeat scroll 0 0;
    border: 1px solid #2A93D5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    -webkit-appearance:none;
    margin: 20px 0 10px;
    padding: 10px 15px;
    font-family: 'larsseit', 'SF Pro Text',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol' !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    cursor:pointer;
}
.blog-subscribe-container .hs-button:hover{
    background:transparent;
    color:#2A93D5;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.blog-subscribe-container.closed{
    bottom:-320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-subscribe-container h4 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 120px;
    position: relative;
    text-align: center;
}
.blog-subscribe-container h4::before {
    background: #2A93D5 none repeat scroll 0 0;
    border: 2px solid #444;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    content: "";
    font-family: fontawesome;
    font-size: 50px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 3px;
    width: 100px;
}   
.blog-subscribe-heading h2 {
    background: #2A93D5;
    color:#fff;
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 5px 10px 5px 45px;
    position: relative;
}
.blog-subscribe-heading h2::before {
    content: "\f106 ";
    position: absolute;
    top: 2px;
    left: 15px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    font-family: fontawesome;
    font-size: 22px;
}
.blog-subscribe-form-section {
    padding: 10px 15px 5px;
}
.blog-subscribe-container .hs-input {
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 5px 0 0;
    vertical-align: middle;
}
.blog-subscribe-container.opened .blog-subscribe-heading h2::before{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.hs-blog-post .blog-subscribe-container{
    display:none;
}
.footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right !important;
    padding-left: 15px !important;
    padding-right:0 !important;
    overflow: hidden;
    max-width:100%;
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer-recent-post .hs-rss-item {
    border-bottom:1px solid #444;
    padding-bottom:10px !important;
    margin-bottom:10px !important;
}
.footer-recent-post .hs-rss-item:last-child {
    border-bottom:0;
    padding-bottom:0px !important;
    margin-bottom:0px !important;
}
.footer-recent-post .hs-rss-item-text{
    font-size:14px;
}
.footer-recent-post .widget-type-rss_listing h3 {
    display: none;
}
body[class*='blog-author'] .blog-hero-container{
   display: none !important;
   background: #fff;
}
body[class*='blog-author'] {
   background: #fff;
}
.slick-next.slick-arrow{
    border-left:1px solid #f5f5f5;
}
#captcha_wrapper {
  margin: 25px 0 10px;
}
.header-section .page-center {
  /*max-width: 100% !important;*/
  padding: 0 !important;
}
.header-section {
  background: #fff;
}
.header-section {
  background: rgba(255, 255,255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999;
}
.related-post-heading {
  padding: 15px 15px;
  color: #444;
  font-weight: 700;
  background: #f5f5f5;
  margin: 0;
}
.blog-related-post-container .related-post {
  margin-bottom: 20px;
}
.blog-related-post-container .related-post-container {
  padding: 0 15px;
}

.hs-blog-post .related-post-block:last-child {
  border-bottom: none;
}
.hs-blog-post .blog-subscribe-container { 
  display: block;
}
.hs-blog-post .related-post-block {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.hs-blog-post .related-post-container .related-post-block:nth-child(2) {
  margin: 0 0 20px;
}
.hs-blog-post .blog-right-container {
  margin-top: 50px !important; 
}
.hs-blog-post .related-post-inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.hs-blog-post .related-post-featured-image {
  max-width: 80px;
  width: 100%;
  margin-right: 15px;
}
.hs-blog-post .related-post-title {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 0;
}
.hs-blog-post .related-post-featured-image img {
  height: auto;
}
.hs-blog-post .related-post-title, .hs-blog-post .related-post-title h5 a, .hs-blog-post .related-post-title a, .hs-blog-post .related-post-title h5 {
  font-size: 16px;
}
.hs-blog-post .blog-subscribe-container {
  border-radius: 0;
  bottom: 0;
  color: #444;
  max-width: 100%;
  position: static;
  background: #2A93D5;
  padding: 10px;
  box-shadow: none;
}
.hs-blog-post .blog-subscribe-heading h2::before {
  display: none;
}
.hs-blog-post .blog-subscribe-heading h2 {
  padding: 10px 10px;
  font-weight: 700;
}
.hs-blog-post .blog-subscribe-form-section {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 30px;
  margin-top: 10px;
  box-shadow: rgba(0,0,0,.2) 0px 15px 7px -8px;
}
.hs-blog-post .blog-subscribe-container .hs-input {
  border: 1px solid #f2f2f2;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 5px 0 15px;
  vertical-align: middle;
  background: #fff;
  height: 50px;
  padding: 10px;
  color: rgba(0,0,0.8);
}
.hs-blog-post .blog-subscribe-container label {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.hs-blog-post .blog-subscribe-container .hs-form-radio .hs-input {
  height: auto;
  margin: 5px 5px;
}
.hs-blog-post .blog-subscribe-container .hs-form-radio {
  list-style: none;
}
.hs-blog-post .blog-subscribe-container .inputs-list {
  padding: 0;
}
.blog-subscribe-container .hs-button {
  padding: 15px 10px;
  background: #2A93D5;
  color: #fff;
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 16px;
  display: block;
  width: 100%;
  border-radius: 5px;
  font-weight: 900;
  text-transform: none;
}
.blog-subscribe-container .hs-button:hover {
  background: #2A93D5;
  color: #fff;
}
.new-comments fieldset.form-columns-2 .input {
  margin-right: 15px !important;
}
.new-comments .hs-form .hs-form-field {
  margin: 0 0 20px;
} 
/*-----------27/03/2019------------*/
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #ffffff;
  border: 1px solid #dedede;
  position: absolute;
  left: -92px;
  margin-top: 18px;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0 ,0 , 0.4);
  box-shadow: 0px 5px 16px 0px rgba(0, 0 ,0 , 0.4);
  width: 300px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 200ms linear, -webkit-transform 250ms ease-in-out;
  transition: opacity 200ms linear, -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out, opacity 200ms linear;
  transition: transform 250ms ease-in-out, opacity 200ms linear;
  transition: transform 250ms ease-in-out, opacity 200ms linear, -webkit-transform 250ms ease-in-out;
}

.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul:before {  
  content: '';
  bottom: 100%;
  left: 43%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #dedede;
  border-width: 17px;
  margin-left: -17px;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul:after {
  content: '';
  bottom: 100%;
  left: 43%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(249, 249, 249, 0);
  border-bottom-color: #ffffff;
  border-width: 16px;
  margin-left: -16px;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child ul:before,
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child ul:after {
  left: 79%;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul li {
  margin: 0 0 0 1.2rem;
  /* -webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD; */
  box-shadow: inset 0 -1px 0 0 #DDDDDD;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul li:last-child {
  box-shadow: none;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul li a {
  padding: 1rem 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child ul {
  left: -200px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.active.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
} 
/*-----------------Responsive CSS Starts--------------*/
.header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #000;
}
.mobile-copy-right {
  display: none !important;
}
@media (max-width:1420px){
  .post-social-sharing {
    bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 9999999;
  }
  .social-toggle-button {
    background: #2A93D5;
    border-radius: 5px 0 0 5px;
    bottom: 10px;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 53px;
    line-height: 49px;
    position: fixed;
    right: 131px;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 40px;
    z-index: 10;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);                                          
  }
  .social-toggle-button i{
    padding-left: 4px;
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color:#fff;
  }
  .post-social-sharing > ul {
    background: #fff none repeat scroll 0 0;
    bottom: 5px;
    margin: 5px 0;
		padding: 4px 9px;
		position: fixed;
		right: 0;
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
    	border-left:0;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
		height:53px;
	}
	.post-social-sharing li {
	    display: inline-block;
	    width: auto;
	}
	.post-social-sharing.close-social .social-toggle-button i{
		-webkit-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.post-social-sharing.close-social .social-toggle-button {
	    right:0;
	    -webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
	}
	.post-social-sharing.close-social > ul {
	  right: -133px;
	  -webkit-transition: 0.6s;
		-o-transition: 0.6s;
		-moz-transition: 0.6s;
		transition: 0.6s;
		-webkit-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
  /*------------footer css-----------------*/
  .foofter-section .footer-block:first-child {
    width: calc(100% - 365px);  
    width: -moz-calc(100% - 365px);  
    width: -webkit-calc(100% - 365px);
  }
  .foofter-section .footer-block:nth-child(2) {
    width: 100%;
    max-width: 300px;
  }
  .foofter-section .footer-block:last-child {
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width:1300px){
	.post-listing-container {
	    margin: 50px 0px;
	}
}
@media only screen and (max-width:1224px) { 
}
@media (max-width: 1200px){
	.label-category-filter {
	    width: 200px;
	}
	.category-slider-container{
	    width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: -o-calc(100% - 200px);
        width: calc(100% - 200px);
	}
	.blog-post-prev-link {
	    padding: 40px 20px 40px 100px;
	}
	.blog-post-next-link {
	    padding: 40px 100px 40px 20px;
	}
	.blog-post-prev-block-arrow {
	    left: -63px;
	}
	.blog-post-next-block-arrow {
	    right: -63px;
	}
	.related-post-container .related-post-block:nth-child(2) {
	    margin: 0 18px;
	}
	.blog-post-container {
        padding: 0;
    }
    .blog-post-container .blog-post-title h1 {
        font-size: 44px;
        line-height: normal;
        margin-top: 20px;
    }
    .related-post-featured-image img {
        height: 215px;
    }
    .post-category {
        margin-bottom: 5px;
    }
    .post-title {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
        font-size: 18px;
        line-height: normal;
    }
}
@media (max-width:1080px){
    .post-body-container {
        padding: 15px;
    }
}
@media only screen and (max-width:1024px) { 
}
@media (max-width: 1000px){
	.label-category-filter {
	    width: 170px;
	}
	.category-slider-container {
	    width: -webkit-calc(100% - 170px);
	    width: -moz-calc(100% - 170px);
	    width: -o-calc(100% - 170px);
	    width: calc(100% - 170px);
	}
	span.filter-heading {
	    font-size: 16px;
	}
	.related-post-featured-image img{
	    height:200px;
	}
}
@media (max-width:991px){
	.grid li {
	    width: 50%;
	}
	.post-item {
	    max-width: 100%;
	}
}
@media only screen and (max-width:980px) { 
}
@media (max-width:900px){
    .blog-post-next-link {
	    padding: 25px 70px 25px 20px;
	}
	.blog-post-prev-link {
	    padding: 25px 20px 25px 70px;
	}
	.blog-post-prev-block-arrow {
	    left: -50px;
	    font-size: 32px;
	}
	.blog-post-next-block-arrow {
	    right: -50px;
	    font-size: 32px;
	}
	.related-post-container .related-post-block:nth-child(2) {
	    margin: 0 18px;
	}
	.related-post-category {
	    margin: 8px 0;
	}
	.related-post-title {
	    font-size: 18px;
	}
    
}
@media (max-width:850px){
	.label-category-filter {
	    width: 150px;
	}
	.category-slider-container {
	    width: -webkit-calc(100% - 150px);
	    width: -moz-calc(100% - 150px);
	    width: -o-calc(100% - 150px);
	    width: calc(100% - 150px);
	}
	.slick-prev.slick-arrow {
	    left: -125px !important;
        width: 25px !important;
	}
	.slider {
	    width: -webkit-calc(100% - 125px) !important;
	    width: -moz-calc(100% - 125px) !important;
	    width: -o-calc(100% - 125px) !important;
	    width: calc(100% - 125px) !important;
	}
	span.show-all-category {
	    margin-left: 30px;
	}
	section.regular.slider{
		 margin: 0;
	}
    .slick-next {
	    width: 30px !important;
	}
	section.regular.slider {
	    padding: 0 25px 0 0;
	    float:right;
	}
	.blog-post-container {
	    padding: 30px 0 0;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 38px;
        margin-bottom: 15px;
	}
	.blog-post-authot-and-date {
        font-size: 14px;
	}
	.blog-post-featured-image img {
	    margin: 15px 0;
	}
	.blog-post-content {
	    margin: 10px 0 20px;
	}
	.blog-post-next-previous-container {
	    margin: 35px 0;
	}
	.blog-post-comment-section {
        margin-bottom: 30px;
    }
    .blog-cta-container .cta_button {
        padding: 6px 9px !important;
    }
  .hs-blog-post .blog-right-container {
    margin-top: 40px !important; 
    width: 100%;
    max-width: 500px;
  }
  .blog-left-container {
    width: 100% !important;
  }
  
}
@media only screen and (max-width:790px) { 
   
    .related-post-featured-image img {
        height: 150px;
    }
}

@media (min-width: 768px){
    a.mobile-trigger-new, a.child-trigger-new {
      /*  display: none !important; Hide button on Desktop */
    }
}
@media (max-width:768px){
    .row-fluid .blog-hero-container {
        height: 350px;
        display: block;
    }
    .row-fluid .blog-hero-container h1 {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 50px;
        line-height: 70px;
    }
    .dark-overlay-bg {
        width: 100% !important;
    }
    .blog-post-container {
        padding: 0px 0 0;
    }
    .slick-next::before {
        padding-left: 6px;
    }
}
    

  
  
@media (max-width: 767px){  

       /* Set Mobile Menu Background Color */
          /* Set Link Color */
     /* Set Link Hover Color */
    /*-----------Toggle Button-------*/

    a.mobile-trigger-new {
        display: inline-block !important; 
        cursor: pointer; 
        position: absolute;
        top: 56px;         
        right: 10px;       
        width: 34px;
        height: auto; 
        padding: 7px 4px;
        background: transparent;
        z-index: 99999999999; 
        -webkit-transition: background-color 0.2s linear; 
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-transition:color .2s ease-in; 
        -moz-transition:color .2s ease-in;
        transition:color .2s ease-in;
        border:none;
    }
    a.mobile-trigger-new:hover {
        text-decoration: none; /* Removes link text underline on button */
        color: #E2E2E2;
        border-color: #E2E2E2 !important;
    }
    a.mobile-trigger-new span{
        display: inline;
    }
    a.mobile-trigger-new span:before{
        position: absolute;
        content: 'Menu'; /* Change the text on the closed toggle button */
        display: none;
    }
    a.mobile-trigger-new span:after{
        position: relative;
        right: 2px;
        content: 'Close'; /* Change the text on the open toggle button */
        background-color: #000;
        opacity: 0;
        transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out; 
        display: none;
    }
    .mobile-open a.mobile-trigger-new{
        -webkit-transition:background-color 0.2s linear;
        -moz-transition:background-color 0.2s linear;
        transition:background-color 0.2s linear; 
        background: transparent;
    }
    .mobile-open a.mobile-trigger-new span:after{
        opacity: 1; 
    }
  
    /* Toggle Button Icon & Animations  */

    a.mobile-trigger-new i {
        display: inline;
        position: relative;
        top: -5px;
        margin-left: 5px;
        -webkit-transition-duration: 0s;
        -webkit-transition-delay: .2s;
        -moz-transition-duration: 0s;
        -moz-transition-delay: .2s;
        transition-duration: 0s;
        transition-delay: .2s;
    }
    a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
        position: absolute;
        content: '';
    }
    a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
        width: 22px; /* Icon line width */
        height: 2px; /* Icon line height */
        background-color: #E2E2E2; /* Icon color */
        display: inline-block;  
    }
    a.mobile-trigger-new  i:before {
        margin-top: -6px; /* Position top line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    a.mobile-trigger-new  i:after {
        margin-top: 6px; /* Position bottom line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    .mobile-open a.mobile-trigger-new i {
        background-color: rgba(0,0,0,0.0);
        -webkit-transition-delay: .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.mobile-trigger-new i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open a.mobile-trigger-new i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
    }
    
    /*     Child Toggle Button    */
    
    a.child-trigger-new {
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
      z-index: 1;
    }
    a.child-trigger-new:hover {
        text-decoration: none;
    }
    
    
    /*   Child Toggle Button Icon & Animations   */
    
    a.child-trigger-new span {
        position: relative;
        top: 19%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-trigger-new span:after {
        position: absolute;
        content: '';
    }
    a.child-trigger-new span, a.child-trigger-new span:after {
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color: #E2E2E2; /* Icon color */
        display: block;
    }
    a.child-trigger-new span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-trigger-new.child-open span:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.child-trigger-new.child-open span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    a.mobile-trigger-new {
      right: 28px;
      top: 11px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal{
        display:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        width: 100%;
    }
    .child-trigger-new{
        position:absolute !important
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        display: block;
        width: 100%;
        line-height: normal;
        font-size: 0;
    }
    .header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu{
        display: block;
        width: 100%;
        min-height: 0;
    }
    .header-container .hs-menu-flow-horizontal {
      float: none;
    }
    .header-container-wrapper .page-center {
        padding: 0 !important;
    }
    .logo-container {
        margin-left: 0!important;
        margin-bottom: 0px;
    }
    .header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1::after{
        display:none;
    }
    
    .hs-menu-children-wrapper {
        border-radius: 0;
        box-shadow: none;
        list-style: outside none none;
        max-width: 100%;
        min-width: inherit;
    }
    .hs-menu-children-wrapper{
        display:none;
    }
    .hs-menu-children-wrapper > li {
        box-shadow: none;
    }
    .hs-menu-wrapper ul ul li:hover {
        background: inherit;
    }
    
    .header-container .blog-cta-container{
        display: none;
    }
    .mobile-cta {
        display: block;
        text-align: center;
        width: 100%;
    }
     a.mobile-trigger-new i, a.mobile-trigger-new i::before, a.mobile-trigger-new i::after {
        background-color: #000;
    }
    .mobile-open a.mobile-trigger-new i::before,.mobile-open a.mobile-trigger-new i::after {
        background-color: #000;
    }
    
    .mobile-open a.mobile-trigger-new {
        border: none !important;
    }
    .header-container-wrapper {
        padding: 0;
    }
    .blog-footer {
        padding: 0px 0 25px;
        text-align: center;
    }
    .footer-support ul {
        margin: 0 auto;
        max-width: 320px;
    }
    .footer-block.footer-support ul li {
        border-bottom: 0 none;
    }
    .footer-block .hs_email label {
        float: left;
    }
    .footer-block.footer-contact-us {
        border-bottom: 1px solid #444;
        padding-bottom: 16px;
    }
    .footer-block.footer-support ul li a {
        padding: 5px 10px 5px 0;
    }
    .footer-block.footer-support ul {
        margin: 0 auto 12px;
    }
    .footer-block.footer-subscribe .hs-button {
      margin: 23px 0;
    }
    .copy-right-section {
        font-size: 11px;
        padding: 15px 0;
    }
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
        display:none !important;
    }
    li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:after {
        display:none !important
    }
    .header-container-wrapper .mobile-cta a.cta_button{
        width:auto !important;
    }
    .slick-slide {
	    margin-left: 10px !important;
	}
	span.show-all-category {
	    margin-left: 40px;
	}
	.slick-prev.slick-arrow {
	    left: -120px;
	}
	.related-post-featured-image {
        display: inline-block;
        float: left;
        width: 35%;
	}
	.related-post-category {
        display: inline-block;
        float: left;
        padding-left: 20px;
        width: 65%;
	}
	.related-post-title {
        display: inline-block;
        float: left;
        padding-left: 20px;
        width: 65%;
	}
	.related-post-container .related-post-block:nth-child(2) {
	    margin: 0;
	}
	.related-post-block {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px !important;
        padding-bottom:15px;
        width: 100%;
	}
	.related-post-container .related-post-block:last-child {
        border-bottom: 0;
        margin-bottom: 0 !important;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-featured-image {
        float: right;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-category,
	.related-post-container .related-post-block:nth-child(2) .related-post-title {
        text-align: right;
        padding-left: 0px;
        padding-right:20px;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 15px;
	}
	.blog-post-content p {
	    font-size: 15px;
	    line-height: 22px;
	}
	.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
	    margin: 0 0 10px;
	    line-height: normal;
	}
	.hs-blog-post .blog-hero-container, .hs-blog-post .category-container {
        display: none;
    }
    .block-quote, blockquote {
        padding: 15px 30px 15px 40px;
    }
    .hs-author-profile {
        border: 1px solid #ddd;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        margin: 25px 10px;
        padding: 0 20px 20px;
    }
    .hs-author-profile .hs-author-name {
        text-align: center;
    }
    .author-profile-details {
        border: 0 none;
        border-radius: 0;
        display: inline-block;
        float: none;
        margin-top: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .hs-author-avatar {
        display: block;
        float: none;
        left: auto;
        margin: 0 auto 25px;
        position: relative;
        top: auto;
        width: 125px;
    }
    .logo-container img {
        margin-top: -3px;
    }
    .body-container-wrapper {
        padding-top: 32px;
    }
    .row-fluid .header-menu-container {
      width: 100%;
      min-height: 0;
    }
    .footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        text-align: left;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 84%;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 16%;
    }
    .footer-recent-post .hs-rss-item:last-child {
        border-bottom:1px solid #444;
        padding-bottom:10px !important;
        margin-bottom:0px !important;
    }
    .footer-recent-post {
        border-top: 1px solid #444;
    }
    .related-post-featured-image img {
        height: auto;
    }
  .header-inner-section {
    padding: 20px;
    background: transparent;
  }
  .header-inner-section .custom-menu-primary-new {
    display: block;
    min-height: 0;
  }
  .custom-menu-primary-new .hs-menu-flow-horizontal {
    margin-top: 0px;
    overflow: visible !important;
  }
  .header-inner-section > .row-fluid-wrapper > .row-fluid {
    display: block;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    box-shadow: 0px 4px 16px rgba(0,0,0,0.2);
    padding: 20px;
    margin-top: 15px;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
    background: transparent;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    top: 0px;
  }
  .header-inner-section .custom-menu-primary-new ul {
    float: none;
  }
  
  .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
   /*  margin: 0 0 25px; */
    margin: 15px 0;
  }
 /* .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:first-child {
    margin-top: 10px;
  } */
  .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0;
  } 
  
  .foofter-section .footer-block:nth-child(2) {
    max-width: 175px;
  }
  .foofter-section .footer-block:first-child {
    width: calc(100% - 325px);
    width: -moz-calc(100% - 325px);
    width: -webkit-calc(100% - 325px);
  }
  .body-container {
    margin-top: 0;
  }
  /*-------------27/03/2019---------------*/
  .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul {
    position: static;
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;  
    margin: 15px 0 0;
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul li {
    box-shadow: none;
  }
  .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > ul li a {
    padding: 0.5rem 0;
  }
  .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul:before,
  .header-inner-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul:after {
    display: none;
  }
}
@media only screen and (max-width:640px){
}
@media (max-width:619px){
	.category-slider-container, .label-category-filter {
	    display: none !important;
	}
	.category-select-container {
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
	.category-select-container select{
		width:100%;
	}
	.category-container {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    height: 40px;
	}
	.label-category-filter {
		height: 46px;
	}
	span.filter-heading {
	    font-size: 14px;
	    line-height: 45px;
	}
	.post-body-container {
	    padding: 15px;
	}
	.post-category {
	    margin-bottom: 8px;
	}
	.post-title {
	    font-size: 20px;
	}
	.grid li {
	    width: 100% !important;
	}
	.post-item {
	    max-width: 400px;
	}
	.grid li {
	    text-align: center;
	}
	.input-box {
	    background: #686868 none repeat scroll 0 0;
	    border: 0 none;
	    display: inline-block;
	    height: 35px;
	    padding: 0 0 0 5px;
	    text-align: left;
	    width: 100%;
	}
	.filter-category-heading {
	    display: block;
	    font-size: 13px;
	    margin-bottom: 3px;
	    padding-left: 5px;
	    text-align: left;
	}
	.category-select-container > div {
	    display: block;
	    margin: 0 auto;
	    max-width: 320px;
	}
	.input-box > span {
	    line-height: 33px;
	    padding-left: 2px;
	    color: #fff;
	    font-size: 13px;
	}
	.input-box i {
	    background: #000 none repeat scroll 0 0;
	    color: #fff;
	    float: right;
	    height: 34px;
	    line-height: 35px;
	    text-align: center;
	    width: 25px;
	}
	.category-select-container ul {
		background: #fff none repeat scroll 0 0;
		margin: 0;
		max-width: 320px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		text-align: left;
		width: 100%;
		z-index: 999999999;
		max-height: 0;
	}
	.category-select-container ul {
		color: #6b7381;
		-webkit-transition: all 0.3s linear 0s;
	    -moz-transition: all 0.3s linear 0s;
	    -o-transition: all 0.3s linear 0s;
	    transition: all 0.3s linear 0s;
	}
	.category-select-container ul li a {
	    color: #fff;
	    display: block;
	    font-size: 13px;
	    padding: 6px 7px;
	    width: 100%;
	    border-bottom:1px solid rgba(255, 255, 255, 0.5);
	}
	.category-select-container ul li:last-child a {
		border-bottom: 0;
	}
	.category-select-container ul li{
		background: #737373;
		color: #fff;
	}
	.select-open ul{
		max-height: 100%;
	}
	.related-post-title {
	    font-size: 16px;
	    padding-left: 15px;
	}
	.related-post-category{
		padding-left: 15px;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-category,
	.related-post-container .related-post-block:nth-child(2) .related-post-title {
        padding-right:15px;
	}
	.blog-post-next-previous-container > a {
        width: 80%;
	}
	.blog-post-prev-block , .blog-post-next-block {
	    height: auto !important;
	}
	.blog-post-prev-link {
        float: left;
        margin: 0;
	}
	.blog-post-next-link {
        float: right !important;
        margin: 25px 0 0;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
	}
	.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        width: 80%;
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        width: 20%;
    }
    .category-container {
        margin-top: 35px;
    }
    .post-listing-container {
        margin: 20px 0px 20px !important;
    }
  /*------------footer css------------*/
  .foofter-section .footer-block {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0!important;
  }
  .foofter-section .page-center > .row-fluid-wrapper > .row-fluid {
    flex-direction: column;
  }
  .mobile-copy-right {
    display: block !important;
    margin-top: 30px;
  }
  .footer-logo-section .copy-right-text {
    display: none;
  }
  .foofter-section .footer-block + .footer-block {
    margin-top: 40px !important;
  }
  .foofter-section {
    padding: 75px 65px 40px;
  }
}
@media only screen and (max-width:602px) { 
  .header-inner-section {
      padding: 10px;
    }
  .hs-blog-post .blog-right-container {
    margin: 20px auto !important;
  }
}
@media only screen and (max-width:480px) { 
    .row-fluid .blog-hero-container {
        height: 250px;
    }
    .row-fluid .blog-hero-container h1 {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 40px;
        line-height: 60px;
    }
    .mb-pagination li, .mb-pagination li a {
	    margin: 0 2px;
	}
	.blog-post-next-previous-container > a {
        width: 80%;
	}
	.blog-post-prev-link {
	    padding: 25px 20px 25px 50px;
	}
	.blog-post-next-link {
	    padding: 25px 50px 25px 20px;
	}
	.blog-post-prev-block-arrow {
	    font-size: 30px;
	    left: -38px;
	}
	.blog-post-next-block-arrow {
	    font-size: 30px;
	    right: -38px;
	}
	.about-author-image {
	    display: block;
	    width: 100%;
	}
	.author-detail {
	    display: block;
	    margin-top: 10px;
	    padding-left: 0;
	    text-align: center;
	    width: 100%;
	}
	.related-post-featured-image {
	    width: 100%;
	}
	.related-post-category, .related-post-title {
	    padding-left: 0;
	    padding-right:0;
	    width: 100%;
	}
	.related-post-container .related-post-block:nth-child(2) .related-post-category, 
	.related-post-container .related-post-block:nth-child(2) .related-post-title{
		text-align: left;
		padding-right:0;
	}
	.blog-post-container .blog-post-title h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
	}
	.blog-post-featured-image img {
        margin: 8px 0;
	}
	.new-comments fieldset.form-columns-3 .hs-form-field {
        width: 100% !important;
    }
    .new-comments fieldset.form-columns-3 .input {
        margin-right: 0 !important;
    }
    .new-comments fieldset.form-columns-3 .hs-form-field {
        margin-top: 8px;
    }
    .new-comments fieldset.form-columns-3 {
        margin-top: 0;
    }
    .block-quote, blockquote {
        max-width:90%;
    }
    .blog-post-container {
        padding: 0px 0 0;
    }
    .hs-author-profile .hs-author-name{
        margin: 15px 0;
    }
    .hs-author-avatar {
        margin: 0 auto 20px;
    }
    .hs-author-profile{
        padding:0 10px 20px ;
    }
    span.hs-author-social-label {
        font-size: 14px;
        margin-right: 0;
    }
  .foofter-section {
    padding: 55px 65px 70px;
  }
}
@media only screen and (max-width:374px) {
  .foofter-section {
    padding: 20px 40px;
  }
}
@media only screen and (max-width:340px) { 
    .category-select-container ul {
        max-width: -webkit-calc(100% - 20px);
        max-width: -moz-calc(100% - 20px);
        max-width: -o-calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}




.header-section-new {
      display: flex !important;
    /* display: flex; */
    justify-content: center;
      height: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}




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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#135589;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#000;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#135589;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1223px) {
      .custom-menu-primary { 
          display: none !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */
@media screen and (min-width: 1224px) {
.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}
.custom-menu-primary {
  display: none;
      z-index: 9999;
}
}
@media (max-width: 1222px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000;
    background-color: #fff; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: -29px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
        border-bottom: 1px solid #e4e4e4;

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
color:#135589; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

.mobile-trigger {
      border: 0px solid #000000;
}



    font-family: 'larsseit';


/* Site Nav */

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; 
  background: #fff;
}
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; 

  }
  .site-logo img {
        width: 114px;
  }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #2A93D5;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 32px 18px;
        font-size: 16px;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #1d5ca6; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #2A93D5;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #2A93D5 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #2A93D5; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #2A93D5; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #2A93D5; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: #212121; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #1d5ca6 !important; 
        border-bottom:  1px solid #1d5ca6}
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #2A93D5; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #212121 !important;
    font-family: 'larsseit' !important;
    font-weight: 300; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #2A93D5 !important; }

.sticky-wrapper {
  border-bottom: 1px solid #e5e8f0;
  z-index: 300;
}

.sticky-wrapper.is-sticky {
  border-bottom: 1px solid #fff;
}




.start-button {
    font-family: 'chalet-london';
    background-color: #1d5ca6;
    transition-duration: 0.4s;
    transition-property: all;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 9px #1d5ca642;
    color:  #fff !important; 
    padding:  9px 27px 7px !important;
    margin-left:  20px;

  }

#sticky-wrapper > header > div > div > div.col-12.col-md-10.d-none.d-xl-block > nav > ul > li.button-start > a {
  color:  #fff !important;
  background: rgba(32, 32, 59, 1)'
}





/* WordPress */

#section-32-11, #section-94-11 {
    background-color: #1a1d23 !important ;
}

.footer-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}


/* 2 */


#section-32-11 > .ct-section-inner-wrap {
    padding-bottom: 38px;
}

.ct-section>.ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ct-section-inner-wrap {
    padding-top: 120px;
    padding-right: 2.4rem;
    padding-bottom: min(max(8rem, calc(8rem + ((1vw - 0.32rem) * 5))), 12rem);
    padding-left: 2.4rem;
}
.ct-section-inner-wrap, .oxy-header-container {
    max-width: 1168px;
}
.ct-section-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

/* 3 */
.ct-new-columns {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

/* 4 */
#div_block-65-11 {
    width: 18%;
    padding-left: 0px;
}
.ct-new-columns > .ct-div-block {
    padding-top: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}



.footer-header {
    font-size: 14px;
    color: rgba(255,255,255,0.2);
    text-transform: uppercase;
  margin-bottom: 20px;
      font-family: 'chalet-london';

}

h6 {
    font-size: min(max(1.8rem, calc(1.8rem + ((1vw - 0.32rem) * 0.25))), 2rem);
    font-weight: 700;
    line-height: min(max(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.5))), 2.8rem);
    color: var(--dark-color);
}
h5, h6 {
    font-size: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 0.625))), 2.5rem);
    font-weight: 700;
    line-height: min(max(2.45rem, calc(2.45rem + ((1vw - 0.32rem) * 1.0875))), 3.32rem);
    color: var(--dark-color);
}
h4, h5, h6 {
    font-size: min(max(2.3rem, calc(2.3rem + ((1vw - 0.32rem) * 1))), 3.1rem);
    font-weight: 400;
    line-height: min(max(3rem, calc(3rem + ((1vw - 0.32rem) * 0.875))), 3.7rem);
    color: var(--dark-color);
}
h3, h4, h5, h6 {
    font-size: min(max(2.73rem, calc(2.73rem + ((1vw - 0.32rem) * 1.4625))), 3.9rem);
    font-weight: 400;
    line-height: min(max(3.54rem, calc(3.54rem + ((1vw - 0.32rem) * 0.95))), 4.3rem);
    color: #1d2125;
}
h2, h3, h4, h5, h6 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    color: #1d2125;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'chalet-london';
    font-size: min(max(3rem, calc(3rem + ((1vw - 0.32rem) * 3))), 6rem);
    font-weight: 400;
    line-height: min(max(3rem, calc(3rem + ((1vw - 0.32rem) * 2.5))), 6rem);
    color: #1d2125;
}
body, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.footer-menu-text {
    color: #ffffff;
}
.oxy-rich-text p:first-child {
    margin-block-start: 0;
}
.white-link a {
    color: #fff;
}

a {
    text-decoration: none;
}
.oxy-rich-text p:last-child {
    margin-block-end: 0;
}

#div_block-66-11 {
    width: 18%;
    padding-left: 0px;
}

#div_block-67-11 {
    width: 33%;
    padding-left: 0px;
}
#div_block-68-11 {
    width: 31.00%;
    padding-right: 0px;
  padding-left: 20px;
}
.ct-link {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #image-71-11 {
    height: 32px;
}

.mb-12 {
    font-family: 'chalet-london';
    margin-bottom: 40px;
}
.ct-image {
    max-width: 100%;
}

#_social_icons-79-11.oxy-social-icons {
    flex-direction: row;
    margin-right: -37px;
    margin-bottom: -37px;
}

.oxy-social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  
}

#_social_icons-79-11.oxy-social-icons a {
    font-size: 18px;
    margin-right: 37px;
    margin-bottom: 37px;

}

.oxy-social-icons a {
    line-height: 1;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 20px 0 0;
    width: 24px;
}

.oxy-social-icons a svg {
    width: 1em;
    height: 1em;
    color: #ffffff;
    }

    #div_block-156-11 {
    justify-content: center;
    padding-top: 30px;
  }

  #div_block-159-11, #div_block-168-11 {
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#image-157-11, #image-169-11 {
    height: 60px;
    margin-right: 20px;
}

element.style {
}
#text_block-160-11, #text_block-170-11 {
    color: #758290;
    font-size: 14px;
}
#div_block-117-11 {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    margin-top: 112px;
}

.w-full {
    width: 100%;
}
#div_block-118-11 {
    text-align: left;
    flex-direction: row;
    display: flex;
}
#text_block-119-11 {
    color: rgba(255,255,255,0.4);
}
#text_block-120-11 {
    color: rgba(255,255,255,0.4);
    margin-left: 52px;
    url-encoded: true;
}

#text_block-77-11 {
color: #fff
}



@media screen and (max-width:  768px) {
  .site-logo img {
        padding-top: 25px;
    margin-left: 20px;
  }
}

.hide-desktop {
  display: none !important;
}
.hide-mobile {
  display: block !important;
}

@media screen and (max-width:768px) {
  
  .hide-desktop {
  display: block !important;
}
.hide-mobile {
  display: none !important;
}
.mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 0px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #fff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000;
    background-color: #fff; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

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

.mobile-logo {
  width: 50% !important;
    float: left !important;
}

.mobile-head {
    padding: 20px;
}



/* Footer Mobile */
@media screen and (max-width: 1223px) {

.ct-section-inner-wrap {
    padding-top: 40px;
    padding-right: 2.4rem;
    padding-bottom: 48px;
    padding-left: 0px;
}
.color-light {
  color: #fff !important;
  }
  #_social_icons-149-11.oxy-social-icons {
    flex-direction: row;
    margin-right: -37px;
    margin-bottom: -37px;
}
.oxy-social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
  .oxy-social-icons a {
    font-size: 18px;
    margin-right: 37px;
    margin-bottom: 37px;
    blank: ;
}
.oxy-social-icons a {
    line-height: 1;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
  #div_block-96-11, #div_block-99-11, #div_block-102-11 {
    width: 100%;  
      margin-top: 48px;
    flex-direction: row;
    display: flex;
}
#div_block-110-11 {
    margin-top: 40px;
    text-align: left;
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
  #text_block-111-11 {
    color: rgba(255,255,255,0.4);
    padding-left: 35px;
}
  #text_block-112-11 {
    color: rgba(255,255,255,0.4);
    margin-left: 52px;
  }
.ct-link-text {
    display: inline-block;
}

}
#div_block-105-11 {
  padding-left: 10px;
}
#div_block-168-11 {
}


.start-button:hover {
  background-color: rgba(32, 32, 59, 1);
  color: #fff !important; 
}

a.active.start-button {
  color: #fff !important;
}
  
  #sticky-wrapper > header > div > div > div.col-12.col-md-10.d-none.d-xl-block > nav > ul > li.button-start > a {
    color: #fff !important;
  }
  #hs_cos_wrapper_module_1494937763012287 {
    display: none !important;
  }

}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.start-button {
    color: #fff !important;
}

    @media (min-width: 1223px) {
    .hide-fulldesktop {
      display: none !important;
    }
    .mobile-logo {
      display: none !important;
      visibility: 0 !important;
    }
  a#hs-link-module_1627882413822571_hs_logo_widget {
      display: none !important;
    }
  }

@media (max-width: 1223px) {
  .sticky-wrapper {
    display: none !important;
  }
}
.mobile-head {
    padding: 20px;
}