/* ==========================================================================
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=Montserrat|Open+Sans:300,300i,400,400i,600,600i');

@font-face {
  font-family: 'MarkPro';
  src: url('https://cdn2.hubspot.net/hubfs/520442/Font/MarkPro%20%281%29.eot') format('embedded-opentype');
  src: url('https://cdn2.hubspot.net/hubfs/520442/Font/MarkPro%20%281%29.otf') format('opentype');
}
@font-face {
  font-family: 'MarkPro';
  src: url('https://cdn2.hubspot.net/hubfs/520442/Font/MarkPro-Bold%20%281%29.eot') format('embedded-opentype');
  src: url('https://cdn2.hubspot.net/hubfs/520442/Font/MarkPro-Bold%20%281%29.otf') format('opentype');
  font-weight: bold;
}


@font-face {
  font-family: Gotham Bold;
  src: url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-June2018/Fonts/gothambold.eot") format("embedded-opentype");
  src: url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-June2018/Fonts/gothambold.woff") format("woff");
}

@font-face {
  font-family: "Flaticon";
  src: url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/Flaticon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/Flaticon.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/Flaticon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: "socicon";
  src:url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/1489155872.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/1489155872.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/1489155872.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/fa-solid-900.woff2) format("woff2"),
    url(//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/fa-solid-900.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/520442/DrDoctor-July2018/Fonts/fa-solid-900.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;
}

/* 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-family: 'MarkPro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
}

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

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


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

.body-container-wrapper h1,
.body-container-wrapper h2,
.body-container-wrapper h3,
.body-container-wrapper h4,
.body-container-wrapper h5,
.body-container-wrapper h6, 
.body-container-wrapper p,
.body-container-wrapper a,
.body-container-wrapper li,
.body-container-wrapper span,
.body-container-wrapper blockquote {
  margin-bottom: 8px !important;
  line-height: 115% !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li a, .custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-bottom: 0 !important;
}

@media(max-width:767px) {
  .body-container-wrapper h1,
  .body-container-wrapper h2,
  .body-container-wrapper h3,
  .body-container-wrapper h4,
  .body-container-wrapper h5,
  .body-container-wrapper h6, 
  .body-container-wrapper p,
  .body-container-wrapper a, 
  .body-container-wrapper li,
  .body-container-wrapper span,
  .body-container-wrapper blockquote {
    margin-bottom: 15px !important;
    line-height: 120% !important;
  }
}

/* Basic text */
p {
  margin: 0 0 15px;
  font-weight: 400;
} 
small {}
strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 5px;
  font-weight: bold;
}
h2 {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 38px;
  color: #000000;
  font-family: 'MarkPro', sans-serif;
  font-weight: bold;
}
h3 {
  font-size: 23px;
  color: #000000;
  line-height: 24px;
  font-weight: bold;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'MarkPro', sans-serif;
}
h5 {
  font-size: 18px;
  font-weight: bold;
}
h6 {
  font-size: 18px;
  font-weight: bold;
}

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

/* Lists */
ul, ol {
  font-weight: 400;
}
ul ul, ul ol, ol ol, ol ul {
	font-weight: 400;
}
li {
	font-weight: 400;
}

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

.custom-header {
  position: relative;
  z-index: 100;
  padding: 15px 0;
  background-color: #ffffff;
  color: #000;
}

.custom-logo a h2 {
  color: #46be69;
  font-family: MarkPro;
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  font-weight: bold;
}

.custom-logo a h2 span{
  opacity: 0.7;
}

.custom-logo {
  padding: 10px 20px 0;
  max-width: 185px !important;
  width:auto !important;
}

.hs_cos_wrapper_type_logo img {
  /* margin: 10px; */
  padding-bottom: 15px;
}

.header-links {
  float: right !important;
  margin: 0 !important;
  width: auto !important;
}

ul.main-menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

li.menu__list__item__link a {
  padding: 26px 15px 11px 15px;
  display: block;
}

ul.main-menu-wrapper li a {
  color: #2e3f48;
  cursor: pointer;
}

ul.menu__sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0px 5px 10px -8px #2f3944;
  width: 167px;
}

.menu__sublist__link {
  display: block;
  position: relative;
  padding: 30px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

li.menu__sublist__item {
  float: none;
  background-color: 2e3f48; /*#FFAF5E;*/
}

ul.main-menu-wrapper li {
  position: relative;
}

li.menu__list__item__link.clicked ul.menu__sublist {
  display: block;
}

ul.main-menu-wrapper li a:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 5px;
  width: 4px;
  top: auto;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: auto;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}

li.menu__sublist__item a {
  padding: 30px;
  line-height: 20px;
  color: #fff;
  display: block !important;
}

li.menu__sublist__item a:hover{
  background-color: #ffbc78;
}

li.menu__sublist__item a:hover:after{
  content:none !important;
}

.menu__sublist::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  right: 30px;
  border-bottom: 10px solid #FFAF5E;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

li.menu__list__item__link {
  display: inline-block !important;
  float: right !important;
  position: relative;
}
/* =============== Header =============== */

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


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

.body-container-wrapper {
  background-color: #ffffff;
  padding:120px 0;
}

.body-container-wrapper .page-center, .footer-container-wrapper .page-center {
  padding-left: 20px;
  padding-right: 20px;
}
.body-container {}

