/* ==========================================================================
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 =============== */
@import url('//fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:300,400,400i,600,700,700i');
@import url('//fonts.googleapis.com/css?family=Fredoka+One');
@import url('//fonts.googleapis.com/css?family=Righteous');
@font-face {
  font-family: ETmodules;
  src: url("//cdn2.hubspot.net/hubfs/322413/The_Butcher_Team_March2019%20Theme/Fonts/modules.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/322413/The_Butcher_Team_March2019%20Theme/Fonts/modules.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/322413/The_Butcher_Team_March2019%20Theme/Fonts/modules.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/322413/The_Butcher_Team_March2019%20Theme/Fonts/modules.svg#ETmodules") format("svg");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #666;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

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

@media (min-width: 981px) {
  .container-fluid .row-fluid .page-center {
    padding: 2% 0;
  }
}

@media only screen and (min-width: 1350px) {
  .container-fluid .row-fluid .page-center {
    padding: 27px 0;
  }
}


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

/* Basic text */
p {
  margin: 0;
  padding-bottom: 1em;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

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

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.tp-hdr-col {
  background-color: #196674;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -moz-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: .75em;
  font-weight: 600;
}
.tp-hdr-col .hs_cos_wrapper_type_rich_text {
  line-height: 1em;
  display: block;
  padding-bottom: .75em;
}
.tp-hdr-col span#et-info-phone {
  position: relative;
  margin-right: 16px;
  color: #fff;
}
.tp-hdr-col span#et-info-phone:before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: "\e090";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.tp-hdr-col a {
  font-size: 14px;
  color: #fff;
}
.tp-hdr-col a span#et-info-email {
  position: relative;
}
.tp-hdr-col a span#et-info-email:before {
  margin-right: 4px;
  content: "\e076";
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.tp-hdr-col a span#et-info-email:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btm-hdr-grp .page-center {
  padding: 0 !important;
}
.btm-hdr-grp .page-center {
  padding: 0 !important;
  position: relative;
}
.custom-logo .hs_cos_wrapper_type_logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
span.logo_helper {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.custom-logo img.hs-image-widget {
  display: inline-block;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  width: auto !important;
  margin-left: 3px;
}

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

div#et_top_search {
  display: block;
  float: right;
  position: relative;
  width: 18px;
  margin: 36px 0 0 22px;
}
span#et_search_icon {
  display: block;
  width: auto;
  height: 18px;
  font-weight: 600;
}
#et_search_icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 17px;
  content: "\55";
  text-shadow: none;
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  cursor: pointer;
  opacity: 1;
  text-shadow: #666666 0px 0px 0px;
}
span#et_search_icon:hover {
  color: #2ea3f2;
}
.hdr-search {
  position: absolute;
  top: 0;
  width: 100%;
}
.hdr-search .hs-search-field .hs-search-field__bar {
  z-index: 1 !important;
  -webkit-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  height: 0;
  transition: height 1s cubic-bezier(.77,0,.175,1);
  opacity: 0;
}
.hdr-search .hs-search-field .hs-search-field__bar form {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 770px;
}
.hdr-search .hs-search-field .hs-search-field__bar form input.hs-search-field__input {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 90%;
  margin: auto;
  border: 0;
  color: #333;
  background: 0;
  outline: none !important;
  max-width: 100%;
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
}
.mac .hdr-search .hs-search-field .hs-search-field__bar form input.hs-search-field__input {
  font-family: system-ui;
}
@-moz-document url-prefix() {
  .mac .hdr-search .hs-search-field .hs-search-field__bar form input.hs-search-field__input {
    font-family: -apple-system;
  }
  .pc .hdr-search .hs-search-field .hs-search-field__bar form input.hs-search-field__input {
    font-family: "Open Sans",Arial,sans-serif;
  }
}

.toggle-search .hdr-search .hs-search-field .hs-search-field__bar {
  opacity: 1;
  z-index: 999;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
  height: 80px
}
.toggle-search .custom-menu-primary .hs-menu-wrapper>ul {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1)
}
.toggle-search #et_search_icon:before {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1)
}
.animation-rev .hdr-search .hs-search-field .hs-search-field__bar {
  -webkit-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1)
}
.animation-rev .custom-menu-primary .hs-menu-wrapper>ul {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1)
}
.animation-rev #et_search_icon:before {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

span.et_close_search_field {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
}
span.et_close_search_field:after {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 32px;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: "\4d";
  speak: none;
}


@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}
@-moz-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translatey(60%)
  }
}
@-o-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -o-transform: translatey(60%)
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0)
  }

  100% {
    opacity: 0;
    transform: translatey(60%)
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    -o-transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    -o-transform: translatey(0)
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%)
  }

  100% {
    opacity: 1;
    transform: translatey(0)
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}
@-moz-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translatey(60%)
  }
}
@-o-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -o-transform: translatey(60%)
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0)
  }

  100% {
    opacity: 0;
    transform: translatey(60%)
  }
}
@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}
@-moz-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translatey(-60%)
  }
}
@-o-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }

  100% {
    opacity: 0;
    -o-transform: translatey(-60%)
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0)
  }

  100% {
    opacity: 0;
    transform: translatey(-60%)
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translatey(60%)
  }

  100% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
}
@-o-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -o-transform: translatey(60%)
  }

  100% {
    opacity: 1;
    -o-transform: translatey(0)
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%)
  }

  100% {
    opacity: 1;
    transform: translatey(0)
  }
}

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

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

.bnr-area {
  height: calc(100vh - 116px);
  position: relative;
  overflow: hidden;
}
.bnr-area .inner-bnr-area {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.bnr-area .inner-bnr-area span.et_parallax_bg {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
.bnr-area .inner-bnr-area .page-center {
  padding: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.bnr-area .inner-bnr-area .page-center .header-content-container {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
}
.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}
.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-size: 40px;
  color: #ffffff!important;
  margin: 0;
}
.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-size: 25px;
  color: #ffffff;
  display: block;
}
.bnr-area .inner-bnr-area .et_pb_fullwidth_header_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  background-color: rgba(0,0,0,0.45);
}
.hs-video-bnr-area-cust-mod span.et_pb_section_video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-video-bnr-area-cust-mod span.et_pb_section_video_bg .mejs-video {
  width: 100%;
  height: 100%;
}
.hs-video-bnr-area-cust-mod span.et_pb_section_video_bg .mejs-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.et_pb_button {
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  display: inline-block;
}
a.et_pb_button.et_pb_button_one {
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  margin-top: 20px;
}
a.et_pb_button.et_pb_button_one:hover {
  letter-spacing: 0px;
  padding-left: 0.7em;
  padding-right: 2em;
}
a.et_pb_button.et_pb_button_one.button1 {
  color: #ffffff!important;
  background: #ff8c00;
  border-color: #ffffff;
  font-size: 20px;
  background-color: #ff8c00;
}
a.et_pb_button.et_pb_button_one.button2 {
  color: #ffffff!important;
  background: #196674;
  font-size: 20px;
  background-color: #196674;
  margin-left: 12px;
  box-shadow: none;
}
a.et_pb_button.et_pb_button_one.button2:hover {
  border: 2px solid transparent;
}
a.et_pb_button.et_pb_button_one:before {
  content: none;
}
.et_pb_button:after,
.et_pb_button:before {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
a.et_pb_button.et_pb_button_one:after {
  content: attr(data-icon);
  line-height: 1.7em;
  font-size: 1em!important;
  opacity: 0;
  margin-left: -1em;
  left: auto;
  display: inline-block;
}
a.et_pb_button.et_pb_button_one:hover:after {
  margin-left: .3em;
  left: auto;
  margin-left: .3em;
  opacity: 1;
}
a.et_pb_button.et_pb_button_one.button2:after {
  right: 10px;
  top: 6px;
}
.hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
  font-family: "Open Sans",Arial,sans-serif;
}
.hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
  font-family: "Open Sans",Arial,sans-serif;
}
.hs-video-bnr-area-cust-mod .inner-bnr-area .et_pb_fullwidth_header_overlay {
  background-color: rgba(0,0,0,0.34);
}


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


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

.footer-container-wrapper {
  background-color: #222;
}
.footer-container {}

.ftr-grp {
  padding: 15px 0 5px;
  background-color: rgba(0,0,0,.32);
}
.ftr-grp .page-center {
  padding: 0 !important;
}
.ftr-grp .page-center .ftr-col {
  padding-bottom: 10px;
  color: #666;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 33px;
  float: right;
  display: block;
  font-weight: 600;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-right: 22px;
  font-size: 14px;
  position: relative;
  line-height: 1em;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding-bottom: 33px;
  display: block;
  position: relative;
  color: rgba(0,0,0,.6);
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children >a:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 800;
  content: "3";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  width: 240px;
  border-top: 3px solid #2ea3f2;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  padding: 20px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  padding: 0 20px;
  font-size: 14px;
  position: relative;
  line-height: 2em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-size: 14px;
  display: block;
  position: relative;
  color: rgba(0,0,0,.6);
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 6px 20px;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  opacity: .7;
  background-color: rgba(0,0,0,.03);
}

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

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


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

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

@media (max-width: 980px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0;
    width: auto;
    height: auto;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    float: right;
    margin-top: 24px;
  }
  .animation-rev .mobile-trigger {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  }
  .toggle-search .mobile-trigger {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1)
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

  .mobile-trigger:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #2ea3f2;
    text-shadow: 0;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none
  }

  /* ===== 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;
    margin: 0;
    width: 100% !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-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;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    padding: 5%;
    border-top: 3px solid #2ea3f2;
    z-index: 9999;
    transition: none !important
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 23px
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    background-color: rgba(0,0,0,.03);
    font-weight: 700;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    width: 100% !important;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 10px
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-left: 5%;
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,.03)
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #666;
    line-height: 23px
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: 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 */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.has-no-banner .btm-hdr-grp {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

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

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

.blog .body-container-wrapper .page-center.content-wrapper {
  padding-top: 58px;
  position: relative;
  padding-bottom: 22px;
}
.blog .body-container-wrapper .page-center.content-wrapper:before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
}
/* Blog Post */
.hs-blog-post {}

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

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


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

