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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@font-face{
    font-family:"Avenir-LT-W01_35-Light1475496";
    src:url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/Avenir-LT-W01_35-Light1475496.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/Avenir-LT-W01_35-Light1475496.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/Avenir-LT-W01_35-Light1475496.ttf") format("truetype");
}
@font-face{
    font-family:"Avenir-LT-W01_85-Heavy1475544";
    src:url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/Avenir-LT-W01_85-Heavy1475544.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/Avenir-LT-W01_85-Heavy1475544.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/Avenir-LT-W01_85-Heavy1475544.ttf") format("truetype");
}


@font-face{
    font-family:"din-next-w01-light";
    src:url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/din-light.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/din-light.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/din-light.ttf") format("truetype");
}

@font-face{
    font-family:"HelveticaNeueW01-45Ligh";
    src:url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/helvetica_light.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/helvetica_light.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/fonts/helvetica_light.ttf") format("truetype");
}


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

/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed { 
position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
padding-bottom: 56.25%; 
}

/* 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: #2F2E2E;
    line-height: normal;
}

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

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


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

/* Basic text */
p {
    margin:0 0 17px;
} 
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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    
    font: normal normal normal 56px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    color: #2F2E2E;
}
h2 {
    font: normal normal normal 33px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    color: #2F2E2E;
}
h3 {
    
    font: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    color: #2F2E2E;
}
h4 {
    font: normal normal normal 50px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
h5 {
    font: normal normal normal 33px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
h6 {}

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

/* Lists */
.body-container ul,.body-container  ol {
    padding-left: 1.3em;
    padding-right: 0;
    margin-left: 0.5em;
    margin-right: 0;
    line-height: normal;
    letter-spacing: normal;
    margin-top:0;
    margin-bottom:0;
}
ul ul, ul ol, ol ol, ol ul {}
.body-container li {
    line-height:normal;
    letter-spacing: normal;
}

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

.hs-header-logo {
    padding-left: 17px;
    padding-top: 1px;
}

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

.body-container-wrapper .page-center{
    padding-top:30px;
    padding-bottom:30px;
    padding-left:15px;
    padding-right:15px;
}
.body-container {}

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


.banner-area {
    min-height: 334px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: left top 29%;
    background-color:rgba(0,0,0,0.5);
}

.banner-area .page-center {
    width:100%;
    padding-left: 35px;
    padding-right: 35px;
}
.banner-area h2 {
    font: normal normal normal 56px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #FFFFFF;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
.banner-area h2 span {
    background-color: #3289C7;
}









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

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

.footer-subscribe-form .hs-form-field > label {
    display: none;
}
.hs-footer-wrapper {
    background-color: rgba(204, 204, 204, 0.3);
    border-top: 1px solid rgba(160, 160, 159, 1);
    border-bottom: 0px solid rgba(160, 160, 159, 1);
    font: normal normal normal 14px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
}
.hs-footer-wrapper p {
    line-height: normal;
}
.hs-footer-wrapper .page-center {
    padding: 42px 44px 31px;
}
.hs-footer-wrapper p a{
    color: #2F2E2E;
}
.hs-footer-links {
    padding-top: 9px;
}
.footer-subscribe-form {
    padding-left: 5px;
}
.hs-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs-footer-links ul li {
    display: inline-block;
}

.hs-footer-links ul li:nth-child(4):before, .hs-footer-links ul li:nth-child(3):before {
    content: none;
}
.hs-footer-links a {
    font: normal normal normal 14px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    text-decoration: underline;
}
.hs-footer-links p a:not(:last-child):after {
    display: inline-block;
    margin-left: 4px;
}

.hs-footer-links p a:nth-child(2):after {
    content: none;
}
ul.social {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

ul.social li {
    display: inline-block;
    margin-right: 11px;
}
.footer-subscribe-form h3.form-title {
    font-size: 14px;
    line-height: normal;
    left: inherit;
    font-weight: bold;
}

.footer-subscribe-form .hs-form-required {
    display: none;
}

.footer-subscribe-form form.hs-form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 3% 10px 3%;
    background: #fff;
    margin-top: 15px;
}
.footer-subscribe-form input[type="email"] {
    font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-height: 32px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    -webkit-appearance: none;
    display: block;
}

.footer-subscribe-form input.hs-button.primary.large {
    margin: 0 0 10px 0;
    background-color: #aaa;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    font-size: 15px;
    line-height: 32px;
    padding: 0px 18px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
}
.footer-subscribe-form input.hs-button.primary.large:hover{
    background-color: #777;
}

ul.hs-error-msgs {
    padding: 0 !important;
    margin: 5px 0 !important;
    list-style: none;
    color: #f00;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    float: right;
    padding-top: 33px;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 15.5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    padding: 0 10px;
    color: #605E5E;
    font-family:avenir-lt-w01_35-light1475496,sans-serif;
    transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    text-align: center;
    line-height: 27px;
    text-decoration:none;
}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    padding-top: 8px;
    text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-bottom:1px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: inline-block;
    padding: 0 10px;
    color: #605E5E;
    font-family:avenir-lt-w01_35-light1475496,sans-serif;
    transition: color 0.4s ease;
    text-align: center;
    line-height: 27px;
    text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {
    left: -40% !important;
}
.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;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        color: #273B7B;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul > li:hover > a {
        color: #273B7B;
    }
    .hs-download-section1 h2 {
        padding-left: 25px;
    }
}


/* =============== 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: relative; /**************************************/
    min-width: 50px;
    min-height: 50px;
    background-color: rgba(39, 59, 123, 1);
    border: solid 1px rgba(255, 255, 255, 1);
    right: 0px;
    color: #fff;
    border-radius: 4px;
    padding: 15px 13px 13px;
    top: 10px;
    float:right;
  }
 
  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 21px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }
    
  .mobile-open .mobile-trigger i:before {
    transform: rotate(-90deg);
    top: 0px;
  }
  .mobile-open .mobile-trigger i:after {
    opacity: 0;
  }
  .mobile-open .mobile-trigger i {
    opacity: 1;
    transform: rotate(-45deg);
  }
    
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 47px !important;
    padding: 0 !important;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    background-color: rgba(39, 59, 123, 1);
  }
  
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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: absolute;
    top: 61px;
    left: 0;
    padding: 0;
    z-index:1001;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    opacity: 0.95;
    height: 48px;
    line-height: 48px;
    background-color: rgba(39, 59, 123, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    overflow: visible;
    cursor: pointer;
    position: relative;
    padding: 0 17px;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    color: rgba(255, 255, 255, 1);
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-top: 0;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 0 34px;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    text-align: left;
  }

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


/* ==========================================================================
   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;
  height: auto;
  margin-bottom: 30px;
}

/* 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 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {
    margin: 0 0 5px;
    display: block;
}
.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 {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    max-width:500px;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-height: 32px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
    -webkit-appearance: none;
    display: block;
    color:#000;
}

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;
  margin-left:-4px;
}
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 */


/* =============== 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;
    display:inline-block;
    margin: 0 0 10px 0;
    background-color: #aaa;
    border-radius: 4px;
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    font-size: 15px;
    line-height: 32px;
    padding: 0px 18px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
}

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

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


/* =============== 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                                      
   ========================================================================== */
   
embed, iframe, object {
    max-width: 100%;
    min-width: auto !important;
}
.blog-post-wrapper blockquote {
    padding: 20px;
    margin: 0;
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
}
div.post-listing-simple h2 {
    margin-bottom: 15px;
    font-size: 24px;
}
.banner-area.without-heading {
    min-height: 200px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
}
.cookies-open .popup-overlay {
   z-index: 10000; 
}

.two-col-equal-with-image .zoom.image {
    padding-bottom: 32%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;
}
.two-col-equal-with-image .zoom.image img.large-image {
    display: none;
}

/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed { 
position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
padding-bottom: 56.25%; 
}


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

/************ Partners *************/

.hs-partners-page .banner-area{
    margin-bottom: 1px;
}

.hs-partners-section1 .hs_cos_wrapper_type_custom_widget:nth-child(even) {
    background-color: rgba(179, 191, 231, 0.3);
}
.two-col-left-image {
    border-top: 1px solid rgba(160, 160, 159, 1);
    padding: 40px 0 28px;
    font: normal normal normal 14px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
}
.two-col-left-image .left-col {
    float: left;
    width: 10%;
    padding-top: 10px;
}

