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


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

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


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


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


@font-face{
  font-family:"Avenir-LT-W01_35-Light1475496";
  src:url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg") format("svg");
}
@font-face{
  font-family:"Avenir-LT-W01_85-Heavy1475544";
  src:url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg") format("svg");
}
@font-face{
  font-family:"Lulo-Clean-W01-One-Bold";
  src:url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/be340f0b-a2d4-41df-acb1-4dc124330a88.svg") format("svg");
}
@font-face{
  font-family:"Proxima-N-W01-Reg";
  src:url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/64017d81-9430-4cba-8219-8f5cc28b923e%20%281%29.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg") format("svg");
}
/* EX: @import url('http://example.com/example_style.css'); */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  font: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  color: #000000;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height:120%;
  margin:10px 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font: normal normal normal 42px/1.4em lulo-clean-w01-one-bold,sans-serif;
  font-size: 38px;
}
h2 {
  font: normal normal normal 42px/1.4em lulo-clean-w01-one-bold,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-size: 25px;
}
h3 {
  font: normal normal normal 42px/52px avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 22px;
  line-height: 1.5;
} 
h4 {
  font: normal normal normal 110px/1.4em lulo-clean-w01-one-bold,sans-serif;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  font-size: 18px;
}
h5 {
  font: normal normal normal 17px/1.4em lulo-clean-w01-one-bold,sans-serif;
}
h6 {
  font: normal normal normal 110px/1.4em lulo-clean-w01-one-bold,sans-serif;
  font-family: lulo-clean-w01-one-bold,sans-serif;
  font-size: 16px;
}

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

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
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 {}