.content-wrapper {
  padding-bottom: 40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer {
  padding: 35px 0;
  background-color: #f4f4f4;
  color: #000000;
  font-weight: 400;
}

.custom-footer ul li {
  padding: 0px 0;
  font-size: 17px;
}

.custom-footer ul {}

.custom-footer ul li a {
  color: inherit;
  text-decoration: none;
  display:inline-block !important;
}

.custom-footer ul li a:hover{
  color: #46be69;
}

.footer-social-menu ul{}

ul.testimonial-jokes {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  text-align: right;
  font-size: 18px;
  line-height: 28px;
}

ul.testimonial-jokes li {
  display: none;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}

ul.testimonial-jokes li:first-child{
  display:block;
}

.footer-col3{
  text-align: right;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */

.custom-menu-primary.js-enabled {
  /* width: calc(100% - 185px) !important; */
  width: auto;
  margin: 0 40px 0 0 !important;
  float: right !important;
}

@media(max-width:767px){
  .custom-menu-primary.js-enabled {
    margin: 0 !important;
    float: right !important;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  margin: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 15px 15px 15px 15px;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color:#000000;
  cursor:pointer;
  font-weight: 500;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:active,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #45B86A;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after{
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 5px;
  width: 4px;
  top: auto;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: auto;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item > ul{
  display:none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

.hs-menu-item { }

.custom-footer ul li.hs-menu-item {
  float: none !important;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #46be69;
}


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

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
    height: 4px;
    background-color: #FFFFFF;
  }

}

@media screen and (min-width:768px) {
/*   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) ~ li {
    display: none;
  } */
  .stickySocial ul, .stickySocial ul li {
    max-width: 100px;
  }
}


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

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

@media (max-width: 1024px){

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

  .header-links{
    display:none !important;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 15px;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #46be69;
    float: right;
    line-height: 20px;
    padding-left: 30px;
    font-size: 35px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #46be69;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #46be69;
  }

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

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

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

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    padding: 0;
    height: calc(100vh - 80px);
    overflow-y: auto;
  }

  body.mobile-open {
    overflow: hidden;
  }
  .custom-logo{
    float: left !important;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color: #f9f9f9;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid rgba(53,65,77,0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    display: block;
    position: relative;
    padding: 15px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover:after{
    content:none !Important;
  }

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0; /* Indent Child lists */
    font-size: 18px; /* Font size of child lists */
    border:none;
  }

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


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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  border: 1px solid #eaebec;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
  padding: 15px;
  color: #2f3944;
  box-shadow: 0px 5px 10px -8px #2f3944;
  font-family:inherit;
  font-size: 100%;
  max-width:650px;
}

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

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #cbced0;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #cbced0;
} /* Firefox 18- */
::-moz-placeholder {
  color: #cbced0;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #cbced0;
} /* 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; }
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  padding: 15px 20px;
  border: 0px solid;
  border-radius: 0px;
  box-shadow: 0px 5px 10px -8px #2f3944;
  transition: all 0.2s ease;
  background-color: #46be69;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
  margin-top:30px;
}

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

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

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active,
.orange-btn:active{
  transform: scale(0.96);
  box-shadow: 0px 0px 12px -4px #2f3944;
  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                                      
========================================================================== */

/*====== one col layout ==========*/

.orange-btn {
  display: inline-block;
  padding: 15px 20px;
  border: 0px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0px 5px 10px -8px #2f3944;
  transition: all 0.2s ease;
  background-color: #46be69;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: inherit;
  margin-top:30px;
}

.orange-btn:hover{
  background-color: #46be69;
  color:#fff!important;
}

.career-layout .main-content p:last-of-type,
.career-layout .main-content ul:last-child{
  margin-bottom:0;
}

.text__body *:last-child {
  margin-bottom: 0;
}

.one-col-layout .body-container-wrapper {
  background-color: #fff;
  padding: 45px 0 60px 0;
}

.one-col-layout .main-content a,
.career-layout .main-content a{
  text-decoration: underline;
}

.one-col-layout .main-content a:hover,
.career-layout .main-content a:hover{
  color: #FFAF5E;
}


/*====== career layout =======*/


.banner-area-wrapper {
  background-color: #46be69;
  color: #FFFFFF;
  padding-top: 120px;
}

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

.banner-area-wrapper {
  background-color: #46be69;
  color: #FFFFFF;
  padding-top: 120px;
}

.intro__content {
  width: 58.33333%;
  float: left;
  padding-left: 0;
  padding-right: 15px;
  padding-bottom: 60px;
}

h1.intro__text--title {
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 52px;
  font-weight: bold;
}

h2.intro__text--subtitle {
  font-size: 23px;
  line-height: 30px;
  color: #ecf7ef;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
}

.intro__graphic {
  width: 41.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  min-height: 1px;
}

.intro__graphic img {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: calc(41.66667% - 30px);
}

.banner-area-wrapper .page-center {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.case-listing__item {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
  display:inline-block;
  vertical-align:top;
}

.case {
  padding: 30px 0 6px 0;
}

a.case__inner {
  border-top: 4px solid;
  display:  block;
  padding: 30px 20px;
  background-color: #f9f9f9;
  text-decoration: none !important;
  color: #000000;
}

h2.case__text--heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7.5px;
  color: #979ca2;
  font-family: 'MarkPro', sans-serif;
}

p.case__text--sub-heading {
  color: #46be69;
  font-size: 23px;
  margin-bottom: 5px;
  line-height: 30px;
}

.case-listing-wrapper {
  margin: 0 -15px;
}

.career-layout.type1 .section-one-wrapper{
  padding: 45px 0 60px 0;
  background:#fff;
}

a.case__inner:hover {
  color: #000000 !important;
  border-top: 4px solid #46be69;
}

p.orange-btn {
  margin-bottom: 4px !important;
  text-transform: capitalize;
}

.career-layout.type1 .section-two-wrapper {
  padding: 120px 0;
  background-color: #f9f9f9;
  color: #000000;
}

.career-layout.type1 .section-two-wrapper p:last-of-type{
  margin-bottom:0;
}


/*==== end career layout ====*/

/*==== academy layout ====*/

.intro__graphic .fi {
  display: block;
  font-size: 200px;
  text-align: center;
  padding-bottom: 30px;
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-book:before {
  content: "\f105";
}

.academy-layout .banner-area-wrapper .page-center{
  padding-right: 4px;
}

.flaticon-connection:before {
  content: "\f10d";
}

.flaticon-collaboration:before {
  content: "\f10c";
}

.academy-layout .section-one-wrapper {
  padding-bottom: 127px;
}

.academy-layout .section-two-wrapper {
  background-color: #46be69;
  color: #FFFFFF;
  padding: 120px 0;
}

.academy-layout .section-two-wrapper h1.three-col__text--heading{
  color:#fff;
}

.academy-layout .body-container p:last-of-type {
  margin: 0;
}

.three-col {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 30px;
  margin-bottom: 0;
  text-align: center;
}

.three-col .fi {
  display: block;
  font-size: 100px;
  margin-bottom: 30px;
}

h1.three-col__text--heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'MarkPro', sans-serif;
}

.three-col-icon-wrapper.clearfix {
  margin-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.academy-layout .section-three-wrapper {
  padding: 120px 0;
  background: #fff;
}

.academy-layout .section-three-wrapper h3.form-title{
  font-size: 40px;
  line-height: 44px;
  color: #46be69;
  margin-bottom: 5px;
}

.academy-layout .section-three-wrapper .hs-form-field > label {
  display: block;
  margin-top: 0;
}

.academy-layout .section-three-wrapper span.hs-form-required {
  display: none;
}

.academy-layout .section-three-wrapper .hs-input{
  display: block;
  width: 100%;
  position: relative;
  padding: 15px;
  font-size: 18px;
  line-height: normal;
  font-family: inherit;
}

.academy-layout .section-three-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin-top: 10px;
  margin-bottom: 0;
}

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

.academy-layout .right-col {
  padding: 49px 0 0;
}

/*==== end academy layout ====*/


/*==== about layout ====*/


.about-layout .body-container-wrapper {
  background-color: #fff;
  padding: 0;
}

.about-layout .body-container-wrapper p:last-of-type{
  margin:0;
}

.about-layout .section-one-wrapper {
  padding: 120px 0;
  background-color: #2e3f48;
}

.about-layout .section-two-wrapper {
  padding: 45px 0 60px 0;
  background-color: #f9f9f9;
}

.team__person {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.team__person__image img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 15px;
}

.team-member-content.clearfix {
  text-align: center;
}

.team-member-wrapper h2 {
  padding-left: 15px;
  padding-right: 15px;
}

.about-layout .section-two-wrapper .page-center{
  padding:0 !important;
}

h3.team__text--name {
  font-family: 'MarkPro', sans-serif;
}

h4.team__text--role {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'MarkPro', sans-serif;
}

p.team__text--bio {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #979ca2;
}

.team__person__content {
  padding: 7px 15px 0;
}

.team__person:nth-child(5n+1) {
  clear: left;
}

[class^="socicon-"]:before, [class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-twitter:before {
  content: "\e0a6";
}

.socicon-linkedin:before {
  content: "\e0a4";
}

.about-layout .section-three-wrapper {
  padding: 120px 0;
}

.about-layout .section-four-wrapper {
  padding: 45px 0 60px 0;
  background-color: #f9f9f9;
  position: relative;
}

h2.contact__text--tel {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
  margin: 0;
}

h2.contact__text--email {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
  font-family: 'MarkPro',sans-serif;
}

h3.contact__text--address {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #2f3944;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
  font-size: 1.17em;
  line-height: 28px;
}

h3.contact__text--address a {
  color: #2f3944;
}

h4.contact__text--follow {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
  text-transform: none;
}

a.contact__text--social {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #46be69;
}

span.socicon-twitter {
  color: #4da7de;
}

span.socicon-linkedin {
  color: #3371b7;
}

.map-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 50% !important;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
}
/*==== end about layout ====*/

/*==== case study layout ====*/

.top-menu-wrapper {
  background-color: #46be69;
}

.top-menu-wrapper ul li a {
  display: block;
  position: relative;
  padding: 30px 15px 15px 15px;
  line-height: 20px;
  color: #fff;
}

.top-menu-wrapper ul li.active-branch a:after{
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: auto;
  height: 4px;
  background-color: #FFFFFF !important;
}

.top-menu-wrapper ul li a:hover:after{
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 15px;
  right: 15px;
  width: auto;
  height: 4px;
  background-color: #FFAF5E;
}

.top-menu-wrapper ul {
  display:block !important;
}

.top-menu-wrapper .page-center{
  padding:0;
}

.case-study-type2 .body-container-wrapper {
  padding: 0;
  background:#fff;
}

.case-study-group {
  padding: 60px 0 0;
}

h2.case-title__text--label {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #979ca2;
  font-family: 'MarkPro', sans-serif;
}

h1.case-title__text--title {
  color: #46be69;
}

h2.case-title__text--subtitle {
  margin-bottom: 5px;
  color: #000000;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
}

.case-image__background {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.case-facts__wrapper {
  padding: 15px;
  border-top: 4px solid;
  background-color: #f7f8f6;
  margin-top: -134px;
  border-color: #46be69;
  width: 40%;
  margin-bottom: 30px;
}

h3.case-facts__heading {
  color: #000000;
  margin: 0;
  font-family: 'MarkPro', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
}

.case-facts__wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.case-facts__wrapper ul li {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #979ca2;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: normal;
}

.case-study-type2 .section-one-wrapper .hs_cos_wrapper_type_rich_text h2{
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}

.case-study-type2 .section-one-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 83.33333%;
}

.case-quote__content {
  padding: 30px 0;
}

.case-study-type2 .body-container iframe {
  width: 100%;
}

.quote {
  border-left: 4px solid;
  max-width: 768px;
  margin: 15px 0 15px 30px;
  padding-left: 15px;
  border-color: #46be69;
}

h2.quote__text--quote {
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  line-height: 30px;
  color: #46be69;
  font-family: 'MarkPro', sans-serif;
  margin-bottom: 5px;
}

p.quote__text--name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #979ca2;
}