.two-col-left-image .right-col {
    float: left;
    width: 90%;
    padding-left: 15px;
}
.two-col-left-image .page-center {
    padding: 0 40px;
}
.two-col-left-image h2 {
    font: normal normal normal 33px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    border-bottom: 1px solid rgba(160, 160, 159, 1);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 32px;
}
.hs-red-btn {
    background-color: rgba(241, 104, 118, 1);
    border: solid rgba(96, 94, 94, 1) 0px;
    cursor: pointer;
    display: inline-block;
    font: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    transition: all 0.4s ease;
    color: #FFFFFF;
    padding: 13px 10px;
    text-align: center;
}

.hs-red-btn:hover {
    background-color: rgba(43, 104, 156, 1);
    border-color: rgba(204, 204, 204, 1);
    color: #fff;
}
.hs-partners-section2 .two-col-right-wrapper .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-partners-section2 {
    border-top: 1px solid rgba(160, 160, 159, 1);
    padding: 30px 0 25px;
}
.hs-partners-section2 .two-col-right-wrapper {
    text-align: right;
}


/************ Two Column With Bottom Pane ************/

.two-column-with-bp .banner-area {
    min-height: 203px;
}
.two-column-with-bp .banner-area h2 {
    font-size:49px;
}
.video-iframe {
    position: relative;
    padding-bottom: 56%;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.two-column-with-bp .body-container .top-pane {
    border-bottom: 1px solid rgba(160, 160, 159, 1);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.two-column-with-bp .body-container .bottom-pane .bp-right form .hs-form-required {
    display: none;
}
.two-column-with-bp .body-container .bottom-pane  ul.social {
    text-align: left;
}
.two-column-with-bp .body-container .top-pane .tp-right .hs-red-btn {
    max-width: 281px;
}
.two-column-with-bp .body-container .top-pane .tp-right iframe{
    margin-bottom:10px;
}
ul.social li:last-child {
    margin-right: 0;
}

/********** Service **********/

.hs-service-page .banner-area {
    min-height: 239px;
}
.hs-service-section1 .page-center {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 55px;
}

.hs-service-section1 h2 {
    margin-bottom: 15px;
}

.hs-service-section1 ol p {
    margin-bottom: 0;
}
.hs-service-section1 .hs-red-btn {
    max-width: 310px;
    margin-top: 30px;
}
.hs-service-section2 {
    background: rgba(179, 191, 231, 0.3);
    border-top: 1px solid rgba(160, 160, 159, 1);
}

.hs-service-section2 p {
    font: normal normal normal 14px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
}

.hs-service-section2 h3 {
    margin-bottom: 17px;
}

.hs-service-section2 .page-center {
    padding: 50px 30px;
}

.hs-service-section2 .hs-red-btn {
    margin-top:15px;
    margin-bottom:15px;
}

.hs-service-section3 .two-col-equal-with-image {
    border-top: 1px solid rgba(160, 160, 159, 1);
    padding: 15px 0;
}
.two-col-equal-with-image .image {
    cursor:url(//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/images/cursor_zoom_in.png), auto;
}
.two-col-equal-with-image .image.zoomin {
    cursor:url(//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/images/cursor_zoom_out.png), auto;
}

.two-col-equal-with-image .content {
    font: normal normal normal 14px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
}
.hs-service-section3 .two-col-equal-with-image .hs-red-btn {
    max-width: inherit;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.hs-service-section4 {
    border-top: 1px solid rgba(160, 160, 159, 1);
    border-bottom: 1px solid rgba(160, 160, 159, 1);
    background-color: rgba(179, 191, 231, 0.3);
}
.hs-service-section4 .two-col-left-image{
   border:none;
   padding:0;
}

.hs-service-section4  .two-col-left-image h6 {
    font: normal normal normal 17px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0 0 17px;
    font-weight: bold;
}
.hs-service-section4 .two-col-left-image {
    border: none;
    padding: 15px 0;
}
.hs-service-section4 .two-col-left-image .page-center {
    max-width: 100%;
    padding: 0;
}
.hs-service-section4 .page-center {
    padding: 50px 75px 20px;
}
.hs-service-section4 .hs_cos_wrapper_type_rich_text:first-child {
    padding-left: 20%;
    padding-bottom: 15px;
}
.hs-service-section6 {
    background: rgba(179, 191, 231, 0.3);
    border-top: 1px solid rgba(160, 160, 159, 1);
}
.hs-service-section6 .page-center {
    padding: 50px 23px;
}

.hs-service-section6 .hs-service-section6-right h3 {
    margin-bottom: 30px;
}

.hs-service-section6 .hs-service-section6-right .hs-red-btn {
    max-width: 366px;
}

.hs-service-section3 .two-col-equal-with-image h3 {
    margin-bottom: 34px;
}
.hs-service-section3 .hs_cos_wrapper_type_custom_widget:nth-child(3) .two-col-equal-with-image .hs-red-btn{
    margin-top:15px;
}

/************* Methodology ************/ 

.methodology-page .banner-area {
    min-height: 305px;
}

.methodology-page .sidebar.right p {
    margin-bottom: 24px;
}


.methodology-page .sidebar.right {
    padding-top: 72px;
}

.hs-methodology-bottom-pane {
    border-top: 1px solid rgba(160, 160, 159, 1);
}



.hs-methodology-bottom-pane .two-col-right-wrapper .inner-wrapper .left {
    text-align: right;
}

.hs-methodology-bottom-pane .two-col-right-wrapper .inner-wrapper .right {
    text-align: center;
}
.hs-methodology-bottom-pane .two-col-right-wrapper .inner-wrapper .right .hs-red-btn {
    max-width: 307px;
    width: 100%;
}
.hs-methodology-bottom-pane .two-col-right-wrapper .inner-wrapper {
    padding: 20px 0;
}

/************ Download *************/

.hs-download-page .banner-area {
    min-height: 305px;
    background-position: center top 12%;
}
.hs-download-section4 img {
    border: 1px solid rgba(0, 0, 0, 1);
}
.three-col-image-module {
    margin-bottom: 70px;
}
.three-col-image-module .hs-col3 {
    text-align: center;
    float: left;
    width: 33.33%;
}
.three-col-image-module .hs-col3 h6 {
    font: normal normal normal 20px/normal avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    font-weight: bold;
    margin: 0 auto 17px;
    max-width: 230px;
}
.three-col-image-module .hs-col3 p {
    font: normal normal normal 14px/normal avenir-lt-w01_35-light1475496,sans-serif;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.three-col-image-module .hs-col3 .hs-red-btn {
    padding: 8.5px 10px;
    min-width: 142px;
}
.hs-download-section1 {
    padding-top: 20px;
}
.hs-download-section1 .hs_cos_wrapper_type_widget_container > div:last-child .three-col-image-module {
    margin-bottom: 20px;
}
.hs-download-section4 .hs_cos_wrapper_type_widget_container > div:last-child .three-col-image-module,
.hs-download-section3 .hs_cos_wrapper_type_widget_container > div:last-child .three-col-image-module {
    margin-bottom: 20px;
}
.hs-download-section1 h2 {
    margin-bottom: 55px;
}

.hs-download-section2 {
    background: rgba(179, 191, 231, 0.3);
    padding-top: 20px;
}
.hs-download-section3 h2 {
    padding-bottom: 55px;
}
.hs-download-section2 h2 {
    padding-bottom: 55px;
}

.hs-download-section2 .page-center {
    padding-left: 35px;
    padding-right: 35px;
}
.hs-download-section3 {
    padding-top: 20px;
}

.hs-download-section4 {
    background: rgba(179, 191, 231, 0.3);
    padding-top: 20px;
}

.hs-download-section4 h2 {
    margin-bottom: 55px;
}

.hs-download-bottom-pane {
    background: rgba(179, 191, 231, 0.3);
    
}

.hs-download-bottom-pane .two-col-right-wrapper .inner-wrapper .hs-red-btn {
    max-width: 297px;
    width: 100%;
}

.hs-download-bottom-pane .two-col-right-wrapper .inner-wrapper .right {
    text-align: center;
}

/************ Sales LP ************/

.sales-lp-page .header-container {
    min-height: 1px;
}
.sales-lp-page .hs-sales-top-pane .body-logo {
    text-align: right;
}
.hs-lp-sales-section1 .page-center {
    padding-top: 24px;
    padding-left: 36px;
    padding-right: 20px;
}

.hs-sales-top-pane .widget-type-header {
    margin-top: 30px;
}

.hs-bottom-social-share ul {
    display: block;
    list-style: none;
    padding: 0;
    margin:;
}

.hs-bottom-social-share ul li {
    display: inline-block;
    height: 20px;
    max-width: 120px;
}

.hs-sales-bottom-pane {
    padding-top: 10px;
}

.hs-sales-bottom-pane .hs-bottom-pane-left {
    padding-top: 30px;
}

.hs-hubspot-partner {
    font-size: 13px;
    line-height: normal;
}

.hs-hubspot-partner .widget-type-rich_text {
    padding: 0 10px 0 10px;
}
.hs-bottom-social-share {
    margin: 30px 0 30px;
}
.hs-sales-bottom-pane .hs-bottom-pane-left ul p,
.hs-sales-bottom-pane .hs-bottom-pane-left ol p {
    margin: 0;
}

.two-col-with-form .hs-sales-top-pane .widget-type-header {
    margin-top: 0;
}
.two-col-with-form  .hs-lp-sales-section1 .page-center {
    padding-left: 20px;
}
.two-col-with-form .hs-bottom-pane-right {
    padding-top: 35px;
}

.two-col-with-form .hs-bottom-pane-right .widget-type-form {
    background-color: #F7F7F7;
}

.two-col-with-form .hs-bottom-pane-right .widget-type-form  h3.form-title {
    background-color: #5CB3E5;
    font-weight: bold;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    text-align: right;
    padding: 23px;
}

.two-col-with-form .hs-bottom-pane-right .widget-type-form .hs-form-required {
    display: none;
}

.two-col-with-form .hs-bottom-pane-right .widget-type-form .hs-form {
    padding: 30px 27px;
}
.two-col-with-form .hs-bottom-pane-right .widget-type-form .hs-form input.hs-button.primary.large {
    background-color: #46B7F9;
    padding: 13px 25px;
    border-radius: 3px;
    border: none;
    color: white;
    font-size: 18px;
    outline: none;
    line-height: normal;
    margin-top: 15px;
    width: 100%;
    white-space:normal;
}

.two-col-with-form .hs-bottom-pane-right .widget-type-form .hs-form .hs-form-field {
    margin-bottom: 20px;
}

.two-col-with-form .hs-bottom-pane-right .widget-type-form .hs-form .hs-input {
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    padding: 0 10px;
    line-height: 32px;
    font-family: sans-serif;
    font-size: 16px;
    color: rgb(74, 74, 74);
}

.two-col-with-form .hs-sales-bottom-pane {
    padding-top: 15px;
}



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

.hs-home-section1 .hs_cos_gallery {
    overflow: hidden;
}
.hs-home-section1 .hs_cos_gallery .page-center{
    text-align:center;
}
.hs-home-section1 .hs_cos_gallery * {
    color: #fff;
}
.hs-home-section1 .hs-dark-blue {
    background: #141D3D;
    min-height: 455px;
}
.hs-home-section1 .hs-light-blue {
    background: #3289C7;
    min-height: 455px;
}
.hs-home-section1 .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}

.hs-home-section1  .hs_cos_gallery .slick-slide-inner-wrapper > img {
    display: none;
}
.hs-home-section1  .hs_cos_gallery .slick-slide-inner-wrapper{
    display: block;
}
.hs-home-section1  .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-home-section1 .hs-dark-blue ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hs-home-section1 .hs-dark-blue.third .hs-orange-btn {
    margin-top: 50px;
}
.hs-home-section1 .hs-dark-blue ul li {
    display: inline-block;
}
.hs-home-section1 .hs-dark-blue.first h1 {
    margin-bottom: 51px;
}
.hs-home-section1 .hs-light-blue.fourth h2:first-child {
    max-width: 620px;
    margin: 20px auto 39px;
}
.hs-home-section1 .hs-dark-blue.third h1 {
    margin-bottom: 34px;
    line-height: 1;
}
.hs-home-section1 .hs-light-blue.second h2:first-child {
    margin-bottom: 34px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.hs-home-section1 button.slick-arrow {
    z-index: 100;
    height: 117px;
    width: 59px;
}
.hs-home-section1 button.slick-arrow.slick-next {
    right: 5.5%;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    transform: rotate(180deg) translateY(45%) !important;
    -webkit-transform: rotate(180deg) translateY(45%) !important;
}
.hs-home-section1 button.slick-arrow.slick-next:hover{
    opacity:0.6;
}
.hs-home-section1 button.slick-arrow.slick-prev {
    left: 5.5%;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.hs-home-section1 button.slick-arrow.slick-prev:hover{
    opacity:0.6;
}
.hs-home-section1 button.slick-next.slick-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.hs-home-section1 .slick-arrow svg {
    fill: rgba(204, 204, 204, 1);
    stroke: rgba(204, 204, 204, 1);
    stroke-width: 1px;
}

a.hs-green-btn {
    background-color: rgba(1, 177, 175, 1);
    border: solid rgba(96, 94, 94, 1) 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    padding: 12px 25px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-weight: normal;
    margin-top: 30px;
}
a.hs-green-btn:hover{
    outline:none;
}
.hs-home-section1 a.hs-green-btn:hover {
    background-color: rgba(43, 104, 156, 1);
    border-color: rgba(204, 204, 204, 1);
}
.two-col-with-form .hs-bottom-pane-right .widget-type-form .hs-form .hs-input.invalid {
    border-color: #ff0000;
    background-color: #ffecec;
}
.hs-sales-bottom-pane ul.hs-error-msgs label {
    font-size: 75%;
    font-weight: 400;
    font-family: sans-serif;
}
.hs-sales-bottom-pane ul.hs-error-msgs {
    margin: 0;
}

.hs-home-section2 .hs_cos_wrapper_type_custom_widget:nth-child(even) {
    background-color: rgba(179, 191, 231, 0.3);
}


.hs-no-nav .mobile-trigger{
    display:none !important;
}


.two-col-on-hover-image {
    padding:70px 15px;
    border-bottom: 1px solid rgba(160, 160, 159, 1);
}

.two-col-on-hover-image.right .image-module {
    float: right;
}


.two-col-on-hover-image .image-module {
    text-align: center;
    cursor: pointer;
    width: 42%;
        float: left;
}

.two-col-on-hover-image .hs-red-btn {
    padding: 9px 15px;
    margin-top: 7px;
}


.two-col-on-hover-image.right .content-col {
    text-align: right;
}

.two-col-on-hover-image h2 {
    margin: 0 0 25px;
}
.two-col-on-hover-image .page-center {
    padding: 0;
}
.two-col-on-hover-image > div > div.content-col {
    width: 55%;
    padding-left: 60px;
        float: left;
}
.two-col-on-hover-image.right .content-col {
    padding-right: 40px;
    padding-left: 0;
}

.hs-home-section3 {
    background-color: rgba(179, 191, 231, 0.3);
    border-bottom: 1px solid rgba(160, 160, 159, 1);
}

.hs-home-section3-left {
    text-align: right;
}

.hs-home-section3-left h2 {
    margin-bottom: 17px;
}
.hs-home-section3 {
    background-color: rgba(179, 191, 231, 0.3);
    border-bottom: 1px solid rgba(160, 160, 159, 1);
    padding-top: 25px;
    padding-bottom: 25px;
}
.hs-home-section3-right .posts-grid h5 {
    font-size: 17px;
    line-height: normal;
}
.hs-home-section3-right .posts-grid h5 a:hover {
    text-decoration: underline;
}
.hs-home-section3-right .posts-grid .date {
    color: #605E5E;
    font: normal normal normal 12px/normal din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}

a.hs-lime-yellow-btn {
    background-color: rgba(186, 218, 85, 1);
    border: solid rgba(96, 94, 94, 1) 0px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.4s ease;
    text-decoration: none;
    padding: 7.5px 15px;
    color: #000;
    font: normal normal normal 17px/normal avenir-lt-w01_35-light1475496,sans-serif;
    position: relative;
    white-space: nowrap;
}

a.hs-lime-yellow-btn:hover {
    background-color: rgba(43, 104, 156, 1);
    border-color: rgba(204, 204, 204, 1);
    color: #fff;
}
.hs-home-section3-right .posts-grid .hs-post-row {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.hs-home-section3-right .posts-grid .hs-post-row .image.left {
    float: left;
    width: 20%;
}
.hs-home-section3-right {
    padding-left: 50px;
}
.hs-home-section3-right .posts-grid .hs-post-row  .content {
    float: left;
    width: 80%;
    padding-left: 15px;
}
.hs-home-section4 {
    padding: 40px 0;
}
.hs-home-section4 .two-col-right-wrapper .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-section4 .left {
    text-align: right;
}

.hs-home-section4 .right {
    text-align: center;
}

.hs-home-section4 .right .hs-red-btn {
    padding-left: 20px;
    padding-right: 20px;
}

.hs-home-section1 ul.slick-dots {
    position: absolute;
    bottom: 40px;
    padding: 0;
    margin: 0;
}

.hs-home-section1 ul.slick-dots button {
    display: none;
}

.hs-home-section1 ul.slick-dots li {
    width: 25px;
    height: 25px;
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    margin: 0 8px;
}
.hs-home-section1 ul.slick-dots .slick-active{
    background:rgba(255, 255, 255, 0.3);
}
a.hs-orange-btn {
    background: rgba(230, 145, 56, 1);
    border: solid rgba(96, 94, 94, 1) 0px;
    padding: 13px 15px;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    text-decoration: none;
    margin-top: 30px;
    cursor: pointer;
    transition:all 0.4s ease-in-out;
}

.hs-home-section1 .hs-limeyellow-btn{
    background:rgba(186, 218, 85, 1);
    border: solid rgba(96, 94, 94, 1) 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    padding: 12px 20px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin-top: 40px;
}
.hs-home-section1 .hs-limeyellow-btn span {
    color: #000;
}
.hs-home-section1 .hs-limeyellow-btn:hover span {
    color: #fff;
}
.hs-limeyellow-btn:hover,
a.hs-orange-btn:hover {
    background-color: rgba(43, 104, 156, 1);
    border-color: rgba(204, 204, 204, 1);
    color: #fff;
}

.hs-home-section1 a.hs-dark-green-btn {
    background: rgba(0,108,109,1);
    padding: 12px 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 4px 1px 6px 0px rgba(0,0,0,0.2);
    border: 0 solid rgba(0,0,0,0.1);
    margin: 30px 10px;
    position:relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    font: normal normal bold 16px/1.4em 'open sans',sans-serif;
}
.hs-home-section1 a.hs-dark-green-btn:hover {
    background: #014647;
}
.hs-home-section1 a.hs-dark-green-btn:after {
    content: "";
    background: url(//cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/images/liftedshadow_medium.png);
    background-position: 100% 0;
    position: absolute;
    bottom: -14px;
    width: 160px;
    height: 13px;
    left: auto;
    right: -23px;
    z-index: -1;
    display: block;
}
.hs-home-section1 button.slick-arrow:before{
    display:none !important;
}
.hs-home-section1 button.slick-arrow{
    z-index:100;
}

.zoom img {
   cursor: url(https://cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/images/cursor_zoom_in-1.png), auto;
}
.zoom.zoomin img {
   cursor: url(https://cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/images/cursor_zoom_out.cur), auto;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.hs-list-iframe-wrapper {
    float: right;
    margin-left: 10px;
    position: relative;
}
/********** About **********/


.hs-about-page .banner-area {
    min-height: 305px;
}
.hs-about-section1 .page-center {
    padding-left: 40px;
    padding-right: 40px;
}

.hs-about-section1 {
    padding-top: 15px;
    border-bottom: 1px solid rgba(160, 160, 159, 1);
}

.hs-about-section1 h2 {
    margin-bottom: 25px;
}
.hs-about-section2 {
    border-top: 1px solid rgba(160, 160, 159, 1);
    background-color: rgba(179, 191, 231, 0.3);
}
.hs-about-section2-flexi .hs_cos_wrapper_type_custom_widget:nth-child(even) {
    background-color: #fff;
}


.hs-about-section2-flexi .hs_cos_wrapper_type_custom_widget {
    border-bottom: 1px solid rgba(160, 160, 159, 1);
}

.hs-team-member {}

.hs-team-member .left-col {
    float: left;
    width: 25%;
    text-align: right;
}

.hs-team-member .right-col {
    width: 75%;
    float: left;
    padding-left: 30px;
}

.hs-team-member .left-col .bio p {
    margin: 0;
    line-height: 1.5em;
    text-align: right;
    font-size: 14px;
}

.hs-team-member .left-col ul.social {
    text-align: right;
    margin-top: 10px;
}

.hs-team-member .about-team.right-col {
    font-size: 14px;
}

.hs-team-member .about-team.right-col ul p {
    margin: 0;
}
.hs-team-member .left-col .image.zoom {
    max-width: 130px;
    margin-left: auto;
    margin-bottom: 10px;
}

.about-team.right-col .top-pane > p:first-child {
    margin-bottom: 34px;
}

.hs-team-member .about-team.right-col ul {
    margin: 17px 0 34px;
}

.hs-about-section2-title h1 {
    font-size: 33px;
    padding-top: 5px;
    padding-left: 20px;
}

.hs-team-member .about-team.right-col .top-pane h4 {
    padding-top: 17px;
}

body.two-col-thanku-page.two-column-with-bp.thank.you.beginners.guide.to.crm .banner-area h2 {
    font-size: 56px;
}
.hs-team-member .content-bottom-pane .bottom-left {
    float: left;
    width: 28.2%;
}

.hs-team-member .content-bottom-pane .bottom-left img {
    image-rendering: pixelated;
}
.hs-team-member .content-bottom-pane .bottom-right {
    float: left;
    width: 71%;
    padding-left:25px;
}
.hs-team-member .content-bottom-pane .bottom-right.full-width {
    width: 100%;
    padding-left: 0;
}

.hs-about-section3 {
    padding: 30px 0;
}

.hs-about-section3 .two-col-right-wrapper .right {
    text-align: center;
}
.hs-team-member .content-bottom-pane ul.split-three {
    padding: 0;
    margin: 0;
    list-style: none;
    float:left;
    width:100%;
}

.hs-team-member .content-bottom-pane ul.split-three li {
    width: 32%;
    float: left;
    margin-right: 1%;
}
.hs-team-member .content-bottom-pane ul.split-two {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hs-team-member .content-bottom-pane ul.split-two li {
    width: 49%;
    float: left;
    text-align: center;
}
.two-column-with-bp.two-col-thanku-page .body-container .top-pane {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.two-col-thanku-page .bp-right .hs_cos_wrapper_type_rich_text ul {
    float: left;
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.two-col-thanku-page .bp-right .hs_cos_wrapper_type_rich_text ul li {
    width: 48%;
    float: left;
    margin-right: 2%;
    height:22px;
}
.hs-free-cons-thnku .top-pane-right-bottom {
    margin-top: 40px;
}
.hs-free-cons-thnku .top-pane-right-bottom .hs-red-btn {
    padding-left: 20px;
    padding-right: 20px;
}


.blog .banner-area{
   min-height: 318px;
}
.author-date {
    font-size: 13px;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 8px 0 20px;
}
.hs-post-topic {
    margin-bottom: 15px;
}
.hs-post-topic a {
    padding: 0px 10px;
    line-height: 23px;
    font-size: 17px;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    color: #FFFFFF;
    display: inline-block;
    background-color: rgba(241, 104, 118, 1);
    border: solid rgba(96, 94, 94, 1) 0px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    margin-right: 5px;
    margin-bottom: 6px;
}
.hs-blog-sidebar {
    margin-bottom: 30px;
}
.hs-post-topic a:hover {
    background-color: rgba(248, 178, 185, 1);
    border-color: rgba(204, 204, 204, 1);
}
.hs-blog-sidebar h3 {
    line-height: 1.4em;
    font-size: 20px;
    border-bottom: 1px solid rgba(160, 160, 159, 1);
    padding-bottom: 6px;
}

.blog-post-wrapper {
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #2F2E2E;
}
.hs-blog-sidebar.row1 .hs-form-required {
    display: none;
}
.hs-blog-sidebar.row1 h3 {
    margin-bottom: 12px;
}
.hs-blog-sidebar.row2 ul {
    padding: 0;
    margin: 10px 0 0;
    text-align: left;
}
.hs-blog-sidebar.row4 h5 {
    font-size: 14px;
    line-height: 1.4em;
}
.hs-blog-sidebar.row4 .image.left {
    float: left;
    width: 33%;
}
.hs-blog-sidebar.row4  .hs-post-row {
    margin: 10px 0;
    float: left;
    width: 100%;
}
.hs-blog-sidebar.row4 .content {
    float: left;
    width: 67%;
    padding-left: 15px;
}

.hs-blog-sidebar.row4 .content .date {
    font-size: 12px;
    color: #605E5E;
    font-family: din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    font-weight: normal;
}
.hs-blog-sidebar.row4 h5 a:hover {
    text-decoration: underline;
}

.hs-blog-sidebar.row5 ul {
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
}

.hs-blog-sidebar.row5 ul li {
    margin-bottom: 6px;
}


.hs-blog-sidebar.row5 ul {
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
}

.hs-blog-sidebar.row5 ul li {
    margin-bottom: 6px;
}

.hs-blog-sidebar.row6 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-blog-sidebar.row6 ul li span {
    display: none;
}

.hs-blog-sidebar.row6 ul li a {
    font-size: 14px;
}

.hs-blog-sidebar.row6 ul li {
    margin-right: 10px;
    margin-bottom: 6px;
    display: inline-block;
}
.hs-blog-post .post-body h3{
    margin:30px 0px;
}
.hs-blog-sidebar.row6 ul li a:hover {
    text-decoration: underline;
}


.hs-blog-sidebar.row7 a.hs-brown-btn {
    background-color: rgba(230, 145, 56, 1);
    border: solid rgba(96, 94, 94, 1) 0px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s,color 0.4s ease 0s;
    text-decoration: none;
    font-size: 17px;
    line-height: normal;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 15px;
    text-align:center;
}

.hs-blog-sidebar.row7 a.hs-brown-btn:hover{
    background-color: rgba(43, 104, 156, 1);
    border-color: rgba(204, 204, 204, 1);
}
.hs-blog-sidebar.row7  .hs-red-btn{
    padding: 10px 5px;
    width: 100%;
}
.hs-blog-sidebar.row1 input.hs-button.primary.large {
    padding-left: 9px;
    padding-right: 9px;
}

#comments-listing.no-comments {
    margin: 0;
    padding: 0;
    border: none;
}
.post-footer-tags {
    margin-top: 20px;
    margin-bottom: 30px;
}
.post-footer-tags a {
    margin-right: 10px;
}
.about-author-sec {
    margin-bottom: 15px;
}
.post-google-plus {
    margin-bottom: 40px;
}
p.about-author {
    font-weight: bold;
    margin-bottom: 20px;
}
.hs-author-social-section a {
    background: none !important;
    text-indent: initial !important;
    width: auto !important;
    height: auto !important;
}
.hs-author-social-section a span{
    text-decoration:underline;
}
.hs-author-social-section a:not(:last-child):after {
    content: "|";
    margin-left: 5px;
}
.hs-blog-post .body-container-wrapper .page-center {
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 50px;
}
.blog.hs-blog-post .blog-sidebar {
    padding-top: 125px;
}

#comment-form input.hs-button.primary {
    margin-top: 15px;
}
.hs-blog-post .post-body a {
   text-decoration: underline;
}

.hs-blog-post .post-body ul li p, .hs-blog-post .post-body ol li p {
   margin-bottom: 0px;
}

.hs-blog-post .post-body ul, .hs-blog-post .post-body ol {
   margin-bottom: 20px;
}

.author-date a:hover {
    text-decoration: underline;
}
.blog-listing-wrapper .post-listing .post-item {
    border: 1px solid rgba(39, 59, 123, 0.1);
    background-color: rgba(179, 191, 231, 0.2);
    border-radius: 0;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
    margin-bottom: 30px;
    padding: 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover{
    text-decoration:underline;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 14px;
}
a.more-link.hs-red-btn {
    padding: 1px 10px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}
a.more-link.hs-red-btn:hover {
    background-color: rgba(39, 59, 123, 1);
}
.two-col-thanku-page a.hs-red-btn {
    padding: 13px 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body .content > div * {
    font-size: 14px !important;
    margin: 0;
}

.featured-posts-grid.slick-slider {
    margin-bottom: 0;
    overflow:hidden;
}
.featured-post-row .featured-content h5 {
    font-size: 17px;
    line-height: normal;
    margin-top: 6px;
}
.featured-post-row .featured-image a {
    padding-bottom: 74%;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}
.featured-post-row .featured-image a img {
    display: none;
}

.featured-post-row .featured-content .featured-date {
    font-size: 12px;
    color: #605E5E;
    font-family: din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    font-weight: normal;
    margin-top: 5px;
}
.featured-post-row {
    margin: 12px 0 0;
}

.featured-posts-grid .slick-arrow {
    opacity: 0 !important;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    margin-top: -30px !important;
    z-index: 100;
}
.featured-posts-grid:hover .slick-arrow {
    opacity: 0.6 !important;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
}
.featured-posts-grid .slick-next:hover,
.featured-posts-grid .slick-next {
    right: 20px !important;
    width: 45px;
    height: 65px;
    background-image: url(http://static.parastorage.com/services/skins/2.1229.79/images/wysiwyg/core/themes/base/arrows_white_new3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 100% 0 !important;
}
.featured-posts-grid .slick-prev:hover,
.featured-posts-grid .slick-prev {
    left:20px !important;
    width: 45px;
    height: 65px;
    background-image: url(http://static.parastorage.com/services/skins/2.1229.79/images/wysiwyg/core/themes/base/arrows_white_new3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 0 0;
}


.hs-apple-podcast {
    border-top: 1px solid rgb(189, 189, 189);
    border-bottom: 1px solid rgb(189, 189, 189);
    padding: 45px 0 40px;
    margin: 40px 0 35px;
}

.hs-apple-podcast a.anchor-link-image {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
}

.hs-apple-podcast a.anchor-link-image img {
    vertical-align: baseline;
}

.hs-apple-podcast p {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
}
.blog-pagination {
    font-size: 14px;
    line-height: normal;
}

.blog-pagination a.previous-posts-link{
    float:left;
    margin-right: 50px;
}

.featured-posts-grid .slick-arrow:before {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a, 
.custom-menu-primary .hs-menu-wrapper > ul ul > li.active.active-branch > a {
    color: #3B58B8;
}
.two-column-with-bp.csm-contact-page .banner-area {
    min-height: 310px;
}
ul.social.module {
    text-align: left;
}
.csm-contact-page .bp-right .hs-form-required {
    display: none;
}

.csm-contact-page .two-col-bottom-pane-section1 a.hs-red-btn {
    max-width: 334px;
    width: 100%;
}

.csm-contact-page .two-col-bottom-pane-section1 input[type="email"]{
   font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
}
.csm-contact-page .two-col-bottom-pane-section1 input.hs-button.primary.large {
    padding-left: 10px;
    padding-right: 10px;
}


/* Placeholder Text */
.two-col-with-form .hs-bottom-pane-right .widget-type-form ::-webkit-input-placeholder {
    opacity:0.8;
    color:#000;
} /* Webkit Browsers */
.two-col-with-form .hs-bottom-pane-right .widget-type-form :-moz-placeholder {
    opacity:0.8;
    color:#000;
} /* Firefox 18- */
.two-col-with-form .hs-bottom-pane-right .widget-type-form ::-moz-placeholder {
    opacity:0.8;
    color:#000;
} /* Firefox 19+ */
.two-col-with-form .hs-bottom-pane-right .widget-type-form :-ms-input-placeholder {
    opacity:0.8;
    color:#000;
} /* IE10 */

.csm-full-width .main-content h5,
.csm-full-width .main-content h2 {
    margin: 40px 0 20px;
}
body.two-col-thanku-page.two-column-with-bp.thank.you.selling.better .banner-area {
    min-height: 177px;
}
.two-column-with-bp .body-container .top-pane .tp-right .hs-red-btn {
    max-width: 281px;
    width: 100%;
}
.sales.and.marketing.alignment .csm--section6.csm-section.csm-grey .hs-red-btn {
    padding: 8px 10px;
}
.hs-partners-section2 a {
    max-width: 318px;
    width: 100%;
}



div#hs_cos_wrapper_widget_1517822571485 .zoom img {
    image-rendering: -webkit-optimize-contrast;
}



/*********** Error Page **********/

.hs-404-page .custom_error_message h1 {
    margin-top: 62px;
    text-transform: uppercase;
    color: #3eb8ea;
    font-size: 66px;
    font-family: HelveticaNeueW01-45Ligh;
    letter-spacing: 1px;
    white-space: nowrap;
}

.hs-404-page .custom_error_message p {
    margin-top: 19px;
    font-family: HelveticaNeueW01-45Ligh;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px;
    color: #184a56;
}

.hs-404-page .custom_error_message a.hs-transparent-btn {
    margin-top: 37px;
    outline: 0;
    width: 198px;
    height: 56px;
    letter-spacing: .8px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    border-radius: 28px;
    font-family: HelveticaNeueW01-45Ligh;
    cursor: pointer;
    border: 2px solid #3eb8ea;
    background-color: #fff;
    color: #3eb8ea;
    box-sizing: border-box;
    transition-property: color,background-color;
    transition-duration: .2s;
    display: inline-block;
}

.hs-404-page  .custom_error_message a.hs-transparent-btn:hover {
    background-color: #3eb8ea;
    color: #fff;
}

.hs-404-page .custom_error_message .cell-wrapper {
    max-width: 580px;
    margin: 0 auto;
}


.hs-popup-cookies {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
    margin: 0 auto !important;
    float: none !important;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
    padding: 0 20px 10px;
    background: rgba(160,160,159,1);
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    height: 100vh;
    max-height: 520px;
    overflow:auto;
}
.widget-span.widget-type-cell.hs-popup-cookies {
    opacity: 0;
    visibility:hidden;
}
.cookies-open .widget-span.widget-type-cell.hs-popup-cookies {
    opacity: 1;
    visibility:visible;
}
.hs-popup-cookies p {
    font: normal normal normal 13px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #FFFFFF;
}
.hs-popup-cookies h6 {
    font: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #FFFFFF;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 19px;
}
.cookies-inner-wrapper {
    padding: 0px 35px;
}
.cookies-inner-wrapper p a {
    text-decoration: underline;
    color: #fff;
}
a.popup-btn-close {
    color: #FFFFFF;
    background: #2F2E2E;
    font: normal normal bold 17px/21px avenir-lt-w01_35-light1475496,sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: inline-block;
    min-width: 100px;
    padding: 5px 2px;
    cursor: pointer;
    margin: 10px 0 30px;
}
a.cookies-click-open {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #8999D0;
    text-decoration: underline;
    margin: 40px auto 0;
    display: table;
    cursor:pointer;
}

body.sales-lp-page .hs-lp-sales-section1 .hs-red-btn {
    font-size: 20px;
    padding: 6px 10px;
}
.two-col-with-form .hs-bottom-pane-right .submitted-message {
     padding:30px 27px;
}

.csm-career-page .banner-area,
.csm-sales-and-marketing-page .banner-area,
.csm-implementation-page .banner-area{
    min-height: 305px;
}
.csm-section .page-center {
    padding-left: 40px;
    padding-right: 40px;
}
.csm-career-page .csm-career-section1 {
    padding-top: 11px;
}
.csm-career-page ul {
    font: normal normal normal 14px/1.25em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin-bottom: 17px;
}
.csm-career-page ul li p {
    margin: 0px;
}
.csm-grey {
    background-color: rgba(179, 191, 231, 0.3);
    border-top: 1px solid rgba(160, 160, 159, 1);
    border-bottom: 1px solid rgba(160, 160, 159, 1);
}
.csm-career-page .csm-career-section2 {
}
.csm-career-form {
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.csm-career-section3 {
    padding: 30px 0px;
}
.csm-career-section3 .span5.right {
    padding-top: 30px;
    padding-left: 60px;
}
.csm-career-form .hs-form-field > label {
    width: 25%;
    float: left;
    padding: 0px 10px;
    margin: 0px;
    padding-bottom: 10px;
}
.csm-career-form .hs-form-field > .input {
    width: 75%;
    padding: 0px 10px;
    float: left;
}
.csm-career-form .hs-form-field {
    padding-top: 10px !important;
    width: 100%;
    float: left;
}

.csm-career-form .hs-error-msgs {
    margin: 0px !important;
}
.csm-career-form .hs-error-msgs label {
    position: relative;
    display: inline-block;
    left: 25%;
    padding: 0px 15px;
    padding-bottom: 10px;
    color: #FF0000 !important;
    margin-top: -6px;
    font-size: 13px;
    margin-bottom: 0px;
}
.csm-career-form .hs_verification input {
    display: none;
}
.csm-career-form .hs-form-field > .input input {
    max-width: 320px;
    border-color: rgba(179,191,231,1);
}
.csm-career-form .hs-form-required {
    color: #FF0000;
    position: absolute;
    margin-left: 6px;
    margin-top: 5px;
    line-height: 100%;
}
.csm-career-form input.hs-button.primary.large {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(59,88,184,1) !important;
    border-color: rgba(179,191,231,1) !important;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    border-radius: 4px !important;
    border-width: 1px !important;
    border-style: solid;
    padding: 13px 25px;
    margin: 40px 10px 20px;
}

.csm-career-form input.hs-button.primary.large:hover {
    background-color: #B3BFE7 !important;
    color: #2F2E2E !important;
}

.csm-contact-page span.hs-form-required {
    display: none;
}

.csm-contact-page .body-container-wrapper{
    padding-bottom:50px;
}
.csm-full-width h6 {
    font: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0 0 20px;
}
.csm-full-width h3{
    margin-bottom:17px;
}
.csm-full-width ul li p{
    margin:0px;
}
.csm-full-width ul {
    margin-bottom: 20px !important;
}
.csm-sales-and-marketing-page .csm--section1 {
    padding-top: 20px;
    padding-bottom:20px;
}
.csm-section ol {
    list-style-type: decimal;
}
.csm-section ol li p,
.csm-section ul li p{
    font: normal normal normal 17px/1.25em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
    margin: 0px;
}
.csm-sales-and-marketing-page .csm--section7.csm-section {
    padding: 50px 0px;
}
.csm-sales-and-marketing-page .csm--section7.csm-section .span5.right {
    padding-left: 48px;
}
.csm-sales-and-marketing-page .csm--section7.csm-section .span5.right a {
    width: 100% !important;
}
.csm-sales-and-marketing-page .csm--section4.csm-grey {
    border-bottom: 0px;
}
.csm-implementation-page .csm--section4 .two-col-equal-image .page-center,
.csm-implementation-page .csm--section8 .two-col-equal-image .page-center{
    padding: 0px !important;
}

.csm-implementation-page .csm--section14 .widget-type-form {
    background-color: #F7F7F7;
}

.csm-implementation-page .csm--section14 .widget-type-form  h3.form-title {
    background-color: #5CB3E5;
    font-weight: bold;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    text-align: right;
    padding: 23px;
}

.csm-implementation-page .csm--section14 .widget-type-form .hs-form-required {
    display: none;
}

.csm-implementation-page .csm--section14 .widget-type-form .hs-form {
    padding: 30px 27px;
}
.csm-implementation-page .csm--section14 .widget-type-form .hs-form input.hs-button.primary.large {
    background-color: #46B7F9;
    padding: 13px 25px;
    border-radius: 3px;
    border: none;
    color: white;
    font-size: 18px;
    outline: none;
    line-height: normal;
    margin-top: 15px;
    width: 100%;
    white-space:normal;
}

.csm-implementation-page .csm--section14 .widget-type-form .hs-form .hs-form-field {
    margin-bottom: 20px;
}

.csm-implementation-page .csm--section14 .widget-type-form .hs-form .hs-input {
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    padding: 0 10px;
    line-height: 32px;
    font-family: sans-serif;
    font-size: 16px;
    color: rgb(74, 74, 74);
}

.csm-implementation-page .zoom img,
.csm-sales-and-marketing-page .zoom img{
    object-fit: cover;
    image-rendering: pixelated;
}
.csm-implementation-page .two-col-equal-with-image .image {
    width: 85%;
}
.csm-implementation-page .two-col-equal-with-image .content p {
    font: normal normal normal 17px/1.25em avenir-lt-w01_35-light1475496,sans-serif;
    color: #2F2E2E;
}
img[align="right"] {
    vertical-align: middle !important;
    padding: 20px;
    padding-right: 0px;
    padding-left: 10px;
}
.csm--section15{
    padding:20px 0p;
}
.csm--section15 .span5.right {
    padding-top: 30px;
    padding-left: 40px;
}
.csm-career-form .hs-form-field.hs_address >.input input {
    width: 100%;
    max-width: 100%;
}

.csm-career-form .hs-form-field.hs_country > label,
.csm-career-form .hs-form-field.hs_country_option > label {
    display: none;
}

.csm-career-form .hs-form-field.hs_city,
.csm-career-form .hs-form-field.hs_zip  {
    width: 64% !important;
    padding-left: 119px;
        padding-top: 0px !important;
}
.csm-career-form .hs-form-field.hs_country,
.csm-career-form .hs-form-field.hs_country_option {
    width: 35% !important;
        padding-top: 0px !important;
}
.csm-career-form .hs-form-field.hs_city input,
.csm-career-form .hs-form-field.hs_zip input {
    max-width: 100% !important;
    width: 100% !important;
}
.csm-career-form .hs-form-field.hs_country input,
.csm-career-form .hs-form-field.hs_country_option input {
    max-width: 100% !important;
    width: 100% !important;
}
.csm-career-form .hs-form-field.hs_city .input,
.csm-career-form .hs-form-field.hs_zip .input {
    padding: 0px !important;
}
.csm-career-form .hs-form-field.hs_country .input,
.csm-career-form .hs-form-field.hs_country_option .input {
    width: 100% !important;
    padding: 0px !important;
}
.csm-career-form .hs_upload_cv_pdf_only_.field.hs-form-field input {
    color: rgba(255,255,255,1) ;
    background-color: rgba(59,88,184,1);
    border-color: rgba(179,191,231,1) 
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    border-radius: 4px !important;
    border-width: 1px !important;
    border-style: solid;
    padding-top: 4px;
}
.csm-career-form .hs_upload_cv_pdf_only_.field.hs-form-field input:hover{
    background-color:rgba(179,191,231,1);
        color: #2F2E2E
}
.csm-career-form input{
    font-size: 14px!important;
        font-family: avenir-lt-w01_35-light1475496,sans-serif !important;
}
.csm-career-form .input ::-webkit-input-placeholder {
    -webkit-text-security: none;
    pointer-events: none;
    color: rgba(76,76,76,1) !important;
    opacity: 0.5;
}
.csm-career-form select{
    border-color: rgba(179,191,231,1) !important;
    background: rgba(255,255,255,1) !important;
    color: rgba(76,76,76,1) !important;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    -webkit-appearance: button;
}
.csm-career-form .hs_applying_for label.hs-form-checkbox-display {
    color: rgba(47,46,46,1) !important;
    font: normal normal normal 17px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.csm-career-form .hs_applying_for input {
    width: 18px !important;
    height: 18px;
    -webkit-appearance: none;
    border-color: rgba(179,191,231,1) !important;
    background: rgba(255,255,255,1) !important;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    display: inline-block;
    margin-right: 5px;
    margin-left: 0px;
    overflow: hidden; 
    vertical-align: middle;
    margin-top: -4px;
}
.csm-career-form .hs_applying_for input:checked {
    background-image: url(https://cdn2.hubspot.net/hubfs/1966464/The_Tree_Group_Feb2018/images/checkbox-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px 10px !important;
    transition: all 0.1s ease-in-out;
}











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

@media(min-width:768px){
    body.two-col-thanku-page.two-column-with-bp.how.to.align.thank.you .banner-area h2 {
        font-size: 40px;
    }
    .two-column-with-bp.csm-contact-page .banner-area h2 {
        font-size: 56px;
    }
    .hs-featured-image-wrapper img {
        float: right;
        margin-left: 10px;
    }
    .hs-free-cons-thnku .banner-area h2 {
        font-size: 56px;
    }
    .hs-team-member .content-bottom-pane ul.split-two li {
        margin-right:1%;
    }

    .header-container {
        min-height: 93px;
    }
    .hs-header-wrapper {
        min-height: 93px !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        z-index: 1001;
        background: #fff;
    }
    .two-col-bottom-pane-section1 .page-center {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 42px;
    }
    .two-col-bottom-pane-section1 .bp-right .widget-type-form {
        padding-right: 40px;
    }
    .two-col-equal-with-image .col6 {
        width: 50%;
        float: left;
        padding: 0 10px;
    }
    .two-col-equal-with-image.right .image {
        float: right;
    }
    .hs-about-section3 .inner-wrapper,
    .two-col-equal-with-image .page-center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .two-col-equal-with-image.right .image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .two-col-equal-with-image.right .content{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hs-service-section4 .two-col-left-image .left-col {
        float: left;
        width: 20%;
        padding-top: 0;
    }
    .hs-service-section4 .two-col-left-image .right-col {
        float: left;
        width: 80%;
        padding-left: 0;
    }
    .hs-service-section6 .hs-service-section6-left {
        width: 30%;
    }
    
    .hs-service-section6 .hs-service-section6-right {
        width: 70%;
        margin-left: 0;
        padding-left: 13px;
    }
    .hs-service-section5 .two-col-equal-with-image .image {
        width: 61%;
    }
    
    .hs-service-section5 .two-col-equal-with-image .content {
        width: 39%;
        text-align: right;
    }
    .hs-service-section5 .two-col-equal-with-image .content h2 {
        margin-bottom: 40px;
    }
    .hs-service-section5 {
        padding: 10px 0;
    }
    .hs-methodology-bottom-pane .two-col-right-wrapper .inner-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hs-download-bottom-pane .two-col-right-wrapper .inner-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sales-lp-page .hs-sales-top-pane .body-logo {
        float: right;
    }
    .hs-sales-top-pane .widget-type-header {
        margin-left: 0 !IMPORTANT;
    }
    .about-author-sec .span2 {
        width: 19%;
    }
    
    .about-author-sec .span10 {
        width: 78% !important;
    }
    body.two-col-thanku-page.two-column-with-bp.page.thank.you.selling.better .banner-area h2,
    body.two-col-thanku-page.two-column-with-bp.page.thank.you.greatest.tips .banner-area h2 {
        font-size: 40px;
    }
    .hs-service-section5 .two-col-equal-with-image .image {
        padding-bottom: 42%;
    }
    .csm-implementation-page .csm--section7.csm-section .two-col-equal-with-image .zoom.image,
    .csm-implementation-page .csm--section5.csm-section .two-col-equal-with-image .zoom.image {
        padding-bottom: 42%;
    }
}




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




@media (max-width: 1024px) {
    .hs-home-section1 .hs_cos_gallery .page-center {
        text-align: center;
        padding-bottom: 80px;
    }
}
@media (max-width: 999px) {
    .csm-career-form .hs-form-field.hs_city,
    .csm-career-form .hs-form-field.hs_zip {
        padding-left: 13.5%;
    }
}

@media(max-width:960px) and (min-width:768px){
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 5px;
    }
    .hs-lp-sales-section1 .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hs-blog-post .body-container-wrapper .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .two-col-equal-with-image .zoom.image {
        padding-bottom: 56%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a, 
    .custom-menu-primary .hs-menu-wrapper > ul ul > li.active.active-branch > a {
        color: #fff !important;
        background-color: rgba(160, 160, 159, 1);
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
    }
    .hs-home-section1 ul.slick-dots li {
        width: 15px;
        height: 15px;
    }
    .mobile-open .mobile-trigger i, 
    .mobile-open  .mobile-trigger i:before, 
    .mobile-open  .mobile-trigger i:after{
        height:2px;
    }
    a.cookies-click-open {
        margin: 40px auto 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: transparent;
    }
    input[type="text"], 
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"], 
    input[type="file"], 
    textarea, select{
        max-width:100%;
    }
    .blog-post-wrapper blockquote {
        padding: 20px;
        margin: 0;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .featured-post-row .featured-image a {
        padding-bottom: 0;
        background-image: none !important;
    }
    .featured-post-row .featured-image a img {
        display: block !important;
    }
    .hs-footer-wrapper {
        text-align: center;
    }
    .hs-list-iframe-wrapper {
        float: none;
        margin-left: 0;
        position: relative;
        max-width: 300px;
        margin-bottom: 10px;
    }
    .hs-footer-wrapper .page-center {
        padding: 30px 15px 30px;
    }
    .footer-right-col p {
        text-align: center !important;
    }
    ul.social {
        padding: 15px 0 0;
    }
    .footer-subscribe-form form.hs-form{
        padding:10px;
    }
    .hs-header-logo {
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 15px;
        text-align: center;
    }
    .hs-header-wrapper {
        padding: 0px 20px 20px;
    }
    .two-col-left-image{
        padding: 25px 0;
    }
    .two-col-left-image .left-col {
        width: 100%;
        padding-top: 0;
    }
    .two-col-left-image .left-col img {
        margin: 15px auto;
        display: block;
    }
    .two-col-left-image .right-col {
        width: 100%;
        padding-left: 0;
    }
    .hs-partners-section2 .two-col-right-wrapper .inner-wrapper{
        display:block;
    }
    .two-col-right-wrapper .inner-wrapper > div {
        text-align: center;
        width: 100% !important;
        margin-bottom:15px;
    }
    .two-col-left-image .page-center {
        padding: 0 15px;
    }
    .two-column-with-bp .banner-area h2,
    .banner-area h2{
        font-size: 35px;
    }
    
    .banner-area .page-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .two-col-bottom-pane-section1 .top-pane .tp-right {
        padding-top: 20px;
    }
    .two-col-bottom-pane-section1 .bp-right .widget-type-form {
        margin: 20px 0;
    }
    .hs-service-section4 .page-center {
        padding: 50px 15px 20px;
    }
    .hs-service-section4 .hs_cos_wrapper_type_rich_text:first-child {
        padding-left: 0;
    }
    .two-col-equal-with-image .content{
        margin-top:20px;
    }
    .two-col-equal-with-image .content * {
        text-align: left !important;
    }
    .hs-service-section6-left {
        margin-bottom: 20px;
    }
    .hs-service-page .body-container a.hs-red-btn {
        margin-top: 15px;
    }
    .hs-service-section1 .page-center {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
    .hs-service-section2 .page-center {
        padding: 50px 15px;
    }
    .methodology-page .main-content img {
        margin: 0 auto;
        display: block;
    }
    .hs-methodology-bottom-pane .two-col-right-wrapper .inner-wrapper .left {
        text-align: center;
    }
    .three-col-image-module {
        margin-bottom: 30px;
    }
    .three-col-image-module .hs-col3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .hs-download-section2 .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-lp-sales-section1 .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-hubspot-partner img {
        margin: 20px auto;
        display: block;
    }
    .sales-lp-page .hs-sales-top-pane .body-logo {
        text-align: center;
        margin-bottom: 15px;
    }
    .hs-lp-sales-section1 .hs-bottom-pane-right {
        padding-top: 30px;
    }
    .two-col-with-form .hs-sales-top-pane .widget-type-header h1 {
        font-size: 40px;
    }
    .two-col-with-form .hs-sales-bottom-pane .hs-bottom-pane-left img{
        margin-left:auto !important;
        margin-right:auto !important;
        display:block;
        float:none !important;
    }
    .two-col-with-form .hs-bottom-pane-right .widget-type-form h3.form-title{
        text-align:center;
    }
    .two-col-with-form .hs-lp-sales-section1 .page-center {
        padding-left: 15px;
    }
    .two-col-on-hover-image .image-module {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .two-col-on-hover-image.right .content-col {
        padding-right: 0;
        padding-left: 0;
        width: 100% !important;
        text-align: left;
    }
    .two-col-on-hover-image > div > div.content-col {
        width: 100% !important;
        padding-left: 0;
        float: left;
    }
    .hs-home-section3-left {
        text-align: left;
        margin-bottom: 20px;
    }
    .hs-home-section3-right {
        padding-left: 0;
    }
    .hs-home-section4 .two-col-right-wrapper .inner-wrapper{
        display:block;
    }
    .hs-home-section1 a.hs-dark-green-btn{
        margin: 15px 10px 15px;
    }
    .hs-home-section1 ul.slick-dots{
        bottom: 27px;
    }
    .hs-about-section1 .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hs-team-member .left-col *{
        text-align: center !important;
    }
    .hs-team-member .left-col {
        float: left;
        width: 100%;
        text-align: center !important;
    }
    .hs-team-member .right-col {
        width: 100%;
        float: left;
        padding-left: 0;
        margin-top: 15px;
    }
    .hs-team-member .left-col .image.zoom {
        margin-left: auto;
        margin-right: auto;
    }
    .hs-team-member .content-bottom-pane .bottom-left {
        float: left;
        width: 100%;
    }
    .hs-team-member .content-bottom-pane .bottom-right {
        width: 100%;
        padding-left: 0;
    }
    .hs-about-section2-title h1 {
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }
    .two-col-thanku-page .bp-right .hs_cos_wrapper_type_rich_text ul li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .hs-blog-post .body-container-wrapper .page-center {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }
    .blog.hs-blog-post .blog-sidebar {
        padding-top: 40px;
    }
    .hs-featured-image-wrapper {
        margin-bottom: 10px;
    }
    .blog.hs-blog-listing .blog-sidebar {
        margin-top: 30px;
    }
    .about-author-sec .span10 {
        padding-top: 15px;
    }
    .featured-posts-grid.slick-slider img {
        /*width: 100% !important;*/
    }
    body.two-col-thanku-page.two-column-with-bp.thank.you.beginners.guide.to.crm .banner-area h2{
        font-size:35px;
    }
    .hs-home-section1 button.slick-arrow {
        height: 79px;
        width: 30px;
    }
    .hs-home-section1 button.slick-arrow.slick-next{
        right:30px;
    }
    .hs-home-section1 button.slick-arrow.slick-prev{
        left:30px;
    }
    .blog-post-wrapper .post-body img {
        height: auto !important;
    }
    .csm-career-section3 .span5.right {
        padding-top: 30px;
        padding-left: 0px;
    }
    .csm-career-form .hs-form-field > label,
    .csm-career-form .hs-form-field > .input{
            width: 100%;
    }
    .checkbox-row span.fakelabel span {
        float: none;
    }
    .hs_recaptcha.field.hs-form-field {
        overflow: auto;
        overflow-y: hidden;
    }
    .csm-sales-and-marketing-page .csm--section7.csm-section .span5.right {
        padding-left: 0px;
    }
    .csm-implementation-page .two-col-equal-with-image .image {
        width:100%;
    }
     
     .csm--section15 .span5.right {
        padding-top: 0px;
        padding-left: 0px;
    }
    .csm-section .page-center{
        padding-left:15px;
        padding-right:15px;
    }
    .csm--section2 .page-center > div > div > div {
        margin-bottom: 15px;
    }
    .csm--section3 .two-col-equal-image {
        text-align: center;
    }
    .csm--section3 .two-col-equal-image .zoom {
        margin-bottom: 15px;
    }
    .csm--section6 p {
        float: none !important;
    }
    
    .csm--section6 .hs-red-btn {
        margin-bottom: 15px;
    }
    .csm-sales-and-marketing-page .csm--section7.csm-section .span5.right a {
        width: auto !important;
    }
   
   .csm-career-form .hs-error-msgs label {
       left:0px;
   }
   .csm-career-form .hs-form-field.hs_city > label,
   .csm-career-form .hs-form-field.hs_zip > label{
       display:none;
   }
   .csm-career-form .hs-form-field.hs_city,
    .csm-career-form .hs-form-field.hs_zip  {
        width: 100% !important;
        padding-left: 0px;
    }
    .csm-career-form .hs-form-field.hs_country,
    .csm-career-form .hs-form-field.hs_country_option {
        width: 100% !important;
    }
    .csm-career-form .hs-form-field.hs_city .input,
    .csm-career-form .hs-form-field.hs_zip .input,
    .csm-career-form .hs-form-field.hs_country .input,
    .csm-career-form .hs-form-field.hs_country_option .input {
        padding: 10px !important;
        padding-bottom:0px !important;
    }
    .csm-career-form select{
        max-width:100% !important;
    }
   .csm-career-form .hs-form-field>.input input {
        max-width: 100%;
    }
}  

@media(max-width:600px){
    .hs-home-section3-right .posts-grid .hs-post-row .image.left {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .hs-home-section3-right .posts-grid .hs-post-row .content {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .hs-home-section1 .hs_cos_gallery h1 span{
        font-size:30px !important;
    }
    .hs-home-section1 .hs_cos_gallery h2 {
        font-size: 25px;
    }
    .hs-home-section1 .hs_cos_gallery h1 {
        line-height: 1 !important;
    }
    .hs-team-member .content-bottom-pane ul.split-three li {
        width: 100%;
        float: left;
        margin-right: 0;
    }
  
    
    .hs-team-member .content-bottom-pane ul.split-two li {
        width: 100%;
        float: left;
        text-align:left;
    }
    .hs-team-member .content-bottom-pane img {
        display: block;
        margin: 10px auto;
    }
    
}
@media(max-width:640px){
    .hs-404-page .custom_error_message h1{
        margin-top: 10vw;
        font-size: 10vw;
        white-space: normal;
    }
    .hs-404-page .custom_error_message p{
        font-size: 3.4vw;
        line-height: 6.8vw;
    }
    .hs-404-page .custom_error_message a.hs-transparent-btn{
        width: 31.5vw;
        height: 9vw;
        font-size: 3.7vw;
        line-height: 8vw;
    }
}
@media(max-width:479px){
     .hs-blog-sidebar.row4 .image.left {
        float: left;
        width: 100%;
    }
    .hs-blog-sidebar.row4 .content {
        float: left;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .hs-home-section1 button.slick-arrow {
        height: 49px;
        width: 20px;
    }
    .hs-home-section1 button.slick-arrow.slick-next {
        right: 15px;
    }
    .hs-home-section1 button.slick-arrow.slick-prev {
        left: 15px;
    }
    .hs-popup-cookies{
        max-width:90%;
    }
    .cookies-inner-wrapper {
        padding: 0px 10px;
    }
      img[align="right"] {
        vertical-align: middle !important;
        float:none !important;
        padding: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .csm-career-form select{
        width:100% !important;
        max-width:100% !important;
    }
        
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 400px) {
    .hs-sales-top-pane .widget-type-header h1 {
        font-size: 40px;
    }
    .blog .banner-area h2 {
        font-size: 30px;
    }
}
@media(max-width:380px){
    .custom_error_message {
        text-align: center;
    }
    .hs-404-page .custom_error_message a.hs-transparent-btn{
        width: 167px;
        height: 44px;
        border-radius: 22px;
        line-height: 37px;
        font-size: 16px;
    }
    .hs-404-page .custom_error_message p{
        font-size: 14px;
        line-height:24px;
    }
     .hs-404-page .custom_error_message h1{
         font-size:31px;
     }
}