.max_logo img {
  max-width: 162px;
  width: 100% !important;
}
.our_hubs_pages .body-container-wrapper a {
  color: rgba(87,187,191,1);
  text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper ul  li a {
  text-align: center;
  line-height: 50px;
  color: #000000;
  transition: color 0.4s ease 0s;
  padding: 0 15px;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper ul li {
  font: normal normal normal 9px/1.4em lulo-clean-w01-one-bold,sans-serif;
} 

.custom-menu-primary .hs-menu-wrapper ul li a:hover,.custom-menu-primary .hs-menu-wrapper ul li.active-branch a {
  color: #57BBBF;
}

.max_header {
  padding: 26px 20px 25px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
.max_logo {
  width: 18% !important;
}

.custom-menu-primary {
  width: 76% !important;
  float: right !important;
  margin-left: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin-right: -12px;
  display: block;
  float: right;
}
.body-container-wrapper {
  margin-top: 95px;
}
/* =============== Content =============== */

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

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


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

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

.max_footer {
  background-color: rgba(87, 187, 191, 1);
  border-top: 0px solid rgba(160, 160, 159, 1);
  border-bottom: 0px solid rgba(160, 160, 159, 1);
  padding-top: 90px;
  padding-left: 12px;
  padding-right: 12px;
}

.max_form  .hs-form-field > label{
  display: none;
}
.max_contact h5 {
  margin: 0 0 27px;
}

.max_contact p {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  margin: 0;
  line-height: 1.7em;
  letter-spacing: 0.02em;
}

.max_contact h5:before {
  content: "";
  border-top: 2px solid rgba(0, 0, 0, 1);
  width: 40px;
  display: block;
  margin-bottom: 14px;
}

.max_copyright p {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  margin: 0;
  letter-spacing: 0.04em;
  line-height: 1.6em;
}

.max_copyright {
  margin-bottom: 14px;
}

.max_footer  .page-center {
  padding: 0 8px;
}

.max_form .actions {
  text-align: right;
}



.max_form {
  margin-bottom: 61px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li >  a.scroll.scroll_active {
  color: #57BBBF;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .max_contact.fbox {
    padding-right: 90px;
    margin-top: -20px;
  }
  .recent-post-item {
    width: 30.8% !important;
    float: left;
    margin-right: 35px;
  }
  .recent-post-item:nth-child(3n) {
    margin-right: 0;
  }
  .recent-post-wrapper .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .comment-byline-wrp {
    padding: 3px 24px 0 24px;
    position: absolute;
    bottom: 27px;
    right: 0;
    left: 0;
  }

  .comment-byline-wrp .comment-byline {
    padding-bottom: 0;
  }
} 


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 33px;
    right: 10px;
    z-index: 1000;
    width: auto;
    height: auto;    

  }


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

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

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



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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .style-ixwdsrlbmenuButton {
    outline: none;
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 40px;
    min-height: 40px;
    background-color: transparent;
    border: 0 !important;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateY(0);
    text-decoration: none !important;
    transform: translateY(0);
  }
  .style-ixwdsrlbmenuButton > .style-ixwdsrlb_icon {
    width: 20px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(0, 0, 0, 1);
    height: 17px;
    padding-top: 0px;
    stroke-linecap: flat;
    stroke: rgba(0, 0, 0, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }
  .style-ixwdsrlbmenuButton > .style-ixwdsrlb_icon .style-ixwdsrlb_animating-line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  .style-ixwdsrlbmenuButton.style-ixwdsrlb_menuClosed .style-ixwdsrlb_line1 {
    -webkit-animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-1-reverse;
  }
  .style-ixwdsrlbmenuButton.style-ixwdsrlb_menuClosed .style-ixwdsrlb_line2 {
    -webkit-animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-2-reverse;
  }
  .style-ixwdsrlbmenuButton.style-ixwdsrlb_menuClosed .style-ixwdsrlb_line3 {
    -webkit-animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-3-reverse;
  }
  @-webkit-keyframes style-ixwdsrlb_tiny-menu-open-squeeze-1 {0%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @keyframes style-ixwdsrlb_tiny-menu-open-squeeze-1 {0%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @-webkit-keyframes style-ixwdsrlb_tiny-menu-open-squeeze-1-reverse {100%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @keyframes style-ixwdsrlb_tiny-menu-open-squeeze-1-reverse {100%{-webkit-transform:translateY(0.5px);transform:translateY(0.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(45deg);transform:translateY(8.5px) rotate(45deg);}}
  @-webkit-keyframes style-ixwdsrlb_tiny-menu-open-squeeze-2 {0%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @keyframes style-ixwdsrlb_tiny-menu-open-squeeze-2 {0%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @-webkit-keyframes style-ixwdsrlb_tiny-menu-open-squeeze-2-reverse {100%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @keyframes style-ixwdsrlb_tiny-menu-open-squeeze-2-reverse {100%{-webkit-transform:translateY(16.5px);transform:translateY(16.5px);}50%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px) rotate(-45deg);transform:translateY(8.5px) rotate(-45deg);}}
  @-webkit-keyframes style-ixwdsrlb_tiny-menu-open-squeeze-3 {0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotateX(90deg);transform:translateY(8.5px) rotateX(90deg);}}
  @keyframes style-ixwdsrlb_tiny-menu-open-squeeze-3 {0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}100%{-webkit-transform:translateY(8.5px) rotateX(90deg);transform:translateY(8.5px) rotateX(90deg);}}
  @-webkit-keyframes style-ixwdsrlb_tiny-menu-open-squeeze-3-reverse {100%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}}
  @keyframes style-ixwdsrlb_tiny-menu-open-squeeze-3-reverse {100%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}0%{-webkit-transform:translateY(8.5px);transform:translateY(8.5px);}}


  .mobile-open .style-ixwdsrlbmenuButton.style-ixwdsrlb_menuClosed .style-ixwdsrlb_line1 {
    -webkit-animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-1;
    animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-1;
  }
  .mobile-open .style-ixwdsrlbmenuButton.style-ixwdsrlb_menuClosed .style-ixwdsrlb_line2 {
    -webkit-animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-2;
    animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-2;
  }
  .mobile-open .style-ixwdsrlbmenuButton.style-ixwdsrlb_menuClosed .style-ixwdsrlb_line3 {
    -webkit-animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-3;
    animation-name: style-ixwdsrlb_tiny-menu-open-squeeze-3;
  }

  .mobile-open .style-ixwdsrlbmenuButton > .style-ixwdsrlb_icon {
    stroke: rgba(0, 0, 0, 1);
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */

  }

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

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

  .custom-menu-primary {
    float: none !important;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: 0.3s opacity;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
    overflow: auto;
  }

  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
  }
  .mobile-open .mobile-trigger {
    right: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 10px 20px !important;
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:after {
    content: "";
    border-top: solid 1px rgba(204, 204, 204, 1);
    display: block;
    margin: 0 auto 0 auto;
    width: 200px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;letter-spacing: 2px;-webkit-box-align: center;-webkit-align-items: center;align-items: center;padding-top: 80px;padding-bottom: 20px;}

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:After {
    display:none
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  padding: 0 20px 0 20px;
  margin: 40px 0 40px 0;
}
.hs-blog-post .hs-author-profile {
  padding: 0 16px 0 16px;
  margin: 0 0 20px 0;
}
.hs-blog-listing .hs-author-profile-inner:After {
  content: "";
  clear: both;
  display: block;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}
.hs-author-profile-inner {
  padding: 0 20px 40px 20px;
  border: 1px solid;
  border-color: rgba(204,204,204,0.75);
}
.hs-blog-listing .recent-post-wrapper {
  display: none;
}
.hs-blog-listing .hs-author-profile-inner:After {
  content: "";
  clear: both;
  display: block;
}

h3.hs-author-listing-header {
  padding: 0 16px;
}

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

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

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 40px 0 0 0;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  padding-right: 12px;
  padding-right: 0;
  padding-left: 0;
  color: rgba(0,0,0,1);
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

* {
  outline: 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {
  margin-top: 10px;
}
.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 {}
.post-item {
  width: 33.33%;
  padding: 16px;
}

.our_hubs_pages .body-container {
  padding: 30px 20px;
}
.hs-blog-header {
  text-align: center;
  margin-top: 42px;
  margin-bottom: 40px;
}

.hs-blog-header h1 {
  display: inline-block;
  margin: 0;
}

.hs-blog-header h1:before {
  content: "";
  border-top: 2px solid rgba(0, 0, 0, 1);
  width: 40px;
  display: block;
  margin: 0 auto 37px auto;
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.post-listing-wrap {
  padding: 18px 20px 20px 20px;
}
.blog .body-container .page-center {
  max-width: 980px;
}
.post-item-inner {
  /* min-height: 313px; */
}
.blog-pagination {
  padding: 16px 16px 16px 16px;
  clear: both;
  width: 100%;
}
.post-item-inner1 {
  font: normal normal normal 16px/20px proxima-n-w01-reg,sans-serif;
  line-height: normal;
  border-color: rgba(204,204,204,0.75);
  background: #fff;
  border-style: solid;
  border-width: 1px;
  position: relative;
  min-height: 313px;
}

.post-item .hs-featured-image-wrapper img {
  height: 165px;
  width: 100%;
  object-fit: cover;
}

.post-header h2 {
  margin: 0;
  color: inherit;
  font: normal normal normal 18px/22px proxima-n-w01-reg,sans-serif;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.post-header h2 a {
  color: inherit;
}

.post-item .post-header {
  padding: 18px 24px 24px 24px;
}


span.avatar-image img {
  border-radius: 50%;
}

.byline {
  flex-wrap: wrap;
  display: flex;
}

.post-item-inner1 > a {
  display: block;
  color: rgba(0,0,0,1);
}
.post-item-inner:hover .post-item-inner1 > a{

  color: rgba(87,187,191,1);
}
.post-item .byline,.post-item .post-item-body{
  display: none;
}
.post-item-inner:hover .post-header h2 a {
  color: rgba(87,187,191,1);
}
.byline-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 10px;
  font-size: 12px;
}

ul.date-byline {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  opacity: .8;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  height: 18px;
  opacity: .8;
}
ul.date-byline li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin: 0 8px;
  background-color: rgba(0,0,0,1);
  display: inline-block;
}

ul.date-byline li {
  display: flex;
  align-items: center;
}
.byline-name a.author-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.blog-icon-fill {
  fill: rgba(0,0,0,1);
}
._3rlFF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
.hs-blog-post .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  position: relative;
}

.post-first {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  font-size: 12px;
  position: relative;
}
.post-first a {
  text-decoration: none;
}
.post-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  font-size: 12px;
}
.hs-blog-post a._1Orau {
  display: flex;
  position: relative;
  top: 3px;
  color: rgba(0,0,0,1);
  font-size: 14px;
}

ul.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 18px;
  opacity: .8;
}
.hs-blog-post ul.post-meta {
  display: inline-block;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hs-blog-post ul.post-meta:before {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(47,46,46,1);
  content: '';
  display: inline-block;
  position: relative;
}
ul.post-meta li {
  display: inline-block;
}
.hs-blog-post ul.post-meta span.post-metadata__date.time-ago {
  font-size: 14px;
}

.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: rgba(47,46,46,1);
}
.hs-blog-post .blog-separator-background-color {
  margin: 0 8px;
  top: 0;
}
.hs-blog-post  span.avatar-image {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.fluid-avatar-image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  height: 100%;
  background: no-repeat 50%;
  background-size: cover;
}
._3Zi2H {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
strong {
  font-weight: 700;
}

.NrCbc {
  margin: 0 -9px 0 3px;
}

div#more-button-5b5787a4fd2d9f008001683d {
  cursor: pointer;
  outline: 0;
}
.blog-icon-fill {
  fill: rgba(47,46,46,1);
}
.custom-share-post {
  position: absolute;
  top: 35px;
  z-index: 900;
  right: 0;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
  cursor: pointer;
  color: #000;
  opacity: 0;
  visibility: hidden;
}
.custom-share-post .blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;

}
.blog-separator-background-color {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(47,46,46,1);
  margin: 0 8px;
  position: relative;
  top: -3px;
}
.custom-share-post .zpcy7.blog-text-color.action-button__text {
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: rgba(47,46,46,1);
}
.hs-blog-post .post-sec {
  display: flex;
  width: 100%;
  align-items: center;
}

.hs-blog-post a._1Orau:hover {
  color: rgba(87,187,191,1);
}
.post-header-title h1 {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 40px;
  line-height: 48px;
  padding-top: 5px;
}
.hs-blog-post .post-first {
  margin-top: 6px;
}

.section.post-body {
  line-height: 1.5;
}
.post-footer-sec {
  border-top: 1px solid rgba(47,46,46,.2);
  padding: 20px 0;
  border-bottom: 1px solid rgba(47,46,46,.2);
  margin-top: 80px;
}
.post-social-actions span {
  display: inline-block;
  margin: 0 5px;
}

.float-share-full {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left:  0;
  width:  100%;
  height:  100%;
  background-color: #000;
  z-index: 99999999999;
}

body.social-open-main .float-share-full {
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.float-share-full-inner{
  width: 452px;
  top: 40%;
  left:  50%;
  transform:  translatey(-50%)  translatex(-50%);
  z-index: 12;
  position:  absolute;
  padding: 60px;
  background:  #fff;
  transition: all 0.5s ease;
}

.social-open-main .float-share-full-inner {
  top: 50%;
}
.social-open .custom-share-post {
  opacity: 1;
  visibility: visible;
}
.float-share-full .close {
  position:  fixed;
  right: 19px;
  top: 15px;
}

.float-share-full .close button {
  background: none;
  border:  0;
  padding:  0;
  cursor:pointer;
  outline:0
}

.float-share-full .float-share-full-inner span.svg {
  display: inline-block;
}





.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner{
  width: 452px;
  top: 40%;
  left:  50%;
  transform:  translatey(-50%)  translatex(-50%);
  z-index: 12;
  position:  absolute;
  padding: 60px;
  background:  #fff;
  transition: all 0.5s ease;
}

.refleqt .post-item .top-content .right.float-share-full-open .float-share-full .float-share-full-inner {
  top: 50%;
}

.refleqt .post-item .top-content .right .float-share-full .close {
  position:  fixed;
  right: 19px;
  top: 15px;
}

.refleqt .post-item .top-content .right .float-share-full .close button {
  background: none;
  border:  0;
  padding:  0;
  cursor:pointer;
  outline:0
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner span.svg {
  display: inline-block;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner .text {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 16px;
  margin-left: 9px;
  font-family: raleway, sans-serif;
  color: rgb(12, 60, 96);
  opacity: 1;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner .hs-blog-social-share {
  margin-top: 80px;
  border: 0;
  padding:  0;
}

.float-share-full .float-share-full-inner span.svg svg.blog-icon-fill {
  fill: rgba(0,0,0,1);
  width: 19px;
  height: 20px;
}
.float-share-full .float-share-full-inner .text {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  font-size: 16px;
  margin-left: 6px;
  font-family: raleway, sans-serif;
  color: rgba(0,0,0,1);
  opacity: 1;
}

.float-share-full .float-share-full-inner .hs-blog-social-share {
  margin-top: 80px;
  border: 0;
  padding:  0;
}

.float-share-full .float-share-full-inner span.svg svg.blog-icon-fill {
  fill: rgba(0,0,0,1);
  width: 19px;
  height: 20px;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner ul.social-list {
  margin: 62px 0 0;
  padding:  0;
  list-style:  none;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner ul.social-list li {
  display: inline-block;
  margin-right: 46px;
}

.refleqt .post-item .top-content .right .float-share-full .float-share-full-inner ul.social-list li a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  line-height: 50px;
  text-align:  center;
  fill: #fff;
}

.float-share-full-inner ul.social-list li a.share_facebook {
  background: #4464a3;
}

.float-share-full .float-share-full-inner ul.social-list li a.share_twitter {
  background: #55acee;
}

.float-share-full .float-share-full-inner ul.social-list li a.share_googleplus {
  background: #dd4b39;
}

.float-share-full .float-share-full-inner span.svg svg.blog-icon-fill {
  position:  relative;
  top: -2px;
}
}

.custom-logo img {
  max-width: 409px;
}

.float-share-full-inner ul.social-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}


.float-share-full .float-share-full-inner ul.social-list li {
  display: inline-block;
  margin-right: 46px;
}
.float-share-full .float-share-full-inner ul.social-list li a {
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  text-align: center;
  fill: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

.float-share-full .float-share-full-inner ul.social-list li a.copylink {
  background: #333;
}

.float-share-full .float-share-full-inner ul.social-list li:last-child {
  margin: 0;
}

.copylink-form input#myInput {
  width: 100%;
  height: 55px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: rgba(47,46,46,1);
  border: 1px solid rgba(47,46,46,0.2);
  margin-top: 23px;
  margin-bottom: 40px;
}

.copylink-form {
  height: 100%;
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  margin-top: -30px;
}

.copylink-form:before {
  /* content: ''; */
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  background: #fff;
  top: -39px;
}

.float-share-full .float-share-full-inner .share-copy .text,
.float-share-full .float-share-full-inner .text {
  color: rgba(47,46,46,1);
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 16px;
  line-height: 1;
}

button.copy {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  color: rgba(255,255,255,1);

  background-color: rgba(87,187,191,1);
}

button.back {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  color: rgba(87,187,191,1);
  border-color: rgba(87,187,191,1);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  margin-right: 20px;
}

.btn-group {
  text-align: right;
}

button._2Ahnn {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}


.post-facebook:hover svg.cd5WY.blog-icon-fill {
  fill: #4464a3;
}

.post-twitter:hover svg.cd5WY.blog-icon-fill {
  fill: #55acee;
}

.post-google:hover .blog-icon-fill {
  fill: #dd4b39;
}

button._2Ahnn:hover svg.cd5WY {
  fill: rgba(87,187,191,1);
}
.recent-post-wrapper {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}

.recent-post-wrapper h3 {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 29px;
}
.recent-post {
  clear: both;
  padding-bottom: 120px;
  overflow: hidden;
}

.recent-post-wrapper .page-center {
  max-width: 940px !important;
}

.related-image  img {
  height: 165px;
  object-fit: cover;
  width: 100%;
}
.rec-post-title {
  padding: 24px;
  padding-bottom: 40px;
}

.rec-post-title a {
  font-size: 18px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.rec-post-title a:hover {
  color: rgba(87,187,191,1);
}



.hs-blog-post .blog-content {
  color: rgba(47,46,46,1);
  background-color: rgba(255,255,255,1);
  border-color: rgba(204,204,204,0.75);
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  padding: 62px 0 54px;
  z-index: 2;
  border-width: 0;
  margin-top: 42px;
}
.hs-blog-post .blog-content>.row-fluid-wrapper {
  width: 740px;
  max-width: 100%;
}
.all-post a {
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  color: rgba(0,0,0,1);
}

.all-post a:hover {
  color: rgba(87,187,191,1);
}
.hs-blog-post .blog-content .post-body {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.hs-blog-post .hs-blog-header {
  display: none;
}
.hs-blog-post .body-container {
  padding: 0 18px;
}

.max-blog-top  {
  max-width: 930px;
  position: relative;
  margin: 28px auto 0 auto;
}
.max-blog-top .all-post {
  float: left;
}
.hs-search-field__bar {
  position: relative;
}
.custom-site-search svg {
  fill: #212121;
  position: absolute;
  right: 0;
}
svg:not(:root) {
  overflow: hidden;
}
.custom-site-search svg._3X5_F.blog-desktop-header-search-icon-fill {
  cursor: pointer;
  right: 0;
}
.custom-site-search svg._3X5_F.blog-desktop-header-search-icon-fill {
  width: 19px;
  height: 19px;
}
.custom-topic-section .custom-site-search form {
  position: absolute;
  right: -7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  border-bottom: 1px solid #212121;
  width: 200px;
}
.custom-topic-section .custom-site-search form input.hs-search-field__input {
  padding: 1px 0 0 29px;
  padding-right: 20px;
  border: 0;
  display: inline-block;
  background: transparent;
  font: normal normal normal 14px/1.4em 'open sans',sans-serif;
  line-height: normal;
  color: #212121;
  margin: 0 0 5px;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 15px;
}
.custom-site-search svg._1X2-2.blog-desktop-header-search-icon-fill {
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  cursor: pointer;
}
.custom-site-search svg._1X2-2.blog-desktop-header-search-icon-fill {
  width: 10px;
  height: 10px;
}
.custom-site-search svg._1Sjm4.blog-button-primary-icon-fill {
  display: none !important;
}
.custom-site-search.now-site-search-open svg._3X5_F.blog-desktop-header-search-icon-fill {
  right: 173px;
  top: 10px;
}
.custom-topic-section .custom-site-search.now-site-search-open form {
  opacity: 1;
  pointer-events: auto;
}
.custom-topic-section .custom-site-search.now-site-search-open svg._1X2-2.blog-desktop-header-search-icon-fill {
  opacity: 1;
  top: 12px;
  fill: #212121;
  opacity: .8;
  pointer-events: auto;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
  margin-top: 24px;
  position: relative;
  top: 100%;
  background: #fff;
  z-index: 111;
  top: 24px;
  right: -7px;
}
.blog-pagination a {
  margin-right: 15px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions a {
  padding: 1px 5px;
}
.section.post-header-title {
  margin-bottom: 50px;
}
.body-container .custom-site-search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
}
.section.post-body h2 {
  font: normal normal normal 42px/52px avenir-lt-w01_35-light1475496,sans-serif;
  line-height: 1.5;
  font-size: 28px;
  margin: 24px 0 24px;
}

.section.post-body ul {
  padding-left: 47px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section.post-body ul p {
  margin: 0;
}
.hs-content-id-7445718528 .section.post-body h2 {
  margin: 48px 0 24px;
}
.hs-blog-listing .max-blog-top {
  display: none;
}
.max-blog-top .all-post svg.blog-button-primary-icon-fill {
  display: none;
}
.hs-author-blank {
  background-color: #CCCCCC;
  height: 300px;
}

.hs-author-con {
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border-radius: 0;
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  border-width: 2px;
  resize: none;
  background-color: transparent;
  box-sizing: border-box !important;
  color: #000000;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  padding: 3px;
  margin: 0px 0px 5px 0;
  padding-left: 12px;
  display: block;
  max-width: 700px;
  width: 100%;
  min-height: 35px;
}

textarea {
  margin-top: 6px ;
  min-height: 126px ;
  padding-left: 16px ;
  padding-right: 10px ;
  padding-top: 0.75em ;
}

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

/* 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 */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */
.max_form .hs-input::-webkit-input-placeholder  {color: #605E5E;}


.max_form  .hs-input:-moz-placeholder  {color: #605E5E;}


.max_form  .hs-input::-moz-placeholder  {color: #605E5E;}


.max_form  .hs-input:-ms-input-placeholder {color: #605E5E;}



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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 1);
  color: #FFFFFF;
  display: inline-block;
  font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  border: solid rgba(0, 0, 0, 1) 2px;
  transition: all 0.4s ease 0s;
  padding: 7px 43.9px;

  white-space: normal;
  margin-top: 6px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  color: #000000;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}
.subscription-template .body-container form span.fakelabel {
  display: flex;
}
ul.hs-error-msgs.inputs-list {
  padding-left: 0;
  list-style:  none;
}

.hs-error-msgs label {
  color: red;

}
.hs-input.invalid.error {
  border-width: 2px;
  background-color: transparent;
  border-style: solid;
  border-color: rgba(246, 4, 25, 1);
}
/* =============== 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                                      
========================================================================== */


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


/* Case Studies Layout */

.case_st_gr {
  padding: 0 20px;

  position: relative;
  padding-top: 51px;
  padding-bottom: 10px;
}
.background_img{
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-section h1 {
  font-size: 38px;
  display: inline-block;
  margin: 0;
}

.top-section {
  text-align: center;
  margin: 0 0 67px;
}



.top-section h1:before {
  width: 40px;
  content:"";
  border-top: 2px solid rgba(0, 0, 0, 1);
  display: block;
  margin: 0 auto 22px auto;
}

.case_st_gr:before {
  content: "";
  width: 100%;
  top: 0px;
  background-color: rgb(240, 240, 240);
  position: absolute;
  height: 100%;
  opacity: 0.75;
  left: 0;
  right: 0;
}

.case_st_gr .page-center {
  max-width: 980px !important;
  position: relative;
}

.case_st_item {
  background-color: rgba(255, 255, 255, 0.6);
  margin-right: 1.3%;
  padding: 0 25px 85px 25px;
  text-align: center;
  width: 32.43%;
  margin-bottom: 42px;
}

.max-clear:After {
  content: "";
  clear: both;
  display: block;
}



.case_st_item:nth-child(3n) {
  margin-right: 0;
}
.see_fullbtn {
  background-color: rgba(0, 0, 0, 1);
  border: solid rgba(0, 0, 0, 1) 2px;
  display: inline-block;
  transition: all 0.4s ease 0s;
  color: #fff;
  padding: 6.5px 25.5px;
}

.see_fullbtn:hover {
  background-color: transparent;
  color: #000000;
  border-color: rgba(0, 0, 0, 1);
}

.case_st_name {
  margin-bottom: 0;
}

.case_st_designation {
  margin: 0 0 39px;
}

.case_st_item_inner {
  position: relative;
  height: 100%;
}

.case_st_item .see_fullbtn {
  align-self: flex-end;
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 204px;
  max-width: 100%;
}
.services-gr {
  padding: 0 20px;
  text-align: center;
  padding-top: 61px;
  background-color: rgb(55, 62, 75);
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  font-smoothing: auto !important;
}
.services_main_title h2 {
  color: #fff;
  display: inline-block;
  margin: 0;
}

.services-item-inner > div {
  max-width: 100%;
}

.services_main_title h2:before {
  content: "";
  display: block;
  color: #fff;
  margin: 0 auto 19px;
  width: 40px;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

.services_main_title {
  margin-bottom: 55px;
}

.services-item {
  padding: 0 20px;
  background-color: rgba(240, 240, 240, 0.2);
  width: 49%;
  float: left;
  margin-right: 1.39%;
  padding-bottom: 106px;
  min-height: 486px;
  margin-bottom: 70px;
  position: relative;

}

.services-item:nth-child(even) {
  margin-right: 0;
}

.services-title h3 {
  font: normal normal normal 110px/1.4em lulo-clean-w01-one-bold,sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
  display: inline-block;
}

.services-title h3:after {
  content: "";
  margin: 0 auto;
  display: block;
  margin-top: 28px;
  border-top: 2px solid rgba(255, 255, 255, 1);
  width: 88px;
  margin-bottom: 51px;
}

.services-title {
  margin: 46px auto 0;
  width: 350px;
}

.services-body {
  color: #fff;
  width: 356px;
  margin: 0 auto 60px auto;
  align-self: flex-start;
}

.services-body p {
  margin: 0px 0px 10px;
}

.down_btn {
  font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  transition: all 0.4s ease 0s;
  background-color: transparent;
  border: solid rgba(255, 255, 255, 1) 2px;
  display: inline-block;
  color: #fff;
  padding: 8.5px 36.8px;
}

.down_btn:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  color: #000000;
}

.services-item .down_btn {
  position: absolute;
  bottom: 63px;
  left: 50%;
  transform: translateX(-50%);
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex:After {
  display: none;
}
.section.post-body h3 {
  margin: 24px 0 25px;
}

.section.post-body img {
  margin: 24px 0;
}

.section.post-body a {
  color: rgba(87,187,191,1);
  text-decoration: underline;
}


/* =============== Homepage Layout =============== */
.home_banner_logo img {
  max-width: 421px;
  margin: 0 auto;
  display: block;
}

.home_banner_logo {
  padding-top: 50px;
}

.max_header .page-center,
.max_footer .page-center {
  max-width: 930px !important;
}

.home_banner {
  padding: 0 10px;
  padding-bottom: 70px;
  position: relative;
}
.home_banner_con h3 {
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  color: #5ABBBE;
  font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
  margin: 0 0 44px;
}

.home_banner_con h3 a {text-decoration: underline;}

.home_banner_con {
  text-align: center;
  width: 726px;
  margin: 0 auto;
  max-width: 100%;
}

.home_banner_con h6 {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #fff;
  font-size: 16px;
  margin: 0 0 17px;
}



.home_banner_con h3 a {
  color: #5ABBBE;
}

.home_banner_video {
  height: 436px;
  width: 692px;
  margin: 0 auto;
  max-width: 100%;
}


.home_banner_button a {
  font: normal normal normal 20px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  border: solid rgba(255, 255, 255, 1) 2px;
  transition: all 0.4s ease 0s;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 17px 73.9px;
}

.home_banner_button {
  text-align: center;
  margin-top: 40px;
}

.home_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.55;
}

.home_banner .page-center {
  position: relative;
}

.home_banner_button a:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  color: #000000;
}

.max_3 {
  width: 33.33%;
}

.icon_with_con_gr .max-clear {
  display: flex;
  flex-wrap: wrap;
}

.icon_with_con_gr .max-clear:After {
  display: none;
}
.icon_with_con_title h4 {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 28px;
  letter-spacing: normal;
}

.icon_with_con_body {
  color: #fff;
  line-height: normal;
}

.icon_with_con_body p {
  margin:  0 0 10px;
}

.icon_with_con_item {
  text-align: center;
  padding-bottom: 73px;
}

.icon_with_con_item > div {
  width: 236px;
  margin: 0 auto;
}

.icon_with_con_item div.icon_with_con_img {
  margin-top: 72px;
  margin-bottom: 33px;
}
.max_50 {
  width: 50%;
}
.two_col-leftimg_title h1 {
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  display: inline-block;
}

.two_col-leftimg_body {
  line-height: 1.5em;
  font-size: 17px;
  width: 338px;
  max-width: 100%;
}

.two_col-leftimg_title {
  margin: 0px 0px 56px;
}

.two_col-leftimg_body p:first-of-type {
  margin-top: 0;
}

.two_col-leftimg_title h1:before {
  content: "";
  width: 40px;
  border-top: 2px solid rgba(0, 0, 0, 1);
  display: block;
  margin: 108px 0 15px;
}

.two_col-leftimg_right {
  padding: 0 50px 100px 70px;
  position: relative;
  min-height: 508px;
}

.two_col-leftimg_left {
  text-align: right;
  padding: 0 80px 0 50px;
  background: #fff;
}
h2.h1 {
  font-size: 38px;
  line-height: normal;
  letter-spacing: normal;
}

/* =============== Why Workplace Layout =============== */

.full_video .page-center {
  max-width: 978px !important;
}



.full_video-con video {
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

.why-work-gr ,.why-work-gr .page-center{
  position: relative;

}

.why-work-gr:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(240, 240, 240);
  opacity: 0.75;
  display: block;
  top: 0;
}

.playButton {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity .2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.full_video-con {
  position: relative;
  height: 545px;
}

.playButton:hover {
  opacity: .8;
}
.why-work-header h1 {
  font-size: 40px;
  margin: 0px 0px 24px;
}

.why-work-header {
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
  margin-bottom: 52px;
}

.why-work-header h1:before {
  content: "";
  display: block;
  width: 40px;
  border-top: 2px solid rgba(0, 0, 0, 1);
  margin: 0 auto 19px;
}
.full_video-con .full_video_back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000 50% 50% no-repeat;
  background-size: cover;
  cursor: pointer;
  background-image: url(//cdn2.hubspot.net/hubfs/5417432/LineZero__February2019%20Theme/Images/w1.png);
}
.why-work-gr {
  padding: 0 20px;
  padding-top: 56px;

  padding-bottom: 70px;
}

.full_video {
  padding: 0 20px;
}

.why-work-header p {
  line-height: 1.5em;
}
.why-work-item {
  width: 32.43%;
  margin-right: 1.3%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 60px;
}

.why-work-item:nth-child(3n) {
  margin-right: 0;
}

.why-work-item-inner h6 {
  margin: 72px 0px 51px;
  font-size: 18px;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  line-height: normal;
}

.why-work-body {
  line-height: 1.5em;
}

.full_video.hide_back .full_video_back,
.full_video.hide_back .playButton {
  display: none;
}
.full_video.hide_back video {
  display: block;
}
.services_has_back .services_main_title h2:before {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

.why-work-item-inner {
  padding-left: 26px;
  padding-right: 20px;
}
.fea_ben_title {
  color: #fff;
}
.fea_ben_item {
  width: 24%;
  text-align: center;
  margin-right: 1.33%;
  padding: 0 20px;
}



.fea_ben_maintitle h2 {
  color: #FFFFFF;
  font-family: lulo-clean-w01-one-bold,sans-serif;
  font-size: 25px;
  display: inline-block;
  margin: 0;
}

.fea_ben_maintitle:before {
  width: 40px;
  display: block;
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 1);
  margin: 0 auto 17px;
}

.fea_ben_gr {
  padding-bottom: 55px;
  padding-top: 57px;
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  font-smoothing: auto !important;
}

.fea_ben_maintitle {
  text-align: center;
}
.fea_ben_img {
  margin: 63px 0px 9px;
}



.fea_ben_item:nth-child(4n) {
  margin-right: 0;
}

.services_has_back .services_main_title h2 {
  color: #000;
}

.services_has_back  .services-item {
  background-color: rgba(240, 240, 240, 0.6);
}

.services_has_back .services-title h3,
.services_has_back .services-body {
  color: #5A6B7A;
}



.services_has_back {
  position: relative;
}

.services_has_back:before {
  content: "";
  position: absolute;
  top: 0;
  opacity: 0.75;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: block;
}

.services_has_back .page-center {
  position: relative;
}

.services_has_back .services-title h3:after {
  border-top: 2px solid rgba(90, 107, 122, 1);
}

.services_has_back .services-item .down_btn {
  background-color: #6d595900;
  border: solid rgba(90, 107, 122, 1) 2px;
  color: #5A6B7A;
}

.services_has_back .services-item .down_btn:hover {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  color: #000000;
}
.float-share-full-inner ul.social-list.open-social {
  display: block !important;
}

.float-share-full-inner ul.social-list.open-social + .copylink-form {
  display: none !important;
}
.max-blog-top:after {
  content: "";
  clear: both;
  display: block;
}
.case_st_body_con p:first-of-type {
  margin-top: 0;
}

.case_st_img {

  margin: 5px 0 10px 0;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-content-id-7445718234  .section.post-header-title ,
.hs-content-id-7518393102  .section.post-header-title ,
.hs-content-id-7445718528  .section.post-header-title ,
.hs-content-id-7402143985  .section.post-header-title ,
.hs-content-id-7445903422  .section.post-header-title ,
.hs-content-id-7446341956  .section.post-header-title ,
.hs-content-id-7446074279  .section.post-header-title {
  margin-bottom: 15px;
}
.section.post-body p{
  margin: 24px 0;
}
.body-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.related-top-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.related-top-sec .GPfYj {
  color: inherit;
  font-size: 14px;
}

.related-top-sec .GPfYj:hover {
  color: rgba(87,187,191,1);
}
.float-share-full .float-share-full-inner .share-copy .text {
  vertical-align: text-bottom;
}

.float-share-full .float-share-full-inner .share-copy svg {
  position: relative;
  top: 5px !important;
}
.two_col-leftimg_right:before {
  content: "";
  display: block;
  position: absolute;
  left: -1%;
  right: 0;
  bottom: 0;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 254, 0.74);
  width: 101%;
}

.two_col-leftimg_right > div {
  position: relative;
}
.max-land .max_footer {
  padding-top: 20px;
}
.hs-author-profile .hs-author-avatar:before {
  width: 100px;
  height: 102px;
  content:"";
  border: 4px solid;
  border-color: rgba(255,255,255,1);
  position: absolute;
  border-radius: 50%;
}
.hs-blog-post .body-container-wrapper {
  overflow: hidden;
}
.hs-content-id-7446305580 .section.post-body img {
  margin: 0 0 15px;
}

.hs-content-id-7446305580 .section.post-body ul{
  margin: 15px 0;
}
.hs-content-id-7446305580 .section.post-body h3 {
  margin-bottom: 20px;
}
.two_col-leftimg_img {
  margin-bottom: 40px;
}

.two_col-leftimg_img:first-child {
  margin-top: 46px;
}
.two_col-leftimg_img:last-child {
  margin-bottom: 0;
}
.full_video-con .full_video_back:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.hs_cos_wrapper_type_blog_comments input.hs-button.primary {
  margin-top: 10px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.our_hubs_pages .body-container-wrapper form {
  margin-bottom: 25px;
}
.home_banner_con h6 a {
  color: #fff;
  text-decoration: underline;
}
.comment-byline:before {
  content: "";
  background-color: rgba(0,0,0,1);
  display: block;
  height: 1px;
  opacity: .2;
  margin-bottom: 15px;
}

.comment-byline {
  font: normal normal normal 16px/20px proxima-n-w01-reg,sans-serif;
  line-height: normal;
  color: rgba(0,0,0,1);
  font-size: 12px;
  padding-top: 5px;
  opacity: .8;
  padding-bottom: 25px;
}
ul.hs-search-field__suggestions.remove_ul {
  display: none;
}
.hs-content-id-7402228669 .section.post-body img {
  width: 100%;
}
.left-post-sec .blog-icon-fill {
  fill: rgba(0,0,0,1);
}
.max-blog-top svg.AEwbs.blog-button-primary-icon-fill {
  right: 4px;
  display: none;
  position: absolute;
  top: 10px;
  fill: rgba(255,255,255,1);
  opacity: .8;
}
.section.post-body ol p {
    margin: 0;
}

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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1020px) and (min-width:768px){
  .recent-post-item {
    width: 29.8% !important;
  }
}
@media (max-width: 991px) {
  .fea_ben_item {
    width: 48.5%;
  }
}
@media (max-width: 900px) {
  .custom-menu-primary {
    width: 80% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 9px;
  }
  .two_col-leftimg_right {
    padding-left: 50px;
  }
}

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

@media (max-width: 767px) {
  .max_copyright p {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }

  .body-container .hs-search-field--open .hs-search-field__suggestions {
    right: 0;
  }
  .max_header {
    position: static;
    padding: 26px 20px 20px;
  }
  .home_banner_button {
    padding: 0 10px;
  }
  .body-container-wrapper {
    margin-top: 0 !important;
  }
  .recent-post-item {

    margin-bottom: 30px;
  }

  .remove_cross.max-blog-top svg.AEwbs.blog-button-primary-icon-fill {
    display: inline-block;
  }
  .recent-post {
    padding-bottom: 80px;
  }
  .section.post-body ul {
    padding-left: 29px;
  }
  .max_copyright {
    margin-bottom: 42px;
    padding: 0 20px;
  }
  .post-item-inner1 {
    border: 0;
  }
  .section.post-body h2 {
    line-height: 30px;
  }
  .hs-blog-post .blog-content .post-body {
    font-size: 16px;
  }
  .max_logo img {
    width: auto !important;
  }
  .max_footer .page-center {
    padding: 0;
  }

  .section.post-body h3 {
    line-height: 26px;
  }
  .post-item-inner2 {
    padding: 30px 18px 0 18px;
  }
  .custom-menu-primary {
    width: 100% !important;
  }

  .max_footer {
    padding: 32px 0 0 0;
  }

  .max_contact,.max_form {
    padding: 0 10px;
  }
  .post-item .byline, .post-item .post-item-body, .post-item .comment-byline {
    display: flex;
  }
  .post-item .comment-byline {
    display: block ;
  }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select {
    font-size: 15px;
    min-height: 49px;
    margin-bottom: 10px;
  }

  textarea {
    min-height: 142px;
  }

  .max_contact p {
    line-height: 1.7em;
    font-size: 14px;
  }
  .hs-blog-header h1 {
    font-size: 24px;
  }
  .post-header-title h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .case_st_img {
    min-height: auto;
    margin: 20px 0 10px;
  }

  .case_st_img  img {
    width: auto !important;
    max-width: 150px;
  }

  .float-share-full-inner {
    padding: 36px 30px;
    width: auto;
    transform: translate(0,-50%);
    left: 12px;
    right: 12px;
  }

  .float-share-full-inner ul.social-list {
    margin: 24px 0 0;
    display: flex;

  }

  .float-share-full .float-share-full-inner ul.social-list li {
    margin-right: 0;
  }

  .float-share-full .float-share-full-inner ul.social-list li {
    margin-right: 18px;
  }
  .hs-blog-header h1:before {
    width: 30px;
    margin-bottom: 15px;
  }
  .hs-blog-header {
    margin-top: 9px;
    margin-bottom: 46px;
  }

  .post-item .hs-featured-image-wrapper img {
    height: auto;
  }

  .post-listing-wrap {
    padding: 0;
  }

  .post-listing {
    margin: 0;
  }
  .post-item {
    padding: 0;
    margin-bottom: 12px;
    width: 100%;
    -webkit-box-shadow: 0 1px rgba(0,0,0,.1);
    box-shadow: 0 1px rgba(0,0,0,.1);
  }

  .float-share-full-inner ul.social-list.open-social {
    display: flex !important;
  }

  .hs-blog-listing .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-pagination {
    padding: 16px 0 25px;
  }

  .max_contact h5:before {
    width: 30px;
  }

  .max_form .actions {
    text-align: left;
  }

  .max_form {
    margin-bottom: 71px;
    margin-top: 32px;
  }

  .hs-button.primary, input[type="submit"], input[type="button"] {
    font-size: 14.933333333333334px;
    min-height: 42px;
  }
  .two_col-leftimg_title h1 {
    font-size: 30px;
  }

  .max_50{
    width: 100%;
    text-align: left;
    min-height: auto;
  }

  .two_col-leftimg_right {
    padding: 0 16px 0 16px;
  }

  .two_col-leftimg_body {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .two_col-leftimg_title {
    margin: 0px 0px 16px 0;
  }

  .max_3 {
    width: 100%;
  }


  .max_form .hs-button {
    width: 149px;
  }

  .max_contact h5 {
    margin: 0 0 10px;
  }
  .avata {
    width: 32px;
    height: 32px;
  }

  .post-item .post-header {
    padding: 0;
  }

  .post-header h2 a {
    color: rgba(0,0,0,1);
  }

  .post-header h2 {
    line-height: 1.4;
    margin-top: 21px;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .post-item-body {
    line-height: 1.5;
    color: rgba(0,0,0,1);
    opacity: .8;
    margin-bottom: 10px;
  }

  .post-item-body p {
    margin: 0 0 10px;
  }
  .post-item-body p:last-of-type {
    margin-bottom: 0;
  }

  .top-section h1 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
  }

  .top-section h1:before {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .case_st_gr {
    padding: 0;
    padding-top: 20px;
  }

  .case_st_item {
    padding: 0 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 13px;
  }

  .top-section {
    margin: 0 0 20px;
  }

  .case_st_body_con {
    line-height: 1.5em;
    text-align: center;
    font-size: 17px;
  }

  .see_fullbtn {
    font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 16px;
    padding: 8px 20.39px;
  }

  .case_st_item .see_fullbtn {
    margin-bottom: 42px;
    position: static;
    transform: none;
  }

  .services_main_title h2 {
    padding: 0 15px;
    font-size: 21px;
  }
  h2.h1 {
    font-size: 30px;
  }


  .services-gr {
    padding: 0;
    padding-top: 20px;
  }

  .services-item {
    margin-right: 0;
    width: 100%;  
    padding-left: 15px;
    min-height: auto;
    padding-right: 15px;
    padding-bottom: 46px;
    margin-bottom: 13px;
  }

  .services_main_title {
    margin: 0px 0px 13px 0;
  }

  .services-title h3:after {
    width: 44px;
    margin-bottom: 34px;
  }

  .down_btn {
    position: static !important;
    transform: none !important;
    padding: 8px 15.8px;
  }

  .services-body {
    width: 100%;
    margin: 0px 0px 37px 0;
  }
  .hs-blog-post .post-sec {
    display: block;
  }

  .hs-blog-post ul.post-meta:before {
    display: none;
  }

  .hs-blog-post a._1Orau {
    font-size: 12px;
  }

  .hs-blog-post .post-sec ._3tXON {
    position: relative;
    top: -3px;
  }



  .max-blog-top {
    margin: 0 -18px;
    background-color: rgb(87, 187, 191);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    height: 50px;
  }

  .all-post a {
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .all-post a:before {}

  .custom-site-search svg._3X5_F.blog-desktop-header-search-icon-fill {
    fill: #fff;
    top: 50% !important;
    transform: translateY(-50%);
    right: 18px;
  }
  .hs-blog-post .blog-content {
    margin-top: 0;
    padding-top: 25px;
  }
  .icon_with_con_item div.icon_with_con_img img {
    width: auto !important;
    height: auto !important;
    max-width: 50px;
  }

  .icon_with_con_item div.icon_with_con_img {
    margin: 20px auto 10px auto;
  }

  .icon_with_con_item {
    padding: 0px 0px 36px 0;
  }

  .icon_with_con_body p:last-of-type {
    margin-bottom: 0;
  }

  .icon_with_con_item > div {
    width: 100%;
    padding:  0 20px;
  }

  .icon_with_con_body {
    font-size: 16px;
  }

  .icon_with_con_title h4 {
    font-size: 15px;
    margin: 0px 0px 10px 0;
  }

  .two_col-leftimg_left {
    padding: 0 25px;
  }

  .two_col-leftimg_img:nth-of-type(2) {
    display: none;
  }

  .two_col-leftimg_title h1:before {
    margin: 24px auto 18px auto;
  }

  .home_banner_con h3 {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .home_banner_video {
    height: 200px;
    width: 300px;
    padding-top: 40px;
  }

  .home_banner_con h6 {
    font-size: 11px;
  }

  .home_banner_con {
    width: 100%;
    padding: 0 21px;
  }

  .home_banner_button a {padding: 10px;}

  .home_banner {
    padding: 0;
    padding-bottom: 10px;
  }

  .home_banner_logo {
    padding-top: 15px;
  }

  .home_banner_logo img {
    max-width: 223px;
  }
  .why-work-item {

    padding-bottom: 0;
    width: 100%;
  }

  .why-work-header h1 {
    font-size: 24px;
    margin: 0px 0px 10px 0;
  }



  .why-work-gr {
    padding: 0;
    padding-top: 20px;
    clear: both;
    margin-top: 10px
  }

  .why-work-header {
    padding: 0 20px;
    margin-bottom: 13px;
  }

  .why-work-header p {
    font-size: 16px;
    margin-top: 0;
  }

  .why-work-header p:first-of-type {
    margin-top: 0;
  }

  .why-work-header p:last-of-type {
    margin-bottom: 0;
  }

  .why-work-item-inner h6 {
    margin: 32px 0px 24px 0;
    font-size: 15px;
  }

  .why-work-body {
    font-size: 16px;
    margin: 0px 0px 23px 0;
  }
  .full_video-con {
    height: 167px;
    margin: 10px 0px 36px 0;
  }

  .playButton {
    width: 30px;
    height: 30px;
  }

  .full_video {
    padding: 0.1px 10px;
    width: 100%;
  }



  .fea_ben_maintitle h2 {
    font-size: 19px;
  }

  .fea_ben_maintitle:before {
    margin-bottom: 10px;
  }

  .fea_ben_gr {
    padding-top: 10px;
  }

  .fea_ben_item {
    width: 100%;
  }

  .fea_ben_img {
    margin: 20px 0px 10px 0;
  }

  .fea_ben_maintitle {
    padding-bottom: 10px;
  }

  .recent-post-wrapper ul.slick-dots button {
    display: none;
  }

  .recent-post-wrapper ul.slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .2;
    margin-left: 6px;
    cursor: pointer;
    float: left;
    background-color: rgba(0,0,0,1);
  }

  .recent-post-wrapper ul.slick-dots:after {
    content: "";
    clear: both;
    display: block;
  }

  .recent-post-wrapper ul.slick-dots li:first-child {
    margin-left: 0;
  }

  .recent-post-wrapper ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
  }

  .recent-post-wrapper ul.slick-dots li.slick-active {
    background-color: rgba(87,187,191,1);
    opacity: 1;
  }

  .recent-post-wrapper h3 {
    color: rgba(0,0,0,1);
    font-size: 16px;
    line-height: 1.5;
  }

  .related-image img {
    height: 140px;
  }

  .recent-post-wrapper .slick-list {
    max-width: 84vw;
    margin: 0  auto;
    overflow: visible;
  }

  .recent-post-wrapper {
    margin-left: -18px;
    margin-right: -18px;
  }

  .related-image {
    margin-left: 13px;
  }

  .related-top-sec {
    padding: 0 18px;
  }

  .related-top-sec .GPfYj {
    font-size: 16px;
  }


  .max-blog-top .all-post svg.blog-button-primary-icon-fill {
    display: inline-block;
    fill: #fff;
    margin-right: 7px;
  }
  .custom-site-search svg._3X5_F.blog-desktop-header-search-icon-fill {
    fill: rgba(255,255,255,1);
    margin-top: 0;
    right: 14px;
    position: absolute;
    left: auto;
  }

  .custom-site-search svg._1X2-2.blog-desktop-header-search-icon-fill {
    display: none;
  }
  .custom-site-search svg {
    position: relative;
    float: right;
  }
  .custom-site-search svg._1Sjm4.blog-button-primary-icon-fill {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .custom-topic-section .custom-site-search form {
    transition: all 0s linear;
  }
  .custom-topic-section .custom-site-search form input.hs-search-field__input {
    color: #fff;
    margin-bottom: 0;
    min-height: auto;
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    line-height: normal;
  }

  .custom-site-search.now-site-search-open svg._3X5_F.blog-desktop-header-search-icon-fill {
    right: auto;
    left: 27px !important;
    position: absolute;
    top: 19px;
    margin-top: -3px;
    transform: translateY(-50%);
  }
  .custom-topic-section .custom-site-search.now-site-search-open form {
    position: relative;
    right: 0;
    margin-left: 27px;
    padding-bottom: 6px;
    border-color: rgba(255,255,255,0.5);
    margin-bottom: 0;
    width: auto;
  }
  .max-opnsearch .all-post {
    display: none;
  }

  .custom-site-search.now-site-search-open {
    width: 100%;
  }

  .custom-topic-section .custom-site-search form input.hs-search-field__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
  }

  .max-opnsearch .custom-site-search.now-site-search-open svg._1Sjm4.blog-button-primary-icon-fill {
    display: block !important;
    opacity: 1;
    cursor: pointer;
    visibility: visible;
    left: 0;
    top: 5px;
    fill: rgba(255,255,255,1);
  }

  .hs-search-field,.hs-search-field__bar {
    position: static;
  }

  .max-opnsearch .hs-search-field, .max-opnsearch  .hs-search-field__bar {
    position: relative;
  }
  .icon_with_con_item:first-child div.icon_with_con_img img {
    height: 84px !important;
  }

  .two_col-leftimg_img {
    margin: 0 !important;
  }

  .two_col-leftimg_img:last-child {
    margin-bottom: 0;
  }

}  


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

@media (max-width: 500px) {



  .hs-author-profile .hs-author-avatar {
    margin: 0;
    top: 0;
    margin-top: -58px;
  }

  .hs-author-profile h2.hs-author-name {
    width: 100%;
    clear: both;
    margin-top: 0;
    padding-top: 20px;
    font-size: 15px;
  }
}