.case-study-type2 .section-one-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

.two-col-left-image-wrapper {
  margin: 45px 0 5px;
  background-color: #f7f8f6;
  display: table;
  width: 83%;
}

.two-col-left-image-wrapper .left-image {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  width: 200px;
}

.two-col-left-image-wrapper .right-content {
  width: calc(100% - 200px);
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}

.two-col-left-image-wrapper .right-content h2 {
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
}

.two-col-left-image-wrapper .right-content p {
  margin-bottom: 15px;
}

.two-col-left-image-wrapper .right-content p:last-of-type{
  margin-bottom:0;
}

.two-col-left-image-wrapper .orange-btn {
  margin-top: 0;
}

table.responsive-table {
  display: table !important;
}
table.responsive-table.small-only {
  display: none !important;
}
/*==== end case study layout ====*/


/*==== two col equal layout ====*/

.two-column-eq .body-container-wrapper {
  padding: 120px 0;
  background-color: #46be69;
  color: #FFFFFF;
}

.two-column-eq .body-container-wrapper .hs-form-field > label {
  display: block;
  margin-top: 0;
}

.two-column-eq .body-container-wrapper h3.form-title {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 5px;
}

.two-column-eq .body-container-wrapper .hs-input{
  background-color: #f9f9f9;
  font-size: 18px;
  line-height: normal;
  height: 54px;
}

.two-column-eq .body-container-wrapper .hs-form-field {
  margin: 0 0 10px;
}

.two-column-eq .body-container-wrapper span.hs-form-required {
  display: none;
}

.two-column-eq .right-col {
  padding: 49px 0 0 3px;
}

textarea {
  min-height: 126px;
}

.two-column-eq .body-container-wrapper .hs-input::-webkit-input-placeholder {
  color: #cbced0;
} 

.two-column-eq .body-container-wrapper .hs-input:-moz-placeholder {
  color: #cbced0;
}

.two-column-eq .body-container-wrapper .hs-input::-moz-placeholder {
  color: #cbced0;
} 

.two-column-eq .body-container-wrapper .hs-input:-ms-input-placeholder {
  color: #cbced0;
}

.two-column-eq .body-container-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0;
}

/*==== end two col equal layout ====*/


/*==== ultimate guide layout ====*/

.guide-layout .body-container-wrapper {
  background-color: #f9f9f9;
  padding: 0;
}

.guide-layout .section-one-wrapper {
  padding: 120px 0;
  background: #fff;
}

.guide-layout .top-heading h1 {
  color: #46be69;
}

.guide-layout .section-one-wrapper .hs-form-field > label {
  display: block;
  margin-top: 0;
}

.guide-layout .section-one-wrapper span.hs-form-required {
  display: none;
}

.guide-layout .section-one-wrapper .hs-form-field {
  margin-bottom: 10px;
}

.guide-layout .body-container-wrapper .hs-input::-webkit-input-placeholder {
  color: #cbced0;
} 

.guide-layout .body-container-wrapper .hs-input:-moz-placeholder {
  color: #cbced0;
}

.guide-layout .body-container-wrapper .hs-input::-moz-placeholder {
  color: #cbced0;
} 