.blog .blog-content {
  padding-right: 0.7%;
}

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

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

/* Blog Title */
.hs-blog-header h1 {
  margin: 0;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
  margin: 0;
}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  display: block !important;
  float: none;
  margin: 0 0 30px 0;
}

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

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

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

/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 20px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: left;display: block; }
.comment-from { font-weight: bold;display: block; }
.comment-body { padding: 10px 0; }
.comment-from h4 {
  margin-bottom: 0;
}
/* Pagination */
.blog-pagination {
  text-align: center;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {
  float: right;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
  float: left;
}

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

.comment.depth-0:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

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

.blog .blog-sidebar {
  padding-left: 54px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}
.blog-sidebar-search form {
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.blog-sidebar-search form label {
  display: none;
}
.blog-sidebar-search form input.hs-search-field__input {
  height: 40px!important;
  margin: 0;
  padding: .7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal!important;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.blog-sidebar-search form input#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ddd;
  height: 40px!important;
  margin: 0;
  padding: .7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal!important;
  font-weight: normal;
}
.blog .blog-sidebar .widget-span h3 {
  margin: 0;
  font-size: 18px;
}
.blog .blog-sidebar .widget-span ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-sidebar .widget-span ul li {
  margin-bottom: .5em;
}
.blog .blog-sidebar .widget-span ul li a {
  color: #666;
  text-decoration: none;
}
.blog .blog-sidebar .widget-span ul li a:hover {
  color: #82c0c7;
}
span.filter-link-count {
  display: none;
}

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

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

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

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

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

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


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


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

.field {
  margin-bottom: 18px;
}

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

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

/* Labels and Legends */
label {
  font-size: 14px;
  font-family: helvetica;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

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 {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

.hs-form-required {
  color: red;
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
}


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #f36a23;
  border-color: #f36a23;
  color: #ffffff;
  font-family: helvetica;
}

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

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

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs.inputs-list label {
  color: #f2545b;
}


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

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


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

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


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

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


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

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


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

.hs-team-member-grp .hs-team-member-inr-grp.right .inner-wrapper .member-img-column {
  float: right;
  margin-right: 0;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column {
  width: 47.25%;
  float: left;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .title-wrapper h2 {
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .title-wrapper {
  margin-bottom: 5.82%;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .member-cnt {
  margin-bottom: 5.82%;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .member-cnt p {
  line-height: 2em;
  color: rgba(0,0,0,0.64);
  font-size: 25px;
}
ul.et_pb_social_media_follow {
  padding: 0;
  list-style-type: none;
  margin: 0;
  text-align: center;
}
ul.et_pb_social_media_follow li.et_pb_social_icon {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  vertical-align: top;
}
ul.et_pb_social_media_follow li.et_pb_social_icon a.icon.et_pb_with_border {
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-block;
  position: relative;
  margin-right: 4px;
  text-align: center;
  text-decoration: none;
  background-color: #196674;
  border-radius: 3px;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .member-cnt p:last-child {
  padding-bottom: 0;
}
ul.et_pb_social_media_follow li a:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  display: block;
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}
ul.et_pb_social_media_follow li a:hover:before {
  color: rgba(255,255,255,.7);
}
li.et-social-facebook a:before {
  content: "\e093";
}
.et-social-instagram a.icon:before {
  content: "\e09a";
}
.et-social-twitter a.icon:before {
  content: "\e094";
}

.hs-team-member-inr-grp .inner-wrapper {
  padding-bottom: 27px;
}
hr {
  color: #ccc;
  background-color: rgba(0,0,0,0.5);
  height: 3px;
  border: 0;
  margin: 0 0 0;
}
.horiznt-wrapper {
  margin-bottom: 2.75%;
  height: 23px;
}
.hm-pg-sec.hm-pg-sec-one .sec-one-flexi-col .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 27px 0 0;
}
.hm-pg-sec.hm-pg-sec-one .sec-one-flexi-col h3 {
  margin: 0;
}
.hm-pg-sec.hm-pg-sec-one .sec-one-flexi-col p {
  font-size: 20px;
  color: rgba(0,0,0,0.8);
}
p:last-of-type {
  padding-bottom: 0;
}
.hs-services-grp {
  background-color: #33a6b2;
}
.hs-services-grp h2 {
  margin: 0;
  text-align: center;
  color: #fff;
}
.hs-services-grp .service-icons-wrapper .service-icon {
  width: 20.875%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 9;
  text-align: center;
}
.hs-services-grp .service-icons-wrapper .service-icon:last-child {
  margin-right: 0;
}
.et-pb-icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  speak: none;
  opacity: 0;
}
.et-animated .et-pb-icon {
  opacity: 1;
  -webkit-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeTop 1s 1 cubic-bezier(.77,0,.175,1);
}
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}
@-moz-keyframes fadeTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}
@-o-keyframes fadeTop {
  0% {
    opacity: 0;
    -o-transform: translateY(-10%)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-10%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
span.et-pb-icon.home-purchase:before {
  content: "";
}
span.et-pb-icon.refinance:before {
  content: "";
}
span.et-pb-icon.renovation:before {
  content: "";
}
span.et-pb-icon.veterans:before {
  content: "";
}
span.et_pb_image_wrap span.et-pb-icon {
  color: #ffffff;
  font-size: 30px;
}
.et_pb_main_blurb_image {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
  line-height: 0;
}
.et_pb_blurb_container h4 {
  color: #fff!important;
  margin: 0;
}
.hm-pg-sec.hm-pg-sec-three h2 {
  margin: 0;
  letter-spacing: 2px;
}
.hm-pg-sec.hm-pg-sec-three .page-center {
  padding: 0;
}
.hm-pg-sec.hm-pg-sec-three p {
  letter-spacing: 2px;
  font-size: 18px;
}
.hm-pg-sec.hm-pg-sec-three p img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .07em;
  vertical-align: -0.1em;
}
.hs-our-proces-grp .hs-our-process-inner-grp {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.hs-our-proces-grp .hs-our-process-inner-grp .process-column {
  width: 50%;
  float: left;
  position: relative;
  z-index: 9;
}
.hs-our-proces-grp .hs-our-process-inner-grp .process-content-wrapper.process-column .heading-wrapper {
  padding-top: 10px;
  padding-bottom: 40px;
}
.hs-our-proces-grp .hs-our-process-inner-grp .process-content-wrapper.process-column .heading-wrapper h2 {
  font-weight: 700;
  margin: 0;
  text-align: center;
  font-family: 'Righteous',display;
}
.hm-pg-sec.hm-pg-sec-three {
  padding-bottom: 1px;
  margin-bottom: 2px;
}
.hs-our-proces-grp .hs-our-process-inner-grp .process-content-wrapper.process-column .cntnt {
  text-align: center;
  padding: 0 5px;
}
.hs-our-proces-grp .hs-our-process-inner-grp .process-content-wrapper.process-column .cntnt h5 {
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: 2px;
  margin: 0;
}
.hs-our-proces-grp .hs-our-process-inner-grp .process-content-wrapper.process-column .cntnt h4 {
  margin: 0;
  letter-spacing: 2px;
}
.hs-our-proces-grp .hs-our-process-inner-grp.right .process-img-wrapper {
  float: right;
}
.hs-our-proces-grp .hs-our-process-inner-grp:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hm-pg-sec.hm-pg-sec-four {
  padding-bottom: 0;
}
.cntnt-with-bg-video .inner-bnr-area .header-content h1.et_pb_module_header img.emoji {
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
}
.cntnt-with-bg-video {
  height: 100vh;
}
.cntnt-with-bg-video.bnr-area .inner-bnr-area .page-center .header-content-container {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.cntnt-with-bg-video.bnr-area .inner-bnr-area .page-center .header-content-container .header-content {
  margin-bottom: 80px;
}
.et_pb_section.hm-pg-sec.hm-pg-sec-five {
  padding: 0;
  background-color: #196674!important;
}
.et_pb_section.hm-pg-sec.hm-pg-sec-five .sec-five-flexi-col h4 {
  margin: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}
.sec-six-left-flexi-col {
  padding-right: 16px;
}
.sec-six-right-flexi-col {
  padding-left: 16px;
}
.sec-six-right-flexi-col h4 {
  margin: 0;
  text-align: center;
}
.sec-six-right-flexi-col h4 img.emoji {
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
}
.sec-six-right-flexi-col p {
  font-size: 20px;
  color: rgba(0,0,0,0.64);
}
.hm-pg-sec.hm-pg-sec-six .sec-six-tw-col-eq-grp {
  padding-bottom: 43px;
}
.sec-six-full-width-col {
  padding: 27px 0 0;
  text-align: center;
}
.sec-six-full-width-col p {
  font-size: 20px;
  color: rgba(0,0,0,0.64);
}
.sec-six-full-width-col a.et_pb_button {
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  color: #ffffff!important;
  background-color: #4b5320;
  margin-top: 58px;
  margin-bottom: 54px;
}
.sec-six-full-width-col a.et_pb_button:hover {
  color: #ffffff!important;
  background-color: #4b5320;
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}
.sec-six-full-width-col a.et_pb_button:before {
  content: none;
}
.sec-six-full-width-col a.et_pb_button:after {
  content: "\35";
  color: #fff;
  right: 7px;
  top: 7px;
}
.sec-six-full-width-col a.et_pb_button:hover:after {
  opacity: 1;
}

.hm-pg-sec.hm-pg-sec-seven {
  background-color: #196674;
}
.hm-pg-sec.hm-pg-sec-six .page-center {
  padding-bottom: 0;
}
.hm-pg-sec.hm-pg-sec-six .horiznt-wrapper {
  height: 21px;
}
.sec-seven-flexi-col h3.form-title {
  color: #fff!important;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 2px;
  margin: 0;
}
.sec-seven-flexi-col .hs-form .hs-richtext p {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  color: rgba(255,255,255,0.8);
}
.sec-seven-flexi-col .hs-form .hs-richtext {
  padding-bottom: 28px;
  -webkit-font-smoothing: antialiased;
}
.sec-seven-flexi-col .hs-form .hs-form-field {
  width: 47.25%;
  margin-left: auto;
  margin-right: auto;
}
.sec-seven-flexi-col .hs-form .actions {
  width: 47.25%;
  margin-left: auto;
  margin-right: auto;
}
.sec-seven-flexi-col .hs-form {
  padding-bottom: 36px;
}
.sec-seven-flexi-col .hs_error_rollup {
  width: 47.25%;
  margin-left: auto;
  margin-right: auto;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .title-wrapper h3 {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.our-team .hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .member-cnt p {
  font-size: 20px;
}
.our-team .hs-team-member-grp .horiznt-wrapper {
  margin-bottom: 5.82%;
  margin-top: 10px;
}
.our-team .horiznt-wrapper hr {
  background-color: rgb(0, 0, 0);
}

.hs-team-member-grp .et_pb_row {
  padding: 27px 0;
}
.hs-team-member-grp .et_pb_row .et_pb_divider {
  height: 23px;
}
.hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-img-column {
  margin-right: 5.5%;
}
.hs-team-member-grp .et_pb_row .et_pb_divider::before {
  border-top-color: rgba(0,0,0,0.42);
  border-top-width: 5px;
  border-top-style: solid;
  content: "";
  display: block;
}
.hs-team-member-grp .et_pb_row .et_pb_column {
  padding-bottom: 135px;
}
.our-team .hs-team-member-inr-grp:last-child .inner-wrapper {
  padding-bottom: 0;
}

.img-gal-grp .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.img-gal-grp .hs_cos_gallery .slick-slide .slick-slide-inner-wrapper img {
  display: none !important;
}
.img-gal-grp .hs_cos_gallery_main ul.slick-dots {
  margin: 0;
  position: absolute;
  bottom: 30px;
}
.img-gal-grp .hs_cos_gallery_main ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
  padding: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(255,255,255,.5);
  margin-left: 0;
}
.img-gal-grp .hs_cos_gallery_main ul.slick-dots li button {
  display: none;
}
.img-gal-grp .hs_cos_gallery_main .slick-slide {
  padding-bottom: 5.24%;
  position: relative;
  background-repeat: no-repeat!important;
  background-attachment: scroll;
  background-position: center;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  background-size: cover!important;
  background-color: #7EBEC5;
  background-blend-mode: multiply;
  opacity: 1 !important;
}

.img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
  background: transparent;
  padding: 16% 8%;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 100%;
}
.img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose span {
  display: block;
  opacity: 0;
}
.img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose h2 {
  font-size: 46px;
  font-weight: 300;
  color: #fff !important;
  margin: 0;
}
.img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose p {
  font-size: 18px;
  font-weight: 400;
}
.img-gal-grp .hs_cos_gallery_main ul.slick-dots li.slick-active {
  background-color: #fff;
}
.img-gal-grp .slick-prev, 
.img-gal-grp .slick-next {
  height: 48px;
  width: 48px;
  top: 50%;
  margin-top: -24px;
  font-size: 48px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 100;
}
.img-gal-grp .slick-prev::before, 
.img-gal-grp .slick-next::before {
  text-shadow: 0 0;
  font-family: ETmodules !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-size: 48px;
  opacity: 1;
  color: #fff !important;
}
.img-gal-grp .slick-next::before {
  content: "\35";
}
.img-gal-grp .slick-prev::before {
  content: "\34";
}
.img-gal-grp .hs_cos_gallery_main .slick-next {
  right: -48px;
}
.img-gal-grp .hs_cos_gallery_main:hover .slick-next {
  right: 22px;
}
.img-gal-grp .hs_cos_gallery_main .slick-prev {
  left: -48px;
}
.img-gal-grp .hs_cos_gallery_main:hover .slick-prev {
  left: 22px;
}
@-webkit-keyframes fadeBottom {
  0% {
    opacity:0;
    -webkit-transform:translateY(10%);
  }

  100% {
    opacity:1;
    -webkit-transform:translateY(0);
  }
}
@-moz-keyframes fadeBottom {
  0% {
    opacity:0;
    -moz-transform:translateY(10%);
  }

  100% {
    opacity:1;
    -moz-transform:translateY(0);
  }
}
@-o-keyframes fadeBottom {
  0% {
    opacity:0;
    -o-transform:translateY(10%);
  }

  100% {
    opacity:1;
    -o-transform:translateY(0);
  }
}
@keyframes fadeBottom {
  0% {
    opacity:0;
    transform:translateY(10%);
  }

  100% {
    opacity:1;
    transform:translateY(0);
  }
}

.img-gal-grp .hs_cos_gallery_main .slick-slide.slick-active .slick-slide-inner-wrapper .caption.superimpose span {
  -webkit-animation-name: fadeBottom;
  -moz-animation-name: fadeBottom;
  -ms-animation-name: fadeBottom;
  -o-animation-name: fadeBottom;
  animation-name: fadeBottom;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -ms-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.full-width-lyt .main-cnt-grp {
  text-align: center;
}
.full-width-lyt .main-cnt-grp .main-cnt-col h3 {
  margin: 0;
}
.full-width-lyt .main-cnt-grp .main-cnt-col h2 {
  margin: 0;
}
.full-width-lyt .main-cnt-grp .main-cnt-col p {
  color: rgba(0,0,0,0.8);
  font-size: 25px;
  line-height: 2em;
}
.full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}
.full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module:last-child a.et_pb_button {
  color: #ffffff;
  background-color: #196674;
}
.full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module:last-child a.et_pb_button:before {
  content: none;
}
.full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module:last-child a.et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}
.full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module:last-child a.et_pb_button:after {
  font-size: 1em!important;
  margin-left: -1em;
  left: auto;
  line-height: 1.7em;
}
.full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module:last-child a.et_pb_button:hover:after {
  opacity: 1;
  left: auto;
  margin-left: .3em;
}

.full-width-lyt .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.full-width-lyt .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

.buy-rent-sec-one-flexi-col {
  font-size: 25px;
  text-align: center;
}
.buy-rent-sec-one-flexi-col p img.emoji {
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
}
.buy-rent-sec-one-flexi-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.buy-rent-sec-one-flexi-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col h3.form-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 5.82%;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-left-flexi-col {
  padding-right: 1.45%;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col {
  padding-left: 5px;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form {
  padding: 10px 0 10px 4.8%;
  -webkit-font-smoothing: antialiased;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs-input {
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0;
  text-indent: 2%;
  color: #4e4e4e;
  background-color: #fff;
  font-size: 13.3333px;
  font-family: Arial;
  line-height: normal;
  height: auto;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .field {
  margin-bottom: 3%;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs_submit .actions {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form span.hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.buy-rent-layout .hs-video-bnr-area-cust-mod.bnr-area {
  height: 100vh;
}
.buy-rent-layout .hs-video-bnr-area-cust-mod.bnr-area .et_pb_fullwidth_header_overlay {
  background-color: rgba(0,0,0,0.45);
}
.mac .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs-input {
  font: 400 11px system-ui;
}
.mac .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs_submit .actions input.hs-button {
  font-family: system-ui;
}
@-moz-document url-prefix() {
  .mac .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs-input {
    font-family: -apple-system;
  }
  .mac .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs_submit .actions input.hs-button {
    font-family: -apple-system;
  }
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs_submit .actions input.hs-button {
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 5px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs_submit .actions input.hs-button:hover {
  background-color: #777;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs-richtext.hs-main-font-element {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
  font-family: Helvetica,Arial,sans-serif;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs-richtext.hs-main-font-element span.asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col span.hs_cos_wrapper_type_widget_container {
  display: block;
  margin-bottom: 0;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col .hs_cos_wrapper_type_module {
  margin-bottom: 5.82%;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}
.buy-rent-sec-four-flexi-col h4 {
  margin: 0;
}
.buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col .hs-form-field > label {
  color: #666;
}
.buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
  text-align: center;
}
.buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module a.et_pb_button {
  display: inline-block;
  background-image: linear-gradient(180deg,#33a6b2 0%,#33a6b2 100%)!important;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  color: #fff!important;
}
.buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module a.et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}
.buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module a.et_pb_button:before {
  content: none;
}
.buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module a.et_pb_button:hover:after {
  margin-left: 0;
  opacity: 1;
}
.buy-rent-sec.buy-rent-sec-five {
  background-color: #196674;
}
.buy-rent-sec.buy-rent-sec-five .buy-rent-sec-five-flexi-col h3 {
  margin: 0;
}
.buy-rent-sec.buy-rent-sec-five .buy-rent-sec-five-flexi-col {
  color: #fff;
}
.buy-rent-sec.buy-rent-sec-five .buy-rent-sec-five-flexi-col h3 {
  color: #fff;
}
.buy-rent-sec.buy-rent-sec-five .buy-rent-sec-five-flexi-col p {
  color: rgba(255,255,255,0.85);
  font-size: 25px;
}
.buy-rent-sec.buy-rent-sec-five .buy-rent-sec-five-flexi-col h4 {
  color: #fff;
  margin: 0;
}
.buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module:last-child {
  margin-bottom: 0;
}
.buy-rent-layout .hs-video-bnr-area-cust-mod.bnr-area .header-content h1.et_pb_module_header {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
}
.buy-rent-layout .hs-video-bnr-area-cust-mod.bnr-area .header-content span.et_pb_fullwidth_header_subhead {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
}

.sell-home-layout .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.sell-home-layout .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.sell-home-sec-one-flexi-col h3 {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin: 0;
}
.sell-home-sec-one-flexi-col {
  font-size: 25px;
  line-height: 2em;
  color: rgba(0,0,0,0.8);
}
.sell-home-sec-one-flexi-col h2 {
  font-family: 'Fredoka One',display;
  font-weight: 700;
  font-size: 55px;
  margin: 0;
}
.sell-home-sec-one-flexi-col h4 {
  margin: 0;
}
.sell-home-sec-one-flexi-col .hs_cos_wrapper_type_module {
  display: block;
  margin-bottom: 2.75%;
}
.sell-home-sec-one-flexi-col .hs_cos_wrapper_type_module:last-child {
  margin-bottom: 0;
}
.sell-home-sec-one-flexi-col .hs_cos_wrapper_type_module:last-child .horiznt-wrapper {
  margin-bottom: 0;
}
.sell-home-sec-one-flexi-col .hs_cos_wrapper_type_module:last-child .horiznt-wrapper hr {
  background-color: #000000;
}
.sell-home-sec-one-flexi-col p em {
  font-size: 14px;
  font-weight: 500;

}
.sell-home-sec.sell-home-sec-three h3 {
  margin: 0;
}
.sell-home-sec.sell-home-sec-three h2 {
  margin: 0;
}
.sell-home-sec.sell-home-sec-three p {
  font-size: 25px;
  line-height: 2em;
  color: rgba(0,0,0,0.8);
}
.sell-home-sec.sell-home-sec-three .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.sell-home-layout a.et_pb_button {
  color: #ffffff!important;
  background: #33a6b2;
  font-size: 20px;
  background-color: #33a6b2;
  box-shadow: none;
}
.sell-home-layout a.et_pb_button:hover {
  border-color: transparent;
}
.sell-home-layout a.et_pb_button:after {
  content: "\35";
  font-size: 1.6em !important;
  line-height: 1 !important;
  right: 6px;
  top: 6px;
}
.sell-home-layout a.et_pb_button:hover:after {
  opacity: 1;
  margin-left: 0;
}
.sell-home-sec.sell-home-sec-three h4 {
  margin: 0;
}
.sell-home-sec.sell-home-sec-three .hs_cos_wrapper_type_module:last-child {
  margin-bottom: 0;
}
.cnt-with-backgrnd {
  height: 100vh;
}

.serve-support-sec.serve-support-sec-one .serve-support-sec-one-flexi-col h3 {
  margin: 0;
}
.serve-support-sec.serve-support-sec-one .serve-support-sec-one-flexi-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.serve-support-sec.serve-support-sec-one .serve-support-sec-one-flexi-col .hs_cos_wrapper_type_module p {
  font-size: 20px;
}
.serve-support-sec.serve-support-sec-one .serve-support-sec-one-flexi-col .hs_cos_wrapper_type_module h4 {
  margin: 0;
}
.serve-support-sec.serve-support-sec-one .serve-support-sec-one-flexi-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}
.serve-support-sec.serve-support-sec-three .page-center {
  padding: 0;
}
.hs-tw-col-eq-with-img .inner-wrapper {
  padding: 27px 0;
}
.hs-tw-col-eq-with-img .inner-wrapper .column {
  float: left;
  width: 47.25%;
}
.hs-tw-col-eq-with-img .inner-wrapper:after,
.hs-tw-col-eq-with-img .inner-wrapper:before {
  display: block;
  content: "";
  clear: both;
}
.hs-tw-col-eq-with-img .inner-wrapper.right .img-wrapper {
  float: right;
}
.hs-tw-col-eq-with-img .inner-wrapper.right .left-col {
  margin-right: 5.5%;
}
.hs-tw-col-eq-with-img .inner-wrapper.left .img-wrapper {
  margin-right: 5.5%;
}
.hs-tw-col-eq-with-img .inner-wrapper .column .title-wrapper {
  margin-bottom: 5.82%;
  font-size: 26px;
  padding-bottom: 10px;
  color: #333;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: rgba(0,0,0,0.8)!important;
  font-family: "Open Sans",Arial,sans-serif;
}
.hs-tw-col-eq-with-img .inner-wrapper .cont-wrapper p {
  color: rgba(0,0,0,0.64);
  font-size: 20px;
}
.hs-tw-col-eq-with-img .inner-wrapper .cont-wrapper h4 {
  margin: 0;
}
.hs-tw-col-eq-with-img .inner-wrapper .cont-wrapper p img.emoji {
  display: inline;
  border: none;
  box-shadow: none;
  height: 1em;
  width: 1em;
  margin: 0 .07em;
  vertical-align: -0.1em;
  background: none;
  padding: 0;
}

.hs-tw-col-right-with-form .inner-wrapper:after, 
.hs-tw-col-right-with-form:before {
  content: "";
  display: block;
  clear: both;
}
.serve-support-sec-four-flexi-col .horiznt-wrapper {
  margin: 0;
}

.hs-tw-col-right-with-form .inner-wrapper .column {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
}
.hs-tw-col-right-with-form .inner-wrapper .right-col.column {
  margin-right: 0;
}
.hs-tw-col-right-with-form .inner-wrapper .right-col.column .form-title h4.subhead {
  margin: 0;
  text-align: center;
}
.hs-tw-col-right-with-form .inner-wrapper .right-col.column h3.form-title {
  margin: 0;
  padding: 0;
}
.hs-tw-col-right-with-form .inner-wrapper .right-col.column div.form-title {
  margin-bottom: 5.82%;
}
.hs-tw-col-right-with-form .inner-wrapper .right-col.column .actions {
  margin-bottom: 0;
}
.hs-tw-col-right-with-form .inner-wrapper .column .img-wrapper {
  margin-bottom: 5.82%;
}
.serve-support-sec.serve-support-sec-six {
  background-color: #000000;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-left-flexi-col h3 {
  margin: 0;
  color: #fff;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-left-flexi-col h5 {
  margin: 0;
  color: #fff;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col {
  text-align: center;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col h5 {
  margin: 0;
  color: #fff;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col a.et_pb_button {
  color: rgba(255,255,255,0.83)!important;
  font-size: 18px;
  background-color: rgba(224,43,32,0.95);
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col a.et_pb_button:before {
  content: none;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col a.et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col a.et_pb_button:after {
  content: attr(data-icon);
  color: #fff;
  line-height: 1.7em;
  font-size: 1em!important;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col a.et_pb_button:hover:after {
  opacity: 1;
  margin-left: -1em;
  left: auto;
  margin-left: .3em;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col .hs_cos_wrapper_type_module {
  margin-bottom: 5.82%;
}
.serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}


.new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
  font-weight: 700;
  font-size: 60px !important;
  color: #e09900 !important;
  text-align: center;
}
.new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
  font-weight: 600;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
}
.new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content .et_pb_header_content_wrapper p {
  padding: 0;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  font-size: 25px;
  color: rgba(255,255,255,0.86);
}
.new-cnsrt-sec-one-left-col {
  padding-right: 1.45%;
}
.new-cnsrt-sec-one-rt-col h2 {
  margin: 0;
}
.new-cnsrt-sec-one-rt-col ul {
  line-height: 26px;
  color: rgba(0,0,0,0.64);
  font-size: 20px;
  padding: 0 0 23px 1em;
  margin: 0;
}
.new-cnsrt-sec-one-rt-col {
  padding-left: 1.45%;
}
.new-cnsrt-sec-one-rt-col .hs_cos_wrapper_type_module {
  margin-bottom: 5.82%;
}
.new-cnsrt-sec-one-rt-col h4 {
  margin: 0;
}
.new-cnsrt-sec-one-rt-col .horiznt-wrapper hr {
  background-color: #e09900;
  margin-top: -3px;
}

.new-cnsrt-sec-two-full-width-col h2 {
  margin: 0;
}
.new-cnsrt-sec-one-rt-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}
.new-cnsrt-sec-one-rt-col .hs_cos_wrapper_type_module:last-child ul {
  padding-bottom: 1em;
}
.new-cnsrt-sec-two .page-center {
  padding: 0px !important;
}
.new-cnsrt-sec-two .new-cnsrt-sec-two-full-width-col {
  padding: 27px 0;
}
.new-cnsrt-sec-two .widget-type-widget_container {
  text-align: center;
}
.new-cnsrt-sec-two .new-cnsrt-sec-two-left-flexi-col a.et_pb_button {
  color: #ffffff!important;
  font-size: 22px;
  background-color: #0a8873;
}
.new-cnsrt-sec-two .sec-tw-two-col-eq {
  padding: 27px 0;
}
.new-cnsrt-sec-two .sec-tw-two-col-eq a.et_pb_button:before {
  content: none;
}
.new-cnsrt-sec-two a.et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid transparent;
}
.new-cnsrt-sec-two .sec-tw-two-col-eq a.et_pb_button:after {
  font-size: 1.6em;
}
.new-cnsrt-sec-two a.et_pb_button:hover:after {
  margin-left: 0;
  opacity: 1;
}
.new-cnsrt-sec-two .new-cnsrt-sec-two-rt-flexi-col a.et_pb_button {
  color: #ffffff;
  font-size: 22px;
  background-color: #e09900;
}

.new-cnsrt-lyt .cnt-with-backgrnd .header-content h1.et_pb_module_header {
  font-size: 25px !important;
}
.new-cnsrt-lyt .cnt-with-backgrnd .header-content a.et_pb_button {
  color: #ffffff!important;
  background: #e09900;
  border-color: #ffffff;
  font-size: 20px;
  background-color: #e09900;
  box-shadow: none;
  padding: .3em 1em;
}
.new-cnsrt-sec-four {
  background-color: #0a8873;
  color: #fff;
}
.new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col h3 {
  color: #fff;
  letter-spacing: 2px;
  font-family: "Open Sans",Arial,sans-serif;
  margin: 0;
}
.new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col p {
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.8);
}
.new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col form {
  width: 47.25%;
  margin: auto;
}
form {
  -webkit-font-smoothing: auto;
}
.new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col span.hs_cos_wrapper_type_form {
  display: block;
  padding: 27px 0;
}
.new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col .horiznt-wrapper {
  margin: 0;
}


.full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col h3 {
  margin: 0;
}
.full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col p {
  font-size: 20px;
  color: rgba(0,0,0,0.64);
}
.full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col h4 {
  margin: 0;
}
.full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}

.rnv-lns-sec .rnv-lns-col h3 {
  margin: 0;
}
.rnv-lns-sec .rnv-lns-col .hs_cos_wrapper_type_module {
  color: rgba(0,0,0,0.64);
  font-size: 20px;
  line-height: 2em;
  text-align: center;
  margin-bottom: 2.75%;
}
.rnv-lns-sec .rnv-lns-col .hs_cos_wrapper_type_module p img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.rnv-lns-sec .rnv-lns-col .hs_cos_wrapper_type_module p {
  color: rgba(0,0,0,0.64);
  text-align: left;
}
.rnv-lns-sec .rnv-lns-col .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}
.et_pb_section.rnv-lns-sec.rnv-lns-sec-three .rnv-lns-sec-three-col .hs_cos_wrapper_type_module {
  line-height: 2em;
  color: rgba(0,0,0,0.64);
  font-size: 20px;
  text-align: center;
}
.rnv-lns-sec.rnv-lns-sec-two .page-center {
  padding: 0 !important;
}
.rnv-lns-sec.rnv-lns-sec-two .page-center .hs-tw-col-eq-with-img .inner-wrapper {
  padding-bottom: 0;
}
.rnv-lns-sec.rnv-lns-sec-three .page-center {
  padding: 0 !important;
}


.real-estate-lyt .hs-bnr-area-cust-mod .inner-bnr-area .header-content h1.et_pb_module_header {
  font-size: 35px !important;
}
.real-estate-sec-one .real-estate-sec-one-col h4 {
  margin: 0;
}
.real-estate-sec-one .real-estate-sec-one-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
  font-size: 20px;
  line-height: 2em;
  text-align: center;
}
.real-estate-sec-two {
  background-color: #000000;
}
.real-estate-sec-one .real-estate-sec-one-col .hs_cos_wrapper_type_module:last-child {
  margin-bottom: 0;
}
.real-estate-sec-two .real-estate-sec-two-col h2 {
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}
.real-estate-sec-two .real-estate-sec-two-col form .hs-richtext {
  text-align: center;
  color: rgba(255,255,255,0.8);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 27px;
  -webkit-font-smoothing: antialiased;
}
.real-estate-sec-two .real-estate-sec-two-col form .hs-form-field {
  width: 47.25%;
  margin: auto;
}
.real-estate-sec-two .real-estate-sec-two-col form .hs-submit {
  width: 47.25%;
  margin-left: auto;
  margin-right: auto;
}
.real-estate-sec-two .real-estate-sec-two-col form .hs-form-field {
  width: 47.25%;
  margin: auto;
  margin-bottom: 18px;
}
.real-estate-sec-two .real-estate-sec-two-col form .hs_error_rollup {
  width: 47.25%;
  margin: auto;
}
.new-home-sec-one .new-home-sec-one-col h2 {
  margin: 0;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module {
  padding: 27px 0;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:first-child {
  padding-top: 0;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:not(:first-child) h2 {
  font-family: 'Fredoka One',display;
  font-weight: 700;
  font-size: 55px;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:not(:first-child) p {
  color: rgba(0,0,0,0.64);
  font-size: 25px;
  line-height: 2em;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:not(:first-child) h4 {
  margin: 0;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:not(:first-child) h3 {
  margin: 0;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:last-child {
  padding-bottom: 0;
  padding-top: 3px;
}
.new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:last-child .horiznt-wrapper {
  margin: 0;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module h2 {
  margin: 0;
  font-weight: 700;
  color: #196674!important;
  text-align: center;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
  text-align: center;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module .hs_cos_wrapper_type_linked_image {
  display: block;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.new-home-sec-two-col .hs_cos_wrapper_type_module p {
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module a.et_pb_button {
  color: #ffffff!important;
  border-color: #ffffff;
  background-color: #196674;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module a.et_pb_button:hover {
  padding: .3em 2em .3em .7em;
  border: 2px solid #ffffff;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module a.et_pb_button:before {
  content: none;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module a.et_pb_button:hover:after {
  margin-left: 0;
  opacity: 1;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module:last-child {
  margin-bottom: 0;
}
.new-home-sec-two-col .hs_cos_wrapper_type_module:last-child .horiznt-wrapper {
  margin: 0;
}
.new-home-sec-three .hs-tw-col-right-with-form .right-col.column form {
  padding-top: 11px;
}
.new-home-sec-three .hs-tw-col-right-with-form {
  padding-bottom: 55px;
}
.new-home-sec-three h4 {
  margin: 0;
}
.serve-support-sec.serve-support-sec-six.new-home-sec-five .serve-support-sec-six-rt-flexi-col a.et_pb_button {
  color: rgba(0,0,0,0.83) !important;
  font-size: 18px;
  background-color: rgba(224,153,0,0.95);
}
.serve-support-sec.serve-support-sec-six.new-home-sec-five .serve-support-sec-six-rt-flexi-col a.et_pb_button:after {
  color: rgba(0,0,0,0.83) !important;
}

.fnd-new-hm-lyt .img-gal-grp .hs_cos_gallery_main .slick-slide {
  padding-bottom: 4.67%;
}

.fnd-new-hm-lyt .img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
  padding: 14% 8%;
  left: 0;
  right: 0;
}


.mrtg-app-lyt .body-container-wrapper h4 {
  margin: 0;
}
.mrtg-app-lyt .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-1 .hs_cos_wrapper_type_module {
  margin: 0;
}
.mrtg-app-lyt .body-container-wrapper .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.mrtg-app-lyt .body-container-wrapper .hs_cos_wrapper_type_module:last-child {
  margin-bottom: 0;
}
.mrtg-app-lyt .body-container-wrapper .hs_cos_wrapper_type_module:last-child .horiznt-wrapper {
  margin: 0;
}
.et_pb_section.mrtg-app-sec-three .page-center {
  padding-top: 0;
}

.et_pb_section.contact-sec-one .contact-sec-one-col h4 {
  margin: 0;
}
.et_pb_section.contact-sec-one .contact-sec-one-col .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.cntct-sec-one-two-col-eq-grp {
  padding: 27px 0;
}
.cntct-sec-one-two-col-eq-grp .contact-sec-one-lft-col {
  padding-right: 16px;
}
.cntct-sec-one-two-col-eq-grp .contact-sec-one-rt-col {
  padding-left: 16px;
}
.cntct-sec-one-two-col-eq-grp .contact-sec-one-rt-col h4 {
  margin: 0;
}
.cntct-sec-one-two-col-eq-grp .contact-sec-one-rt-col .hs_cos_wrapper_type_module {
  margin-bottom: 5.82%;
}
.et_pb_section.contact-sec-one .page-center {
  padding-bottom: 0 !important;
}
.et_pb_section.contact-sec-two .page-center {
  padding-top: 0;
}
.et_pb_section.contact-sec-two .page-center .contact-sec-two-col h4 {
  margin: 0;
}

.et_pb_section.contact-address {
  background-color: #000000!important;
}
.et_pb_section.contact-address .column {
  width: 47.25%;
  float: left;
}
.et_pb_section.contact-address .page-center:after, 
.et_pb_section.contact-address .page-center:before {
  content: "";
  display: block;
  clear: both;
}
.et_pb_section.contact-address .left-col.column {
  margin-right: 5.5%;
  text-align: center;
}
.et_pb_section.contact-address h4 {
  margin: 0;
  color: #fff;
}
.et_pb_section.contact-address h4 img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.et_pb_section.va-loan-sec-one h3 {
  margin: 0;
}
.et_pb_section.va-loan-sec-one .hs_cos_wrapper_type_module {
  margin-bottom: 2.75%;
}
.et_pb_section.va-loan-sec-one .hs_cos_wrapper_type_module p {
  color: rgba(0,0,0,0.64);
  font-size: 20px;
}
.et_pb_section.va-loan-sec-one .hs_cos_wrapper_type_module h4 {
  margin: 0;
}
.et_pb_section.va-loan-sec-one h2 {
  margin: 0;
}
.et_pb_section.va-loan-sec-one .hs_cos_wrapper_type_module:last-child {
  margin: 0;
}
.va-loan-lyt .hs-tw-col-right-with-form {
  padding-top: 24px;
}
.va-loan-lyt .hs-tw-col-right-with-form .inner-wrapper h4.subhead {
  font-size: 22px;
}

.et_pb_section.va-loan-sec-two .va-loan-sec-two-col .horiznt-wrapper hr {
  background-color: #000000;
  height: 1px;
}
.hm-pg-sec.hm-pg-sec-seven .sec-seven-flexi-col .horiznt-wrapper {
  margin: 0;
}
.veterans-sec-one .veterans-sec-one-col p img.emoji {
  display: inline;
  border: none;
  box-shadow: none;
  height: 1em;
  width: 1em;
  margin: 0 .07em;
  vertical-align: -0.1em;
  background: none;
  padding: 0;
}
.veterans-sec-one .veterans-sec-one-col p {
  color: rgba(0,0,0,0.8);
  font-size: 25px;
}
.veterans-sec-one .veterans-sec-one-col h4 {
  margin: 0;
}
.veterans-sec-three h3 {
  margin: 0;
  text-align: center;
}
.veterans-sec-three p {
  line-height: 2em;
  font-size: 25px;
  text-align: center;
}
.veterans-sec-three h2 {
  margin: 0;
}
.veterans-lyt .cnt-with-backgrnd.bnr-area .inner-bnr-area a.et_pb_button {
  color: #ffffff!important;
  background: #4b5320;
  font-size: 20px;
  background-color: #4b5320;
  box-shadow: none;
}
.veterans-lyt .cnt-with-backgrnd.bnr-area .inner-bnr-area a.et_pb_button:after {
  content: "\35";
  font-size: 1.6em !important;
  opacity: 0;
  display: inline-block;
  right: 6px;
  top: 6px;
  line-height: 1;
}
.veterans-lyt .cnt-with-backgrnd.bnr-area .inner-bnr-area a.et_pb_button:hover:after {
  opacity: 1;
  margin-left: 0;
}
.veterans-lyt .cnt-with-backgrnd.bnr-area .inner-bnr-area a.et_pb_button:hover {
  border-color: transparent;
}

.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.cntct-us-lyt hr {
  background-color: rgba(0,0,0,0.6);
}

.et_pb_section.contact-address.hm-contact-address .right-col.column {
  text-align: center;
}
.et_pb_section.contact-address.hm-contact-address .right-col.column .rt-col-cnt {
  margin-bottom: 13.52%;
}
.et_pb_section.contact-address.hm-contact-address .et_pb_audio_module_content.et_audio_container {
  padding: 50px 60px;
}

#hubspot-author_data a {
  color: #666;
  text-decoration: none;
}

.section.post-header h1 {
  margin: 0;
}
.hs-blog-post .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.blog-post-wrapper .post-body {
  padding: 54px 0;
  font-size: 18px;
}
.blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 27px 0;
}

.section.post-footer form {
  padding-top: 75px;
  padding-bottom: 50px;
  margin-bottom: 17px;
  -webkit-font-smoothing: antialiased;
}
.section.post-footer form h3#reply-title {
  margin-bottom: 0;
}
.section.post-footer form .hs-form-field > label {
  display: none;
}
.section.post-footer form p.comment-notes {
  padding-bottom: 1em;
}
.section.post-footer form textarea {
  height: 200px !important;
}
.pc .section.post-footer form textarea {
  font-family: monospace;
}
.section.post-footer form .hs-input {
  padding: 12px;
  border-width: 0;
  color: #999;
  background-color: #eee;
  font-size: 18px;
  max-width: 100%;
  border-radius: 0;
  height: auto;
}
.mac .section.post-footer form .hs-input {
  font-family: system-ui;
}
.section.post-footer form .actions {
  text-align: right;
  padding-right: 0;
  margin-top: 0;
  padding-top: 1px;
}
.section.post-footer form .hs-form-field {
  margin-bottom: 13px;
}
.section.post-footer form .hs-button {
  color: #2ea3f2;
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.section.post-footer form .hs-button:hover {
  background: rgba(0,0,0,.05);
  border: 2px solid transparent;
}
.mac .section.post-footer form .hs-button,
.mac .blog-sidebar-search form input#searchsubmit {
  font-family: system-ui;
}
@-moz-document url-prefix() {
  .mac .section.post-footer form .hs-button,
  .mac .blog-sidebar-search form input#searchsubmit {
    font-family: -apple-system;
  }
  .mac .section.post-footer form .hs-input {
    font-family: -apple-system;
  }
}


/* --- Audio Css --- */

.et_audio_container .mejs-container,.et_audio_container .mejs-container .mejs-controls,.et_audio_container .mejs-embed,.et_audio_container .mejs-embed body {
  height: auto;
  background: 0 0
}
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded,.et_audio_container .mejs-time.mejs-currenttime-container {
  display: none!important
}
.et_audio_container .mejs-time.mejs-currenttime-container.custom {
  display: block!important;
  margin-left: 10px;
  padding: 0;
  line-height: inherit
}
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
  top: 0;
  height: 4px;
  margin: 8px 0 0 0;
  border-radius: 5px;
  background: rgba(255,255,255,.5)
}
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(153,153,153,.5)
}
.et_audio_container .mejs-controls>div {
  height: 20px!important
}
.et_audio_container .mejs-controls div.mejs-time-rail {
  display: block!important;
  position: relative;
  padding-top: 0;
  order: 2;
}
.et_audio_container span.mejs-time-total.mejs-time-slider {
  display: block!important;
  position: relative!important;
  max-width: 100%
}
.et_audio_container .mejs-button.mejs-volume-button {
  width: auto;
  height: auto;
  margin-left: 10px;
  order: 4;
}
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 4px;
  border-radius: 5px;
  background: #fff
}
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #999
}
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  width: 10px;
  border: none
}
.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
  top: -3px
}
.et_audio_container .mejs-time-rail .mejs-time-handle-content {
  border-radius: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.et_audio_container .mejs-time-rail .mejs-time-hovered {
  height: 4px
}
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  top: -3px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff
}
.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  top: 5px
}
.et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 8px
}
.et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 18px
}
.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
  display: block!important;
  float: left;
  height: 19px;
  margin-left: 5px;
  order: 5;
}
.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
  height: 4px
}
.et_audio_container .mejs-playpause-button button,.et_audio_container .mejs-volume-button button {
  position: relative!important;
  z-index: 99;
  width: auto!important;
  height: auto!important;
  margin: 0!important;
  background: 0 0!important
}
.et_audio_container .mejs-playpause-button button:before {
  top: -8px;
  left: 0;
  font-size: 32px;
  content: "\45"!important
}
.et_audio_container .mejs-playpause-button button:before,.et_audio_container .mejs-volume-button button:before {
  color: #fff
}
.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
  color: #666
}
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle {
  background: #666
}
.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
  color: #999
}
.et_audio_container .mejs-playpause-button {
  width: auto!important;
  height: auto!important;
  margin-top: -7px!important;
  order: 1;
}
.et_audio_container .mejs-controls .mejs-button button:focus {
  outline: 0
}
.et_audio_container .mejs-playpause-button.mejs-pause button:before {
  content: "\60"!important
}
.et_audio_container .mejs-volume-button button:before {
  font-size: 18px;
  content: "\e068"
}
.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 14px
}
.et_audio_container .mejs-container .mejs-controls {
  padding: 0
}
.et_audio_container .mejs-time.mejs-currenttime-container {
  display: block!important;
  margin-left: 10px;
  padding: 0;
  line-height: inherit;
  order: 3;
}

.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
.et_pb_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none
}

.mejs-time {
  padding: 0 6px 0 !important;
}
.mejs-time.mejs-duration-container {
  padding-top: 0px !important;
  display: none;
}

.hs-video-bnr-area-cust-mod.bnr-area {
  background-position: center center;
  background-size: cover;
}

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

.cntct-us-lyt .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}
.cntct-us-lyt .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

.hdr-grp.lp-hdr-grp .btm-hdr-grp .page-center {
  min-height: 80px;
}

.hdr-grp.lp-hdr-grp .btm-hdr-grp .page-center .custom-logo div#et_top_search {
  display: none !important;
}

.hs-search-field {
  position: relative;
}
ul.hs-search-field__suggestions {
  padding: 5px !important;
  border: 1px solid #000 !important;
  background-color: #fff !important;
  position: absolute !important;
  left: 0;
  right: 0;
  z-index: 99;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0 !important;
  margin: 0 !important;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px !important;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px !important;
  margin: 0 !important;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000 !important;
}

.section.post-footer form .hs-input::-webkit-input-placeholder {color: #999;}
.section.post-footer form .hs-input:-moz-placeholder {color: #999;opacity: 1;}
.section.post-footer form .hs-input::-moz-placeholder {color: #999; opacity: 1;}
.section.post-footer form .hs-input:-ms-input-placeholder {color: #999;}

#hs-pwd-widget-password {
  height: auto !important;
  display: block;
  margin: 10px 0 15px !important;
}

.four-not-four .main-content h1 {
  margin: 0;
}

.hdr-search .hs-search-field.hs-search-field--open span.et_close_search_field {
  display: none;
}

div#comments-listing:empty {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-page a.et_pb_button.et_pb_button_one::after {
    font-size: 0.7em !important;
  }
}

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

@media (min-width: 981px) {
  .et_pb_section {
    padding: 4% 0;
  }
  .visible-mobile {
    display: none !important;
  }
  .custom-logo div#et_top_search {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #2ea3f2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #2ea3f2;
  }
  .blog .body-container-wrapper .page-center.content-wrapper:before {
    right: 20.875%!important;
  }
}
@media only screen and (min-width: 1350px) {
  .et_pb_section {
    padding: 54px 0;
  }
}


/* =============== Screen sizes smaller than .page-center =============== */
@media only screen and (max-width: 1349px) {
  .img-gal-grp .hs_cos_gallery_main .slick-slide {
    padding-bottom: 7.24%;
  }
  .hs-tw-col-eq-with-img .inner-wrapper {
    padding: 2.5% 0;
  }
  .new-cnsrt-sec-two .new-cnsrt-sec-two-full-width-col {
    padding: 2.5% 0;
  }
  .new-cnsrt-sec-two .sec-tw-two-col-eq {
    padding: 2.5% 0;
  }
  .new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col span.hs_cos_wrapper_type_form {
    padding: 2.5% 0;
  }
  .blog-post-wrapper .post-body {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .blog .blog-sidebar {
    padding-left: 48px;
  }
}
@media (max-width: 1050px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 14px;
  }
}

@media (max-width: 980px) {
  .et_pb_section.contact-address.hm-contact-address .et_pb_audio_module_content.et_audio_container {
    padding: 55px 60px 55px!important;
  }
  .et_pb_section {
    padding: 50px 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper div#et_top_search {
    display: none;
  }
  .toggle-search .custom-menu-primary .hs-menu-wrapper>ul {
    animation: none !important;
    opacity: 1 !important
  }
  .animation-rev .custom-menu-primary .hs-menu-wrapper>ul {
    animation: none
  }
  .custom-logo {
    min-height: 80px !important;
    width: 100% !important;
    position: relative;
  }
  .tp-hdr-col {
    padding-right: 0;
    padding-left: 0;
  }
  .tp-hdr-col .hs_cos_wrapper_type_rich_text {
    width: 80%;
    max-width: 1080px;
    margin: auto;
  }
  .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 30px;
  }
  .ftr-grp .page-center .ftr-col {
    text-align: center;
  }
  a.et_pb_button.et_pb_button_one.button1 {
    font-size: 16px;
  }
  a.et_pb_button.et_pb_button_one.button2 {
    font-size: 18px;
  }
  .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 22px;
  }
  .bnr-area {
    height: calc(100vh - 81px);
  }
  .hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column {
    width: 100%;
    float: none;
  }
  .hs-team-member-grp .hs-team-member-inr-grp.right .inner-wrapper .member-img-column img {
    width: 100%;
  }
  .hs-team-member-grp .hs-team-member-inr-grp.right .inner-wrapper .member-img-column {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hs-team-member-inr-grp .inner-wrapper {
    padding-bottom: 30px;
  }
  .hm-pg-sec.hm-pg-sec-one .sec-one-flexi-col .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 30px 0 0;
  }
  .horiznt-wrapper {
    margin-bottom: 30px;
    height: 23px;
  }
  .hm-pg-sec.hm-pg-sec-one {
    padding-bottom: 50px;
  }
  .container-fluid .row-fluid .page-center {
    padding: 30px 0;
  }
  .hs-services-grp .service-icons-wrapper .service-icon {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .hs-services-grp .service-icons-wrapper .service-icon:nth-child(even) {
    margin-right: 0;
  }
  .hs-services-grp .service-icons-wrapper .service-icon:nth-child(3n) {
    margin-bottom: 0;
  }
  .hs-services-grp .service-icons-wrapper .service-icon:last-child {
    margin-bottom: 0;
  }
  .hm-pg-sec.hm-pg-sec-three .page-center {
    padding: 0;
  }
  .hs-our-proces-grp .hs-our-process-inner-grp .process-column {
    width: 100%;
    float: none;
  }
  .cntnt-with-bg-video {
    height: 100vh !important;
  }
  .cntnt-with-bg-video h1.et_pb_module_header {
    font-size: 40px !important;
  }
  .cntnt-with-bg-video.bnr-area .inner-bnr-area .page-center {
    padding: 0;
  }
  .sec-six-left-flexi-col {
    padding-right: 0;
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }
  .sec-six-right-flexi-col {
    padding-left: 0;
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .sec-six-full-width-col a.et_pb_button {
    margin-bottom: 90px;
  }
  .et_pb_section.hm-pg-sec.hm-pg-sec-six .page-center {
    padding-bottom: 0;
  }
  .sec-seven-flexi-col .hs-form .hs-richtext p {
    font-size: 16px;
  }
  .sec-seven-flexi-col .hs-form .hs-form-field {
    margin-left: 0;
    margin-right: 0;
  }
  .sec-seven-flexi-col .hs-form .actions {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-video-bnr-area-cust-mod span.et_pb_section_video_bg {
    display: none;
  }
  .hs-video-bnr-area-cust-mod {
    background-position: center center;
    background-size: cover;
  }
  .cntnt-with-bg-video .inner-bnr-area .header-content-container.center span.et_pb_fullwidth_header_subhead {
    font-size: 18px !important;
  }
  .hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .title-wrapper {
    margin-bottom: 30px;
  }
  .hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .member-cnt {
    margin-bottom: 30px;
  }
  .img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose h2 {
    font-size: 26px;
    font-weight: 500!important;
  }
  .img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose p {
    font-size: 13px;
    font-weight: 400;
  }
  .hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-img-column {
    margin-bottom: 30px;
  }
  .img-gal-grp .hs_cos_gallery_main .slick-slide {
    min-height: 540px;
  }
  .full-width-lyt .main-cnt-grp .main-cnt-col p {
    font-size: 23px;
  }
  .serve-support-sec.serve-support-sec-one .serve-support-sec-one-flexi-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .cnt-with-backgrnd {
    height: 100vh;
  }
  .serve-support-sec.serve-support-sec-three .page-center {
    padding: 0;
  }
  .hs-tw-col-eq-with-img .inner-wrapper .column .title-wrapper {
    margin-bottom: 30px;
  }
  .hs-tw-col-eq-with-img .inner-wrapper.right .left-col {
    margin-right: 0;
  }
  .hs-tw-col-eq-with-img .inner-wrapper.right .img-wrapper {
    float: none;
    margin-bottom: 30px;
  }
  .hs-tw-col-eq-with-img .inner-wrapper.right .left-col {
    margin-right: 0;
    margin-bottom: 0;
  }
  .hs-tw-col-eq-with-img .inner-wrapper .column {
    float: none;
    width: 100%;
  }
  .hs-tw-col-eq-with-img .inner-wrapper.left .img-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hs-tw-col-right-with-form .inner-wrapper .column {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .hs-tw-col-right-with-form .inner-wrapper .column.left-col {
    margin-bottom: 30px;
  }
  .hs-tw-col-right-with-form .inner-wrapper .column .img-wrapper {
    margin-bottom: 30px;
  }
  .serve-support-sec.serve-support-sec-six .serve-support-sec-six-left-flexi-col {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col {
    text-align: center;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  .serve-support-sec.serve-support-sec-six .serve-support-sec-six-rt-flexi-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 40px !important;
  }
  .new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 25px !important;
  }
  .new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content .et_pb_header_content_wrapper p {
    font-size: 22px;
  }
  .new-cnsrt-sec-one-left-col {
    padding-right: 0;
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
  }
  .new-cnsrt-sec-one-rt-col {
    padding-left: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .new-cnsrt-sec-one-rt-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .new-cnsrt-sec-two .new-cnsrt-sec-two-full-width-col {
    padding: 30px 0;
  }
  .new-cnsrt-sec-two .sec-tw-two-col-eq {
    padding: 30px 0;
  }
  .new-cnsrt-sec-two .widget-type-widget_container {
    text-align: center;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .new-cnsrt-sec-two .new-cnsrt-sec-two-full-width-col .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-bottom: 30px;
  }
  .new-cnsrt-sec-two .new-cnsrt-sec-two-left-flexi-col {
    margin: 0 0 30px;
  }
  .new-cnsrt-lyt .cnt-with-backgrnd .header-content h1.et_pb_module_header {
    font-size: 22px !important;
  }
  .new-cnsrt-lyt .cnt-with-backgrnd .header-content a.et_pb_button {
    font-size: 18px;
  }
  .new-cnsrt-sec-four .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col form {
    margin: 0;
  }
  .full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .rnv-lns-sec .rnv-lns-col .hs_cos_wrapper_type_module {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .rnv-lns-sec.rnv-lns-sec-two .page-center .hs-tw-col-eq-with-img .inner-wrapper .left-col.column p {
    font-size: 18px;
  }
  .et_pb_section.rnv-lns-sec.rnv-lns-sec-three .rnv-lns-sec-three-col .hs_cos_wrapper_type_module {
    font-size: 18px;
  }
  .real-estate-lyt .hs-bnr-area-cust-mod .inner-bnr-area .header-content h1.et_pb_module_header {
    font-size: 30px !important;
  }
  .real-estate-sec-one .real-estate-sec-one-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 2em;
  }
  .real-estate-sec-two .real-estate-sec-two-col form .hs-richtext {
    font-size: 16px;
  }
  .real-estate-sec-two .real-estate-sec-two-col form .hs-form-field {
    width: 100%;
  }
  .real-estate-sec-two .real-estate-sec-two-col form .hs-richtext {
    margin-bottom: 60px;
  }
  .real-estate-sec-two .real-estate-sec-two-col form .hs-submit {
    width: 100%;
  }
  .fnd-new-hm-lyt .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 40px;
  }
  .new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:not(:first-child) p {
    font-size: 22px;
  }
  .mrtg-app-lyt .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 40px;
  }
  .mrtg-app-lyt .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 25px;
  }
  .mrtg-app-lyt .body-container-wrapper .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .et_pb_section.contact-sec-one .contact-sec-one-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .cntct-sec-one-two-col-eq-grp .contact-sec-one-lft-col {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .cntct-sec-one-two-col-eq-grp .contact-sec-one-rt-col {
    padding-left: 0;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .contact-sec-one-col {
    padding-bottom: 30px;
  }
  .et_pb_section.contact-address .left-col.column {
    margin-right: 0;
    text-align: center;
    margin-bottom: 68px;

  }
  .et_pb_section.contact-address .column {
    width: 100%;
    float: none;
  }
  .et_pb_section.contact-address .column .map-container div#gmap_canvas {
    height: 350px !important;
  }
  .et_pb_section.va-loan-sec-one .hs_cos_wrapper_type_module p {
    color: rgba(0,0,0,0.64);
    font-size: 18px;
  }
  .et_pb_section.va-loan-sec-one .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .veterans-sec-one .veterans-sec-one-col p {
    font-size: 22px;
  }
  .veterans-sec-three p {
    font-size: 22px;
  }
  .full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 0;
  }
  .sell-home-sec-one-flexi-col {
    font-size: 22px;
  }
  .sell-home-sec-one-flexi-col .hs_cos_wrapper_type_module {
    display: block;
    margin-bottom: 30px;
  }
  .sell-home-sec.sell-home-sec-three p {
    font-size: 23px;
  }
  .sell-home-sec.sell-home-sec-three .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:first-child {
    margin-bottom: 30px;
  }
  .new-home-sec-two-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
    text-align: center;
  }
  .real-estate-sec-two .real-estate-sec-two-col form .hs_error_rollup {
    width: 100%;
    margin: auto;
  }
  .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header br {
    display: none;
  }
  .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-left-flexi-col {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col h3.form-title {
    font-size: 18px;
  }
  .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form {
    padding: 5px 0 10px 2.8%;
  }
  .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col form .hs-input {
    max-width: 100%;
    width: 100%;
  }
  .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col .hs_cos_wrapper_type_module h2 {
    font-size: 18px;
  }
  .buy-rent-sec.buy-rent-sec-two .buy-rent-sec-two-right-flexi-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module {
    margin-bottom: 30px;
  }
  .buy-rent-sec.buy-rent-sec-five .buy-rent-sec-five-flexi-col p {
    font-size: 22px;
  }
  .visible-desktop {
    display: none !important;
  }
  div#et_top_search {
    margin: 34px 36px 0 0;
  }
  .hdr-search .hs-search-field .hs-search-field__bar form {
    width: 50%;
  }
  .blog .body-container-wrapper .page-center.content-wrapper:before {
    content: none;
  }
  .blog .blog-sidebar {
    padding-left: 0;
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 30px;
  }
  .blog .blog-content {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .blog-sidebar-search form input.hs-search-field__input {
    max-width: 100%;
  }
  .cntct-us-lyt .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 30px !important;
  }
  .cntct-us-lyt .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 20px !important;
  }
  .sell-home-layout .hs-video-bnr-area-cust-mod .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 30px !important;
  }
  .hs-video-bnr-area-cust-mod.bnr-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .hs-our-proces-grp .hs-our-process-inner-grp.right .process-img-wrapper {
    float: none;
  }
}

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

