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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@font-face {
  font-family:"open_sansregular";
  src: url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Regular-webfont.woff") format('woff'),
    url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Regular-webfont.ttf") format('truetype'),
    url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Regular-webfont.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:"open_sanslight";
  src: url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Light-webfont.woff") format('woff'),
    url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Light-webfont.ttf") format('truetype'),
    url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Light-webfont.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Semibold-webfont.eot#iefix") format("embedded-opentype"), 
    url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Semibold-webfont.woff") format("woff"), 
    url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), 
    url("//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-style: normal;
  font-weight: normal;
}
ol.punktliste {
  font-weight: bold !important;
}

.punktliste li:before {
  font-weight: bold !important;
}

.punktliste li {
  font-weight: bold !important;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  line-height: 29px;
  background: #FFF;
  font-size: 16px;
  color: #333;
  font-family: 'open_sanslight',Arial,Helvetica,sans-serif;
}

 table {
    font-size: 15px !important;
    line-height: 23px !important;
  }

a {
    cursor: pointer !important;
    
  }


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

/* Highlighted Text */
::-moz-selection {
  /*color: #666;*/ 
  background: rgba(89,190,146,0.44);
  text-shadow: none;
}
::selection {
  /*color: #666*/
  background: rgba(89,190,146,0.44);
  text-shadow: none;
}

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */

h1, h2, h3, h4, h5, h6{
  color: #333;
  /*text-transform: uppercase;*/
  font-weight: normal;
  margin: 0 0 10px;
  font-family: 'open_sanslight',Arial,Helvetica,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
  line-height: 64px;
  font-size: 60px;
  margin: 0 0 30px;
}
h2 {
  font-size: 35px;
  line-height: 48px;
}
h3 {
  font-size: 24px;
  line-height: 50px;
}
h4 {
  font-size: 16px;
  line-height: 30px;
}
h5 {
  font-size: 14px;
  line-height: 30px;
}
h6 {
  font-size: 13px;
  line-height: 30px;
}

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

.intro {
  font-family: 'open_sanslight',Arial,Helvetica,sans-serif;
  font-size: 26px;
  line-height: 39px;
  background: #FFF;
  color: #333;
  padding-bottom: 10px;
}

/* Lists */

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}
ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li{
  padding: 0;
  margin: 0;
}

/* Block Quotes */

blockquote{
display:block;
background: #fff;
margin: 0px 50px 0px 50px;
padding: 30px 30px 30px 50px;
position: relative;
/*font-family: Georgia, serif;*/
font-size: 18px;
line-height: 29px;
color: #333;
text-align: left;
border-left: 10px solid #1D7ED9;
/*border-right: 5px solid #1D7ED9;*/
-moz-box-shadow: 2px 2px 15px #ccc;
-webkit-box-shadow: 2px 2px 15px #ccc;
box-shadow: 2px 2px 15px #ccc;
}
blockquote::before{
}
blockquote::after{
content: “”;
}
blockquote a{

}
blockquote a:hover{
color: #666;
}
blockquote em{
font-style: italic;
}


blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


.footer-container .input input[type="email"] {
  height: 30px;
  /*
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 5px;
  */
}

.footer-container .input select.hs-input {
	height: 30px;
  box-shadow: none!important;
  border: 0!important;
}



/* =============== Header =============== */
.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.custom-logo a:hover {
  opacity: 1;
}
.custom-header-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #FFF;
  width: 100%;
  z-index: 8888;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 25px 0 0;
}

.custom-logo a {
  line-height: 20px;
}

.custom-logo {
  padding-bottom: 20px;
}