.guide-layout .body-container-wrapper .hs-input:-ms-input-placeholder {
  color: #cbced0;
}

.guide-layout .body-container .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0;
}

.guide-layout .section-one-wrapper .right-col ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.guide-layout .section-one-wrapper .right-col ul li {
  position: relative;
}

.guide-layout .section-one-wrapper .right-col ul li:before {
  content: "\f00c";
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.guide-layout .section-two-wrapper {
  padding: 120px 0;
}

.guide-layout .section-two-wrapper p:last-of-type{
  margin:0;
}

.guide-layout .section-two-wrapper a{
  color: #46be69;
  text-decoration: underline;
}

.guide-layout .section-two-wrapper a:hover{
  color: #FFAF5E;
}

.flaticon-idea:before {
  content: "\f118";
}

.flaticon-user:before {
  content: "\f130";
}

.flaticon-favourite:before {
  content: "\f111";
}

.flaticon-reuse:before {
  content: "\f12a";
}
/*==== end ultimate guide layout ====*/


/*====== how we do layout ============*/


.how-we-do-layout .body-container-wrapper {
  background-color: #fff;
  padding: 0;
}

.how-we-do-layout .section-one-wrapper {
  padding: 120px 0;
}

.how-we-do-layout h1.three-col__text--heading{
  color: #46be69;
}

.how-we-do-layout .three-col p:last-of-type{
  margin:0;
}

.how-we-do-layout .section-two-wrapper {
  background-color: #f9f9f9;
  color: #000000;
  padding: 120px 0;
}

.how-we-do-layout .section-two-wrapper .left-col {
  margin: 15px 0 0;
  font-size: 16px;
}

.how-we-do-layout .section-two-wrapper .left-col h1{
  color: #46be69;
}

.how-we-do-layout .section-two-wrapper .right-col {
  padding: 18px;
}

.advert {
  width: 100%;
  margin: 15px 0;
  display: table;
  background-color: #FFFFFF;
  border-top: 4px solid;
}

.advert__image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
}

.advert__content {
  padding: 15px;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

h3.advert__text--label {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'MarkPro', sans-serif;
  color: #979ca2;
}

h2.advert__text--title {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #46be69;
  font-weight: bold;
  font-family: 'MarkPro', sans-serif;
}

p.advert__text--body {
  font-size: 16px;
  margin-bottom: 15px;
  color: #000000;
}

.flaticon-download:before {
  content: "\f10f";
}

.advert__image .fi {
  text-align: center;
  padding: 15px 0;
  font-size: 120px;
  color: #000000;
}

.advert .orange-btn{
  margin: 0 0 4px;
}

.bottom-form-wrapper h3.form-title{
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  margin: 0 0 33px;
}

.how-we-do-layout .section-three-wrapper{
  background-color: #46be69;
  color: #FFFFFF;
  padding: 120px 0;
}

.bottom-form-wrapper form.hs-form fieldset {
  max-width: none;
  max-width: 500px;
}

.bottom-form-wrapper .hs-input{
  border: none;
  background-color: #f9f9f9;
}

.bottom-form-wrapper textarea {
  min-height: 78px;
}

.bottom-form-wrapper .hs-richtext p {
  margin: 30px 0 0;
}

.bottom-form-wrapper li.hs-form-booleancheckbox label {
  margin: 33px 0 0;
  display: block;
}

.bottom-form-wrapper input[type="checkbox"] {
  margin: 0 15px 0 0;
}

.bottom-form-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0;
}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
  color:red;
}

.bottom-form-wrapper .hs-form {
  margin-bottom: 43px;
}

.bottom-form-wrapper .hs_cos_wrapper_type_rich_text p:last-of-type{
  margin:0;
}
/*====== end how we do layout ============*/


/*====== what we do layout ============*/


.what-we-do-layout .body-container-wrapper {
  padding: 0;
  background:#fff;
}

.flaticon-first-aid-kit:before {
  content: "\f112";
}

.what-we-do-layout .orange-btn{
  padding: 15px 20px;
}

.what-we-do-layout .section-one-wrapper {
  padding: 60px 0;
}

.what-we-do-layout .section-one-wrapper {
  padding: 60px 0;
}

.what-we-do-layout .main-content {
  width: 66.66667% !important;
  float: none !important;
  margin:  0 auto !important;
  text-align: center;
}

.what-we-do-layout .main-content h1{
  color: #46be69;
}

.what-we-do-layout .main-content p:last-of-type{
  margin:0;
}

.what-we-do-layout .section-two-wrapper {
  background-color: #f9f9f9;
  padding: 120px 0;
  padding-bottom: 0;
}

.flaticon-chat:before {
  content: "\f107";
}

.flaticon-hospital:before {
  content: "\f117";
}

.flaticon-collaboration:before {
  content: "\f10c";
}

.what-we-do-layout .three-col-icon-wrapper.clearfix {
  margin-top: 0;
}

.what-we-do-layout .three-col-icon-wrapper p:last-of-type{
  margin:0;
}

h1.three-col__text--heading{
  color: #46be69;
}

.flaticon-focus:before {
  content: "\f113";
}

.flaticon-connection:before {
  content: "\f10d";
}

.flaticon-devices:before {
  content: "\f10e";
}

.what-we-do-layout .section-three-wrapper {
  background-color: #f9f9f9;
  color: #000000;
  padding: 120px 0;
}

.what-we-do-layout .section-four-wrapper{
  padding: 120px 0;
}

.what-we-do-layout .section-five-wrapper {
  background-color: #46be69;
  color: #FFFFFF;
  padding: 120px 0;
}

.flaticon-check:before {
  content: "\f108";
}

.flaticon-speedometer:before {
  content: "\f12d";
}

.flaticon-clock:before {
  content: "\f109";
}

.what-we-do-layout .section-five-wrapper h1.three-col__text--heading {
  color: #fff;
}

.what-we-do-layout .section-six-wrapper {
  background-color: #46be69;
  color: #fff;
  padding: 0px 0 120px;
}

.what-we-do-layout .bottom-form-wrapper h3.form-title {
  margin: 0 0 61px;
}

.flaticon-microscope:before {
  content: "\f11d";
}
/*====== end what we do layout ============*/

/*====== Case Studies layout ============*/

.case-studies-layout .body-container-wrapper {
  padding: 0;
  background:#fff;
}

.case-studies-layout .section-one-wrapper {
  padding: 45px 0 60px 0;
}

.case-studies-listing-wrapper {
  margin: 0 -15px;
}

a.case__inner img {
  width: 100%;
  margin-bottom: 21px;
}

.case-studies-layout p.orange-btn {
  text-transform: none;
  margin: 0;
}

.case-studies-layout .case {
  padding: 30px 0 0 0;
}
/*====== End Case Studies layout ============*/

/*====== home layout ==========*/

.home-page .body-container-wrapper {
  background-color: #fff;
  padding: 0;
}