@media (max-width: 767px) {
  .cntnt-with-bg-video h1.et_pb_module_header {
    font-size: 30px !important;
  }
  .sec-six-full-width-col a.et_pb_button {
    font-size: 16px!important;
  }
  .sec-seven-flexi-col .hs-form .hs-richtext p {
    font-size: 14px;
  }
  .sec-seven-flexi-col .hs-form .hs-richtext {
    padding-bottom: 30px;
  }
  .sec-seven-flexi-col .hs-form .hs-form-field {
    width: 55%;
  }
  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 {
    width: 100%;
    max-width: 100%;
  }
  .sec-seven-flexi-col .hs-form {
    padding-bottom: 66px;
  }
  .tp-hdr-col .hs_cos_wrapper_type_rich_text {
    text-align: center;
  }
  .hs-video-bnr-area-cust-mod.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 25px;
  }
  .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 20px;
  }
  a.et_pb_button.et_pb_button_one.button1 {
    font-size: 14px;
  }
  a.et_pb_button.et_pb_button_one.button2 {
    font-size: 14px;
  }
  .hs-team-member-grp .hs-team-member-inr-grp .inner-wrapper .member-column .member-cnt p {
    font-size: 16px;
  }
  .hs-video-bnr-area-cust-mod.bnr-area.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 18px;
  }
  .full-width-lyt .hs-video-bnr-area-cust-mod.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 28px;
  }
  .full-width-lyt .hs-video-bnr-area-cust-mod.bnr-area.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 20px;
  }
  .full-width-lyt .main-cnt-grp .main-cnt-col p {
    font-size: 18px;
  }
  .serve-support-sec.serve-support-sec-one .serve-support-sec-one-flexi-col .hs_cos_wrapper_type_module p {
    font-size: 18px;
  }
  .hs-tw-col-eq-with-img .inner-wrapper .cont-wrapper p {
    font-size: 18px;
  }
  .new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 30px !important;
  }
  .new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 20px !important;
  }
  .new-constrt-bne-area .inner-bnr-area .page-center .header-content-container.center .header-content .et_pb_header_content_wrapper p {
    font-size: 18px;
  }
  .new-cnsrt-lyt .cnt-with-backgrnd .header-content h1.et_pb_module_header {
    font-size: 18px !important;
  }
  .new-cnsrt-sec-four .new-cnsrt-sec-four-flexi-col form {
    width: 100%;
    margin: 0;
  }
  .full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col p {
    font-size: 18px;
  }
  .full-width-tp-btm-pn-lyt .full-width-sec .main-cnt-col .hs_cos_wrapper_type_module:last-child p {
    font-size: 20px;
  }
  .real-estate-lyt .hs-bnr-area-cust-mod .inner-bnr-area .header-content h1.et_pb_module_header {
    font-size: 25px !important;
  }
  .real-estate-lyt .hs-bnr-area-cust-mod .inner-bnr-area .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 18px !important;
  }
  .real-estate-sec-one .real-estate-sec-one-col .hs_cos_wrapper_type_module {
    font-size: 16px;
  }
  .real-estate-sec-two .real-estate-sec-two-col form .hs-richtext {
    font-size: 14px;
  }
  .fnd-new-hm-lyt .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 30px;
  }
  .fnd-new-hm-lyt .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 18px;
  }
  .new-home-sec-one .new-home-sec-one-col .hs_cos_wrapper_type_module:not(:first-child) p {
    font-size: 18px;
  }
  .mrtg-app-lyt .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content h1.et_pb_module_header {
    font-size: 30px;
  }
  .mrtg-app-lyt .bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 25px;
  }
  .et_pb_section.contact-address .column .map-container div#gmap_canvas {
    height: 220px !important;
  }
  .veterans-sec-one .veterans-sec-one-col p {
    font-size: 18px;
  }
  .veterans-sec-three p {
    font-size: 16px;
  }
  .full-width-lyt .main-cnt-grp .main-cnt-col .hs_cos_wrapper_type_module:last-child a.et_pb_button {
    font-size: 18px;
  }
  .sell-home-sec-one-flexi-col {
    font-size: 16px;
  }
  .sell-home-layout a.et_pb_button {
    font-size: 18px;
  }
  .sell-home-layout a.et_pb_button:after {
    font-size: 18px!important;
  }
  .sell-home-sec.sell-home-sec-three p {
    font-size: 18px;
  }
  .cntct-sec-one-two-col-eq-grp .contact-sec-one-rt-col .hs_cos_wrapper_type_module:last-child {
    margin: 0;
  }
  .et_pb_section.contact-sec-two .page-center {
    padding-top: 0;
  }
  .fnd-new-hm-lyt .et_pb_section.new-home-sec-five a.et_pb_button {
    font-size: 16px !important;
  }
  .veterans-lyt .cnt-with-backgrnd.bnr-area .inner-bnr-area a.et_pb_button {
    font-size: 18px;
  }
  .buy-rent-sec-one-flexi-col {
    font-size: 20px;
    text-align: center;
  }
  .buy-rent-sec-four-flexi-col .hs_cos_wrapper_type_module a.et_pb_button {
    font-size: 18px!important;
  }
  .buy-rent-sec.buy-rent-sec-five .buy-rent-sec-five-flexi-col p {
    font-size: 20px;
  }
  .buy-rent-layout .hs-video-bnr-area-cust-mod.bnr-area {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
  }
  .buy-rent-layout .hs-video-bnr-area-cust-mod.bnr-area h1.et_pb_module_header {
    font-size: 30px !important;
  }
  .buy-rent-layout .hs-video-bnr-area-cust-mod.bnr-area.bnr-area .inner-bnr-area .page-center .header-content-container.center .header-content span.et_pb_fullwidth_header_subhead {
    font-size: 20px;
  }
  .img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose h2 {
    font-size: 20px;
    font-weight: 500!important;
  }
  .img-gal-grp .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose p {
    font-size: 14px;
    font-weight: 400;
  }
  .img-gal-grp .hs_cos_gallery_main:hover .slick-next {
    right: 0px;
  }
  .img-gal-grp .hs_cos_gallery_main:hover .slick-prev {
    left: 0;
  }
  .hdr-search {
    width: 100% !important;
    float: none !important;
  }
  .post-header h2 {
    margin: 0;
    font-size: 18px;
  }
  .blog-pagination a {
    display: block;
    margin: 5px 0;
    float: none !important;
  }
  .blog-post-wrapper .post-body .hs_cos_wrapper_type_rich_text img {
    float: none !important;
    margin-left: 0 !important;
    width: auto !important;
    display: block;
  }
  .et_pb_section.contact-address.hm-contact-address .et_pb_audio_module_content.et_audio_container {
    padding: 30px!important;
  }
  .et_audio_container .mejs-time.mejs-currenttime-container span.mejs-currenttime {
    font-size: 14px!important;
  }
}


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

@media (max-width: 479px) {
  .hs-services-grp .service-icons-wrapper .service-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec-seven-flexi-col .hs-form .hs-form-field {
    width: 85%;
  }
  .tp-hdr-col span#et-info-phone {
    display: block;
  }
  .et_pb_section.contact-address .column .map-container div#gmap_canvas {
    height: 200px !important;
  }
  a.et_pb_button.et_pb_button_one.button2 {
    margin-left: 0;
  }
  .post-header h2 {
    margin: 0;
    font-size: 16px;
  }
  .mejs-container .mejs-controls div {
    position: absolute;
  }
  .mejs-button.mejs-volume-button {
    top: 30px;
    right: 65px;
  }
  a.mejs-horizontal-volume-slider {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .mejs-time.mejs-currenttime-container {
    top: 30px;
  }
  .mejs-controls div.mejs-time-rail {
    width: 100%!important;
    padding-left: 30px;
  }
}