.custom-logo img {
  max-width: 144px;
  padding: 0 0 0 15px;
  vertical-align: top;
}
.custom-header-wrapper .header-icon{
  width: auto;
  float: right;
  margin-left: 0 
}
.header-icon a.social{
  display: inline-block;
  background: url(//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/social-media.png) repeat-y;
  width: 25px;
  height: 25px;

}

.header-icon a.facebook {
  background-position: -40px 0;
}

.header-icon a.in {
  background-position: -80px 0;
}
.header-icon a.mail {
  background-position: -165px 0;
}
.header-icon .solial-media {
  float: right;
  margin-right: 10px;
}

.language {
  padding-left: 13px;
  padding-right: 15px;
  border-left: 1px solid #c2c2c2;
  float: right;
}

.cefalo-language-dropdown {
  display: inline-block;
  position: relative;
}

.cefalo-language-dropdown .current-language {
  cursor: pointer;
}

.cefalo-language-dropdown img {
  margin-bottom: 5px;
  vertical-align: middle;
  position: relative;
  right: -2px;
  height: 15px;
}
.hs-blog-social-share .hs-blog-social-share-list li::before {
  display: none;
}
.cefalo-language-dropdown .caret {
  margin-bottom: 5px;
  transition-duration: 100ms;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.cefalo-language-dropdown .language-dropdown {
  display: none;
  margin-top: 5px;
  right: 0;
  z-index: 9999999;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  padding: 10px;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  min-width: 180px;
}

.cefalo-language-dropdown .lang-item img {
  margin-right: 10px;
  position: relative;
  right: 0px;
}

.cefalo-language-dropdown .language-dropdown a {
  color: #6fb425;
  text-decoration: none;
  opacity: 1;
}
.header-icon a:hover.facebook {
  background-position: -40px -25px;
  opacity: 1;
}

.header-icon a:hover.in {
  background-position: -80px -25px;
  opacity: 1;
}

.header-icon a:hover.mail {
  background-position: -165px -25px;
  opacity: 1;
}

.cefalo-language-dropdown.lang-visible .language-dropdown {
  display: block !important;
}
ul.language-dropdown li:before {
  display: none;
}
.cefalo-language-dropdown.lang-visible .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cefalo-language-dropdown li:last-child a img:hover {
  opacity: .8;
}
.cefalo-language-dropdown .lang-item img.norsk {
  position: relative;
  right: -1px;
}
.cefalo-language-dropdown .language-dropdown a.nork span {
    position: relative;
    right: -2px;
}
.header-container-wrapper {}
.header-container {}

.header-en .globe_class {
  background-image: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/EN_GB1.png');
}

.globe_class {
  background-image: url(//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/norsk.png?t=1540459398888);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 25px;
  height: 15px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 7px;
  position: relative;
  margin-left: 2px;
}
.globe_class:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  transition-duration: 100ms;
}
.open-language .globe_class:after  {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang_list_class {
  position: absolute;
  top: 23px;
  left: auto;
  transform: none;
  text-align: left;
  z-index: 100;
  list-style-type: none;
  padding: 3px 18px;
  margin: 5px 0 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #fff;
  border-radius: 4px;
  min-width: 180px;
  right: -10px;
}
.open-language .lang_list_class {
  display: block !important;
}

/* Career page -- make the Norwegian language version of the page visible after publishing */
.hs-content-id-65846543407 .open-language .lang_list_class, .hs-content-id-65846543407 .el.cf-developer-header .globe_class:after { display: none !important; }
/***/

.lang_list_class li {
  line-height: 30px;
  font-size: 16px;
  border: 0 !important;
  border-right: 1px solid #000;
  padding: 0;
  background-color: transparent;
}
.lang_list_class li:last-child {
  padding-bottom: 0;
}
.lang_list_class:after, .lang_list_class:before { display: none; }
.rec.blog .lang_list_class li a, .lang_list_class li a {
  padding: 0 30px 0 0 !important;
  font-family: geograph-medium !important;
}
.lang_list_class li a,
.lang_list_class li a:hover {
  color: #666;
}
.lang_list_class:before {
  display: none;
}
.lang_list_class li.english a, .lang_list_class li.norwegian a, .lang_list_class li.norsk---norge a, .lang_switcher_class.en_blog, .lang_switcher_class.no-blog.langugae {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;  
}
.lang_list_class li.english a {
  background-image: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/EN_GB1.png');
}
.lang_list_class li.norwegian a, .lang_list_class li.norsk---norge a {
  background-image: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/nb_NO.png');
}
.el.cf-developer-header .lang_list_class { right: -45px; }
.header-no .lang_list_class li.english a {
    color: #6fb425;
}
.header-en .lang_list_class li.norwegian a, .header-en .lang_list_class li.norsk---norge a {
  color: #6fb425;
}

.dropdown {
	display: table;
  width: 100%;
  padding: 1em 15px;
}

.dropdown .dropbtn {
	border: 0;
  background: #fff;
  color: #333;
  padding: 1em 1em 1em 1.5em;
  line-height: 1;
  font-size: 18px;
  font-weight: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 999;
}

.dropdown .dropbtn:hover,
.dropdown .dropbtn:focus {
	box-shadow: none;
  outline: none;
  border: 0;
}


.dropdown .dropbtn:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f107";
  position: absolute;
  right: 1em;
  top: 1em;
  color: 
}


.dropdown .dropdown-content .block {
	display: none;
}

.dropdown .dropdown-content {
	position: relative;
  z-index: 1;
}

.dropdown .dropdown-content.show .block {
	display: block;
  opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
  position: absolute;
  top: 0;
  left:0;
}

.dropdown .dropdown-content.show .block h3 {
	height: 0;
  margin: 0;
  padding: 0;
  display: none;
  visibility: hidden;
}

.dropdown .dropdown-content.show .block ul {
	margin:0;
  padding:0;
  list-style: none;
  background: #fff;
  width: 100%;
}

.dropdown .dropdown-content.show .block ul li {
	margin:0;
  padding:0;
  display: inline-block;
  width: 100%;
}

.dropdown .dropdown-content.show .block ul li a {
	font-size: 16px;
  line-height: 1;
  display: block;
  padding: 1em 1.5em 1em 1em;
  border-bottom: 1px solid #eee;
  color: #333;
  font-weight: 100;
  width: 100%;
}

.dropdown .dropdown-content.show .block ul li a:hover {
	background: #1d7ed9;
  color: #fff;
}

.dropdown .dropdown-content.show .block ul li:last-child a {
	border:0; 
}

@media screen and (min-width: 992px) {
  
  .dropdown {
    width: 74%;
    float: right;
    padding: 1em 0;
  }
  
}





/* =============== Content =============== */
.body-container {
  margin-top: 35px;
  padding-bottom: 30px;
}

.hs-content-id-54700659228 .body-container {
  padding-bottom: 0;
}

.hs-content-id-6382993131 .body-container { margin-top: 0; }

.hs-content-id-54700659228 .footer-container-wrapper {
  position: relative;
  z-index: 20;
}

.hs-content-id-54700659228 .cf_dev_lp_form_main {
    background: #004081;
}

.body-container-wrapper {

}


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

/* ======== Home Page ========== */

.custom-home-main-slider .slick-slider {
  margin-bottom: 0px;
  padding: 0;
}
.custom-home-main-slider .slick-slide-inner-wrapper {
  height: 750px;
  overflow: hidden;
  display: block !important;
}
.custom-home-main-slider .caption.below {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: rgba(0,0,0,0.4);
  height: 100%;
}
.custom-home-main-slider .caption.below span {
  padding: 35px 15px 0;
  display: block;
  max-width: 1170px;
  margin: 275px auto 0;
  text-align: center;
}

/* В конце удалить .elena*/

.section.even.first.home-first-row{
  background-position: center center;
  background-size: cover;
  padding: 110px 0 130px;
}

.caption.below h1,
.caption.below h2,
.caption.below h3,
.caption.below h4,
.caption.below h5,
.caption.below h6,
.caption.below p{
  color: #fff;
  text-transform: inherit;
  line-height: 1.5em;
  margin: 0 0 10px;
}

.caption.below h1{
  font-size: 4.2vw;
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
}
.caption.below h2{
  font-size: 3.4vw;
}

.home-first-row .caption.below span{
  text-align: center;
}

.cefalo-cta{
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width:1023px) {
  .caption.below h1 {
    font-size: 6vw;
  }
  .caption.below h2{
    font-size: 4.5vw;
  }
}

@media screen and (max-width:1279px) {
  .section.even.first.home-first-row {
      padding: 70px 0;
  }
}

@media screen and (max-width:767px) {
  .section.even.first.home-first-row {
      padding: 40px 0;
  }
}

@media screen and (max-width:479px) {
  .section.even.first.home-first-row .cefalo-cta a{
    font-size: 16px !important;
  }
}

/*****/

.custom-home-main-slider .caption.below h2 {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
  text-transform: inherit;
}
.custom-home-main-slider .caption.below h3 {
  color: #fff;
  font-family: 'open_sanslight',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-transform: inherit;
  width: 83.33%;
  margin: 0 auto 10px;
}
.custom-home-main-slider  .slick-prev, 
.custom-home-main-slider  .slick-next {
  height: 80px;
  width: 48px;
  margin-top: 0;
  z-index: 99;
  top: 44.7%;
  background-size: contain;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.4;
}
.custom-home-main-slider  .slick-prev:before, 
.custom-home-main-slider  .slick-next:before {
  display: none !important;
}
.custom-home-main-slider  .slick-next {
  right: 20px !important;
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/navigation-arrow-right.png') no-repeat;
}
.custom-home-main-slider  .slick-prev {
  left: 20px!important;
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/navigation-arrow-left.png') no-repeat;
}
.custom-home-main-slider .slick-prev:hover, 
.custom-home-main-slider .slick-next:hover {
  opacity: 0.8;
}
.custom-home-row2 .main-content p {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 35px;
  color: #333;
}
.custom-home-row3 .custom-two-column-right-image-group .custom-right-column-image img {
  width: 100% !important;
  margin-top: 0;
}
.custom-home-row3 .custom-two-column-right-image-group a.more-button {
  color: #333;
  border: 1px solid #81e6c0;
}
.custom-home-row4 {
  padding: 30px 0;
}
.custom-home-row4 .custom-row4-top-col {
  text-align: center;
  width: 83.33% !important;
  margin: 0 auto !important;
  float: none !important;
}
.custom-client-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  margin: 0 -15px;
}

.custom-client-logo-wrap .custom-logo-item {
  width: 16.66666667%;
  padding: 0 15px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*.custom-client-logo-wrap .custom-logo-item img {
  filter: grayscale(100%);
}*/
.custom-client-logo-wrap .custom-logo-item a:hover img {
  filter: grayscale(0%);
}
.home-page .body-container {
  padding-bottom: 0px;
}
.custom-two-column-left-image-group {
  background-color: #59be92;
  overflow: hidden;
}
.custom-two-column-left-image-group .page-center {
  padding: 0 !important;
}
.custom-two-column-left-image-group .custom-left-column-image {
  width: 50%;
  padding-right: 15px;
}

.custom-two-column-left-image-group .custom-right-column-content {
  width: 50%;
  float: right;
  padding: 0 15px;
  margin-top: -410px;
}
.custom-two-column-left-image-group .custom-right-column-content h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
  color: #fff;
}
.custom-two-column-left-image-group .custom-right-column-content h2 {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 8px;
}
.custom-two-column-left-image-group .custom-right-column-content p {
  color: #fff;
}
.custom-two-column-left-image-group .custom-right-column-content a.more-button {
  border: 1px solid #fff;
  color: #fff;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-two-column-left-image-group .custom-right-column-content a.more-button:hover {
  opacity: 0.8;
}
.hs-lang-no .custom-home-row3 .custom-two-column-right-image-group .custom-right-column-image img {
  width: 100% !important;
  margin-top: 0;
}

/* ========= One Column Content ========= */
strong {
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
}

.one-column-content .body-container {
  padding-bottom: 0;
}
.one-column-content .main-content h1 {
  /*text-align: center;
  position: relative;*/
  margin-bottom: 63px;
}
/*.one-column-content .main-content h1:after {
  width: 60%;
  height: 2px;
  background-color: #666;
  left: 0;
  bottom: -12px;
  position: absolute;
  content: '';
  margin: 0 auto;
  right: 0;
}*/

/* ======= Services Layout ========= */

.custom-tabber-content-group .hs-tabber-content-item {
  display: none;
}
.custom-service-row1 {
    padding: 30px 0;
}
.custom-tabber-header-group {
  overflow: hidden;
  width: 100%;
  margin-bottom: 59px;
}
.custom-tabber-header-group .custom-tabber-header-inner {
  width: 25%;
  float: left;
  text-align: center;
  padding: 40px 0 10px;
  border-bottom: 1px solid #d9dbdb;
  border-right: 1px solid #d9dbdb;
  cursor: pointer;
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/tab-active.png') no-repeat 0 bottom;
  background-size: 0 4px;
  border-radius: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.custom-tabber-header-group .custom-tabber-header-inner:hover {
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/c.png') no-repeat 0 bottom;
  background-size: 200% 4px;
  border-bottom: 1px solid #d9dbdb;
}
.custom-tabber-header-group .custom-tabber-header-inner.active {
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/tab-active.png') no-repeat 0 bottom;
  background-size: 200% 4px;
  border-bottom: 1px solid #65c199;
}
.custom-tabber-header-group .custom-tabber-header-inner:last-child {
  border-right: 0;
}
.custom-tabber-header-group .custom-tabber-header-inner img {
  margin-bottom: 10px;
}
.custom-tabber-header-group .custom-tabber-header-inner h3 {
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
  font-size: 15px;
  line-height: 20px;
  min-height: 40px;
}
.custom-tabber-header-group .custom-tabber-header-inner p {
  display: block;
  color: #666;
  line-height: 30px;
  padding: 5px 30px 10px;
  margin: 0;
}
.custom-tabber-content-group {
  display: inline-block;
  margin: 0 -15px;
}
.custom-tabber-content-group .custom-tabber-left-content {
  padding: 0 15px;
  width: 25%;
  float: left;
}
.custom-tabber-content-group .custom-tabber-right-content {
  padding: 0 15px;
  float: left;
  width: 75%;
}
.custom-tabber-content-group .custom-tabber-left-content h3 {
  font-size: 30px;
  line-height: 38px;
  color: #333;
  /*text-transform: uppercase;*/
  font-weight: normal;
  margin: 0 0 10px;
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
}
.custom-tabber-content-group .custom-tabber-left-content h4 {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
}
.custom-tabber-content-group .custom-tabber-right-content p {
  font-size: 20px;
  margin: 0 0 20px;
}

.custom-text-slider-group {
  background-color: #59be92;
  color: #FFF;
  padding: 30px 0;
}
.custom-text-slider-group .page-center {
  padding: 35px 15px 0;
}
/*.custom-text-slider {
  width: 83.33333333% !important;
  margin-left: 8.33333333% !important;
}*/
.custom-text-slider {
  width: 78% !important;
  margin-left: 11% !important;
}
.custom-text-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
  display: block;
}
.custom-text-slider .slick-slider {
  margin-bottom: 0;
  padding: 0 !important;
}
.custom-text-slider .caption.below h3 {
  text-align: center;
  color: #FFF;
}
.custom-text-slider .caption.below p {
  text-align: center;
  color: #FFF;
  font-size: 36px;
  line-height: 48px;
  background: url(//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/quote-icon.png?t=1540357713638) no-repeat 0 0;
  padding: 0 15px;
  margin: 20px 0 30px;
}
.custom-text-slider .slick-prev,
.custom-text-slider .slick-next {
  display: none !important;
}
.custom-text-slider .slick-dots {
  bottom: 9px !important;
  margin: 0;
}
.custom-text-slider .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 5px 3px;
  padding: 0;
}
.custom-text-slider .slick-dots li button:before {
  display: none;
}
.custom-text-slider .slick-dots li button {
  background: #89eec2;
  display: block;
  height: 15px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border: 1px solid #89eec2;
  border-radius: 20px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-text-slider .slick-dots li.slick-active button,
.custom-text-slider .slick-dots li:hover button{
  background: #fff;
  border: 1px solid #fff;
}
.custom-tabber-content-group .custom-tabber-left-content img {
    display: none;
    margin: 0 auto 10px;
}

.custom-row-grey {
    width: 100%;
    background-color: #f3f3f3;
  margin: 0px;
  padding: 0px;
}

.custom-row-grey .page-center {
  padding-top: 0 !important;
}

.custom-row-grey .right img {
  float: left !important;
padding-right: 10px;
  max-width: 120px !important;
  
}

.custom-row-grey h2 {
  padding-top: 40px;
}

.custom-row-green {
    width: 100%;
    background-color: #59BE92;
    color: #fff;
}

.custom-row-green h2 {
    color: #fff;
}

.content-center {
    text-align: center;
  margin-bottom: 20px;
}

.content-center h3 {
  line-height: 30px !important;
  padding-top: 20px;
  margin-bottom: 20px;
}

.arrow-link p a::after {
  content: ">";
 display: inline-block;
  text-decoration: none;
  background: #26CD8F;
  color: #ffffff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
  margin: 10px 0px;
}

.content-center a {
  color: #1c78d1;
  
}

.custom-column-services {
  max-height: 390px;
  margin-bottom: 40px;
  
}

.custom-column-services:hover {
  background-color: #f3f3f3;
  padding: 0px;
}


.custom-column-services2 {
  min-height: 650px;
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 0px;
  
}

.custom-column-services2:hover {
  background-color: #f3f3f3;
  padding: 0px;
}

.custom-column-services2 a img {
  padding: 0px;
  margin: 0px;
}

.custom-column-services2 h3 p {
  padding: 10px;
}

/* ============ News =========== */

.one-column-news .body-container {
  padding-bottom: 0px;
}

.custom-row1-news {
  padding: 10px 0;
}
.custom-row1-news .hs_cos_wrapper_type_module:last-child .custom-top-image-with-content {
  border-bottom: 0;
}
.custom-row1-news .page-center {
  padding-top: 0 !important;
}
.custom-top-image-with-content {
  border-bottom: 2px dotted #EAEAEA;
  padding: 10px 0 10px 0;
}
.custom-top-image-with-content .custom-top-image img {
  width: 80%;
  background-size: contain;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 10%;
  margin-right: 10%;
  border: 2px solid #e6e6e6;
  padding: 8px;
}
.custom-top-image-with-content .custom-top-image {
  margin: 20px 0 14px;
  position: relative;
}
.custom-top-image-with-content .custom-image-caption {
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  height: auto;
  line-height: 1.5;
  padding: 8px 10px;
  margin: 0;
  font-size: 17px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 78%;
  right: 0;
  margin: 0 auto;
}
.custom-top-image-with-content .custom-bottom-content p {
  margin: 0 0 20px;
  text-align: justify;
}
.custom-top-image-with-content .custom-bottom-content  h2 {
  font-size: 48px;
  line-height: 60px;
  font-family: 'open_sanslight',Arial,Helvetica,sans-serif;
  color: #606060;
  font-weight: normal;
  margin: 0 0 20px;
}
.custom-top-image-with-content .custom-bottom-content h4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
.custom-top-image-with-content .custom-bottom-content img {
  margin: 0 auto;
  padding: 5px;
  border: 2px solid rgba(233, 233, 233, .75);
  display: block;
}
.custom-top-image-with-content .custom-bottom-content p a {
  color: #1E8CBB;
}
.custom-top-image-with-content .custom-bottom-content p a:hover {
  opacity: 0.8;
  color: inherit;
}
p {
  margin: 0 0 20px;
}

/* =========== Career Layout ============== */

.career-layout .body-container {
  padding-bottom: 0;
}

.hs-banner-area.advanced .custom-banner-right-content {
  float: left;
  width: 70%;
  padding: 0 15px;
}
.hs-banner-area.advanced .custom-banner-right-content p {
  width: 100%;
  padding: 0;
}
a.career-button {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  padding: 0 10px 2px;
  cursor: pointer;
}
.custom-career-row1 {
  background: #f3f3f3;
  padding: 30px 0;
}
.custom-career-row1 .custom-career-row1-col h3 {
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 10px;
}
.custom-career-row1 .custom-career-row1-col p {
  margin: 0 0 20px;
  line-height: 30px;
}
.custom-career-row2 {
  padding: 30px 0;
  text-align: center;
}
.custom-career-row2 .custom-career-row2-flexi {
  width: 83.33% !important;
  margin: 0 auto !important;
  float: none !important;
}
.custom-career-row2 .custom-career-row2-flexi img {
  margin-bottom: 30px;
}

.custom-two-column-right-image-group {
  background-color: #f3f3f3;
  overflow: hidden;
}
.custom-two-column-right-image-group .custom-left-column-content {
  padding: 15px 15px 15px 0;
  width: 50%;
  float: left;
}
.custom-two-column-right-image-group .custom-right-column-image {
  width: 49.2%;
  float: right;
  overflow: hidden;
}
.custom-two-column-right-image-group .custom-column-content h3 {
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
}
.custom-two-column-right-image-group .custom-column-content {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-two-column-right-image-group .custom-middle-column-content {
    margin: 0 -15px;
}
.custom-two-column-right-image-group .custom-column-content ul {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
}
.custom-two-column-right-image-group .custom-right-column-image img {
    width: 100% !important;
    margin-top: -20px;
}
.custom-two-column-right-image-group .custom-column-content ul li:before {
    content: "- ";
}
.custom-career-row4 {
  padding: 30px 0;
}
.custom-career-row4-flexi .hs_cos_wrapper_type_rich_text {
  width: 83.33%;
  text-align: center;
  margin-left: 8.33333333%;
  display: block;
}

.custom-open-job-position {
    margin: 0 -50px;
  	text-align: center;
}

.custom-open-job-position .custom-column-wrap {
  padding: 50px;
  width: 33%;
  float: inherit;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.custom-open-job-position .custom-column-wrap-inner {
  padding: 50px 20px;
  border: 1px solid #24dc97;
}

.custom-open-job-position .custom-column-wrap-inner h3 {
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
  line-height: 30px;
  padding: 0 20px;
  font-size: 25px;
  margin: 0 0 9px;
}
.custom-open-job-position span.title-border {
  display: block;
  background: #333;
  width: 30%;
  height: 1px;
  margin: 10px auto 9px;
}
a.more-button {
  border: 1px solid #24dc97;
  border-radius: 100%;
  font-size: 13px;
  padding: 20px 15px;
  width: 75px;
  height: 75px;
  display: inline-block;
}
.custom-career-row4-flexi .hs_cos_wrapper_type_module:nth-child(3) .hs_cos_wrapper_type_rich_text {
  margin-left: 14.666667%;
  width: 70.666667%
}

/* ========== About Us =========== */

.custom-about-row1 {
  padding: 30px 0;
}
.custom-about-row1 .custom-about-row1-col {
  width: 83.33% !important;
  margin: 0 auto !important;
  text-align: center;
  float: none !important;
}
.custom-culture-slider .slick-slider {
  margin-bottom: 0px;
  padding: 0;
}
.custom-culture-slider .slick-slide-inner-wrapper {
  opacity: 0.5;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-culture-slider .slick-active .slick-slide-inner-wrapper {
  opacity: 1;
}
.custom-culture-slider .slick-prev, 
.custom-culture-slider .slick-next {
  height: 80px;
  width: 68px;
  margin-top: 0;
  z-index: 9;
  top: 40%;
  background-size: contain;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.custom-culture-slider .slick-prev:before, 
.custom-culture-slider .slick-next:before {
  display: none !important;
}
.custom-culture-slider .slick-next {
  right: 25.18% !important;
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/navigation-arrow-right.png') no-repeat;
  padding-right: 20px;
}
.custom-culture-slider .slick-prev {
  left: 25.18% !important;
  margin-left: 20px;
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/navigation-arrow-left.png') no-repeat;
}
.custom-culture-slider .slick-prev:hover, 
.custom-culture-slider .slick-next:hover {
  opacity: 0.6;
}


.custom-about-row4 {
  padding: 30px 0;
}
.custom-team-member-wrapper {
  padding: 35px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.custom-team-member-wrapper .custom-team-member-item {
  width: 50%;
}
@media not all and (min-resolution:.001dpcm) { @media {
  .custom-team-member-wrapper .custom-team-member-item:first-child {
    margin-left: -1px;
  }
}}
.custom-team-member-wrapper .team-member-image {
  width: 50%;
  float: left;
}
.custom-team-member-wrapper .team-member-description {
  width: 50%;
  padding: 20px;
  text-align: center;
  float: left;
}
.custom-team-member-wrapper .custom-team-member-item.right .team-member-image {
  float: right;
}
.custom-team-member-wrapper .team-member-description h3 {
  font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
  font-size: 24px;
  color: #333;
  /*text-transform: uppercase;*/
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 32px;
  height: 58px;
}
.custom-team-member-wrapper span.title-border {
  display: block;
  background: #333;
  width: 30%;
  height: 1px;
  margin: 10px auto;
}
.custom-team-member-wrapper .team-member-description p {
  margin: 0;
}
.team-social-media a.social {
  margin: 10px 10px 0 0;
  display: inline-block;
  background: url('//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/social-media-1.png') repeat-y;
  width: 25px;
  height: 25px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-social-media a.facebook {
  background-position: -40px 0;
}
.team-social-media a.in {
  background-position: -80px 0;
}
.team-social-media a.gplus {
  background-position: -124px 0;
}
.team-social-media a.twt {
  background-position: 0 0;
}
.team-social-media a.mail {
  background-position: -165px 0;
}
.team-social-media a:hover.mail {
  background-position: -165px -25px;
}
.team-social-media a:hover.twt {
  background-position: 0 -25px;
}
.team-social-media a:hover.gplus {
  background-position: -124px -25px;
}
.team-social-media a:hover.in {
  background-position: -80px -25px;
}
.team-social-media a:hover.facebook {
  background-position: -40px -25px;
}
.about-layout .body-container {
    padding-bottom: 0px;
}
/* =============== Footer =============== */

.custom-footer-copyright-wrapper .row-fluid .page-center {
  padding: 20px 15px;
}
.custom-footer-privacy ul li a:hover {
  opacity: 1;
}

.address-section p a:hover {
  opacity: 1;
}

.address-section p {
  color: #fff;
}
.custom-form span.hs-form-required {
  display: none;
}
.custom-form.fc .hs-error-msgs {
  margin-top: -11px;
}
.custom-form.fc .hs-error-msgs label {
  padding: 4px 0;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.custom-footer-wrapper .form-title {
  color: #fff;
}

.address-section h3 {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 10px;
  line-height: 38px;
}

.address-section p span {
  background: url(//3931576.fs1.hubspotusercontent-na1.net/hubfs/3931576/Cefalo_September2018%20/Images/address-icon.png) no-repeat 0 0;
  padding-left: 30px;
}

.address-section p span.phone {
  background-position: 0 0;
}

.address-section p {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 0;
}

.address-section p a {
  color: #24dc97;
  text-decoration: none;
}

.address-section p span.mail {
  background-position: 0 -62px;
  color: #24dc97;
}
.address-section p span.address {
  background-position: 0 -31px;
}
.custom-footer-wrapper {
  background: #273138;
  padding: 30px 0;
}
.custom-footer-privacy ul li a {
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.custom-footer-privacy ul li:before {
  display: none;
}
.custom-footer-privacy ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0;
  display: inline-block;
}
.custom-footer-privacy ul li:first-child {
  margin-right: -4px;
}
.custom-footer-privacy ul li {
  display: inline-flex;
}
.custom-footer-privacy ul li:last-child {
  width: auto;
  padding-left: 15px;
  border-left: 1px solid #FFF;
  margin-left: 12px;
}
.custom-footer-copyright-wrapper {
  background: #1e262c;
}

.custom-footer-copyright p {
  font-size: 13px;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.Head-office.address-section.fc {
  width: 33.3333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.dhaka-office.address-section.fc {
  width: 33.3333%;
  float: left;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-form.fc {
  width: 33.3333%;
  float: left;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 15px;
}
.custom-footer-wrapper input.hs-button.primary.large {
  margin-bottom: 0;
  text-transform: capitalize;
  display: block;
  margin-top: 0;
}

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

.custom-privacy-popup-group {
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
    z-index: -1;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  height: 100%;
  right: 0;
  opacity: 0;
}
.custom-privacy-popup-group.open-popup {
  opacity: 1;
  z-index: 9;
}
.custom-privacy-popup-group .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
}
.custom-privacy-popup-group.open-popup .modal-backdrop {
  opacity: 0.5;
}
.custom-privacy-popup-group .custom-popup-inner-wrap {
  width: 600px;
  margin: 30px auto 30px;
  float: none;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.custom-privacy-popup-group.open-popup .custom-popup-inner-wrap {
  margin: 135px auto 30px;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.custom-privacy-popup-group .custom-privacy-popup-content {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
}
.custom-privacy-popup-group .custom-privacy-popup-bottom-content {
  padding: 25px;
}
.custom-privacy-popup-group .custom-privacy-popup-top-content {
  background-color: #1d7ed9;
  padding: 20px 25px 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.custom-privacy-popup-group .custom-privacy-popup-top-content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.42857143;
  margin: 0;
  float: left;
}
.custom-privacy-popup-group span.pop-close {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  float: right;
  font-weight: 700;
  display: block;
  margin-top: -3px;
  cursor: pointer;
}
.custom-privacy-popup-group span.pop-close:hover {
  opacity: .5;
}


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


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

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul{
  margin-top: -3px; 
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li:before {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 19px;
  color: #333;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 23px;
  font-family: open_sansregular, Arial, Helvetica, sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
  color: #6fb425; 
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #50b948;
  opacity: 1;
}

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

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


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  
  .custom-open-job-position .custom-column-wrap-inner h3 {  height:70px; }
  .custom-open-job-position .custom-column-wrap-inner p {  height:90px;  }
  
  
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-header-wrapper .custom-menu-primary {

    float: right;
    width: auto;
  }

  .header-icon a.social{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 12px;
    width: auto;
    height: auto
  }
  .el .mobile-trigger {
    right: 17px;
    top: 15px;
  }

  /* 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: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }
  
  .el .mobile-trigger i, .el .mobile-trigger i:before, .el .mobile-trigger i:after{
    width: 29px; 
    height: 4px;
    background-color: #fff;
  }
  .black-menu .el .mobile-trigger i, .black-menu .el .mobile-trigger i:before, .black-menu .el .mobile-trigger i:after { background-color: #004081; } 
  .fixed-header .el .mobile-trigger i, .fixed-header .el .mobile-trigger i:before, .fixed-header .el .mobile-trigger i:after{
    background-color: #fff;
  }
  .el .mobile-trigger i:before{ top: -9px; } 
  .el .mobile-trigger i:after{ top: 9px; } 

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

  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;

  }

  /* 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;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    background: #003B6B;
  }
  
  .el .custom-menu-primary,
  .el .custom-menu-primary .hs-menu-wrapper > ul,
  .el .custom-menu-primary .hs-menu-wrapper > ul li,
  .el .custom-menu-primary .hs-menu-wrapper > ul li a{
    width: auto;
  }
  .el .custom-menu-primary.js-enabled, .el .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: inherit;
  }
  .el .custom-menu-primary .hs-menu-wrapper > ul {
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    margin: 0;
    background-color: #003b6b;
  }

  /* 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: 14px;
    color: #FFF;
    text-transform: uppercase;
    border-top: 1px solid #014D8B;
    line-height: 20px;
    padding: 10px 15px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover{
    background-color: #013057;
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active a {
    color: #fff;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

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

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

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {

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

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

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
}


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


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

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

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

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




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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */

.post-header h2 {
  color: #000000;
  font-weight: normal;
  padding: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 60px;
}
.post-header h2 a {
  color: #000000;
}

.blog .blog-post-wrapper .post-header h2 {
  text-align: left;
  margin-bottom: 40px;
}

.blog .blog-listing-wrapper .post-header h2 { 
  /*font-size: 40px;*/
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    display: block;
}


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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
	position: relative;
}
.hs-featured-image-wrapper .hs-featured-image-link {
	display: block;
  margin-bottom: 0;
}

.hs-featured-image-wrapper .hs-featured-image-link:hover {
	opacity: 0.8;
}

.hs-featured-image-wrapper img.hs-featured-image{
  border-width: 0;
  /*max-height: 100%;*/
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  margin: 0 0 1em;
  border: 0;
  padding:0;
  float: none;
}

.hs-featured-image-wrapper p {
  color: #FFF;
  height: auto;
  line-height: 1.5;
  padding: 5px 10px;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  font-size: 0.9em;
  width: 100%;
  margin: 0 auto;
}

.author-and-date {
  color: #999;
  font-weight: 100;
  margin: 0 0 40px;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
}

p.author-and-date {
  font-size: 18px;
}

.rec.blog .author-and-date {
  font-size:16px!important;
}

.blog .blog-post-wrapper .post-body p,
.blog .blog-post-wrapper .post-body li,
.blog .blog-post-wrapper .post-body p span,
.blog .blog-post-wrapper .post-body p a{
  font-size: 18px;
}


.blog .blog-listing-wrapper .post-body {
    flex-grow:1;
    max-width: 90%;
}

.blog .blog-listing-wrapper .post-body {
  text-align: center;
}

.blog .blog-listing-wrapper .post-body p,
.blog .blog-listing-wrapper .post-body p span,
.blog .blog-listing-wrapper .post-body p strong {
  font-weight: 100!important;
  font-family: 'Open Sans', sans-serif;
}

.blog .blog-listing-wrapper .post-body p{
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .blog .blog-post-wrapper .post-body{
    max-width: 80%;
  }
  /*.blog .blog-listing-wrapper .post-body{
    max-width: 80%;
  }*/
}

/** Begin custom style added by Shaon for English blogpost only ***/
@media screen and (min-width: 480px) {
  .en-blog .blog-post-wrapper .post-header {
    max-width: 80%;
    margin:0 auto;
  }
  .en-blog .post-body h3 {
    font-size: 20px;
    font-weight: normal;
  }   
}
.en-blog .post-header h1 {
  font-size: 54px;
  font-weight: normal;
  line-height: 64px;  
  color: #000000;
  text-align: left;
  letter-spacing: 1px;
  margin: 0 0 7px;
}
.en-blog .post-header .author-and-date {
  color: #999;
  font-weight: 100;
  margin: 0 0 10px;
  border-bottom: none;
  padding: 0;
}
.en-blog .hs-featured-image-wrapper img.hs-featured-image {
  max-height: 456px;
  object-fit: cover;
}  
.blog.en-blog .body-container .page-center.content-wrapper {
  padding-top: 25px;
} 
.en-blog .post-header .post-tags {
  float:right;
  margin-right:5px;
}
.post-body :not(pre)>code[class*=language-] {
  color: inherit;
}  
/** End custom style added by Shaon for English blogpost only ***/

.blog .blog-post-wrapper .post-body h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
  color: #000000;
  text-align: left;
}

.blog .blog-post-wrapper .post-body h1 {
  text-align: center;
  margin: 0 auto;
}

.post-body p {
    text-align: left;
}
.post-body p a,
.post-body a {
  color: #1E8CBB;
}
.post-body p img {
  padding: 0;
  background-size: contain;
  border: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2em;
}
.post-body h4 {
  font-size: 20px;
  line-height: 24px;
}

.post-body p a:hover {
  opacity: 0.8;
  color: inherit;
}
.blog-listing-wrapper .post-listing .post-item:first-child img.hs-featured-image {
  margin-top: 0;
}

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

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

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

/* Blog Commments */
#comments-listing {

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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


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


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

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

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

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

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

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


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


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

.form-title {
  font-size: 24px;
  margin: 0 0 10px;
  /*text-transform: uppercase;*/
  line-height: 38px;
}
.hs-error-msgs li:before {
  display: none;
}

.custom-footer-wrapper .submitted-message {
  color: #fff;
}

.hs-error-msgs {
  padding: 0;
  margin: 0;
  margin-top: -11px;
}
.hs-error-msgs li {
  list-style: none;
}
.hs-error-msgs label {
  color: red;
  font-size: 12px;
  line-height: 22px;
}

.hs-input.invalid.error {
  border-color: #c87872;
}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea {
  width: 100%;
  max-width: 500px;
  -webkit-appearance: none;
  display: block;
  padding: 2px 10px;
  margin-bottom: 10px;
  color: #333;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  font-size: 12px;
  line-height: 22px;
  font-family:open_sanslight, Arial, Helvetica, sans-serif;
  outline: none;
  background-color: #fff;
}

/* One Line Inputs */
.contact-form input[type="text"],
.contact-form input[type="email"], 
.contact-form input[type="password"], 
.contact-form textarea {
  width: 100%;
  max-width: 500px;
  -webkit-appearance: none;
  display: block;
  padding: 2px 10px;
  margin-bottom: 10px;
  color: #333;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  font-size: 12px;
  line-height: 22px;
  font-family:open_sanslight, Arial, Helvetica, sans-serif;
  outline: none;
  background-color: #f3f3f3;
}

select {
  width: 100%;
  max-width: 500px;
  display: block;
  padding: 4px 5px;
  margin-bottom: 10px;
  color: #333;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
  font-size: 12px;
  line-height: 22px;
  font-family:open_sanslight, Arial, Helvetica, sans-serif;
  outline: none;
}




input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #237828;
}

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {background-color: #f3f3f3; border: 1px solid #237828; }

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #59be92;
  padding: 6px 26px;
  color: #FFF;
  font-weight: normal;
  text-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 12px;
  line-height: 22px;
  font-family: 'open_sansregular',Arial,Helvetica,sans-serif;
  white-space: normal !important;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 20px;
  outline: none;
  opacity: 1 !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #24dc97 !important;
}

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


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.blog .body-container .page-center.content-wrapper {
    padding: 35px 15px 0;
}

.blog-sidebar h3 {
  font-size: 24px;
  margin: 0 0 10px;
  /*text-transform: uppercase;*/
  line-height: 38px;
}
.hs-blog-post .section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin-bottom: 20px;
}

.blog-pagination a {
  display: table !important;
}

.hs-banner-area h1 {
  color: #fff !important;
  display: inline-block;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 70px;
  font-weight: normal;
  line-height: 48px;
}

.hs-banner-area p {
  width: 70%;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding-right: 15px;
  padding-left: 15px;
}

.hs-banner-area p.post-topics-header {
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 3px 5px;
  display: block;
  color: #fff;  
}

.post-topics {
  padding-left: 15px;
  padding-right: 15px;
}
.post-topics a {
  font-size: 16px;  
  line-height: 1;
  color: #fff;
  text-decoration: none;

  display: table;
  padding: 0.4em 1em;
  margin: 5px;
  background-color: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.8);
  float:left;
}
.post-topics a:hover {
  background-color: rgba(255,255,255,0);
}
.post-topics ul {
  padding:0;
  list-style: none;
  display: inline;
}
.post-topics ul li {
	margin:0;
  padding:0;
  list-style: none;
  display: inline;
  float:left;
}
.hs-banner-area {
  background: #1d7ed9;
  padding-top: 75px;
  padding-bottom: 40px;
}

.blog-listing-wrapper .post-listing .post-item {
  /*border-bottom: 2px dotted #EAEAEA;
    padding: 30px 0;*/
    float: left;
    width: 33.33%;
    padding-right: 40px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    margin-bottom: 40px;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner{
    padding-bottom: 0px;
    min-height: 480px;
    transition: all .4s ease-out;
    border: 1px solid transparent;
    position: relative;
}

.blog-listing-wrapper .post-listing .post-item .post-item-inner:hover{
    background: #ffffff;
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(233, 237, 239);
}






}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
  margin-bottom: 20px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
  text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
  color: #888888;
  font-weight:700;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-sidebar ul{
}
.blog-sidebar ul li{
  padding: 0 0 10px;
}

.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}


/* -------------- Default Code for comment ------------ */

#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}


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

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

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

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

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left;
}

/* -------------------- Ends ----------- */

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

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

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
#comments-listing.no-comments {
  border: none;
  margin:0;
}
.no-banner .header-container-wrapper,
.one-column-content .header-container-wrapper{
  min-height: 75px;
}
.no-banner .body-container,
.one-column-content  .body-container{
  margin-top: 0;
}

div[data-global-widget-path] + div {
  margin-left: 0 !important;
}
.custom-home-main-slider {
  margin-bottom: 10px;
}
.one-column-error .hs-banner-area.advanced h1 {
  line-height: 60px;
  margin-bottom: 10px;
}
.one-column-error .custom-error-middle-group {
    padding: 30px 0 0;
}
.one-column-error .custom-error-middle-group .main-content {
    text-align: center;
}
.one-column-error  button.custom-go-back-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  font-family: 'open_sanslight',Arial,Helvetica,sans-serif;
}
.one-column-error  button.custom-go-back-btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.one-column-error  button.custom-go-back-btn:focus {
  outline: none;
}
.one-column-error  .hs-search-field input.hs-search-field__input {
  margin: 20px auto 0;
}
.blog .lang_switcher_class.no-language {
  display: none;
}
.en-blog .lang_switcher_class.no-blog.langugae {
    display: none;
}
.no-blog .lang_switcher_class {
    display: none;
}
.no-blog .lang_switcher_class.no-blog.langugae {
    display: block;
}
.hs-blog-post .jscroll-added {
    display: none;
}
/* -------------------- Ends ----------- */

/* Styles that do not fit into any of the available sections above can go here. */
.hs-blog-id-6400555190 .hs_cos_wrapper_type_language_switcher {display: none;}

.one-column-content.new .main-content h1 {
  font-size: 56px;
  line-height: 1.3em;    
  color: #001831;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 1951px){
  .custom-culture-slider .slick-next {
    right: 31.5% !important;
  }
  .custom-culture-slider .slick-prev {
    left: 31.5% !important;
  }
  .custom-home-row3 .custom-two-column-right-image-group .custom-right-column-image img {
    margin-top: 29px;
  }
  .hs-lang-no .custom-home-row3 .custom-two-column-right-image-group .custom-right-column-image img {
    margin-top: 49px;
  }
  .custom-two-column-right-image-group .custom-right-column-image {
    width: 49.4%;
  }
}
@media (max-width: 1599px){
  .custom-home-main-slider .slick-slide-inner-wrapper {
    height: 500px;
  }
  .custom-home-main-slider .caption.below span {
    margin: 130px auto 0;
  }
  .custom-home-main-slider .slick-prev, .custom-home-main-slider .slick-next {
    top: 41%;
  }
  .custom-two-column-left-image-group .custom-right-column-content {
    margin-top: -352px;
  }
}
@media (max-width: 1366px){
  .custom-two-column-left-image-group .custom-right-column-content {
    margin-top: -336px;
  }
}
@media (max-width: 1279px){
  .el.cf-developer-header .el-language { margin-right: 24px; }
}
@media (min-width: 480px){
  h2 {
    font-size: 48px;
    line-height: 60px;
  }
  h3 {
    font-size: 24px;
    line-height: 50px;
    margin:0;
  }
  a.social {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 768px){
  .solial-media {
    border-left: 1px solid #c2c2c2;
    line-height: 17px;
    padding-left: 25px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .hs-blog-listing .hs-featured-image-wrapper img.hs-featured-image{
    min-height: 226px;
    max-height: 226px;
  }
}

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 990px;
  }
  .hs-banner-area .page-center {
    max-width: 990px;
    padding: 20px 0px 0;
  }
  .custom-tabber-content-group {
    min-height: 356px;
  }
}

@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
  .one-column-content.new .body-container-wrapper .page-center {
    max-width: 1170px !important;
  }
  .body-container .page-center {
    padding: 35px 15px 0;
  }
  .hs-banner-area .page-center {
    max-width: 1170px;
    padding: 35px 0px 0;
  }
}
@media (max-width: 1270px){
  .custom-open-job-position {
    margin: 0 -20px;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1199px){
  .body-container .page-center {
    padding: 20px 15px 0;
  }
  .custom-tabber-header-group .custom-tabber-header-inner p {
    min-height: 165px;
  }
  .hs-banner-area .inner-wrapper {
    margin: 0 -15px;
  }
  .custom-open-job-position .custom-column-wrap {
    padding: 15px;
  }
  .custom-open-job-position {
    margin: 0 -15px;
  }
  .custom-two-column-right-image-group .custom-right-column-image img {
    width: 100% !important;
    margin-top: 0;
  }
  .custom-two-column-right-image-group .custom-right-column-image {
    width: 100%;
    float: none;
  }
  .custom-two-column-right-image-group .custom-left-column-content {
    padding: 15px 0;
    width: 100%;
    float: none;
  }
  .custom-team-member-wrapper {
    padding: 20px 0 0;
  }
  .custom-team-member-wrapper .team-member-description h3 {
    font-size: 20px;
  }
  .custom-team-member-wrapper .team-member-description p {
    font-size: 15px;
  }
  .custom-culture-slider .slick-next {
    right: 16.2% !important;
  }
  .custom-culture-slider .slick-prev {
    left: 16.2% !important;
  }
  .custom-two-column-left-image-group .custom-left-column-image img {
    width: 100% !important;
  }
  .custom-two-column-left-image-group .custom-left-column-image {
    width: 100%;
    padding-right: 0;
  }
  .custom-two-column-left-image-group .custom-right-column-content {
    margin-top: 0;
    width: 100%;
    padding: 35px 15px 15px;
  }
  .hs-lang-no .custom-home-row3 .custom-two-column-right-image-group .custom-right-column-image img {
    margin-top: 0;
  }
  .custom-home-row3 .custom-two-column-right-image-group .custom-right-column-image img {
    margin-top: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1279px){
  /*.hs-blog-listing .hs-featured-image-wrapper img.hs-featured-image {
      min-height: 290px;
      max-height: 290px;
  }*/
  .blog-listing-wrapper .post-listing .post-item .post-item-inner {
    min-height: 600px;
  }
}

@media (max-width: 1024px){
  .custom-home-main-slider .slick-slide-inner-wrapper {
    height: 100%;
  }
  .custom-home-main-slider .caption.below h2 {
    width: 83.33%;
    margin: 0 auto 10px;
    padding: 0 15px;
  }
  .custom-home-main-slider .caption.below h3 {
    padding: 0 15px;
  }
  .custom-home-main-slider .caption.below span {
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .hs-banner-area h1 {
    width: 100%;
  }
  .hs-banner-area p {
    width: 100%;
  }
  .hs-banner-area .page-center {
    padding: 20px 0px 0;
  }
  .hs-banner-area .inner-wrapper {
    margin: 0;
  }
  .custom-tabber-header-group,
  .custom-tabber-content-group .custom-tabber-left-content h4 {
    display: none;
  }
  .custom-tabber-content-group .hs-tabber-content-item {
    display: block !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #ddd;
    margin-bottom: 5px;
  }
  .custom-tabber-content-group .custom-tabber-left-content {
    padding: 10px 15px;
    width: 100%;
    float: none;
    background-color: #f5f5f5;
    text-align: center;
  }
  .custom-tabber-content-group .custom-tabber-right-content {
    padding: 15px;
    float: none;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .custom-tabber-content-group .custom-tabber-right-content p {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 15px;
    text-align: justify;
  }
  .custom-tabber-content-group .custom-tabber-left-content h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .custom-tabber-content-group {
    display: inline-block;
    margin: 0;
  }
  .custom-tabber-content-group .custom-tabber-left-content img {
    display: block;
    margin: 0 auto 10px;
  }
  .hs-banner-area.advanced .custom-banner-right-content {
    float: none;
    width: 100%;
  }
  .custom-open-job-position {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-open-job-position .custom-column-wrap {
    float: none;
    width: 50%;
  }
  .custom-open-job-position .custom-column-wrap-inner p {
    min-height: 115px;
  }
  .custom-open-job-position .custom-column-wrap-inner h3 {
    min-height: 70px;
  }
  .custom-career-row4-flexi .hs_cos_wrapper_type_module:nth-child(3) .hs_cos_wrapper_type_rich_text {
    margin-left: 16.666667%;
    width: 66.666667%;
  }
  .no-banner .body-container {
    margin-top: 15px;
  }
  .custom-culture-slider .slick-next {
    right: 96px !important;
  }
  .custom-culture-slider .slick-prev {
    left: 96px !important;
  }
  .custom-team-member-wrapper .team-member-image {
    width: 100%;
  }
  .custom-team-member-wrapper .team-member-description {
    width: 100%;
  }
  .custom-team-member-wrapper .team-member-description h3 {
    font-size: 24px;
  }
  .custom-team-member-wrapper .team-member-description p {
    font-size: 16px;
  }
  .home-page.no-banner .body-container {
    margin-top: 0px;
  }

}
@media (max-width: 939px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .blog-listing-wrapper .post-listing .post-item{
     width: 50%;
  }
  .blog-listing-wrapper .post-listing .post-item .post-item-inner {
    min-height: 550px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
  }
  .Head-office.address-section.fc {
    width: 100%;
  }

  .dhaka-office.address-section.fc {
    width: 100%;
  }

  .custom-form.fc {
    width: 100%;
  }

  .custom-footer-privacy ul li {
    text-align: left;
  }
  .widget-type-custom_widget.custom-header-logo {
    display: inline-block;
  }
  .custom-footer-privacy ul{
    float: none; 
    padding: 0;
  }
  .trigger-wrapper {
    width: 100%;
    display: block;
    background: #075593;
    padding: 12px 15px;
    margin: 9px 0 0;
    min-height: 41px;
    cursor: pointer;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;    
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
  }
  .mobile-trigger:after {
    content: "MENU";
    margin-left: 10px;
  }
  .hs-lang-no .mobile-trigger:after {
    content: "MENY";
  }
  .el .mobile-trigger:after {
    content: "";
    margin-left: 0;
  }
  .custom-form.fc{
    padding-left: 15px; 
  }
  .blog .blog-sidebar {
    margin-top: 30px;
  }
  .no-banner .body-container {
    margin-top: 0;
  }
  .no-banner .header-container-wrapper,
  .one-column-content .header-container-wrapper {
    min-height: 120px;
  }
  .custom-header-wrapper.nonav .custom-logo{
    margin-bottom: 8px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    max-height: calc(100vh - 80px);
    overflow-y: auto !important;
  }
  .one-column-content .main-content h1 {
    margin-top: 10px;
    padding-right: 15px;
  }
  h1 {
    font-size: 45px;
  }
  .custom-top-image-with-content .custom-top-image img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-top-image-with-content .custom-image-caption {
    width: calc(100% - 20px);
  }
  .custom-career-row4-flexi .hs_cos_wrapper_type_module:nth-child(3) .hs_cos_wrapper_type_rich_text {
    margin-left: 0;
    width: 100%;
  }
  .custom-open-job-position .custom-column-wrap {
    float: none;
    width: 100%;
  }
  .custom-open-job-position .custom-column-wrap-inner h3 {
    min-height: 100%;
  }
  .custom-open-job-position .custom-column-wrap-inner p {
    min-height: 100%;
  }
  .custom-two-column-right-image-group .custom-column-content {
    width: 100%;
  }
  .custom-career-row2 .custom-career-row2-flexi {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }
  .custom-career-row4-flexi .hs_cos_wrapper_type_rich_text {
    width: 100%;
    text-align: center;
    margin-left: 0;
    display: block;
  }
  .custom-about-row1 .custom-about-row1-col {
    width: 100% !important;
  }
  .custom-culture-slider .slick-next {
    right: 15px !important;
  }
  .custom-culture-slider .slick-prev {
    left: 15px !important;
  }
  .custom-home-main-slider .caption.below h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .custom-home-main-slider .caption.below h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .home-page.no-banner .header-container-wrapper,
  .one-column-content .header-container-wrapper {
    min-height: 124px;
  }
  .custom-home-main-slider .slick-prev,
  .custom-home-main-slider .slick-next {
    top: 38%;
  }
  .custom-client-logo-wrap .custom-logo-item {
    width: 33.33%;
  }
  .custom-client-logo-wrap .custom-logo-item img {
    filter: grayscale(0%);
  }
  .custom-two-column-left-image-group .custom-left-column-image img {
    width: 100% !important;
    margin-top: -1px;
  }
  .custom-privacy-popup-group .custom-popup-inner-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .hs-featured-image-wrapper img.hs-featured-image {
    margin: 20px 0 14px;
    width: 100%;
  }
  .hs-featured-image-wrapper p {;
    width: calc(100% - 20px);
  }
  .blog-listing-wrapper .post-listing .post-item{
    width: 100%;
    padding-right: 0px;
    margin: 0px 0px 25px;
  }
  .blog-listing-wrapper .post-listing .post-item .post-item-inner {
    min-height: auto;
  }
  form .hs_phone .input {width: 140px;}
  form .hs_submit .actions {width: 150px;}
  .el .trigger-wrapper {
    width: auto;
    background: transparent;
    padding: 12px 0;
  }
  .el.cf-developer-header .el-language { 
    width: auto;
    position: absolute;
    top: 16px;
    right: 73px;
  }
  .one-column-content.new .main-content h1 {
    font-size: 43px;
  }
  .one-column-content .main-content h1 {
    margin-top: 18px;
    margin-bottom: 44px;
  }

}

@media (max-width: 580px) {
  .custom-team-member-wrapper {
    display: block;
  }
  .custom-team-member-wrapper .custom-team-member-item {
    width: 100%;
    overflow: hidden;
  }
  .custom-team-member-wrapper .team-member-description h3 {
    height: 100%;
  }
  .custom-home-main-slider .slick-prev, .custom-home-main-slider .slick-next {
    top: 33.5%;
  }
  .custom-home-row4 .custom-row4-top-col {
    text-align: center;
    width: 100% !important;
  }
}

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


@media (min-width: 480px){
  .custom-home-main-slider ul.slick-dots {
    display: none !important;
  }
  
 
  
}


@media (max-width: 479px){
  .header-icon .solial-media{
    margin-right:10px;
  }
  .header-icon a.social {
    margin-right: 6px;
  }
  .hs-banner-area p{
    font-size: 18px;
    line-height: 28px;
  }
  .custom-text-slider {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .custom-tabber-content-group .custom-tabber-left-content img {
    display: block;
    margin: 0 auto;
  }
  .custom-text-slider .caption.below p {
    font-size: 22px;
    line-height: 35px;
  }
  .custom-top-image-with-content .custom-image-caption {
    display: none;
  }
  .custom-top-image-with-content .custom-bottom-content h2 {
    font-size: 35px;
    line-height: 48px
  }
  .one-column-content .main-content h1:after {
    width: 56.5%;
    right: 15px;
  }
  .custom-culture-slider .slick-prev, .custom-culture-slider .slick-next {
    height: 38px;
    width: 22px;
    background-size: contain !important;
  }
  .custom-culture-slider .slick-prev {
    left: 20px !important;
    margin: 0;
  }
  h2 {
    font-size: 35px;
    line-height: 48px;
  }
  .custom-home-main-slider .caption.below h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .custom-home-main-slider .caption.below h3,
  .custom-home-main-slider .slick-prev, 
  .custom-home-main-slider .slick-next{
    display: none !important;
  }
  .custom-home-main-slider .caption.below span {
    margin-top: -35px;
  }
  .custom-home-row2 .main-content p {
    font-size: 20px;
    line-height: 35px;
  }
  .custom-client-logo-wrap .custom-logo-item {
    width: 50%;
  }
  .custom-home-row3 .custom-column-content p {
    margin-bottom: 10px;
  }
  .custom-home-row3 .custom-two-column-right-image-group a.more-button {
    margin-top: 20px;
  }
  .custom-home-main-slider .slick-dots {
    position: absolute !important;
    list-style: none;
    display: block !important;
    text-align: center;
    padding: 0;
    width: auto;
    margin: 0 !important;
    top: -3px;
    right: 5px;
    z-index: 99;
  }
  .custom-home-main-slider .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 3px;
    padding: 0;
    border: 1px solid #acb5ba;
    border-radius: 20px;
  }
  .custom-home-main-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 12px;
    width: 12px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
  }
  .custom-home-main-slider .slick-dots li button:before {
		display: none;
  }
  .custom-home-main-slider .slick-dots li.slick-active,
  .custom-home-main-slider .slick-dots li:hover {
    border: 1px solid #24dc97;
    background: #24dc97;
  }
  .one-column-error .hs-banner-area.advanced h1 {
    font-size: 35px;
    line-height: 48px;
  }
  .custom-two-column-left-image-group .custom-right-column-content h2 {
    font-size: 35px;
    line-height: 48px;;
  }
  .hs-featured-image-wrapper p {
    display: none;
  }
  .post-header h2 {
    font-size: 35px;
    line-height: 48px;
  }
}
@media (max-width: 400px){
  .hs-lang-no .custom-privacy-popup-group .custom-privacy-popup-top-content h4 {
    font-size: 14px;
  }
}
@media (max-width: 338px){
  .header-icon a.social{
    margin-right: 3px;
  }
  .header-icon .solial-media{
    margin-right:0px;
  }
}

.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
float: left!important;
}