.home-page .banner-area-wrapper .orange-btn{
  padding: 15px 20px;
}

.home-page .section-one-wrapper {
  padding: 120px 0;
}

.home-page .section-one-wrapper ul:last-child{
  margin-bottom: 0;
}

.home-page .section-two-wrapper {
  background-color: #f9f9f9;
  padding: 120px 0;
}

.home-page .section-two-wrapper .three-col-icon-wrapper.clearfix{
  margin-top: 0;
}

.home-page .section-two-wrapper .three-col-icon-wrapper p:last-of-type{
  margin:0;
}

.flaticon-order:before {
  content: "\f123";
}

.home-page .section-three-wrapper {
  background-color: #46be69;
  padding: 120px 0;
}

.home-page .section-four-wrapper {
  padding: 120px 0;
}

.home-page .section-four-wrapper h3.form-title {
  color: #46be69;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 5px;
}

.home-page .section-four-wrapper form.hs-form fieldset {
  max-width: none;
  max-width: 500px;
}

.home-page .section-four-wrapper textarea {
  min-height: 80px;
}

.home-page .section-four-wrapper .hs-richtext p {
  margin: 30px 0;
}

.home-page .section-four-wrapper li.hs-form-booleancheckbox > label {
  display: inline-block;
  margin-top: 15px;
}

.home-page .section-four-wrapper input[type="checkbox"] {
  margin: 0 15px 0 0;
}

.home-page .section-four-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
  margin: 0 0 15px;
}

.home-page .section-five-wrapper {
  padding: 120px 0;
}

.home-page .section-five-wrapper h1{
  color: #46be69;
  padding: 0 15px;
  margin: 0 0 34px;
}

.home-page .section-five-wrapper .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
  border: none;
  background: transparent;
  margin-top: 0;
  height: 100%;
}

.home-page .slick-arrow:hover::before, 
.home-page .slick-arrow:hover::after {
  background-color: #FFAF5E !important;
}

.home-page .section-five-wrapper .slick-prev {
  left: -35px;
}

.home-page .section-five-wrapper .slick-arrow::before, 
.home-page .section-five-wrapper .slick-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 10px;
  background-color: #ffd7af;
  opacity: 1;
}

.home-page .section-five-wrapper .slick-prev::before {
  transform: rotate(-45deg);
}

.home-page .section-five-wrapper .slick-arrow::before {
  margin-top: -15px;
}

.home-page .section-five-wrapper .slick-prev::after {
  transform: rotate(45deg);
}

.home-page .section-five-wrapper .slick-next {
  right: -35px;
}

.home-page .section-five-wrapper .slick-next::before {
  transform: rotate(45deg);
}

.home-page .section-five-wrapper .slick-next::after {
  transform: rotate(-45deg);
}

.home-page .section-five-wrapper .hs_cos_gallery_main{
  margin-bottom: 0;
  padding: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.home-page .section-five-wrapper .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
}

.home-page .section-five-wrapper .page-center{
  padding:0;
}

.home-page .section-five-wrapper .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide-inner-wrapper {
  display:block;
}
/*====== end home layout ==========*/


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


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

@media (max-width: 1199px) {
  .case-image__background{
    height: 200px;
  }
}

@media (max-width: 1073px) {
  .home-page .section-five-wrapper .slick-prev{
    left: 15px;
  }

  .home-page .section-five-wrapper .slick-next{
    right:15px;
  }
}

