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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); 
@font-face {
    font-family: 'dm-font';
    src: url("//cdn2.hubspot.net/hubfs/4815816/JOMA_Construction_March2019/Fonts/Dm%20Fonts/dm-font.woff"),
    url("//cdn2.hubspot.net/hubfs/4815816/JOMA_Construction_March2019/Fonts/Dm%20Fonts/dm-font.ttf"),
    url("//cdn2.hubspot.net/hubfs/4815816/JOMA_Construction_March2019/Fonts/Dm%20Fonts/dm-font.svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'dm-social-font';
    src: url("//cdn2.hubspot.net/hubfs/4815816/JOMA_Construction_March2019/Fonts/Dm%20Social/dm-font.woff"),
    url("//cdn2.hubspot.net/hubfs/4815816/JOMA_Construction_March2019/Fonts/Dm%20Social/dm-font.ttf"),
    url("//cdn2.hubspot.net/hubfs/4815816/JOMA_Construction_March2019/Fonts/Dm%20Social/dm-font.svg");
    font-weight: normal;
    font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* =============== Base =============== */
* {
    border: 0 solid #37b0ba;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none;
}
html {
    font-family: Source Sans Pro;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #4c4c4c;
  font-family: Roboto, "Sans-Serif";
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

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


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

/* Basic text */
p {} 
small {}
b, strong {
    font-weight: bold;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: 100;
  color: #4c4c4c;
  font-family: Roboto, "Sans-Serif";
  margin: 0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
  line-height: 150%;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 30px;
  line-height: 150%;
}
h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

/* Anchor Links */
a { 
  text-decoration: none;
  color: rgb(93, 93, 93);
}
a:hover, a:focus { }

/* Lists */
ul, ol {
  margin-left: 0px;
  margin-right: 0px;
}
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 {}

.custom-header {
    width: 100% !important;
}
.custom-header .top-header {
    position: fixed!important;
    z-index: 99999;
    width: 100% !important;
}
.top-header > div {
    color: #ffffff;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 88px;
    background-color: rgba(0, 0, 0, 0) !important;
}
.top-header>div>.row-fluid {
    padding: 3px 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid !important;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
}
.top-header > div > .row-fluid:before, .top-header > div > .row-fluid:after {
    display: none;
}
.custom-header .client_menu {
    vertical-align: top;
    position: relative;
    width: 16.66667%;
    margin: 0;
    padding-left: 0.75%;
    padding-right: 0.75%;
    float: left;
    display: block;
    height: auto;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}


.custom-header .contact_menu {
    margin: 0;
    vertical-align: top;
    position: relative;
    width: 16.66667%;
    float: left;
    display: block;
    height: auto;
    padding-right: 0;
    padding-left: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
.client_menu a {
    border: 0;
    white-space: nowrap;
    line-height: 22px;
    cursor: pointer;
    box-shadow: none;
    background-image: none;
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: rgba(255,255,255,1);
    text-align: center;
    position: relative;
    height: 33px;
    padding-top: 3px;
    padding-left: 20px;
    display: block;
    max-width: 120px;
    margin-right: 0 !important;
    margin-left: auto !important;
}
.contact_menu a {
    border: 0;
    white-space: nowrap;
    line-height: 22px;
    cursor: pointer;
    box-shadow: none;
    background-image: none;
    text-decoration: none;
    border-radius: 0px ;
    -moz-border-radius: 0px ;
    -webkit-border-radius: 0px ;
    background-color: rgba(255, 255, 255, 1) ;
    text-align: center ;
    display: block ;
    max-width: 150px ;
    position: relative ;
    height: 33px ;
    padding-left: 20px ;
}
.link_icon span.iconBg {
    position: absolute;
    left: 0;
    width: 50px;
    top: 50%;
    margin-top: -13px;
    color: #ffffff;
    display: inline !important;
}
.link_icon span.iconBg span {
    font-family: FontAwesome!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    background-position: 0% 0%;
    background-repeat: repeat;
    vertical-align: baseline;
    font-size: 26px;
    color: rgba(140, 140, 140, 1) !important;
    fill: rgba(140, 140, 140, 1) !important;
    height: 26px;
    margin-top: -13px;
    line-height: normal;
    text-align: center;
}
.icon-user:before {
    content: "\f007";
}
.link_icon a > span + span {
    max-width: 98%;
    line-height: normal;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    color: rgba(140, 140, 140, 1) !important;
    font-size: 14px !important;
  padding: 10px 7px;
}
.client_menu.link_icon a > span + span {
  padding: 7px 7px;
}
.client_menu.link_icon span.iconBg {
  top: 20px;
  width: 30px;
}
.client_menu.link_icon span.iconBg span {
  font-size: 16px;
}
.link_icon a:hover {
    background-color: rgba(255, 206, 40, 1) !important;
    background-image: none !important;
}
.link_icon a:hover span {
    color: rgba(51, 51, 51, 1) !important;
    fill: rgba(51, 51, 51, 1) !important;
}

.custom-header .bottom-header {
    padding-top: 88px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.bottom-header > div > .row-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.bottom-header > div > .row-fluid:before, .bottom-header > div > .row-fluid:after {
    display: none;
}
.custom-header .custom-logo {
    text-align: start;
    color: rgb(76, 76, 76);
    padding-right: 1.5%;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    position: relative;
    width: 16.66667%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
.custom-logo > div {
    text-align: start;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 181px;
    width: calc(100% - 46px) !important;
  width: -webkit-calc(100% - 46px) !important;
  width: -moz-calc(100% - 46px) !important;
  width: -ms-calc(100% - 46px) !important;
}
.custom-logo img {
    width: 100%;
}
.bottom-header > div {
    border-bottom-width: 1px ;
    border-bottom-style: solid ;
    border-bottom-color: rgba(233, 233, 233, 1);
      margin-top: -1px;
}
.banner-area.cloned_banner {
    color: rgb(76, 76, 76) !important;
    padding-left: 0.75%;
    padding-right: 0.75%;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 66.66667%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
.custom-header .right_spacer {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 16.66667%;
    margin: 0;
      padding-right: 0;
    padding-left: 1.5%;
}
.banner-menu-wrapper {
    line-height: 150%;
    margin-right: auto;
    margin-left: auto;
    max-width: 575.344px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 23px);
   width: -webkit-calc(100% - 23px);
   width: -moz-calc(100% - 23px);
   width: -ms-calc(100% - 23px);
    position: relative;
    min-height: 44px;
}
.banner-menu-wrapper > span {
    display: block;
}
.banner-menu-wrapper > span > div, .banner-menu-wrapper > div > div {
  justify-content: center ;
  align-items: stretch ;
  padding-bottom: 6px ;
  max-width: 575px ;
  min-width: 9em ;
  text-align: initial ;
}
.banner-menu-wrapper ul {
    vertical-align: top;
    font-size: 1rem;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: inherit;
}
.banner-menu-wrapper ul li {
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-weight: normal;
    float: none !important;
}
.banner-menu-wrapper ul li a {
    margin: 0;
    font-weight: inherit;
    letter-spacing: 0.03em;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
}
.banner-menu-wrapper ul li a span {
    white-space: nowrap;
    font-size: 14px;
}
.banner-menu-wrapper ul li a span:before {
    content: '';
    width: 100%;
    height: 0;
    border: 0 solid transparent;
    display: block;
    transition: transform .2s ease-out,opacity .2s ease-out;
    opacity: 0;
    transform: scaleX(0);
    border-top-width: 2px;
    margin-bottom: .2em;
    border-top-color: transparent;
    transform-origin: left;
    text-align: left;
}
.banner-menu-wrapper ul li a span:after {
    content: '';
    width: 100%;
    height: 0;
    border: 0 solid transparent;
    border-top-color: currentColor;
    display: block;
    transition: transform .2s ease-out,opacity .2s ease-out;
    opacity: 0;
    transform: scaleX(0);
    border-top-width: 2px;
    margin-top: .2em;
    transform-origin: left;
    border-top-color: rgba(255, 206, 40, 1) !important;
}
.banner-menu-wrapper ul li a:hover span:before {
    opacity: 1;
    transform: scaleX(1);
}
.banner-menu-wrapper ul li a:hover span:after {
    opacity: 1;
    transform: scaleX(1);
}




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

.body-container-wrapper {
    padding-bottom: 75px;
}
.body-container {}

.content-wrapper {
    padding-top: 75px !important;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer {
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    background: #ffffff;
    background-color: #313131;
    color: #ffffff;
}
.custom-footer .row5 {
    background-color: rgba(0, 0, 0, 1) !important;
    padding: 41px 40px;
}
.row5 .copyright {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 66.66667%;
    padding-left: 0;
    padding-right: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}
.row5 .f_follow_us {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 33.33333%;
    padding-right: 0;
    padding-left: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}
.copyright > div {
    text-align: center;
    margin: 8px 0;
    padding: 2px 0;
    line-height: 150%;
}
.copyright span > span {
    color: rgb(153, 153, 153);
    font-family: inherit;
}
.copyright span > span a {
    vertical-align: inherit;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.f_follow_us > div {
    line-height: 150%;
    min-width: 25px;
    text-align: center;
    margin-right: 0.399306px;
    margin-left: -0.399306px;
    max-width: calc(100% - 0px);
  max-width: -webkit-calc(100% - 0px);
  max-width: -moz-calc(100% - 0px);
  max-width: -ms-calc(100% - 0px);
    margin-top: 8px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    height: 42.9861px;
}
.t-social a {
    display: inline-block;
    color: #999;
    margin-right: 10px;
    font-size: 20px;
      vertical-align: inherit;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.t-social a:hover {
    color: #72c02c;
}
.copyright span>span+span {
    color: #fff;
}
.custom-footer .row4 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px 40px;
    background-color: rgba(68, 68, 68, 1) !important;
}
.row4 .f_simple_menu {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
.f_simple_menu > div {
    display: table-cell;
    vertical-align: bottom;
    line-height: 150%;
    height: auto;
}
.f_simple_menu .hs-menu-wrapper > ul {
    display: block;
}
.f_simple_menu .hs-menu-wrapper > ul > li {
    position: relative;
    list-style: none;
    vertical-align: middle;
    display: inline-block;
      float: none !important;
}
.f_simple_menu .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    text-align: left;
    padding-bottom: 5px;
    font-weight: normal;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.f_simple_menu .hs-menu-wrapper>ul>li>a span {
    color: rgba(221, 221, 221, 1);
    font-size: 16px;
}
.f_simple_menu .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(255,255,255,0.8);
}
.f_simple_menu .hs-menu-wrapper > ul > li > a:hover > span {
    color: rgba(255, 206, 40, 1) !important;
}
.f_simple_menu .hs-menu-wrapper > ul > li.active > a > span {
    color: rgba(255, 206, 40, 1) !important;
}
.custom-footer .row3 {
    position: relative;
    width: 100%;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 1) !important;
    text-align: center;
}
.row3 .photo_gallery {
    line-height: 150%;
    position: relative;
    width: 100%;
    vertical-align: top;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
.photo_gallery > div {
    padding: 1.5px !important;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.photo_gallery > div > .row-fluid {
    display: -ms-flexbox;
    display: flex;
}
.photo_gallery > div > .row-fluid:before, .photo_gallery > div > .row-fluid:after {
    display: none;
}
.photo_gallery .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 16.66667%;
    margin: 0;
    float: none;
}
.photo_gallery .image a {
    color: #ffffff;
    background-size: contain !important;
    padding-top: 100px !important;
    background-repeat: no-repeat;
    background-position: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.photo_gallery .image a img {
    display: none;
}
.photo_gallery .image > div {
    padding: 1.5px !important;
}
.custom-footer .row2 {
    background-color: rgba(255, 206, 40, 1) !important;
    text-align: center !important;
    padding: 34.5px 40px;
}
.row2 .dark_button {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 50%;
    margin: 0;
    padding-left: 0;
    padding-right: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
      display: block;
}
.request_button a > span + span {
    line-height: normal;
    white-space: normal;
    padding: 10px 7px;
    max-width: 98%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}
.contact_button a {
    display: block;
    border: 0;
    white-space: nowrap;
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(51, 51, 51, 1);
    text-align: center;
    padding-left: 40px;
    height: 48px;
    width: 280px;
    position: relative;
}
.contact_button a > span + span {
    font-family: Roboto;
    font-weight: 300;
    line-height: normal;
    white-space: normal;
    padding: 10px 7px;
    max-width: 98%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 24px !important;
}
.request_button a {
    white-space: nowrap;
    line-height: 22px;
    cursor: pointer;
    color: #ffffff;
    background-color: rgba(51, 51, 51, 1);
    min-width: 25px;
    text-align: center;
    margin-left: auto;
    max-width: 347.609px;
    height: 47px;
    padding-left: 40px;
    display: block;
    border-width: 0px;
    border-style: solid;
      position: relative;
}
.row2 .dark_button a:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    background-image: none !important;
}
.row2 .dark_button a:hover span {
    color: rgba(51, 51, 51, 1) !important;
}
.row2 .dark_button span.iconBg {
    position: absolute;
    left: 0;
    width: 50px;
    top: 50%;
    margin-top: -13px;
    color: #ffffff;
    display: inline !important;
}
.dark_button span.iconBg  span {
    font-family: FontAwesome!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    background-position: 0% 0%;
    background-repeat: repeat;
    vertical-align: baseline;
    background-image: none!important;
    font-size: 26px;
    color: rgba(255, 255, 255, 1) !important;
    fill: rgba(255, 255, 255, 1) !important;
    height: 26px;
    margin-top: -13px;
    line-height: normal;
    text-align: center;
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-phone:before {
    content: "\f095";
}
.row2 .contact_button {
    padding-left: 1.5%;
    padding-right: 0px;
}
.custom-footer .row1 {
    background-repeat: no-repeat !important;
    background-image: none !important;
    background-size: cover !important;
    text-align: center;
}
.row1 .left_group {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    width: 50%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url(//cdn2.hubspot.net/hubfs/4815816/JOMA_Construction_March2019/Images/athens-1500x1000.jpg) !important;
    background-size: cover;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    background-position: 50% 50%;
    position: relative;
}
.row1 .right_group {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0;
    position: relative;
    width: 50%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
.left_group .footer_logo {
    display: inline-block;
    max-width: 100%;
    line-height: 150%;
    margin-bottom: 30px;
    width: 180px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
      position: relative;
    z-index: 999;
}
.row1 .left_group:before {
    display: block!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    content: ' '!important;
    opacity: 0.5 !important;
    background-color: rgb(255, 255, 255) !important;
    opacity: 0.8 !important;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(217, 217, 217, 1) 100%) !important;
}
.footer_logo img {
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.row1 .logo_detail {
    margin: 8px 0;
    padding: 2px 0;
    line-height: 150%;
    position: relative;
    z-index: 99;
}
.logo_detail span div {
    color: rgb(51, 51, 51);
}
.map_logo_group > div > .row-fluid:before, .map_logo_group > div > .row-fluid:after {
    display: none;
}
.map_logo_group > div > .row-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.row1 .right_group iframe {
    border-width: 0px !important;
    margin-top: 0px !important;
    height: 433px !important;
    padding-top: 0px !important;
    float: none !important;
    top: 0px !important;
    left: 0px !important;
    position: relative !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 0px !important;
    max-width: 100% !important;
    margin-bottom: -31px !important;
    padding-right: 0px !important;
    min-width: 25px !important;
    text-align: center !important;
    width: 100%;
}


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


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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .body-container .banner-area {
    display: none !important;
  }
  .mobile-header {
    display: none !important;
  }
  a#back-to-top {
    display: none !important;
  }
  .flyout_wrap {
    display: none !important;
}
  
.banner-area h3 {
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    font-size: 36px;
    min-width: 25px;
    text-align: center;
    display: block;
    padding-bottom: 14px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: auto;
    padding-top: 14px;
    transition: opacity 1s ease-in-out 0s;
    max-width: 432px;
}
.banner-area h3 > span {
    font-size: 48px;
    line-height: normal;
}
.banner-area h3 > span > span {
    font-size: 36px;
    line-height: normal;
    font-weight: 100;
    color: rgb(93, 93, 93);
}
  
  .custom-header .custom-menu-primary {
    vertical-align: top;
    position: relative;
    width: 66.66667%;
    display: block;
    height: auto;
    float: left;
    padding-left: 0;
    padding-right: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
      margin: 0;
}
.custom-menu-primary > div {
    padding-right: 15px;
    max-width: 674px;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 1rem;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: inherit;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-weight: normal;
    float: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 0;
    font-weight: inherit;
    letter-spacing: 0.03em;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding: 0 15px;
    color: rgba(138, 138, 138, 1);
    font-size: 14px;
    vertical-align: inherit;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a > span {
    pointer-events: none;
    white-space: nowrap;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:before {
    content: '';
    align-self: center;
    font-weight: bold;
    font-size: 14px !important;
    color: rgba(233, 233, 233, 1) !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child):after {
    align-self: center;
    font-weight: bold;
    content: '|';
    font-size: 14px !important;
    color: rgba(233, 233, 233, 1) !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a > span:before {
    content: '';
    width: 100%;
    height: 0;
    border: 0 solid transparent;
    border-top-color: currentColor;
    display: block;
    transition: transform .2s ease-out,opacity .2s ease-out;
    opacity: 0;
    transform: scaleX(0);
    border-top-width: 2px;
    margin-bottom: .2em;
    border-top-color: transparent;
    transform-origin: left;
    text-align: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a > span:after {
    content: '';
    width: 100%;
    height: 0;
    border: 0 solid transparent;
    border-top-color: currentColor;
    display: block;
    transition: transform .2s ease-out,opacity .2s ease-out;
    opacity: 0;
    transform: scaleX(0);
    border-top-width: 2px;
    margin-top: .2em;
    transform-origin: left;
    border-top-color: rgba(255, 206, 40, 1) !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > span:before{
    transform: scaleX(1);
      opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover > span:after{
    transform: scaleX(1);
      opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a > span:before{
    transform: scaleX(1);
      opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a > span:after{
    transform: scaleX(1);
      opacity: 1;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper> ul ul {
    min-width: 200px;
    top: 100%;
    background: #eee;
    border-radius: 5px;
    padding: 10px 15px;
}
.custom-menu-primary .hs-menu-wrapper> ul ul li {
    font-weight: normal;
}
.custom-menu-primary .hs-menu-wrapper> ul ul li a {
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 5px;
    color: rgba(138, 138, 138, 1);
    font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

  .No-Banner .custom-header .custom-logo {
    width: 100%;
    padding-right: 13.5469px !important;
    padding-left: 13.5469px !important;
  }
  .No-Banner .custom-header .bottom-header {
    margin-top: -15px !important;
}
  .No-Banner .bottom-header > div {
    padding-bottom: 20px;
}
  .No-Banner .custom-header .right_spacer{
     display: none !important; 
  }
  
  
  
}


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

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

@media (max-width: 767px){

 

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

  .mobile-trigger {
    transition: color .3s ease-in,background-color .3s ease-in;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    position: fixed;
    left: 10px;
    margin-left: env(safe-area-inset-left);
    padding: 13px 9px;
    z-index: 7;
    width: 40px;
    height: 40px;
    color: rgba(102, 102, 102, 1) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    top: 22px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 999999;
}
span.hamburger__slice {
    display: block;
    height: 0;
    width: 100%;
    border: 1px solid currentColor;
    transition: opacity .4s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .4s ease-out;
    transition: transform .3s ease-out,opacity .4s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
  .mobile-open span.hamburger__slice:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
  .mobile-open span.hamburger__slice:not(:first-child):not(:last-child) {
    opacity: 0;
}
  .mobile-open span.hamburger__slice:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 36px !important; /* Button height */  
    padding: 0 !important;
  }
  .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: #000; /* 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: 44px; 
    margin: 10px 0 10px 0;
  } */

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

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  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 {}


/************************* custom Blog Style *****************************/


.hs-blog-listing .blog-wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    max-width: none;
    padding: 75px 40px;
    color: #ffffff;
    background-color: rgba(153, 153, 153, 1) !important;
}
.hs-blog-listing .blog-content {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 66.66667%;
    padding-left: 0;
    padding-right: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}
.blog .blog-sidebar {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 33.33333%;
    margin: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    border-style: solid;
    border-width: 8px;
    border-color: rgba(136, 136, 136, 1);
    margin-top: 0px;
    padding-top: 13px;
    padding-left: 0px;
    padding-right: 17px;
    margin-bottom: 0px;
    padding-bottom: 300px;
}
.post-listing {
    display: block;
    padding: 8px;
    margin: -5px;
}
.post-item {
    float: left;
    position: relative;
    text-align: left;
    padding: 5px;
    width: 100%;
}
.post_item_inner {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
}
.featured-image-wrapper {
    background-size: cover;
    background-position: center center;
    max-height: 170px;
    min-height: 170px;
}
img.featured-image {
    visibility: hidden;
    position: absolute;
}
.post-item .postText {
    vertical-align: top;
    padding: 15px 0;
    display: block;
    width: 100%;
}
.postTitle {
    text-align: left;
}
.postTitle h3 {
    font-weight: normal;
    font-size: 40px;
    margin: 0 0 15px;
    padding: 0;
    line-height: normal;
}
.postTitle h3 a {
    color: #fff;
    text-decoration: none;
}
.postDescription {
    overflow: hidden;
    line-height: 1.4em;
    margin: 0 0 15px;
    padding: 0;
}
.readMore {
    opacity: .8;
}
.readMore a {
    text-decoration: none;
    color: #fff;
}
.blog-pagination {
    text-align: center;
}
.blog-pagination a {
    white-space: nowrap;
    text-decoration: none;
    margin: 10px 0;
    clear: both;
    position: relative;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    overflow: initial;
    background-clip: border-box;
    border: 2px solid;
    padding: 0;
    width: 280px;
    max-width: 100%;
    background-color: rgba(114, 192, 44, 1);
    border-width: 0px;
    border-style: solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: auto;
}
.blog-pagination a span {
    line-height: normal;
    white-space: normal;
    padding: 10px 7px;
    max-width: 98%;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    padding-left: 7px;
    font-size: 16px;
}
.blog-pagination a:hover{
    background-color: rgba(114, 192, 44, 1);
}
.blog .blog-sidebar > div {
    line-height: 150%;
    padding-left: 15px;
    width: 100%;
}
.rec-post-wrapper {
    vertical-align: top;
    display: block;
    padding: 8px;
    margin: 0 -15px -5px;
}
.rec-post-item {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 100%;
    padding-bottom: 5px;
}
.rec-post-featured-image-wrapper {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 40%;
    height: 100%;
    max-height: 108px;
}
.rec-post-featured-image-wrapper img {
    visibility: hidden;
    position: absolute;
}
.rec-post-content {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    padding: 15px 10px 15px 45%;
}
.rec-post-title h2 {
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2em;
      color: #fff;
}
.rec-post-title h2 a {
    color: #fff;
    text-decoration: none;
}
.rec-authorBar {
    text-align: left;
    font-size: 80%;
    opacity: .8;
    margin: 0 0 15px;
    padding: 0;
}
.rec-authorBar span {
    display: inline-block;
}
.rec_post_inner {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.blog-wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    padding: 75px 40px;
    background-color: rgba(221, 221, 221, 1) !important;
}
.hs-blog-post .blog-content {
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
 .blog-post-wrapper {
    line-height: 150%;
}
.blog-post-component-title {
    margin-bottom: 35px;
    clear: both;
}
.blog-post-component-title h1 {
    margin: .67em 0;
    text-align: left;
    font-weight: normal;
    font-family: Roboto;
    font-size: 60px;
    margin-top: 0;
    line-height: normal;
}
ul.inner-post-details {
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    padding: 0;
    list-style: none;
}
ul.inner-post-details li {
    display: inline-block;
    margin-right: 10px;
}
.blog-post-wrapper .post-body {
    margin-bottom: 35px;
    clear: both;
}
.hs-blog-post footer {
    margin-top: 20px;
      overflow: hidden;
}
.hs-blog-post footer .timeline-post {
    width: 50%;
    display: inline-block;
  float: left;
}
.hs-blog-post footer .timeline-post.prev-post {
    text-align: left;
}
.hs-blog-post footer .timeline-post.next-post {
    text-align: right;
}
.hs-blog-post footer a {
    color: #ffffff;
  text-decoration: underline;
}
.related-post-item-group {
    display: block;
    padding: 8px;
    margin: -10px;
    overflow: hidden;
}
.related-post-item {
    float: none;
    position: relative;
    text-align: left;
    padding: 10px;
    width: calc(50% - 4px);
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: -ms-calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
}
.related-post-inner {
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.related-image {
    background-size: cover;
    background-position: center center;
    min-height: 170px;
    max-height: 170px;
}
.related-image img {
    visibility: hidden;
    position: absolute;
}
.related-post-text {
    padding: 15px 0;
    display: block;
    width: 100%;
}
.related_title h4 {
    font-weight: normal;
    font-size: 40px;
    margin: 0 0 15px;
    padding: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.related_title h4 a {
    text-decoration: none;
    color: inherit;
}
.rel_authorBar {
    font-size: 80%;
    opacity: .8;
    margin: 0 0 15px;
    padding: 0;
}
.rel_postDescription {
    overflow: hidden;
    line-height: 1.4em;
    margin: 0 0 15px;
}

.rel_readMore {
    opacity: .8;
}
.rel_readMore a{
  color: inherit;
  text-decoration: none;
}
.section.post-footer {
    display: block;
    padding: 8px;
    overflow: hidden;
    margin: 0 0 75px;
}
.comment-date {
    display: block;
    text-align: left;
}
.bottom-wrapper {
    padding: 0px 40px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.bottom-wrapper .blog_form_wrap {
    padding: 75px 0;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.blog_form_wrap .form_detail {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 41.66667%;
    padding-left: 0;
    padding-right: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
.blog .blog_custom_form {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    width: 58.33333%;
    padding-right: 0;
    padding-left: 1.5%;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
}
.form_detail > div {
    text-align: left;
    margin: 8px 0;
    padding: 2px 0;
    line-height: 150%;
}
.form_detail span > div span {
    font-size: 18px!important;
    line-height: normal;
}
.blog_custom_form .hs_cos_wrapper_type_form {
    background: none !important;
    box-shadow: none;
    max-width: 100%;
    margin: 10px 0;
    padding: 0;
    line-height: 150%;
    font-family: Roboto;
    font-weight: 300;
    color: #4c4c4c;
}
.blog_custom_form .hs-form-field {
    overflow: hidden;
}
.blog_custom_form .hs-form-field > label {
    width: 45%;
    display: block;
    float: left;
    padding-top: 20px;
}
.blog_custom_form .input {
    display: block;
    float: left;
    width: 55%;
    padding-bottom: 5px;
}
.blog_custom_form input.hs-button.primary.large {
    margin: 0;
    font-family: inherit;
    line-height: normal;
    -webkit-appearance: button;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    border: none;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 30px !important;
    margin: 5px auto;
    color: #000000;
    padding: 0 !important;
    background: buttonface;
    min-height: unset;
    width: 55%;
    float: right;
}
.blog_custom_form .actions {
    margin-top: 4px;
}
.blog_social_wrapper .dmShare {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 150%;
}
.shareLink {
    display: inline-block;
    position: relative;
    margin-right: 0;
    background-color: #eee;
    background-image: linear-gradient(#fff,#dedede);
    border: #ccc solid 1px;
    border-radius: 4px;
    width: 74px;
    margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.dmShare .shareLink {
    min-width: 74px;
    width: auto;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
.shareText {
    display: inline-block !important;
    padding: 7px 5px 7px 31px;
    text-decoration: none !important;
    font-size: 12px;
    color: #626262;
}
[class^="icon-"], [class*=" icon-"], #dm div.dmContent [class^="icon-"], #dm div.dmContent [class*=" icon-"] {
    font-family: FontAwesome!important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}
.dmShare .shareLink .shareText {
    font-family: sans-serif !important;
    line-height: 12px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: none;
    display: inline-block;
    cursor: default;
    speak: none;
}
.icon-facebook:before {
    content: "\f09a";
}
.shareText:before {
    position: absolute;
    left: 0;
    width: 28px;
    text-align: center;
    height: 28px;
    top: -1px;
    left: -1px;
    border-radius: 4px 0 0 4px;
    padding-top: 6px;
    color: white;
    background-color: #eee;
    border: 1px solid;
    font-family: FontAwesome;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    cursor: pointer !important;
}
.shareLink .icon-facebook:before {
    background-image: linear-gradient(#6b89c7,#385694);
    border: 1px solid #33779a;
}
.shareLink .icon-twitter:before {
    background-image: linear-gradient(#0ebafb,#0180b0);
    border: 1px solid #017aa9;
}
.icon-twitter:before {
    content: "\f099";
}
.shareLink .icon-linkedin:before {
    background-image: linear-gradient(#3096c9,#015d8b);
    border: 1px solid #01547e;
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-envelope:before {
    content: "\f0e0";
}
.shareLink .icon-envelope:before {
    background-image: linear-gradient(#868787,#535454);
    border: 1px solid #4b4b4b;
}
.Comment_Area {
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 8px 0;
}
span.custom_listing_comments {
    font-weight: 600;
    line-height: 25px;
      color: #1d2129;
}
.blog_social_wrapper {
    padding: 8px;
}
.shareLink:hover {
    border-color: #bbb;
    background-color: #d9d9d9;
    background-image: linear-gradient(#f8f8f8,#d9d9d9);
}



a.more-post, a.related-more-post {
    text-decoration: none;
    margin: 10px 0;
    clear: both;
    position: relative;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    color: #ffffff;
    display: block;
    overflow: initial;
    background-clip: border-box;
    border: 2px solid;
    padding: 0;
    width: 280px;
    max-width: 100%;
    background-color: rgba(114, 192, 44, 1);
    border-width: 0px;
    border-style: solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: auto;
}
span.morePosts.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    white-space: normal;
    padding: 10px 7px;
    max-width: 98%;
    color: #ffffff;
}
a.more-post:hover{
    background-color: rgba(114, 192, 44, 1);
}
.rec-no-image .rec-post-content {
    padding-left: 10px;
}
.blog_custom_form ul.hs-error-msgs.inputs-list {
    padding-left: 45% !important;
    color: red;
}



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


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

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription form,
.hs_cos_wrapper_type_password_prompt, 
.hs-search-field form, .hs-search-field__bar form,
.section.post-footer form{
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  background-color: rgba(65, 65, 65, 1);
  border-style: solid;
  border-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
  color: #fff;
  padding: 10px 14px;
  max-width: 767px;
}

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

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

/* Labels and Legends */
label {}
.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: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    background-color: rgba(76,76,76,0.15);
    border: 2px solid #ffffff;
    width: 100%;
    margin: 3px 0;
    height: 40px;
    padding: 0 10px;
    max-width: 767px;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
    height: 80px;
    width: 100%;
    margin: 3px 0;
    padding: 10px;
    min-height: 50px;
    font-size: 16px;
    background-color: rgba(76,76,76,0.15);
    border: 2px solid #ffffff;
}
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                                        
   ========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    margin: 20px 0;
    background-color: #FFCE28;
    padding: 10px;
    font-size: 20px;
    min-height: 50px;
    color: #333333;
    border-radius: 0;
    display: inline-block;
    white-space: normal;
    text-align: center;
    FONT-FAMILY: INHERIT;
    font-weight: 400;
}

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

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

ul.hs-error-msgs.inputs-list {
    padding: 0;
    list-style: none;
}
h3.form-title {
    color: #fff;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 15px;
}
#hs-pwd-widget-password {
    height: auto !important;
    height: 40px !important;
    margin-top: 20px !important;
}
.no-nav .bottom-header {
    padding-top: 0px;
}




.popup_wrapper {
  background: #f5f5f5;
  overflow-y: auto;
  border-color: rgb(255, 255, 255)!important;
  border-style: solid !important;
  border-width: 10px !important;
  padding: 20px;
  background-color: rgba(255, 255, 255, 1) !important;
  max-width: 771px;
  width: 100% !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
      min-height: 796px !important;
}
.popup-outer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important
}
.popup_open .popup-outer{
  display: flex !important;
}
.popup_wrapper .hs_cos_wrapper_type_form {
    max-width: 100%;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    text-align: left !important;
    color: #333 !important;
}
.popup_inner {
    overflow-y: auto;
    height: 100%;
}
.popup_wrapper .popup_title {
    text-align: center !important;
    padding: 0 40px;
}
.popup_title h2 span {
    font-size: 60px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}
.popup_title h2 {
    line-height: 150%;
    padding: 2px 0;
    margin-bottom: 0px;
    margin-top: 21px;
}
.poup_form input.hs-button.primary.large {
    width: 100%;
}
.popup_link a {
    line-height: 22px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    background-color: rgba(0, 0, 0, 0.57) !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    max-width: 652.997px !important;
    position: relative !important;
    height: 51.9886px !important;
    border-width: 0px;
    border-style: solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
      padding-top: 8px;
}
.popup_link a > span + span {
    line-height: normal;
    white-space: normal;
    padding: 10px 7px;
    max-width: 98%;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
}
.close_button {
    font-family: 'dm-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    cursor: pointer;
    visibility: visible;
    border-radius: 25px;
    width: 27px;
    height: 27px;
    top: 12px;
    right: 12px;
    z-index: 1;
    background-color: rgba(255,255,255,0.4);
}
.close_button:before {
    content: "\eb6c";
    display: block;
    position: absolute;
    visibility: visible;
    font-size: 25px;
    color: #000;
    top: 2px;
    right: 0;
    cursor: pointer;
    font-family: 'dm-font'!important;
    display: block;
}
.popup_link a > span.iconBg {
    position: absolute;
    left: 0;
    width: 50px;
    top: 50%;
    margin-top: -13px;
    color: #ffffff;
    display: inline !important;
}
.popup_link a > span.iconBg > span {
    font-family: 'dm-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    height: 26px;
    margin-top: -13px;
    line-height: normal;
    text-align: center;
}
.dm-icon-phone:before {
    content: "\ea6e";
}
.popup_link a > span.iconBg > span:before {
    font-family: 'dm-font'!important;
}
/* body.popup_open {
    overflow: hidden;
} */

.poup_form {
    margin-bottom: 10px;
    margin-top: 4px;
}
.poup_form ul.hs-error-msgs.inputs-list{
   color: red;
}


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

.show-more .related-post-item:nth-child(n+10) {
    display: inline-block;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1040px) {
  body:not(.blog) .body-container.container-fluid .row-fluid .page-center{
    padding: 0 40px;
  }
}


@media (max-width: 950px) and (min-width: 768px){
  .custom-header .contact_menu {
    width: 21.66667%;
  }
  .custom-header .client_menu {
    width: 20.66667%;
  }
  .custom-header .custom-menu-primary {
    width: 57.66667%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 6px;
  }
  
}
@media (max-width: 900px) and (min-width: 768px){
  .copyright span > span a {
    display: inline-block;
  }
}

@media (max-width: 850px) and (min-width: 768px){
  .rec-post-featured-image-wrapper {
    position: relative;
    width: 100%;
    min-height: 108px;
  }
  .rec-post-content {
    padding: 15px 10px 15px 10px;
  }
  .copyright span > span a {
    display: inline-block;
  }
}


@media (max-width: 800px) {
  .popup_wrapper{
    max-width: 741px;
  }

}


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

@media (max-width: 767px) {
  .post-body img[style*="float"] {
    float: none !important;
    margin-left: auto !important; 
    margin-right: auto !important; 
    display: block; 
  }

  .content-wrapper .row-fluid [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .custom-footer .row5 {
    padding: 15px 0;
    background-attachment: scroll!important;
    text-align: center;
}
  .row5 .copyright {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    width: 100%;
}
.row5 .f_follow_us {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    width: 100%;
    font-size: 1em;
    line-height: normal;
    margin-top: 2px;
}
  .f_follow_us > div {
    height: auto;
}
  .custom-footer .row4 {
    padding: 15px 0;
    text-align: center;
}
  .f_simple_menu > div {
    text-align: center;
    float: none !important;
    display: block;
    margin-top: 10px;
    line-height: 150%;
}
  .f_simple_menu .hs-menu-wrapper > ul > li {
    width: auto;
}
.f_simple_menu .hs-menu-wrapper>ul>li>a span {
    font-size: 14px !important;
    width: auto;
    display: unset;
}
  .custom-footer .row3 {
    padding: 15px 0;
}
  .row3 .photo_gallery {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
  .row3 .photo_gallery > div {
    padding: 0 !important;
    margin: 10px 0;
}
.photo_gallery > div > .row-fluid {
    width: 100%;
    display: block;
}
  .photo_gallery .image {
    width: 50%;
    display: block;
    float: left;
}
  .photo_gallery .image a {
    padding-top: 100% !important;
}
  .photo_gallery .image > div {
    padding: 0 !important;
}
  .custom-footer .row2 {
    padding: 10px 40px;
}
  .row2 .dark_button {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    width: 100%;
}
.row2 .dark_button a {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto !important;
      padding-left: 40px !important;
}
  .row2 .dark_button a > span + span {
     font-size: 17px !important;
    padding: 10px 5px 10px;
}
  .row1 .left_group {
    padding: 30px 15px;
    width: 100%;
    float: left;
    position: relative;
        background-position: unset;
}
  .map_logo_group > div > .row-fluid {
    display: block;
  }
  .row1 .right_group {
    position: relative;
    width: 100%;
    float: left;
  }
  .row1 .right_group iframe{
    height: 283px !important;
  }
  .left_group .footer_logo {
    width: 156px;
    margin: 0;
    height: 58px;
  }
  .row1 .logo_detail {
    padding-top: 2px;
    margin-top: 20px;
    margin-right: 0px;
  }
  .custom-header {
    display: none !important;
  }
  a#back-to-top {
    color: #ffffff;
    position: fixed!important;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    border: 1px solid #fff;
    transition: opacity .4s ease;
    -moz-box-shadow: 0 0 1px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.4);
    box-shadow: 0 0 1px rgba(255,255,255,0.4);
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-attachment: scroll!important;
}
  a#back-to-top:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    left: 8px;
    top: 6px;
    transform: rotate(45deg);
}
  a#back-to-top:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
    left: 8px;
    top: 6px;
    transform: rotate(45deg);
    left: 16px;
    transform: rotate(-45deg);
  }
  
  
  .mobile-header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100% !important;
}
  .mobile-header .header-inner {
    min-height: 43px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
    border-style: solid;
    border-width: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0% 0%;
}
  .header-inner > div {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 960px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center;
}
.header-inner > div > .row-fluid {
    position: relative;
    margin: 0 auto;
}
/*   .header-inner > div > .row-fluid:before, .header-inner > div > .row-fluid:after {
    display: none;
} */
  .custom-logo-mobile {
    padding-right: 10px ;
    padding-left: 10px ;
}
  .custom-logo-mobile > div {
    line-height: 150%;
    max-width: 130px ;
    position: relative ;
    text-align: center;
    margin: 0 auto;
}
.phone_icon {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 19px;
    height: 27px !important;
}
  .phone_icon svg {
    width: 100%;
    height: 100%;
    color: rgba(102, 102, 102, 1) !important;
    fill: rgba(102, 102, 102, 1) !important;
}
  .custom-logo-mobile img {
    margin-left: -1px;
}
  .header-container-wrapper {
    min-height: 84px;
}
.flyout_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: auto;
    transition: transform .3s linear,-webkit-transform .3s linear;
    width: 100% !important;
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
    min-width: 40vw;
    min-height: 40vh !important;
    max-height: 100%;
    background-color: rgba(255, 255, 255, 1) !important;
    height: 100% !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
  .mobile-open .flyout_wrap {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
  .flyout_wrap > div {
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 960px;
    text-align: center;
}
  .flyout_wrap > div:nth-child(2) {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 15px !important;
}
  .flyout_wrap > div:last-child {
    background-color: rgba(39, 42, 47, 0.07) !important;
    margin-left: 0px !important;
    padding-top: 25px !important;
    padding-left: 0px !important;
    padding-bottom: 25px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
  .flyout_wrap > div:first-child {
    margin-left: 0px !important;
    padding-top: 30px !important;
    padding-left: 20px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-right: 20px !important;
    margin-right: 0px !important;
}
  .flyout_wrap > div > div {
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-left: env(safe-area-inset-left)!important;
    padding-right: env(safe-area-inset-right)!important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .custom-menu-primary.mobile {
    padding: 12px 15px;
    width: 100% !important;
}
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    justify-content: inherit;
    flex-direction: column;
    flex: 1 1 100%;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: flex;
    justify-content: flex-start;
    position: relative;
    font-weight: normal;
    flex-direction: column;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: inherit;
    letter-spacing: 0.03em;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    transition: color .2s ease-out;
    padding: 8px 0;
    justify-content: center !important;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: rgba(39, 42, 47, 1);
    font-size: 16px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    position: relative;
    display: unset;
    width: auto;
}
  .flyout_wrap > div:last-child > div > div {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    width: 100%;
    font-family: Roboto;
    font-weight: 300;
}
  .socialHubWrapper {
    display: inline-block;
    max-width: 100%;
        margin-top: 12px;
}
  .socialHubWrapper a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    vertical-align: bottom;
    margin-right: 11px !important;
}
  [class^="dm-icon-"], [class*=" dm-icon-"] {
    font-family: 'dm-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  [class^="dm-social-icon-"], [class*=" dm-social-icon-"] {
    font-family: 'dm-social-font'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .socialHubWrapper .socialHubIcon {
   
    box-sizing: content-box;
    background-image: none !important;
    display: inline-block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    font-size: 16.666666666666668px;
    line-height: 25px;
    color: rgba(39, 42, 47, 1);
    border-color: rgba(39, 42, 47, 1);
}
  span.oneIcon:before {
    display: inline-block;
}
  .dm-icon-facebook:before {
    content: "\e996";
}
  .dm-social-icon-email:before {
    content: "\e900";
}
  .dm-social-icon-instagram:before {
    content: "\e904";
}
  .dm-social-icon-youtube:before {
    content: "\e90e";
}
  .social_title {
    padding-top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(39, 42, 47, 0.4) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover  > a{
    color: rgba(39, 42, 47, 0.4) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: rgba(39, 42, 47, 0.4) !important;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease-out;
    color: rgba(39, 42, 47, 1) !important;
    font-size: 16px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: rgba(39, 42, 47, 0.4) !important;
  }
.banner-area {
    background-repeat: no-repeat;
    background-image: none;
    background-size: cover;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(233, 233, 233, 1);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: rgb(76, 76, 76);
    padding-right: 15px;
    padding-left: 15px;
      padding-top: 15px;
    padding-bottom: 15px;
}
.banner-area h3 {
    font-weight: normal;
    line-height: 150%;
    font-size: 40px;
    text-align: center;
    transition: opacity 1s ease-in-out 0s;
    border: none;
    padding: 2px 0;
    max-width: ;
    margin: 8px auto 15px auto;
}
  .banner-area h3 > span {
    color: rgb(93, 93, 93);
    font-size: 36px!important;
    line-height: normal;
  }
  .banner-area h3 > span > span {
    font-weight: 100;
        font-size: 24px!important;
  }
  .content-wrapper {
    padding-top: 45px !important;
  }
  .body-container-wrapper {
    padding-bottom: 45px;
  }
  body:not(.blog) .body-container.container-fluid .row-fluid .page-center {
    padding-left: 3%;
    padding-right: 3%;
  }
.banner-menu-wrapper {
    margin: 10px 0;
    max-width: 100%;
    width: 100%;
    min-height: unset;
}
  .banner-menu-wrapper > span > div, .banner-menu-wrapper > div > div {
    display: flex !important;
    width: auto;
    margin: 0 auto;
}
  .banner-menu-wrapper ul {
    width: auto;
}
  .banner-menu-wrapper ul li {
    width: auto;
}
  .banner-menu-wrapper ul li a span {
    font-size: 12px;
}
    .copyright span > span a {
    display: inline-block;
  }
  
  
  
  
  
  /****************** Blog ****************************/
  
  .hs-blog-listing .blog-wrapper {
    padding: 45px 0;
}
  .hs-blog-listing .blog-content {
    position: relative;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
.blog .blog-sidebar {
    position: relative;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  padding-bottom: 0px;
  }
  .blog .blog-sidebar > div {
    padding-left: 0;
    margin-top: 10px;
  }
  .rec-post-wrapper {
    overflow: hidden;
  }
  .blog-pagination a {
    width: 100%;
  }
  .blog-listing-wrapper {
    margin-top: 10px;
  }
  .blog-wrapper {
    padding: 45px 0;
  }
  .hs-blog-post .blog-content {
    padding-left: 3%;
    padding-right: 3%;
  }
  .blog-post-component-title h1 {
    font-size: 32px;
  }
  .bottom-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
  .section.post-footer {
    margin: 0 0 45px;
  }
  .related-post-item {
    position: relative;
    text-align: left;
    width: 100%;
}
  .blog_form_wrap .form_detail {
    width: 100%;
    padding: 0;
}
  .blog .blog_custom_form {
    width: 100%;
    padding: 0;
}
  .popup_wrapper .popup_title {
    padding: 4px 0;
}
  .popup_title h2 {
    margin: 8px 0;
    padding: 2px 0;
    line-height: 150%;
    font-size: 1.5em;
    text-align: center;
}
.popup_wrapper {
    max-width: 292px;
    max-height: 464px;
    border: none !important;
    margin: 0;
    padding: 10px;
    border-color: rgb(255, 255, 255) !important;
    border-style: solid !important;
    border-width: 10px !important;
      min-height: unset !important;
}
  .popup_link a > span + span {
    font-size: 17px;
    padding: 10px 5px 10px;
}
  .popup_link a {
    padding: 0 0 0 40px;
}
  .popup_inner {
    padding: 0 3%;
}
  


  
  

  
  
}  

div#infscr-loading {
    display: none !important;
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 20px 0 10px 0;
    overflow-x: auto;
    padding: 10px 0;
  }
  .post-listing {
    display: block;
    padding: 8px 3px;
    margin: 0px;
  }
  .post-item {
    float: none;
  }
  .related_title h4 {
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
  }
  body{
    overflow-x: hidden;
  }

}


@media (max-height: 796px) {
  .popup_wrapper {
    height: 100%;
    overflow-y: auto;
    min-height: unset !important;
  }
  .popup_wrapper {
    height: 100%;
    overflow-y: auto;
    margin: 0 auto !important;
    float: none !important;
  }
  .popup_open .popup-outer {
    display: block !important;
    padding: 10px 0;
  }
  
  
}

@media (max-width: 330px) {
  .popup_wrapper{
    max-width: 278px;
  }
}








@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}


#email-prefs-form h3 {
    color: #fff;
}
