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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

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

.content-center {
    margin: auto;
    width: 100%;
    padding: 20px;
}

/*Unify HRS Font Bold*/
@font-face{
    font-family: 'Berkslund-Bold';
    src:url(//cdn2.hubspot.net/hubfs/3792145/Berkslund%20Font/Berkslund-Bold.eot) format('embedded-opentype'),
    url(//cdn2.hubspot.net/hubfs/3792145/Berkslund%20Font/Berkslund-Bold.ttf) format('truetype'),
    url(//cdn2.hubspot.net/hubfs/3792145/Berkslund%20Font/Berkslund-Bold.woff) format('woff'),
    url(//cdn2.hubspot.net/hubfs/3792145/Berkslund%20Font/Berkslund-Bold.woff2) format('woff2'),
    url(//cdn2.hubspot.net/hubfs/3792145/Berkslund%20Font/Berkslund-Bold.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Unify HRS Font*/
.unify_font_bold{
	font-family: 'Berkslund Bold';
}

.unify_font_thin{
	font-family: 'Berkslund Thin';
}

.unify_font_light{
	font-family: 'Berkslund Light';
}

.unify_font_regular{
	font-family: 'Berkslund Regular';
}


@font-face{
    font-family:dfd-socicons-font;src:url(dfd_icon_set.eot?4be24p);
    src:url(//cdn2.hubspot.net/hubfs/3792145/Tricor-August2017/fonts/dfd_icon_set/dfd_icon_set.eot?4be24p#iefix) format('embedded-opentype'),
    url(//cdn2.hubspot.net/hubfs/3792145/Tricor-August2017/fonts/dfd_icon_set/dfd_icon_set.ttf?4be24p) format('truetype'),
    url(cdn2.hubspot.net/hubfs/3792145/Tricor-August2017/fonts/dfd_icon_set/dfd_icon_set.woff?4be24p) format('woff');
    font-weight:400;
    font-style:normal;
}

/* 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 {
    background:white;
    color: #333;
    font-family: "lato", "Sans-Serif";
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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


/* =============== Typography =============== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{font-variant-ligatures: none;}

/* Basic text */
p {
    margin-bottom: 1em; /* Original - margin-bottom: 0.5em;*/
    margin-top:0;
} 
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 {
	margin:0 0 0px;
	    letter-spacing: 0.5px;
    color: #333;
    font-family: "Lato",sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;

}

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

/* Lists */
ul, ol {
    margin-bottom: 17px;
    list-style-position: outside !important;
   /* padding-left:20px !important;*/
}
ul{
    list-style:none;
}
ul ul, ul ol, ol ol, ol ul {}
/*
.body-container ul li {
    position: relative;
    line-height: 2;
    padding-left: 25px;
    margin: 20px 0;
    color: #3b3b3b;
}*/
.body-container ul li {
    position: relative;
    line-height: 1.5;
    /*padding-left: 25px;
    margin: 10px 0 20px;*/
    color: #3b3b3b;
}

.body-container ol li {
    margin: 0;
    color: #3b3b3b;
}
/*Custom Code*/
.body-container ul li:before {
    content: "";
    float: left;
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 1em;
    left: 0;
    margin-top: -8px;
    margin-left: -25px;
    background:#ee3135;
    border-radius: 50%;
}

.hs-form-booleancheckbox:before {
    display: none !important;
}

li {}

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

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


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

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

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

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


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


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

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

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


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

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

.header-container .page-center {}

.cm-header-group{
    -webkit-transition: -webkit-transform .5s linear, border-color .3s ease;
    -moz-transition: -moz-transform .5s linear, border-color .3s ease;
    -ms-transition: -ms-transform .5s linear, border-color .3s ease;
    -o-transition: -o-transform .5s linear, border-color .3s ease;
    transition: transform .5s linear, border-color .3s ease;
    position:fixed;
    width:100% !important;
    left:0;
    z-index:99;
    background:#fff;
}
.cm-header-group {
    border-bottom: 1px solid #e7e7e7;
}
.cm-header-top {
    border-bottom: 1px solid #e7e7e7;
    padding-left:10px;
    background: #fff;
    padding-right:10px;
}
.cm-header-top .page-center {
    padding-left:10px;
    padding-right:10px;
    max-width:100% !important;
}
.cm-header-top-menu {
    text-align: right;
    margin-bottom: -8px;
}
.cm-header-top-menu .hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    margin-right: -48px;
    display: block;
}
.cm-header-top-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    font-family: "Lato";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 25px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.cm-header-top-menu ul li {
    float: left;
    letter-spacing: 0.3px;
    padding: 0 10px;
    line-height: 40px;
}
.cm-header-top-menu ul li:last-child {
    padding-right: 0;
    margin-right: -7px;
}
.cm-header-top-menu ul li a{
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    color:#696a6d;
    text-decoration:none;
}
.cm-header-top-menu ul li:hover a {
    opacity: .4;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.soc-icons {
    line-height: 40px;
    margin-bottom:-8px;
    text-align: right;
}
.cm-social-icon.lp .soc-icons{
    margin-bottom:-1px;
}
.cm-social-icon a {
    font-size: 15px;
    padding: 0 7px;
    -webkit-transition: color .3s ease, opacity .3s ease;
    -moz-transition: color .3s ease, opacity .3s ease;
    transition: color .3s ease, opacity .3s ease;
    text-decoration: none;
    font-family: dfd-socicons-font!important;
    speak: none;
    color: #696a6d;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cm-social-icon a:last-of-type {
    padding-right: 0;
    padding-left: 3px;
}
a.linkedin {
    color: rgb(105, 106, 109);
}
.cm-social-icon a:hover {
    color: #39c;
    text-decoration:none;
}
.cm-social-icon .wechat:hover{
    color:#1b1b1b;
}
.cm-social-icon .linkedin:before {
    content: "\e975";
}
.cm-social-icon .wechat:before {
    content: "\e9b2";
}


.cm-header-bottom{
    padding-left:10px;
    padding-right:10px;
    background: #fff;
}
.cm-header-bottom .page-center{
    padding-left:10px;
    padding-right:10px;
    max-width:100% !important;
}
.cm-logo {
    padding-top: 16px;
    padding-bottom: 16px;
}
.cm-logo.cm-logo-cn{
  padding-top: 5px;
  padding-bottom: 5px;
}
.cm-search-language {
    text-align: right;
}
.cm-search-btn {
    display:inline-block;
    padding: 0 20px;
    border-left: #e7e7e7 1px solid;
    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    transition: border-color .3s linear;
    line-height: 70px;
}
.cm-search-language .icon-search {
    font-size: 16px;
    line-height: inherit;
    opacity: 1;
    font-family: dfd-socicons-font!important;
    speak: none;
    color:#666;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    cursor: pointer;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cm-search-language .icon-search:hover {
    opacity: .7;
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    transition: opacity .8s ease;
}
.cm-search-language .icon-search:before {
    content: "\ea4c";
}
.cm-search-language .lang-sel {
    line-height: 70px;
    display: inline-block;
    padding-left: 16px;
}

/* Search Box */
.form-search-section.shift-form {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    -moz-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    transition: opacity .3s ease 0s, visibility .3s ease 0s;
}
.form-search-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease .5s, visibility .3s ease .5s;
    -moz-transition: opacity .3s ease .5s, visibility .3s ease .5s;
    transition: opacity .3s ease .5s, visibility .3s ease .5s;
}

.form-search-section #dfd-search-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-search-section #dfd-search-loader:before {
    content: "\ea38";
    font-family: "dfd-socicons-font";
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 1;
    color: #fff;
    opacity: 0;
}

.form-search-section #dfd-search-loader svg path {
    fill: rgba(0,0,0,0.92);
}

.form-search-section .cm-form-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

.form-search-section .form-search {
    position: relative;
}

.form-search-section .cm-form-box .form-search {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -moz-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
}

.form-search-section.shift-form .cm-form-box .form-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease .3s, visibility .3s ease .3s;
    -moz-transition: opacity .3s ease .3s, visibility .3s ease .3s;
    transition: opacity .3s ease .3s, visibility .3s ease .3s;
}

.form-search-section input[type="text"] {
    font-family: "Lato";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    height: auto;
    line-height: 1.3;
    margin: 0;
    padding: 25px 45px 25px 0;
    background: transparent;
    border-radius: 0;
    z-index: 1;
    outline:none;
    box-shadow: none;
    position: relative;
    border: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: block;
    width: 100%;
}

.form-search-section .form-search span.dfd-background-main {
    display: block !important;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    transition: right .5s ease;
    background: #ee3135;
}   

.form-search-section .form-search input[type="text"]:focus + span.dfd-background-main {
    right: 0;
}

.show path.second-path {
    flood-opacity: 1;
    fill: rgba(0,0,0,0.92);
}
.show path.first-path {
    flood-opacity: 0;
    fill: rgba(225,225,225,0.92);
}
.form-search-section .btn {
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 22px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    color: #fff;
    background: transparent;
    border: none;
    opacity: .4;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-indent: 100px;
    cursor: pointer;
    z-index: 2;
}
.form-search-section .form-search span.dfd-background-main {
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    transition: right .5s ease;
    background: #ee3135;
}

.form-search-section .inside-search-icon{
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 22px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    color: #fff;
    background: transparent;
    border: none;
    opacity: .4;
    font-family: dfd-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;   
}

.form-search-section .btn:hover + i {
    opacity: 1;
}

.form-search-section .inside-search-icon:hover {
    opacity: 1;
}
.dfd-socicon-Search:before {
    content: "\ea4c";
}
.form-search-section .header-search-switcher.close-search {
    cursor: pointer;
}
.form-search-section .close-search:before {
    content: "";
    display: block;
    width: 5000px;
    height: 5000px;
    position: absolute;
    top: -2000px;
    left: -2000px;
    background: transparent;
}

.close-search-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 18px;
    right: 17px;
    cursor: pointer;
    text-align: center;
}

.close-search-btn:after {
    font-family: dfd-socicons-font!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    z-index: 999999;
    display: block;
    content: "\ea38";
    font-family: "dfd-socicons-font";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    margin-right: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
    line-height: 40px;
}

/* Scroll Header */
.scroll-header .cm-logo {
    padding-top: 11px;
    padding-bottom: 11px;
}
.scroll-header .cm-header-group{
    position: fixed;
    left: 0;
    width: 100% !important;
    z-index: 999;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation: headerAnimationSimple .3s linear;
    -moz-animation: headerAnimationSimple .3s linear;
    animation: headerAnimationSimple .3s linear;
}

.scroll-header .cm-header-bottom{
    -webkit-box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0px 50px 0 rgba(0,0,0,0.15);
}

@-webkit-keyframes headerAnimationSimple{0%{-webkit-transform:translateY(0);}100%{-webkit-transform:translateY(-40px);}}
@-moz-keyframes headerAnimationSimple{0%{-moz-transform:translateY(0);}100%{-moz-transform:translateY(-40px);}}
@-o-keyframes headerAnimationSimple{0%{-o-transform:translateY(0);}100%{-o-transform:translateY(-40px);}}
@-ms-keyframes headerAnimationSimple{0%{-ms-transform:translateY(0);}100%{-ms-transform:translateY(-40px);}}
@keyframes headerAnimationSimple{0%{-webkit-transform:translateY(0);transform:translateY(0);}100%{-webkit-transform:translateY(-40px);transform:translateY(-40px);}}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 60px;
}
.scroll-header .cm-search-btn,
.scroll-header .cm-search-language .lang-sel{
    line-height: 60px;
}

.scroll-header .cm-search-btn {
    border-left: none;
}

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

.body-container-wrapper {}
.body-container {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(100%, #F5F5F5));
    background: -moz-linear-gradient(top,#FFFFFF 50%,#F5F5F5 100%);
    background: -webkit-linear-gradient(top,#FFFFFF 50%,#F5F5F5 100%);
    background: -o-linear-gradient(top,#FFFFFF 50%,#F5F5F5 100%);
    background: -ms-linear-gradient(top,#FFFFFF 50%,#F5F5F5 100%);
    background: linear-gradient(top,#FFFFFF 50%,#F5F5F5 100%);
}

.body-container .page-center{
    padding: 40px 10px;
}
.cm-banner-area {
    background-size: cover !important;
    background-position: top center !important;
    background-attachment: initial;
    border-bottom: 1px solid rgba(27,27,27,0.1);
    background-repeat: no-repeat !important;
    margin-top: 100px;
}
.cm-banner-area .page-center{
    padding:0 10px;
}
.cm-banner-area-overlay {
  background: rgba(40, 43, 74, 0.60);
}
.cm-banner-area-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align:center;
}
.cm-banner-area-inner{
    position: relative;
    min-height: 500px; /*Original - min-height: 710px;*/
    -webkit-transition: min-height .3s ease;
    -moz-transition: min-height .3s ease;
    transition: min-height .3s ease;
}
.cm-banner-area-content h1{
    text-shadow: 0px 0px 15px #3b3e55;
    color: #fff;
    font-family: "Lato";
    font-size: 35px; /*Original - font-size: 45px; */
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    line-height: 43px; /*Original - line-height: 55px; */
    letter-spacing: 1px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.tagline{
  font-size: 12px;
  color: #ed3137;
}
/* =============== Footer =============== */

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

.footer-container  .page-center{}

.cm-footer-group {
    background-color: #14171a;
    padding-bottom: 15px;
    padding-top: 30px;
}
.cm-footer-group .page-center{
    padding: 0 10px;
}
.cm-footer-group h3 {
    font-size: 18px;
    color: #dddddd;
    font-weight: bold;
    font-family: "Lato";
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0.5px;
    position: relative;
}
.cm-footer-group h3:after {
    width: 35px;
    background: #d62c2f;
    height: 5px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
}
.cm-footer-group ul{
	margin:0;
	padding:0;
	list-style:none;
}
/*
.cm-footer-menu .cm-footer-address{
    margin-bottom: 30px;
}*/
.cm-footer-menu ul li {
    display: block;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    margin-right: -10px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.cm-footer-menu ul li a{
    overflow: hidden;
    display: inline-block;
    color:#fff;
    text-decoration:none;
    font-family:inherit;
    line-height:22px;
    position: relative;
}
.cm-footer-menu ul li a:hover{
    color:#fff;
    text-decoration:none;
}
.cm-footer-menu ul li:hover .back{
    color: #ee3135;
}
.cm-footer-menu ul li a span {
    padding: 0;
}
.cm-footer-menu ul li .front {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}
.cm-footer-menu ul li .back {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease;
}
.cm-footer-menu ul li:hover .front {
    top: -100%;
}
.cm-footer-menu ul li:hover .back {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.cm-footer-rss{
    margin-bottom: 30px;
}
.cm-footer-rss .hs-rss-item-text {  
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-size:16px;
    font-family: "Lato";
    color: #fff;
}
.cm-footer-rss .hs-rss-item-text a {
    color: #fff;
    text-decoration:none;
}
.cm-footer-rss .hs-rss-item-text:hover > a {
    opacity: .7;
    text-decoration:none;
}
.hs-rss-module{
padding-top:35px !important;
} 
/*.cm-footer-rss .hs-rss-byline {
    opacity: 1;
    font-size: 11px;
    margin-top: 10px;
    line-height: 11px;
}
.cm-footer-rss .hs-rss-date{
    color:rgba(255, 255, 255, 0.4);
    font-family:11px;
    opacity: 1;
    font-size: 11px;
    font-weight: normal;
    letter-spacing:0.3px;
}
.cm-footer-rss .hs-rss-byline:before {
    content: "\ea8a";
    font-family: dfd-socicons-font;
    speak: none;
    color:rgba(255, 255, 255, 0.4);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    float: left;
    margin-right: 5px;
}*/
.cm-footer-address{
    margin-bottom: 30px;
}
.cm-footer-address p {
    color: #fff;
}
.cm-footer-address p+p{
    margin-bottom:0;
}
.cm-footer-address p+p a,
.cm-footer-address p+p a:hover{
    color: #ee3135;
    text-decoration:none;
}
.cm-copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.cm-copyright.cm-copyright-cn{
  border-top: 0 !important;
}

.cm-copyright.lp{
    border:none;
    margin-top:0;
}

.cm-copyright p {
	color: #fff;
	font-family: "Lato";
	font-weight: 400;
	text-transform: none;
	line-height: 27px;
	letter-spacing: 0.3px;
	text-align:center;
    font-size: 12px;
    margin:0;
}
#back-to-top {
    position: fixed;
    bottom: -42px;
    right: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: bottom .5s ease, opacity .5s ease;
    -moz-transition: bottom .5s ease, opacity .5s ease;
    transition: bottom .5s ease, opacity .5s ease;
}

#back-to-top.visible {
    opacity: 1;
    bottom: 70px;
}

#back-to-top i {
    position: relative;
    overflow: hidden;
    font-size: 9px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #fff, 0px 50px #fff;
    -webkit-transition: text-shadow .2s ease;
    -moz-transition: text-shadow .2s ease;
    transition: text-shadow .2s ease;
    z-index: 1;
    font-family: dfd-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#back-to-top:hover i {
    text-shadow: 0px -50px #fff, 0px 0px #fff;
}
#back-to-top i:before {
    content: "\e9c4";
}

#back-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    opacity: 1;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: inherit;
    -webkit-transition: transform .5s ease, opacity .6s ease;
    -moz-transition: transform .5s ease, opacity .6s ease;
    transition: transform .5s ease, opacity .6s ease;
}
#back-to-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: inherit;
}
#back-to-top:hover:after, 
#back-to-top:hover:before {
    background: #ee3135;
}

#back-to-top:hover:after {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    background:#ee3135;
    -webkit-box-shadow: 0px 10px 20px 8px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 8px rgba(0,0,0,0.15);
}

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


/* =============== Custom Menu Primary =============== */
/*.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {padding: 0 10px !important;}*/
/*.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {padding: 15px 10px 12px 10px !important;}*/


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: inline-block;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 18px;
}
/*
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 18px;
}*/
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: "Lato";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    color:#696a6d;
    line-height:70px;
    text-decoration: none;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    opacity: .7;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    display: block;
    margin: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
    box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
    z-index: 1;
}
.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:1101px) {
.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul ul { 
	display:block !important;
}

.custom-menu-primary .hs-menu-flow-horizontal {
    overflow: visible !important;
}

.custom-menu-primary{
    position:relative;
}

.custom-menu-primary.js-enabled {
    margin-bottom: -2px;
}
.custom-menu-primary .hs-menu-wrapper > ul{
    margin: 0 -51px 0 -18px;
    padding-top: 2px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul{
    display: block;
    margin: 0;
    margin-top:0;
    padding: 20px 0;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
    box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul ul:before {
    content: "";
    height: 1px;
    background: transparent;
    position: absolute;
    top: -1px;
    width: 100%;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul{
    margin-top:0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
    color:#d62c2f;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:before,
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    background: #313131;
    opacity: .4;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children:hover > a:before, 
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children:hover > a:after{
    opacity:1;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:before {
    width: 5px;
    height: 1px;
    margin-top: -0.5px;
    margin-right: -2.5px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    width: 1px;
    height: 5px;
    margin-top: -2.5px;
    margin-right: -0.5px;
}

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

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

.custom-menu-primary .hs-menu-wrapper > ul ul ul:after {
    top: 34px;
    margin-right: -1px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul:before {
    width: 14px;
    height: 100%;
    top: 0;
    background: transparent;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
    white-space: nowrap;
    text-align: left;
    padding: 6px 60px 6px 25px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-family: "Lato";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /*text-transform: uppercase;*/
    line-height: 27px;
    letter-spacing: 0.5px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    color: #696a6d;
    text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #be272a;
    text-decoration:none;
}

/* Nth Child 4 Menu */

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks{
    position:static !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul{
    max-width: 853px;
    min-width: 853px;
    display:none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks:hover > ul{
    display:block !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li {
    position: relative;
    white-space: nowrap;
    text-align: left;
    width: 25%;
    padding:0 60px 0 25px;
    float: left;
    min-height: 350px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > a {
    font-family: "Lato",sans-serif;
    display: block;
    margin-top: 16px;
    margin-bottom: 18px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    /*text-transform: uppercase;*/
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #d62c2f;
    text-decoration:none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > a{
    color: #d62c2f;
    text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > ul{
    position:static !important;
    visibility:visible !important;
    opacity:1 !important;
    box-shadow:none;
    padding:0;
    width:100%;
    margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > ul > li {
    position: relative;
    white-space: nowrap;
    text-align: left;
    padding:6px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > ul > li > a {
    font-family: "Lato";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /*text-transform: uppercase;*/
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #696a6d;
    white-space: normal !important;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > ul > li:hover > a {
    color: #be272a;
    text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-offices-desks ul ul:before{
    display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-offices-desks ul ul:after{
    display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li > a:after{
    display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul {
    max-width: 853px;
    min-width: 853px;
    right: -26% !important;
    left: inherit !important;
    margin-top: 0;
}

.custom-menu-primary.mobile{
    display:none !important;
}
.cm-mobile-social-search {
    display: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-offices-desks > ul > li:nth-child(2) > a {
    opacity: 0;
    visibility: hidden;
}
/*.cm-banner-area-content h1 {
    padding-top: 111px;
}*/
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #d62c2f;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
    opacity: .7;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
}

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

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

@media (max-width: 1100px){

/* 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: 0; /*Original Code - 	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: relative;
    margin:0 0 0 16px;
    width: 36px;
    z-index: 1003;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*
.mobile-trigger a {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 36px;
    margin-top:-24px;
    margin-left: -18px;
    -webkit-transition: background .3s ease, border-color .3s ease;
    -moz-transition: background .3s ease, border-color .3s ease;
    transition: background .3s ease, border-color .3s ease;
}*/
  
/* Custom COde */
.mobile-trigger a {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 36px;
    margin-top: -24px !important; /*Custom Code - margin-top:-24px*/ 
    margin-left: -18px;
    -webkit-transition: background .3s ease, border-color .3s ease;
    -moz-transition: background .3s ease, border-color .3s ease;
    transition: background .3s ease, border-color .3s ease;
}

.mobile-trigger a:hover .icon-wrap.dfd-top-line, 
.mobile-trigger a:hover .icon-wrap.dfd-bottom-line,
.mobile-trigger a:hover .icon-wrap.dfd-middle-line {
    -webkit-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -moz-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -o-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -ms-animation: dfdHamburgerButton 1.2s ease-in infinite;
    animation: dfdHamburgerButton 1.2s ease-in infinite;
}

@-webkit-keyframes dfdHamburgerButton{0%{-webkit-transform:scaleX(1);}25%{-webkit-transform:scaleX(.9);}50%{-webkit-transform:scaleX(1);}75%{-webkit-transform:scaleX(1.1);}100%{-webkit-transform:scaleX(1);}}@-moz-keyframes dfdHamburgerButton{0%{-moz-transform:scaleX(1);}25%{-moz-transform:scaleX(.9);}50%{-moz-transform:scaleX(1);}75%{-moz-transform:scaleX(1.1);}100%{-moz-transform:scaleX(1);}}@-o-keyframes dfdHamburgerButton{0%{-o-transform:scaleX(1);}25%{-o-transform:scaleX(.9);}50%{-o-transform:scaleX(1);}75%{-o-transform:scaleX(1.1);}100%{-o-transform:scaleX(1);}}@keyframes dfdHamburgerButton{0%{transform:scaleX(1);}25%{transform:scaleX(.9);}50%{transform:scaleX(1);}75%{transform:scaleX(1.1);}100%{transform:scaleX(1);}}

.mobile-trigger a:hover .icon-wrap.dfd-top-line{-webkit-animation:dfdHamburgerButton .8s linear infinite;-moz-animation:dfdHamburgerButton .8s linear infinite;-o-animation:dfdHamburgerButton .8s linear infinite;-ms-animation:dfdHamburgerButton .8s linear infinite;animation:dfdHamburgerButton .8s linear infinite;}
.mobile-trigger a:hover .icon-wrap.dfd-middle-line,.mobile-trigger a:hover .icon-wrap.dfd-middle-line,.mobile-trigger a:hover .icon-wrap.dfd-middle-line{-webkit-animation:dfdHamburgerButton 1.2s ease-in infinite;-moz-animation:dfdHamburgerButton 1.2s ease-in infinite;-o-animation:dfdHamburgerButton 1.2s ease-in infinite;-ms-animation:dfdHamburgerButton 1.2s ease-in infinite;animation:dfdHamburgerButton 1.2s ease-in infinite;}
.mobile-trigger a:hover .icon-wrap.dfd-bottom-line,.mobile-trigger a:hover .icon-wrap.dfd-bottom-line,.mobile-trigger a:hover .icon-wrap.dfd-bottom-line{-webkit-animation:dfdHamburgerButton .6s ease-out infinite;-moz-animation:dfdHamburgerButton .6s ease-out infinite;-o-animation:dfdHamburgerButton .6s ease-out infinite;-ms-animation:dfdHamburgerButton .6s ease-out infinite;animation:dfdHamburgerButton .6s ease-out infinite;}

.icon-wrap {
    background: #000;
    width: 24px;
    margin-right: 0;
    position: absolute;
    display: block;
    height: 2px;
    top: 50%;
    right: 0;
    margin-left: -12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.scroll-header .icon-wrap {
    background: #666;
}

.icon-wrap.dfd-top-line {
    margin-top: -5px;
}
.icon-wrap.dfd-bottom-line {
    margin-top: 5px;
}

.icon-wrap.dfd-middle-line {
    width: 20px;
}

.close-btn-trigger {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: auto;
    right: 15px;
    font-size: 10px;
    color: #fff;
    background: transparent;
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -moz-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    font-family: dfd-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    cursor: pointer;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.close-btn-trigger:after {
    content: "\ea38";
}

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

.child-trigger{
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    height: 40px;
    right: 0;
    line-height: 1;
    cursor: pointer;
}

.child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    display: block;
    width: 3px;
    height: 3px;
    margin-top: -1.5px;
    background: rgba(255,255,255,0.3);
    border-top-color: #999;
    border-radius: 50%;
    -webkit-box-shadow: -4px 0 0 0 rgba(255,255,255,.3), 4px 0 0 0 rgba(255,255,255,.3);
    box-shadow: -4px 0 0 0 rgba(255,255,255,.3), 4px 0 0 0 rgba(255,255,255,.3);
    -webkit-transition: background .3s ease, box-shadow .3s ease;
    -moz-transition: background .3s ease, box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease;
}

.child-trigger:hover:before  {
    background: #fff;
    -webkit-box-shadow: -4px 0 0 0 #ffffff, 4px 0 0 0 #ffffff;
    box-shadow: -4px 0 0 0 #ffffff, 4px 0 0 0 #ffffff;
    border-top-color: #fff;
}

.child-trigger.child-open:before {
    content: "\ea38";
    font-family: "dfd-socicons-font";
    font-size: 7px;
    font-style: normal;
    font-weight: normal;
    margin-top: -0.5em;
    margin-right: -0.5em;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

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

.cm-overlay{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    z-index:1111;
    display:none !important;
    -webkit-transition: opacity .3s ease .5s, visibility .3s ease .5s;
    -moz-transition: opacity .3s ease .5s, visibility .3s ease .5s;
    transition: opacity .3s ease .5s, visibility .3s ease .5s;
}

.mobile-open .cm-overlay{
    visibility: visible;
    opacity: 1;
    display:block !important;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -moz-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block !important;
}

}


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


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

/* Blog Post and Listing Body Class */
.blog {
    background:#f1f1f1;
}

.blog .body-container {
    background: none;
}

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

.hs-blog-post .cm-banner-area .page-center{
    position:relative;
}

.hs-blog-post .cm-topic-diffrent-color {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    top: 35px;
    left:0;
}

.hs-blog-post .default-color {
    margin: 0 auto;
    right: initial;
    left: initial;
    top: 35px;
    position: static;
}
.blog-share-date-wrap {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align:right;
}

.entry-date{
    opacity: .7;
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    display: inline-block;
    font-size: 11px;
    line-height:40px;
    letter-spacing:0.4px;
    font-size:11px;
    font-weight:normal;
    color:#fff;
    vertical-align: top;
}

.entry-date i {
    font-size: 14px;
    float: left;
    margin-right: 5px;
    font-style: normal;
}

.entry-date:before {
    content: "\ea8a";
    font-family: dfd-socicons-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-share-date-wrap .entry-date:before {
    display:none;
}
    

.entry-date:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    background:rgba(255,255,255,0.2);
}

.blog-share-popup-wrap {
    line-height: .5;
    display: inline-block;
}

.blog-share-popup-wrap .share-title {
    position: relative;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 23px 0 23px;
    display: inline-block;
}

.blog-share-popup-wrap .share-title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 40px;
}

.blog-share-popup-wrap .share-title i {
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: dfd-socicons-font;
    speak: none;
    font-size: 14px;
    font-style: normal;
    color: #fff;
    float: left;
}

.blog-share-popup-wrap .socicon-icon-share:before {
    content: "\e9bd";
}

.blog-share-popup-wrap .share-title span {
    font-size: 11px;
    float: left;
    line-height:40px;
    letter-spacing:0.5px;
    font-size:11px;
    font-weight:bold;
    color:#fff;
}



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

.cm-categories {
    margin-bottom: 20px;
}

/*** Topic color ***/
.default-color {
    background: #00b0ff;
    display: block;
    white-space: nowrap;
    padding: 10px 20px;
    font-family: "Lato";
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: none;
    line-height: 16px;
    letter-spacing: 0px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    z-index: 3;
}


.hs-blog-listing .cm-topic-diffrent-color{
    position: absolute;
    top: 15px;
    right: 15px;
}

.default-color:hover{
    color:#fff
}
.serviceupdates-background-color {
    background: #00b0ff;
}
.ipos-background-color {
    background: #ee3135;
}
.events-background-color {
    background: #00bfa5;
}
.pressrelease-background-color {
    background: #8e24aa;
}


.cm-cat-inner{
    float: left;
    padding:0;
    margin-bottom:20px;
    font-family: "Lato";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 27px;
    letter-spacing: 0.3px;
    color: #666;
    position: relative;
}

.cm-cat-inner > a {
    position: relative;
    display: block;
    min-width: 250px;
    font-size: 13px;
    line-height: 43px;
    padding: 0 100px 0 20px;
    color: #2f2f2f;
    background: #e9e9e9;
    cursor: pointer;
    border-radius: 43px;
    -webkit-box-shadow: 0 5px 15px 0 transparent;
    box-shadow: 0 5px 15px 0 transparent;
    -webkit-transform: perspective(0px);
    -moz-transform: perspective(0px);
    -o-transform: perspective(0px);
    transform: perspective(0px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.cm-cat-inner:hover > a {
    background: #fff;
    -webkit-transform: perspective(1200px);
    -moz-transform: perspective(1200px);
    -o-transform: perspective(1200px);
    transform: perspective(1200px);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
}

.cm-cat-inner > a:before {
    content: "\e9c5";
    font-family: "dfd-socicons-font";
    font-size: 5px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 3px;
    line-height: 2px;
    margin-top: -0.5em;
}

.cm-cat-inner a span {
    display: none;
    position: fixed;
    top: -3000px;
    bottom: -3000px;
    left: -3000px;
    right: -3000px;
    z-index: 5;
}

.active-btn {
    cursor: pointer;
}

.cm-click-dropdown{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: #fff;
    min-width: 200px;
    height: auto;
    min-width: 280px;
    max-height: 100px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
    -webkit-box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
    box-shadow: 0 15px 45px 0 rgba(0,0,0,0.2);
    -webkit-transform: scaleY(.5) translateY(0);
    -moz-transform: scaleY(.5) translateY(0);
    -o-transform: scaleY(.5) translateY(0);
    transform: scaleY(.5) translateY(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    list-style:none;
    margin:0;
}

.active .cm-click-dropdown {
    top: 10px;
    margin-top: -10px;
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateY(0);
    -moz-transform: scaleY(1) translateY(0);
    -o-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    -webkit-transform: scaleY(1) translateY(-10%);
    -moz-transform: scaleY(1) translateY(-10%);
    -o-transform: scaleY(1) translateY(-10%);
    transform: scaleY(1) translateY(-10%);
}

.cm-click-dropdown ul {
    position: relative;
    margin-bottom: 0;
    max-height: 600px;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.cm-click-dropdown ul li {
    overflow: hidden;
    line-height: 3em;
    padding: 0 10px;
    color: #28262b;
    background: transparent;
    border-bottom:2px solid #e7e7e7;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
    letter-spacing: 0.3px;
    text-transform: none;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    margin:0;
    line-height:52px;
}

.cm-click-dropdown ul li:first-child {
    line-height: 39px;
}

.cm-click-dropdown ul li:first-child:before {
    display:none !important;
}

.cm-click-dropdown ul li:before {
    content: "-";
    font-family: "Open Sans", "PT Sans", sans-serif;
    margin: 0;
    background: transparent;
    top: 0;
    position: static;
    float: left;
    line-height: 3em;
    width: 30px;
    text-align: center;
    color: inherit;
}

.cm-click-dropdown ul li:after {
    display:none !important;
}

.cm-click-dropdown ul li:last-child{
    border:none;
}

.cm-click-dropdown ul li a {
    font-size: 13px;
    display: block;
    margin-left: 40px;
    color: inherit;
}

.cm-click-dropdown ul li:hover {
    background: #e7e7e7;
}

.cm-click-dropdown ul li a:hover{
    color:#28262b;
}

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


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

.blog .blog-content {}

.hs-blog-post .blog-content {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

/* 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 */
.hs-blog-listing .post-header{
    padding: 0 25px;
    margin-top: 10px;
    /* padding-top: 41px;*/
}

.hs-blog-listing .post-header h2 {
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #424242;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 8.0em;
    /*height:77px;*/
}
.hs-blog-listing .post-header h2 a {
    color: #424242;
    text-decoration:none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 8.0em;
  
}
 @media only screen and (min-width: 1024px){
 .hs-blog-listing .post-header h2 a{
   height:77px;
   }
}
.hs-blog-listing .post-header h2:hover a {
    opacity: .7;
}

.section.post-header{
    margin-bottom:21px;
}

.section.post-header h1 {
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #424242;
    margin-top: 5px;
    margin-bottom:0;
}

.hs-blog-post .cm-topic a{
    font-family: "Lato",sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 16px;
    letter-spacing: 0px;
    color: #303030;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 25px 3px transparent;
    box-shadow: 0 8px 25px 3px transparent;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(231, 231, 231);
}


.hs-blog-post .cm-topic a:hover{
    color: #303030;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transform: perspective(400px) translateY(-2px);
    -moz-transform: perspective(400px) translateY(-2px);
    -o-transform: perspective(400px) translateY(-2px);
    transform: perspective(400px) translateY(-2px);
    background: rgb(0, 200, 83);
}

/* Blog Author and Avatar */
#hubspot-author_data {}

.cm-date-topic{
    margin-top: 30px;
    padding: 0 25px;
}
.cm-date-topic{
    font-family: "Lato";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 11px;
    letter-spacing: 0.5px;
    color: #808080;
}
.cm-date-topic a,
.cm-date-topic a:hover{
    color: #808080;
    text-decoration:none;
}
.cm-date-topic:before {
    content: "\ea8a";
    font-family: dfd-socicons-font;
    speak: none;
    color: rgba(255, 255, 255, 0.4);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    color: #666;
}


#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  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{
    padding:0 10px;
    float: left;
    position:relative;
    width:24.99999%;
}
.blog-listing-wrapper .post-listing .post-item-inner {
    margin-bottom: 40px;
    padding-bottom: 90px !important;
    padding:0;
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 15px 50px 0 transparent;
    box-shadow: 0 15px 50px 0 transparent;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    padding-bottom: 20px !important;
    height: 425px !important;
}
.blog-listing-wrapper .post-listing .post-item-inner:nth-child(4n) {
    margin-right: 0;
}
.blog-listing-wrapper .post-listing .post-item-inner .post-body {
    padding: 0 25px;
    margin-top: 0px;
}
/*.clearfix {
    height: 110px;
}*/
.blog-listing-wrapper .post-listing .post-item-inner .post-body p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 8.0em;
}
.blog-listing-wrapper .post-listing .post-item-inner .dfd-shadow-box{
    display: block;
    position: absolute;
    top: 10%;
    bottom: 13%;
    left: 10%;
    right: 10%;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 15px 50px 0 transparent;
    box-shadow: 0 15px 50px 0 transparent;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}
.blog-listing-wrapper .post-listing .post-item-inner:hover .dfd-shadow-box {
    -webkit-box-shadow: 0 15px 50px 0 rgba(0,0,0,0.5);
    box-shadow: 0 15px 50px 0 rgba(0,0,0,0.5);
}
.blog-post-wrapper .post-body {}

.section.post-body {
    margin-top: 25px;
}

.section.post-body img {
    margin-bottom: 20px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    position:relative;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom:10px;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

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

#more {
  display: none;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {}

.hs-blog-post .hs-blog-social-share{
    position: absolute;
    bottom: 100%;
    right: 0;
    list-style: none;
    margin: 0 -3px 20px;
    opacity: 0;
    visibility: visible; /*Commented by HS Support on 14 Aug 18*/
    -webkit-transition: opacity .3s ease 2.8s, visibility .3s ease 2.8s;
    -moz-transition: opacity .3s ease 2.8s, visibility .3s ease 2.8s;
    transition: opacity .3s ease 2.8s, visibility .3s ease 2.8s;
}

.hs-blog-post.social-active .hs-blog-social-share{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0s ease 0s, visibility 0s ease;
    -moz-transition: opacity 0s ease 0s, visibility 0s ease;
    transition: opacity 0s ease 0s, visibility 0s ease ;
}

.hs-blog-post .hs-blog-social-share ul li:before{
    display:none;
}

.hs-blog-post .hs-blog-social-share ul li{
    padding:0;
    margin:0;
}

.hs-blog-post .cm-social-content .hs-blog-social-share {
    padding: 0 0 50px;
    position: static;
}

.hs-blog-post .cm-social-content .hs-blog-social-share{
    opacity:1;
    visibility: visibility;
    margin:0;
    float:right;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.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 */
/* Numbered Pagination */
.blog-pagination{
    display: block;
    text-align: center;
    margin-top: 50px;
    position:relative;
    clear: both;
}

.blog-pagination-inner {
    position: absolute;
    display: inline-block;
  margin-left:-20px;
}

.blog-pagination-center {
    position: absolute;
    display: inline-block;
}

.blog-pagination-left,
.blog-pagination-right{
    position: absolute;
    top: 0;
    padding: 0 10px;
    width: 120px;
    right: 100%;
    float: left;
}
.blog-pagination-right {
    left: 100%;
    float: left;
}

.blog-pagination-left,
.blog-pagination-right{
    font-family: "lato", "Sans-Serif";
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    line-height: 43px;
    letter-spacing: 0.3px;
    color: #666;
}

.blog-pagination-right a {
    float: left !important;
}

.blog-pagination-left a,
.blog-pagination-right a{
    color: #666;
}

.blog-pagination-left span{
    float: right;
}

.blog-pagination-left a,
.blog-pagination-right a{
    border: 1px solid transparent;
    padding: 0;
    border-radius: 43px;
    -webkit-transition: padding .3s ease, border-color .3s ease;
    -moz-transition: padding .3s ease, border-color .3s ease;
    transition: padding .3s ease, border-color .3s ease;
    background:transparent;
    box-shadow:none;
    float: right;
}

.blog-pagination-left .prev-link span,  
.blog-pagination-right .next-link span {
    width: 0;
    overflow: hidden;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}

.blog-pagination-left a:hover,
.blog-pagination-right a:hover {
    padding: 0 15px;
    border-color: #e7e7e7;
}

.blog-pagination-left:hover span,
.blog-pagination-right:hover span{
    width: 50px;
}

.blog-pagination-left i {
    float: right;
}

.blog-pagination-right a.next-link span {
    float: left;
}

.blog-pagination-left i:before {
    content: "\e9c6";
    font-family: dfd-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-pagination-right i {
    float: left;
}

.blog-pagination-right i:before {
    content: "\e9c7";
    font-family: dfd-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-pagination-right{
    text-align: left;
}

.blog-pagination-center a{
    display: inline-block;
    text-align: center;
    display: block;
    padding: 0 18px;
    background: transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px 0 transparent;
    box-shadow: 0 5px 15px 0 transparent;
    -webkit-transform: perspective(0px) scale(1);
    -moz-transform: perspective(0px) scale(1);
    -o-transform: perspective(0px) scale(1);
    transform: perspective(0px) scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    text-align: center;
    font-size: 11px;
    font-weight:bold;
    text-transform: inherit;
    letter-spacing: 0.5px;
    line-height: 43px;
    color: inherit;
}

.blog-pagination-center a:hover,
.blog-pagination-center a:focus{
    background: #fff;
    -webkit-transform: perspective(1200px) scale(1.05);
    -moz-transform: perspective(1200px) scale(1.05);
    -o-transform: perspective(1200px) scale(1.05);
    transform: perspective(1200px) scale(1.05);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);

}

.blog-pagination a.elipses{
    border: 0;
}

.blog-pagination a.active{
    pointer-events: none;
    cursor: default;
    opacity: .4;
}


/* Post Pagination */
.cm-post-pagination {
    border-bottom:1px solid #e7e7e7;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

.cm-post-pagination .page-center{
    position: relative;
}

.page-inner-nav {
    width: 50%;
    height: 70px;
}

.page-inner-nav.nav-prev {
    float: left;
}

.page-inner-nav.nav-next {
    float: right;
}

.page-inner-nav.nav-prev .dfd-controler,
.page-inner-nav.nav-next .dfd-controler{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.page-inner-nav .dfd-controler {
    font-size: 11px;
    display: block;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    color: #2c2b2b;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.page-inner-nav.nav-prev .dfd-controler i {
    margin-right: 10px;
    font-family: dfd-socicons-font!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dfd-socicon-arrow-left-01:before {
    content: "\e9c6";
}

.page-inner-nav .pagination-title {
    display: block;
    position: absolute;
    top: 0;
    height: 70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.page-inner-nav.nav-prev .pagination-title {
    left: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.page-inner-nav.nav-next .pagination-title > span {
    float: right;
    text-align: right;
}

.page-inner-nav .pagination-title .thumb {
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 15px 0;
    border-radius: 50%;
}

.thumb img {
    height: 100%;
    object-fit: cover;
}

.dfd-vertical-aligned {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-inner-nav.nav-prev .pagination-title > span {
    float: left;
    text-align: left;
}

.page-inner-nav.nav-prev .pagination-title > span:last-child {
    margin-left: 20px;
}

.page-inner-nav .pagination-title .dfd-content-title-big {
    font-size: 13px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 5px;
}

.page-inner-nav.nav-prev .pagination-title > span:last-child {
    float: left;
}
.entry-meta{
    font-family: "Lato";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 11px;
    letter-spacing: 0.5px;
    color: #808080;
    display:block;
}

.entry-meta i {
    font-size: 14px;
    float: left;
    margin-right: 5px;
    font-style:normal;
}

a.page-inner-nav.nav-next .entry-meta i {
    float: none;
    text-align: left;
}

.dfd-socicon-clock:before {
    content: "\ea8a";
    font-family: dfd-socicons-font!important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-inner-nav:hover:not(.empty).nav-prev .dfd-controler {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}
.page-inner-nav:hover:not(.empty) .dfd-controler {
    opacity: 0;
    visibility: hidden;
}
.page-inner-nav:hover:not(.empty) .pagination-title {
    opacity: 1;
    visibility: visible;
}

span.dfd-content-title-big {
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 5px;
    color: #333;
}

.page-inner-nav.nav-prev .pagination-title {
    left: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.page-inner-nav:hover:not(.empty).nav-prev .pagination-title {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.page-inner-nav.nav-prev .pagination-title {
    top: 50%;
}

.dfd-vertical-aligned {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-inner-nav.nav-next .dfd-controler i {
    margin-left: 10px;
}

.page-inner-nav.nav-next .dfd-socicon-arrow-left-01:before {
    font-family: dfd-socicons-font;
    speak: none;
    font-style: normal;
    content: "\e9c7";
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dfd-controler.next {
    float: right;
}

.page-inner-nav.nav-next .pagination-title {
    right: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.page-inner-nav:hover:not(.empty).nav-next .pagination-title {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.page-inner-nav.nav-next .pagination-title > span {
    float: right;
    text-align: right;
}

 .page-inner-nav.nav-next .pagination-title > span:last-child {
    margin-right: 20px;
}

.page-inner-nav.nav-next .pagination-title {
    top: 50%;
}

.page-inner-nav.nav-next .pagination-title img {
    width: 100%;
    height: 100%;
}

.page-inner-nav:hover:not(.empty).nav-next .dfd-controler {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

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


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

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
  margin-bottom:40px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar ul {}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover {}

/* =============== 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 Field */
/*.hs-form-field {
    margin: 0 0 19px;
}8?

/*Custom Code*/
.hs-form-field- {
    margin: 0 0 10px;
}

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

ul.hs-error-msgs.inputs-list {
	color: red;
}

.hs-error-msgs label {
    color: #B94A48;
    font-family: "Lato";
    font-size: 12px;
    font-weight: bold;
}

ul.hs-error-msgs.inputs-list li {
    padding: 0;
    margin: 0;
}

ul.hs-error-msgs.inputs-list li:before {
    display: none;
}

.invalid.error {
    color: #444444;
    background-color: #ffffff;
    border-color: #B94A48 !important;
    border-width: 1px;
    border-style: solid;
}

/* Labels and Legends */
label {}

.hs-form-field > label {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
}

span.hs-form-required {
    color: #B94A48;
    font-weight: bold;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    width: 100%;
    line-height: 1.3;
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    outline: none;
    padding:5px;
    margin:0;
    font-weight: normal;
    display:block;
    font-family: "Lato",sans-serif;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    background-color: #ffffff;
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102,175,233, 0.6);
}

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

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

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

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

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

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

/* Placeholder Text */
.form-search-section input::-webkit-input-placeholder {
    color:#fff;
} /* Webkit Browsers */
.form-search-section input:-moz-placeholder {
    color:#fff;
} /* Firefox 18- */
.form-search-section input::-moz-placeholder {
    color:#fff;
} /* Firefox 19+ */
.form-search-section input:-ms-input-placeholder {
    color:#fff;
} /* 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% !important; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto !important; }
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 {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
}

/* Input */
.widget-type-google_search input[type="text"] {
    margin: 0 0 19px;
}
.widget-type-google_search input[type="focus"] {}


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    width: auto;
    font-family: "Lato";
    font-size: 16px;
    line-height: normal;
    text-align: center;
    background: #ffffff;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    color: #444444;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    line-height:19px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    background: #efefef;
    border-color: #cccccc;
    color: #444444;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
    background: #efefef;
    border-color: #cccccc;
    color: #444444;
}


/* =============== 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                                      
   ========================================================================== */
.hs-blog-social-share ul,
form ul{
	padding: 0!important;
	margin:0 !important;
	background:none !important;
	list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
	width: 50% !important;
}

.subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
}

.form-search-section .cm-form-box {
    width: 55%;
}

.error-template .header-container,
.password-template .header-container,
.subscription-template .header-container{
    min-height:112px;
}

.accordion-hk, .accordion-th, .accordion-jp {
  cursor: pointer;
  padding: 18px;
  border-bottom: none;
  border-top: 15px solid #2F5597;
  border-left: 15px solid #2F5597;
  border-right: 15px solid #2F5597;
  outline: none;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  transition: 0.4s;
}

.accordion-hk {
  background: url('https://f.hubspotusercontent40.net/hubfs/3792145/Newsletter%202020/message-from-hk-lennard.jpeg') center / 101% 101% no-repeat;
}

.accordion-th {
  background: url('https://f.hubspotusercontent40.net/hubfs/3792145/Newsletter%202020/message-from-thailand.jpeg') center / 101% 101% no-repeat;
}

.accordion-jp {
  background: url('https://f.hubspotusercontent40.net/hubfs/3792145/Newsletter%202020/message-from-japan.jpeg') center / 101% 101% no-repeat;
}

.active, .accordion-hk:hover, .accordion-th:hover, .accordion-jp:hover {
  color: #DA3237;
  opacity: 0.8;
}

.accordion-hk:after, .accordion-th:after, .accordion-jp:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  border-top: none;
  border-bottom: 15px solid #2F5597;
  border-left: 15px solid #2F5597;
  border-right: 15px solid #2F5597;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (min-width: 1400px){
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-right:-146px ;
    }
        .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul {
        left: auto !important;
        right: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul{
        margin-right:10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul:before {
        width: 14px;
        height: 100%;
        top: 0;
        background: transparent;
        content: "";
        display: block;
        position: absolute;
        right: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul:after {
        top: 34px;
        margin-right: -1px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #fff;
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    
}
@media (max-width: 1760px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-right: -116px;
    }
}

@media (max-width: 1590px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-right: -90px;
    }
}


@media (max-width: 1440px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-right: -60px;
    }
    
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul {
        margin-right: -17px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul:before {
        left: 100%;
    }
}

@media (max-width: 1200px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin: 0 -17px 0 -18px;
    }
}

@media (max-width: 1400px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul {
        left: auto !important;
        right: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul{
        margin-right:10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul:before {
        width: 14px;
        height: 100%;
        top: 0;
        background: transparent;
        content: "";
        display: block;
        position: absolute;
        right: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul ul:after {
        top: 34px;
        margin-right: -1px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #fff;
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}

@media (min-width: 1101px) and (max-width: 1279px){
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-services ul ul {
        min-width: 290px;
        max-width: 290px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        white-space: normal !important;
    }
}
@media (min-width: 1280px) {
    .hs-blog-post .default-color {
        margin-top: 105px;
    }
}

@media (max-width: 1279px) {
    /* Header Style */
    .cm-header-top-menu ul li:last-child {
        padding-right: 0;
        margin-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin: 0 -27px 0 -18px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 8px;
    }
    .cm-search-btn {
        position: relative;
        top: 1px;
    }
    
    /* Footer Style */
    .cm-footer-group{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .form-search-section input[type="text"] {
        padding: 15px 45px 15px 0;
    }
    
    .cm-banner-area-inner {
        min-height: 146px;
    }
    
    .hs-blog-header h1 {
        font-size: 38.25px;
        line-height: 1.2222222222222;
    }
    
    .hs-blog-post .cm-banner-area-inner {
        min-height: 216px;
    }
    .hs-blog-post .hs-blog-social-share {
        margin: 0 0 20px;
    }
    
    .blog-share-date-wrap {
        padding-right: 30px;
    }
    .form-search-section .cm-form-box {
        width: 100%;
        min-width: 85%;
        max-width: 85%;
    }
    
    /* Placeholder Text */
    .form-search-section input::-webkit-input-placeholder {
        color:#fff;
        font-size:15px;
        letter-spacing:0.5px;
    } 
    .form-search-section input:-moz-placeholder {
        color:#fff;
        font-size:15px;
        letter-spacing:0.5px;
    } 
    .form-search-section input::-moz-placeholder {
        color:#fff;
        letter-spacing:0.5px;
        font-size:15px;
    }
    .form-search-section input:-ms-input-placeholder {
        color:#fff;
        letter-spacing:0.5px;
        font-size:15px;
    }
    
    .cm-banner-area-content h1 {
        padding-top: 0;
        font-size: 38.25px;
        line-height: 1.2222222222222;
    }
    
    .cm-banner-area {
        padding-top: 0 px;
    }
    .form-search-section .inside-search-icon {
        bottom: 10px;
    }

}

@media (max-width: 1241px) {
    .cm-banner-area-inner {
        min-height: 144px;
        margin-top: -1px;
    }
    .cm-cat-inner {
        padding: 0 10px;
    }
    .cm-search-btn {
        padding: 0 13px;
    }
}

@media (max-width: 1130px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin: 0;
    }
    .cm-header-top-menu ul {
        padding: 0px 12px 0 0;
    }
    .cm-search-btn {
        padding: 0 15px;
    }
}

@media (max-width: 1100px) {
    .cm-header-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cm-header-bottom .page-center{
        padding-left:0;
        padding-right:0;
    }
    .cm-header-top-menu {
        display: none !important;
    }
    .cm-social-icon {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .soc-icons {
        margin-bottom: -1px;
    }
    .cm-search-language .icon-search {
        color: #000;
    }
    .scroll-header .cm-search-language .icon-search {
        color: #666;
    }
    .cm-logo {
/*         width: calc(100% - 250px) !important; */
        float:left !important;
    }
    .cm-search-btn {
        padding: 0 15px;
    }
    .cm-banner-area {
        background-position: center center !important;
    }
    .custom-menu-primary.js-enabled {
        display: none !important;
    }
    .cm-search-language {
        width: 250px !important;
        text-align: right;
        margin-left: 0 !important;
        float: right !important;
    }
    .cm-search-btn {
        padding: 0 20px;
    }
    .custom-menu-primary.desktop{
        display:none !important;
    }
    .custom-menu-primary.mobile{
        display:block !important;
    }
    /* Mobile Menu Styles */ 

    .custom-menu-primary{
        background:#1D1E20;
        color: #fff;
        position: fixed !important;
        top: 0;
        height: 100%;
        z-index: 99999;
        width: 260px !important;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 0;  
        left: -260px;
        padding:43px 0 !important;
        transition: left 0.5s ease 0.3s;,
        -moz-transition: left 0.5s ease 0.3s;,
        -webkit-transition: left 0.5s ease 0.3s;
    }
    .mobile-open .custom-menu-primary{
        transition: left 0.5s ease 0.3s;,
        -moz-transition: left 0.5s ease 0.3s;,
        -webkit-transition: left 0.5s ease 0.3s;
        left: 0px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li,
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li{
    	position: relative;
    	padding: 0; /*Original Code - padding: 0px;*/
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-family: "Lato";
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        /*text-transform: uppercase;*/
        white-space: normal !important;
        text-decoration: none;
        line-height: 10px;
        letter-spacing: .8px;
        color: #fff;
        position: relative;
        display: block;
        padding: 15px 25px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
        content: "";
        position: absolute;
        top: 0; /* Original Code - top: 0*/
        left: 0;
        display: block;
        width: 100%;
        height: 0;
        border-top: 1px solid #2b2e30; /* Original Code - border-top: 1px solid #232527;*/
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a:before {
        border: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a,
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-family: "Lato";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        line-height: 13px;
        letter-spacing: 0px;
        color: #999;
        position: relative;
        display: block;
        white-space: normal !important;
        padding: 15px 65px 15px 35px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        background: #191a1c;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a,
    .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        padding-left: 25px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:before {
        opacity: .4;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        background: #1D1E20;
        z-index:999;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 0;
        border-top: 1px solid #232527;
    }
    .cm-mobile-social-search {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100% !important;
        padding: 0 25px;
        color: inherit;
        z-index: -1;
        margin: 0 !important;
    }
    
    
    .cm-mobile-social-search .cm-search-language {
        z-index: -1;
    }
            
    .cm-mobile-social-search .cm-social-icon {
        display: inline-block;
        width: auto !important;
    }
    
    .cm-mobile-social-search a.linkedin,
    .cm-mobile-social-search a.wechat{
        color: #fff;
    }
    
    .cm-mobile-social-search .cm-social-icon a:first-of-type {
        padding-left: 0;
    }
    
    .cm-mobile-social-search .cm-search-btn {
        border: none;
    }
    
    .cm-mobile-social-search .cm-search-language {
        width: 100% !important;
        text-align: left;
        margin-left: 0 !important;
    }
    .cm-mobile-social-search .cm-search-language .icon-search {
        color: #fff;
    }
    .cm-mobile-social-search .cm-search-btn {
        padding: 0 15px 0 0;
    }
    .scroll-header .cm-search-language {
        text-align: right;
    }
    
    .blog-listing-wrapper .post-listing .post-item{
        width:33.333%;
    }
    
    .body-container .page-center {
        padding-left:20px;
        padding-right:20px;
    }
    .cm-footer-group .page-center {
        padding: 0;
    }
    .cm-cat-inner > a {
        min-width: 200px;
    }
    .hs-blog-post .cm-banner-area-inner {
        min-height: 208px;
    }
    
    .page-inner-nav:hover:not(.empty).nav-next .dfd-controler,
    .page-inner-nav:hover:not(.empty).nav-prev .dfd-controler{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    
    .hs-blog-post .cm-social-content .hs-blog-social-share {
        float: left;
    }
    
    .cm-mobile-social-search .cm-search-btn {
        padding: 0;
        text-align: left;
    }
    
    .cm-mobile-social-search a.linkedin:hover {
        color: #39c;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        opacity: 1;
    }
    
    .scroll-header .cm-search-language {
        text-align: left;
    }

}

@media (max-width: 1024px) {
   .blog-listing-wrapper .post-listing .post-item{
        width:50%;
    } 
    .blog-listing-wrapper .post-listing .post-item-inner .dfd-shadow-box {
        top: 10%;
        bottom: 13%;
        left: 10%;
        right: 10%;
        z-index: -1;
    }
    .cm-banner-area-inner {
        min-height: 138px;
    }

    .cm-cat-inner > a {
        position: relative;
        display: block;
        min-width: 200px;
    }
    .cm-banner-area-content h1{
        font-size: 31.5px;
        line-height: 1.2222222222222;
    }
}

@media (max-width: 900px) {
    .cm-footer-address p+p a{
        font-size: 15px;
    }
}

@media (max-width: 799px) {
/* Footer Style */
.cm-footer-group {
    padding-bottom: 49px;
}
.cm-footer-group .page-center {
    padding: 0;
}
.cm-footer-address,
.cm-footer-rss,
.cm-footer-menu{
    margin-left:0 !important;
    width:100% !important;
}
.cm-footer-rss {
    margin-bottom: 48px;
}
.cm-footer-menu {
    margin-bottom: 48px;
}
.cm-footer-address {
    margin-bottom: 50px;
}
.cm-footer-address p+p a {
    font-size: 17px;
}
.cm-copyright {
    border-top: none;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.cm-copyright p {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.cm-categories {
    display: none !important;
}
.cm-banner-area-content h1{
    font-size: 29.25px;
    line-height: 1.2222222222222;
}
.cm-copyright.lp p {
    border-top: none;
    padding-top: 0;
}
}

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

@media (max-width: 767px) {
	
.body-container-wrapper .main-content,
.body-container-wrapper .sidebar{
	margin-bottom:20px;
}

.blog-sidebar{
	margin-bottom:20px;
}

#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
	width: 100% !important;
} 

/* Header Style */


/* Body Style */
.cm-banner-area-inner {
    min-height: 175px;
}

.cm-mobile-social-search a.linkedin,
.cm-mobile-social-search a.wechat {
    color: #fff;
    float: none;
    width: auto;
    display: inline;
}
.cm-mobile-social-search .cm-search-language .icon-search {
    line-height: 70px;
    color: #fff;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 100%;
}
.blog-listing-wrapper .post-listing .post-item {
    padding: 0;
}
.cm-copyright {
    padding-left: 5px;
    padding-right: 5px;
}

.hs-blog-post .cm-banner-area-inner {
    min-height: 175px;
}
.cm-post-pagination,
.blog-share-date-wrap{
    display: none !important;
}

.hs-blog-post .blog-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.hs-blog-post .cm-topic-diffrent-color {
    top: 15px;
}
}   


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

@media (max-width: 470px) {
	

/* Header Style */
.cm-logo {
    width: auto !important;
}
.cm-search-language {
    width: auto !important;
}
.cm-search-btn {
    display: none !important;
}
.cm-mobile-social-search .cm-search-btn {
    display: block !important;
}

/* Body Style */
.blog-pagination-left, .blog-pagination-right {
    position: static;
}

.blog-pagination-center {
    position: relative;
    display: block;
}

/* Footer Style */
.cm-footer-group {
    padding-bottom: 48px;
}
.cm-copyright {
    margin-top: 31px;
}
.cm-copyright p {
    line-height: 29px;
    padding-top: 21px;
}
.cm-copyright {
    padding-left: 0;
    padding-right: 0;
}
/* Placeholder Text */
.form-search-section input::-webkit-input-placeholder {
    color:#fff;
    font-size:11px;
    letter-spacing:0.5px;
} /* Webkit Browsers */
.form-search-section input:-moz-placeholder {
    color:#fff;
    font-size:11px;
    letter-spacing:0.5px;
} /* Firefox 18- */
.form-search-section input::-moz-placeholder {
    color:#fff;
    letter-spacing:0.5px;
    font-size:11px;
} /* Firefox 19+ */
.form-search-section input:-ms-input-placeholder {
    color:#fff;
    letter-spacing:0.5px;
    font-size:11px;
} /* IE10 */
.cm-banner-area-inner {
    min-height: 173px;
}
.hs-blog-header h1 {
    font-size: 27px;
    line-height: 1.222;
}
.cm-search-language .lang-sel {
    border-left: #e7e7e7 1px solid;
}
.scroll-header .cm-search-language .lang-sel {
    border-left:none;
}
.checkbox-row span.fakelabel span {
    font-size: 14px;
}
.cm-banner-area-content h1 {
    font-size: 27px;
    line-height: 1.222;
}
}
 
/*Custom code for mobile hide and show CSS*/

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

@media screen and (max-width: 992px) {
.mobile-hide{
 display:none !important;
}
}

@media screen and (max-width: 992px) {
.mobile-show{
 display:block !important;
}
}
/*Author Bio CSS*/
.author-img{
width:20% !important;
float:left !important;

}
.author-img img{
border: 1px solid white;
border-radius: 60px;
}
.about-author-sec{
padding:0 25px;
}
.author-img-text{
font-size: 14px;
margin-top: 10px;
}
.related-post-item{
width:33% !important;
float:left !important;
padding:15px;
}
.blogpost-author img {
    border-radius: 65px;
    width: 60%;
}
.blogpost-author-text {
    margin-left: -35px !important;
	margin-top: -55px !important;
	
}
.blogpost-author-text h3 {
    font-size:18px !important;
	}
a.thoughtleadershiparticles-background-color {
    background: #ee3135;
}
@media (min-width: 481px) and (max-width: 767px) {
  
.blog-listing-wrapper .post-listing .post-item {
    width: 50% !important;
    float: left;
    padding: 0 10px;
}
}
 @media only screen and (max-width: 1024px){
 .hs-blog-post .cm-social-content .hs-blog-social-share {
    float: left !important; 
}
.about-blog-author{
  float:left !important;
   }
.blogpost-author img {

    width: 85% !important;
}
.blogpost-author-text {
    margin-left: 100px !important;
    margin-top: -85px !important;
    /*width: 28% !important;*/


   }
 .blog-listing-wrapper .post-listing .post-item-inner {
    height: 580px !important;
}
   .author-img-text{
margin-top: 25px;
}
}
@media only screen and (max-width: 812px){
.blog-listing-wrapper .post-listing .post-item-inner {
    height: 505px !important;
}
.author-img-text{
   margin-top: 15px;
 }
  .hr-text{
  display:none;
}
}
@media only screen and (max-width: 768px){
.blogpost-author-text {
    margin-left: 85px !important;
    margin-top: -75px !important;
    /*width: 28% !important;*/ 
   }
  .blog-listing-wrapper .post-listing .post-item-inner {
    height: 485px !important;
}
  
}

@media only screen and (max-width: 736px){
.blogpost-author img {
    width: 15% !important;
}
.blogpost-author-text {
    margin-left: 115px !important;
    margin-top: -95px !important;
	padding-bottom: 40px !important; 
}
  .blog-listing-wrapper .post-listing .post-item-inner {
    height: 475px !important;
}
}
@media only screen and (max-width: 667px){
.blog-listing-wrapper .post-listing .post-item-inner {
    height: 450px !important;
}
}

@media only screen and (max-width: 640px){
.blog-listing-wrapper .post-listing .post-item-inner {
    height: 440px !important;
}
}

@media only screen and (max-width: 568px){
.blog-listing-wrapper .post-listing .post-item-inner {
    height: 405px !important;
}
}
@media only screen and (max-width: 414px){
.blogpost-author img {
    width: 20% !important;
}
.blogpost-author-text {
    margin-left: 85px !important;
    margin-top: -80px !important; 
}
  .hs-blog-post .cm-social-content .hs-blog-social-share {
    float: left !important; 
}
  .blog-listing-wrapper .post-listing .post-item-inner {
    height: 510px !important; 
}
}
@media only screen and (max-width: 384px){
.blog-listing-wrapper .post-listing .post-item-inner {
    height: 490px !important;
}
}

@media only screen and (max-width: 384px){
.blog-listing-wrapper .post-listing .post-item-inner {
    height: 470px !important;
}
}

@media only screen and (max-width: 320px){
.blog-listing-wrapper .post-listing .post-item-inner {
    height: 435px !important;
}
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: left !important;
}
   }