@media (max-width: 1024px) {
  .custom-logo{
  }

  .body-container-wrapper {
    padding: 90px 0;
  }

  ul.menu__sublist{
    width: 100%;
    max-width: 200px;
    background: #FFAF5E;
    left: 15px;
  }

  .menu__sublist::before{
    left: 30px;
    right: auto;
  }

  ul.menu__sublist li{
    background-color: #FFAF5E !important;
  }

  ul.menu__sublist li a {
    font-size: 18px !important;
    border: none!important;
    padding: 30px!important;
  }

  .banner-area-wrapper {
    padding-top: 60px;
  }

  .career-layout.type1 .section-two-wrapper {
    padding: 90px 0;
  }

  .academy-layout .section-one-wrapper {
    padding-bottom: 97px;
  }

  .academy-layout .section-two-wrapper,
  .academy-layout .section-three-wrapper{
    padding: 90px 0;
  }

  .about-layout .section-one-wrapper,
  .about-layout .section-three-wrapper{
    padding: 90px 0;
  }

  .team__person{
    width: 33.33333%;
  }

  .team__person:nth-child(5n+1) {
    clear: none;
  }

  .team__person:nth-child(3n+1) {
    clear: left;
  }

  .banner-area-wrapper .page-center{
    padding-right:0;
  }

  .top-menu-wrapper {
    display: none !important;
  }

  .case-facts__wrapper{
    width: 48.5%;
  }

  .case-study-type2 .section-one-wrapper .hs_cos_wrapper_type_rich_text,
  .two-col-left-image-wrapper{
    width: 100%;
  }

  .two-column-eq .body-container-wrapper {
    padding: 90px 0;
  }

  .two-column-eq .right-col,
  .two-column-eq .left-col{
    width:100% !important;
    margin-left:0 !important;
  }

  .two-column-eq .right-col {
    padding: 30px 0 0 0;
  }

  .guide-layout .section-one-wrapper,
  .guide-layout .section-two-wrapper{
    padding: 90px 0;
  }

  .guide-layout .section-one-wrapper .right-col,
  .guide-layout .section-one-wrapper .left-col{
    width:100% !important;
    margin-left:0 !important;
  }

  .guide-layout .section-one-wrapper .right-col {
    margin-top: 30px;
  }

  .how-we-do-layout .section-one-wrapper,
  .how-we-do-layout .section-two-wrapper,
  .how-we-do-layout .section-three-wrapper{
    padding: 90px 0;
  }

  .advert{
    margin:0 0 15px;
  }

  .how-we-do-layout .section-two-wrapper .right-col {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0;
  }

  .how-we-do-layout .section-two-wrapper .left-col {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .advert__image {
    width: 200px;
    height: 260px;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
  }

  .advert__content {
    width: calc(100% - 200px);
    height: 260px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .intro__content{
    padding-right: 25px;
  }

  .what-we-do-layout .main-content{
    width:100% !important;
  }

  .what-we-do-layout .section-two-wrapper{
    padding-top:90px;
  }

  .what-we-do-layout .section-three-wrapper,
  .what-we-do-layout .section-four-wrapper,
  .what-we-do-layout .section-five-wrapper{
    padding: 90px 0;
  }

  .what-we-do-layout .section-six-wrapper{
    padding-bottom:90px;
  }



  .home-page .section-five-wrapper ,
  .home-page .section-four-wrapper,
  .home-page .section-three-wrapper,
  .home-page .section-two-wrapper,
  .home-page .section-one-wrapper{
    padding: 90px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    background-color: #e9e9e9;
  }

  .error-404 .body-container-wrapper {
    padding: 60px 0 0;
  }

}

@media(max-width:991px){
  th.st-head-row {
    margin-bottom: 20px;
  }

  th.st-head-row-main {
    margin-top: 20px;
  }

  .main-content table { width: 100%; }
  .small-only .st-head-row {

  }
  .small-only .st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
  .small-only .st-key { width: 100%;padding-right: 0; }
  .small-only .st-val { width: 100%; padding-left: 0; }
  table.simple-table td {
    display: block;
    width: 100%;
  }


  table.stacktable {
    max-width: 100%;
    display: block;
    table-layout: fixed;
  }

  table.stacktable tbody {
    display: block;
    width: 100%;
  }

  table.stacktable th.st-head-row-main,
  table.stacktable th.st-head-row ,
  table.stacktable tr {
    display: block;
    width: 100%;
    text-align: left;
  }

  th.st-head-row-main {
    border-top: solid 1px #ccc;
    padding-top: 10px;
  }

  table.stacktable code {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  table.responsive-table {
    display: none !important;
  }

  table.responsive-table.small-only {
    display: block !important;
  }

  table.stacktable td.st-val,table.stacktable td.st-key {
    display: inline-block;
  }
  th.st-head-row-main {

  }   

  table.responsive-table th {
    display: block;
    font-weight: 300;
  }

  table.responsive-table th em{
    font-style:normal !important;
  }

  th.st-head-row-main div {
    margin: 0 !important;
    width: 100% !important;
  }

  table.simple-table, table.simple-table tbody, table.simple-table tr, table.simple-table td {
    display: block;
    width: 100% !important;
    white-space: normal;
  }
}


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

@media (max-width: 767px) {


  .home-page .section-four-wrapper form.hs-form fieldset {
    max-width: 100%;
  }

  .body-container-wrapper {
    padding: 60px 0;
  }

  li.menu__list__item__link{
    display:none !Important;
  }

  .one-col-layout .body-container-wrapper{
    padding: 15px 0;
  }

  h1{
    font-size: 26px;
    line-height: 32px;
  }

  .banner-area-wrapper {
    padding-top: 30px;
  }

  h1.intro__text--title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .intro__graphic {
    display: none;
  }

  .intro__content{
    width: 100%;
    float: none;
    padding-bottom: 30px;
    padding-right: 15px;
  }

  h2.intro__text--subtitle{
    font-size: 20px;
  }

  .career-layout.type1 .section-one-wrapper {
    padding: 15px 0;
  }

  .case-listing__item{
    width: 100%;
  }

  p.case__text--sub-heading{
    font-size: 20px;
  }

  .career-layout.type1 .section-two-wrapper {
    padding: 60px 0;
  }

  .academy-layout .section-one-wrapper {
    padding-bottom: 67px;
  }

  .academy-layout .section-two-wrapper, .academy-layout .section-three-wrapper {
    padding: 60px 0;
  }

  .academy-layout .section-two-wrapper h1{
    text-align: center;
  }

  .three-col{
    margin-bottom: 60px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }

  .three-col.col3 {
    margin-bottom: 0;
  }

  .academy-layout .section-three-wrapper h3.form-title{
    font-size: 26px;
    line-height: 32px;
  }

  .academy-layout .right-col {
    padding: 30px 0 15px;
  }

  .about-layout .section-one-wrapper, .about-layout .section-three-wrapper {
    padding: 60px 0;
  }

  .about-layout .section-two-wrapper{
    padding: 15px 0;
  }

  .team__person {
    width: 50%;
  }

  .team__person:nth-child(3n+1) {
    clear: none;
  }

  .team__person:nth-child(2n+1) {
    clear: left;
  }

  h3.team__text--name {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }

  h4.team__text--role{
    font-size: 12px;
    line-height: 18px;
  }

  p.team__text--bio {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }

  .about-layout .section-four-wrapper {
    padding: 15px 0 0;
  }

  .map-container iframe{
    position: relative;
    height: 450px;
    display: block;
  }

  .map-container {
    position: relative;
    left: 0;
    right: 0;
    width: 100% !important;
  }

  .two-col-left-image-wrapper .right-content {
    width: 100%;
    padding: 15px;
    display: block;
    padding-top: 7px;
  }

  .two-col-left-image-wrapper .right-content h2{
    font-size: 20px;
  }

  .two-col-left-image-wrapper .left-image {
    display: block;
    width: 100%;
  }

  .two-col-left-image-wrapper .left-image img{
    width: 170px;
  }

  .two-col-left-image-wrapper{
    display: block;
  }

  h2.quote__text--quote{
    font-size: 20px;
  }

  .case-facts__wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .two-column-eq .body-container-wrapper h3.form-title{
    font-size: 26px;
    line-height: 32px;
  }

  .two-column-eq .body-container-wrapper {
    padding: 60px 0;
  }

  .guide-layout .section-one-wrapper, .guide-layout .section-two-wrapper {
    padding: 60px 0;
  }

  .how-we-do-layout .section-one-wrapper, .how-we-do-layout .section-two-wrapper, .how-we-do-layout .section-three-wrapper {
    padding: 60px 0;
  }

  .how-we-do-layout .section-one-wrapper{
    text-align:center;
  }

  .advert {
    display: block;
  }

  .advert__image {
    width: 100%;
    height: auto;
    padding: 15px;
    display: block;
  }

  .advert__content {
    width: 100%;
    height: auto;
    padding: 15px;
    display: block;
    padding-top: 0;
  }

  h2.advert__text--title{
    font-size: 20px;
  }

  .bottom-form-wrapper h3.form-title {
    font-size: 26px;
    line-height: 32px;
  }

  .what-we-do-layout .section-two-wrapper {
    padding-top: 60px;
  }

  .what-we-do-layout .section-three-wrapper, .what-we-do-layout .section-five-wrapper {
    padding: 60px 0;
  }

  .what-we-do-layout .section-four-wrapper{
    padding:0;
  }

  .what-we-do-layout .section-four-wrapper .page-center{
    padding:0;
  }

  .what-we-do-layout .section-six-wrapper {
    padding-bottom: 60px;
  }

  .case-studies-layout .section-one-wrapper {
    padding: 15px 0;
  }

  ul.testimonial-jokes{
    float:none;
    text-align:left;
  }

  .footer-col3 {
    text-align: left;
  }

  .footer-social-menu ul {
    padding-left: 0;
  }

  .custom-copyright p{
    margin:0;
  }


  .hs-banner-image-right.hs-post-conright{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-banner-content.hs-post-conleft {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }



  .home-page .section-five-wrapper, .home-page .section-four-wrapper, .home-page .section-two-wrapper, .home-page .section-one-wrapper {
    padding: 60px 0;
  }

  .home-page .section-three-wrapper{
    padding:0;
  }

  .home-page .section-three-wrapper .page-center{
    padding:0;
  }

  .home-page .section-four-wrapper h3.form-title{
    font-size: 26px;
    line-height: 32px;
  }

  .error-404 .body-container-wrapper {
    padding: 30px 0 0;
    min-height: 229px;
  }

  .error-404 .body-container-wrapper h1{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .error-404 .body-container-wrapper h2{
    font-size: 20px;
  }

  .error-404 .body-container-wrapper .right-col {
    display: none;
  }

  h2.case-title__text--subtitle{
    font-size: 20px;
  }

  .two-column-eq .body-container-wrapper .hs-input{
    max-width: 100%;
  }
}  


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

@media (max-width: 479px) {
  a.case__inner{
    padding:15px;
  }

  .team__person {
    width: 100%;
  }

  .bottom-form-wrapper .hs-input {
    width: 100% !important;
  }

  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  .bottom-form-wrapper input[type="checkbox"] {
    width: auto !important;
  }
  
  .home-page .section-four-wrapper form.hs-form fieldset .hs-form-field{
  	width:100% !Important;
  }
}


/* B2BML TWEAKS */
/* content_and_stats_section */

.white-content-global,
.dark-content-global {
  padding: 60px 0;
}

.dark-content-global {
  background: #2D3A40 !important;
  color: #fff;
}

.white-content-global h2,
.dark-content-global h2,
.white-content-global h3,
.dark-content-global h3 {
  margin-bottom: 35px;
}

.dark-content-global h2,
.dark-content-global h3 {
  color: #fff;
}

.white-content-global h2 > span,
.dark-content-global h2 > span,
.white-content-global h3 > span,
.dark-content-global h3 > span {
  color: #46Be69;
}

.white-content-global img,
.dark-content-global img {
  display: block;
  margin: 10px auto;
}

span.person-text {
  position: relative;
  left: 55px;
}

span.person-text:before {
  content: '\00201f';
  position: absolute;
  font-size: 100px;
  display: inline;
  line-height: 0;
  top: 45px;
  right: 65px;
  color: #46BE69;
}

.stats-text {
	padding-right: 65px;
  line-height: 35px;
}

.white-content-global .stat-figure,
.dark-content-global .stat-figure {
  font-size: 60px;
  text-align: center;
  line-height: 90px;
  font-weight: 600;
}

.white-content-global .stat-figure {
  color:#78B86E;
}

.white-content-global .stat-desc,
.dark-content-global .stat-desc {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0 25px;
}

@media(max-width:1024px) { 
  .white-content-global img,
  .dark-content-global img {
    margin-top: 50px;
  }
}
@media(max-width:767px) {
  .white-content-global .inners,
  .dark-content-global .inners {
    margin: 20px 0;
  }
  .stats-text {
    padding: 20px 0;
  }
}
/* form_contact */

.form-bottom {
	padding: 100px 0;
}

.form-bottom .left-col {
	position: relative;
  min-height: 450px;
}

.left-col .form-text {
	position: absolute;
  top: 30%;
  padding-right: 34px;
}

.form-bottom.green {
  background:#46BE69;
}

.form-bottom h1,
.form-bottom h2,
.form-bottom h3,
.form-bottom h4,
.form-bottom h5,
.form-bottom h6,
.form-bottom p,
.form-bottom a,
.form-bottom span,
.form-bottom blockquote {
}

.form-bottom.green h1,
.form-bottom.green h2,
.form-bottom.green h3,
.form-bottom.green h4,
.form-bottom.green h5,
.form-bottom.green h6,
.form-bottom.green p,
.form-bottom.green a,
.form-bottom.green span,
.form-bottom.green blockquote {
  color: #fff;
}

.form-bottom p,
.form-bottom span {
  font-size: 25px;
  line-height: 33px;
}

.form-bottom h1,
.form-bottom h2 {
  font-size: 44px;
  line-height: 53px;
}

.form-bottom h3,
.form-bottom h4 {
  font-size: 34px;
  line-height: 43px;
  text-transform: none;
}

.form-bottom h5,
.form-bottom h6 {
  font-size: 28px;
  line-height: 33px;
  text-transform: none;
}

.form-bottom label > span, .form-bottom input > span {
  font-size: 18px;
}

.form-bottom label > span {
	font-weight: 400;
}

.form-bottom input[type="text"],
.form-bottom input[type="password"],
.form-bottom input[type="datetime"],
.form-bottom input[type="datetime-local"],
.form-bottom input[type="date"],
.form-bottom input[type="month"],
.form-bottom input[type="time"],
.form-bottom input[type="week"],
.form-bottom input[type="number"],
.form-bottom input[type="email"],
.form-bottom input[type="url"],
.form-bottom input[type="search"],
.form-bottom input[type="tel"],
.form-bottom input[type="color"],
.form-bottom input[type="file"],
.form-bottom textarea,
.form-bottom select { 
  border: 1.5px solid;
  background-color: transparent;
  padding: 10px;
  font-size: 18px;
}

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

.form-bottom.green input[type="text"],
.form-bottom.green input[type="password"],
.form-bottom.green input[type="datetime"],
.form-bottom.green input[type="datetime-local"],
.form-bottom.green input[type="date"],
.form-bottom.green input[type="month"],
.form-bottom.green input[type="time"],
.form-bottom.green input[type="week"],
.form-bottom.green input[type="number"],
.form-bottom.green input[type="email"],
.form-bottom.green input[type="url"],
.form-bottom.green input[type="search"],
.form-bottom.green input[type="tel"],
.form-bottom.green input[type="color"],
.form-bottom.green input[type="file"],
.form-bottom.green textarea,
.form-bottom.green select,
.form-bottom.green input[type="text"]:focus,
.form-bottom.green input[type="password"]:focus,
.form-bottom.green input[type="datetime"]:focus,
.form-bottom.green input[type="datetime-local"]:focus,
.form-bottom.green input[type="date"]:focus,
.form-bottom.green input[type="month"]:focus,
.form-bottom.green input[type="time"]:focus,
.form-bottom.green input[type="week"]:focus,
.form-bottom.green input[type="number"]:focus,
.form-bottom.green input[type="email"]:focus,
.form-bottom.green input[type="url"]:focus,
.form-bottom.green input[type="search"]:focus,
.form-bottom.green input[type="tel"]:focus,
.form-bottom.green input[type="color"]:focus,
.form-bottom.green input[type="file"]:focus,
.form-bottom.green textarea:focus,
.form-bottom.green select:focus {
  border-color: #fff;
  color: #fff;
}

.form-bottom input:autofill,
.form-bottom textarea:autofill,
.form-bottom select:autofill,
.form-bottom input:-webkit-autofill,
.form-bottom textarea:-webkit-autofill,
.form-bottom select:-webkit-autofill {
  background: transparent !important;
}

.form-bottom.green input:autofill,
.form-bottom.green textarea:autofill,
.form-bottom.green select:autofill,
.form-bottom.green input:-webkit-autofill,
.form-bottom.green textarea:-webkit-autofill,
.form-bottom.green select:-webkit-autofill {
  color: #fff;
}

.form-bottom ul.hs-error-msgs.inputs-list {
	color: #000;
  font-size: 20px;
}

.form-bottom.green ul.hs-error-msgs.inputs-list {
	color: #fff !important;
}

.form-bottom ul.hs-error-msgs.inputs-list > li:before {
	content: '\00274C';
  font-size: 20px;
  padding-right: 10px;
  color: red;
}

.form-bottom .hs-richtext {
	font-size: 14px !important;
  line-height: 20px !important;
  padding: 15px 0 0 0 !important;
}

.form-bottom.green .hs-button.primary,
.form-bottom.green input[type="submit"],
.form-bottom.green input[type="button"] {
  font-family: 'MarkPro', sans-serif;
  padding: 15px 40px;
  background-color: #fff !important;
  color: #46BE69 !important;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-bottom .hs-button.primary,
.form-bottom input[type="submit"],
.form-bottom input[type="button"] {
  padding: 15px 40px;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-bottom.green .hs-button.primary:hover,
.form-bottom.green input[type="submit"]:hover,
.form-bottom.green input[type="button"]:hover {
  color: #fff !important;
  background: #ffaf5e !important;
}

@media(max-width:1024px) {
  .form-bottom p,
  .form-bottom span {
    font-size: 20px;
    line-height: 25px;
  }
  .form-bottom h1,
  .form-bottom h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .form-bottom h3,
  .form-bottom h4 {
    font-size: 27px;
    line-height: 33px;
  }
  .form-bottom h5,
  .form-bottom h6 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media(max-width:767px) {
  .form-bottom .left-col {
    min-height: 180px;
  }
  .left-col .form-text {
    position: relative;
    top: 0;
    padding-right: 0;
  }
}

/* social links on footer */

.social-link-icons {position: relative; top:5px}
.social-link-icons i {
	font-size: 30px;
  padding: 8px;
  margin-bottom: 15px;
}

@media(max-width:767px) {
  .social-link-icons {
    margin-top: 15px;
  }
  .social-link-icons i {
    font-size: 25px;
  }
}

/* resources page */

body.resources .body-container-wrapper {
  padding-top: 0;
}

body.resources .custom-footer {
	position: absolute;
}

.section-central {
  padding-top: 30px
}

.sec-central-header h2 {
	margin-bottom: 45px;
  font-size: 40px;
  line-height: 45px;
}

/* popular resources */

.pop-res {padding-top:100px}

.pop-res {
  background: #e9e9e9;
  position: fixed;
  right: 0;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  bottom: 0;
  height: 100vh;
}

.pop-res span {
    display: block;
}

/* resources dropdown */

.res-drop {
  padding: 0 50px 0 20px;
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  height: 50vh;
}

.overlay {
  position: absolute;
  width: 93%;
  height: 100vh;
  background: #e9e9e9;
  left: 0;
}

@media (max-width:1024px) and (min-width:768px) {
  .span3.widget-span.widget-type-cell.pop-res {
    display: none;
  }
  .span3.widget-span.widget-type-cell.res-drop {
    width: 33%;
  }
  .span6.widget-span.widget-type-cell.section-central {
    width: 62%;
  }
}


@media(max-width:767px) {
  .pop-res {
    display: none !important;
  }
  .res-drop { 
    padding: 0;
  }
  .overlay {
    display: none;
  }
  body.resources .custom-footer {
    position: inherit;
  }
}

@media(min-width:768px) {
  .header-container-wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
    z-index: 99999;
  }
}

/* REMEMBER TO ADD TEAM-MEMBER-FLEX TO THE FLEX COLUMN AND PAGE CENTER*/
.team-member-flex {
  	padding: 50px 0;
}
.team-member-flex .hs_cos_wrapper {
	display:inline;
}

.hover-text {
  visibility:hidden;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #E9E9E9;
  padding: 20% 10px 10px 10px;
  transition: top .35s ease-in-out;
  -ms-transition: top .35s ease-in-out;
  -moz-transition: top .35s ease-in-out;
  -webkit-transition: top .-35s ease-in-out
}

.team-member-module:hover > div.hover-text {
  visibility: visible;
  top: 0;
}

.hover-text p {
  text-align: center;
}

.team-member-module {
  width:19%;
  position: relative;
  height: 230px;
  margin-bottom: -3px;
  display: inline-block;
}

.member-image-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.member-image-wrapper img {
  width:100%;
  height:100%
}

.team-member-role {
  width:80%;
  position:absolute;
  bottom:-1px;
  background:rgba(233,233,233,0.8);
  z-index: 2;
  padding: 10px;
}

.team-member-role h5 {
	font-size: 18px;
}
.team-member-role p {
  font-size: 15px
}

@media(max-width:1024px) {
  .team-member-module {
    width:24%;
  }
}

@media(max-width:799px) {
  .team-member-module {
    width:32%;
  }
}

@media(max-width:767px) {
  .team-member-module {
    width:47%;
    height: auto;
    margin-bottom: 22px;
    min-height: 280px;
  }
  .member-image-wrapper, .member-image-wrapper img {
    width: auto;
  }
}

@media only screen and (max-width: 550px) {	.team-member-flex .hs_cos_wrapper { display: block; } .team-member-module {width:100%;height:calc(100vw - 40px);min-height:280px} }
/* @media only screen and (max-width: 367px) and (min-width: 280px)  { .team-member-module {width:100%;height:auto;min-height:280px} }
@media only screen and (max-width: 399px) and (min-width: 368px)  { .team-member-module {width:100%;height:auto;min-height:300px} }
@media only screen and (max-width: 430px) and (min-width: 400px)  { .team-member-module {width:100%;height:auto;min-height:320px} }
@media only screen and (max-width: 460px) and (min-width: 431px)  { .team-member-module {width:100%;height:auto;min-height:340px} }
@media only screen and (max-width: 490px) and (min-width: 461px)  { .team-member-module {width:100%;height:auto;min-height:360px} }
@media only screen and (max-width: 520px) and (min-width: 491px)  { .team-member-module {width:100%;height:auto;min-height:380px} }
@media only screen and (max-width: 550px) and (min-width: 521px)  { .team-member-module {width:100%;height:auto;min-height:400px} } */

  body.land2019 .body-container-wrapper {
    padding-top: 0;
    padding-bottom: 0
  }
  body.land2019 .body-container-wrapper .left .page-center {
    max-width: 980px !important;
  }
  body.land2019 .form-text h3 {
    color: #46be69;
    margin-bottom: 30px;
  }
  body.land2019 .left-col .form-text {
    top: 0;
  }
  body.land2019 .form-bottom p, .form-bottom span {
    font-size: 20px;
  }
  body.land2019 .banner-area-wrapper {
    padding-top: 150px;
  }
  body.land2019 .full-width-section {
    padding: 0 0 60px 0 !important;
}
