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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Palanquin:100,200,300,400,500,600,700&subset=latin-ext');

@font-face {
  font-family: "avenirltstd-book";
  src: local("avenirltstd-book"),
    url("//cdn2.hubspot.net/hubfs/4784568/Emerald-Built%20-%20Sep2018Theme/Fonts/170224063816AvenirLTStd-Book.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4784568/Emerald-Built%20-%20Sep2018Theme/Fonts/170224063816AvenirLTStd-Book.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4784568/Emerald-Built%20-%20Sep2018Theme/Fonts/170224063816AvenirLTStd-Book.ttf") format("truetype");
  font-style: normal;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 28px;
  font-weight: 500;
  font-family: 'avenirltstd-book', sans-serif;
  margin: 0;
  background-color: #f6f6f6;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
}

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


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

/* Basic text */
p {
  margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-family: 'avenirltstd-book', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 24px;
  margin-top:0;
  text-transform: uppercase;
}
h2 {
  margin: 0;
  font-size: 22px;
  padding-bottom: 45px;
  text-transform: uppercase;
  font-weight: 500;
}
h3 {
  text-transform: capitalize;
  margin: 0 0 12px;
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}
h4 {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
h6 {
  font-size: 12px;
}

/* Anchor Links */
a {
  color: #006745;
  text-decoration: none;
}
a, button {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}
a:hover, a:focus {
  color: #000;
}

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

/* Block Quotes */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 28px;
  border-left: 5px solid #eee;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

video,embed, iframe{
  max-width:100%;
}


@-moz-document url-prefix() {
  b, strong {
    font-weight: bold;
  }
}


/* =============== 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 {}
.header-inner-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  background: #006745;
}
.hs-home-banner-group img {
    width: 100%;
}
.custom-logo {
  width: auto !important;
}
.header-contact {
  background: #004D2A;
  font-family: arial;
  float: right !important;
  margin-left: 0 !important;
  padding: 18px 15px;
  margin-right: -15px;
  width: auto !important;
}
.header-contact a {
  font-family: arial !important;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.header-contact a i {
  margin-right: 5px;
  vertical-align: middle;
}
.custom-menu-primary{
  margin-left: 0 !important;
  width: auto !important;
  float: right !important;
}
b.caret {
  color: #fff;
  margin: 10px;
  margin-left: 6px;
  cursor: pointer;
  width: 11px;
  height: 9px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: middle;
  display: inline-block;
}

.mobile-contact {
  background: #004D2A;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
}
.mobile-contact a {
  color: #fff;
  font-family: arial !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 7px 10px 9px 10px;
}
.mobile-contact a i {
  margin-right: 5px;
  vertical-align: middle;
}

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

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

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


.hs-right-sidebar-layout .main-content p {
  font-weight: 500;
  margin-bottom: 35px;
}
.hs-right-sidebar-layout .main-content h2{
  text-align: center;
}
.main-content ol,
.main-content ul{
  line-height:20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.main-content ol ol,
.main-content ul ul {
  margin: 0;
}
.sidebar.right{
  padding-left: 40px;
}
.sidebar.right h3{
  text-transform: capitalize;
  margin: 0 0 20px;
}
.contact-us-layout .main-content h3 {
  text-transform: none;
  margin-bottom: 10px;
}
.contact-us-layout .body-container-wrapper .page-center.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hs-right-sidebar-layout.contact-us-layout .main-content p {
  margin-bottom: 20px;
}
.custom-contact-form-group textarea {
  height: 170px;
}
.custom-contact-form-group .actions{
  text-align:right;
}
.custom-contact-form-group .hs_cos_wrapper_type_form .hs-button.primary.large {
  min-width: 135px;	
}
.hs-green-bottom-pane-group {
  width: 100%;
  padding: 61px 0;
  text-align: center;
  background: #006745;
  color: #ffff;
}
.hs-green-bottom-pane-group a {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  padding: 0 20px;
}
.hs-green-bottom-pane-group a:hover {
  color: #000;
  padding: 0 30px;
}
.hs-green-bottom-pane-group span {
  font-size: 22px;
  font-weight: 500;
}
.hs-visit-our-offices-group .addressbox {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.custom-green-button {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 15px;
  background: #006745;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 0;
}
.hs-visit-our-offices-group .custom-green-button {
  width: 100%;
}
.hs-visit-our-offices-group .addressbox p {
  float: left;
  width: 100%;
  line-height: 22px;
  margin: 0;
}
.hs-visit-our-offices-group .addressbox h5 {
  float: left;
  width: 100%;
  font-weight: 700;
  margin: 20px 0 5px;
}
.hs-visit-our-offices-group {
  margin-bottom: 20px;
}
.hs-emerald-build-group {
  width: 100%;
  background: #fff;
  padding: 65px 0 90px;
}
.hs-emerald-build-group .page-center{
  padding-top 0 !important;
  padding-right 0 !important;
}
.hs-emerald-build-group .hs-left-group {
  float: right;
  width: 50%;
  color: #003366;
  margin-right: 95px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-emerald-build-group .hs-right-group {
  float: left;
  width: 33.3333%;
  margin-left: 8.3333%;
  position: relative;
  padding-right: 15px;
}
.hs-emerald-build-group .product-img{
  position:relative;
}
.hs-emerald-build-group .product-img span {
  width: 114px;
  height: 114px;
  position: absolute;
  top: 50%;
  left: -57px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.hs-emerald-build-group .product-img span img {
  max-width: 114px;
  max-height: 114px;
  border-radius: 50%;
  float: left;
  width: 100%;
}
.hs-emerald-build-group h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 55px;
  padding: 0;
}
.hs-emerald-build-group  p {
  margin: 45px 0;
  font-weight: 500;
}
.hs-our-team-group {
  width: 100%;
  padding: 45px 0;
}
.team-image {
  background: #fff;
  padding: 11px;
  margin-right: 40px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}
.hs-team-member-content-group {
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.hs-team-member-image-group {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.team-detail h3 {
  padding: 15px 0 0 0;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #333333;
  letter-spacing: 0.5px;
}
.team-detail h6 {
  font-family: 'avenirltstd-book', sans-serif;
  padding: 15px 0 9px 0;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.5px;
}
.hs-team-member-content-group p {
  margin: 0;
  color: #555555;
  letter-spacing: 0.5px;
}
.team-detail a {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-top: 10px;
  display: table;
  text-decoration: none;
}
.team-detail a:focus{
  color: #006745;
}
.hs-team-member-group {
  padding-bottom: 40px;
}
.hs-banner-bottom-content {
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 400;
  text-transform: none;
  padding-top: 6px;
  line-height: 20px;
  color: #000;
  font-family: 'avenirltstd-book', sans-serif;
}
.banner-area.banner-content.hs-bottom-content {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 400;
  color: #000;
}
.hs-banner-bottom-content ul {
  margin-bottom: 10px;
}
.hs-team-member-content-group.has-readmore-content h3 {
  margin-bottom: 24px;
}
.left-section table, td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 60px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.left-section table th {
  border-collapse: collapse;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
}
.left-section th, td {
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}
.hs-banner-left-content {
  margin-left: 20%;
  float: left;
  width: 22%;
  text-align: left;
}
.hs-banner-right-content {
  margin-left: 5%;
  float: left;
  width: 40%;
  text-align: left;
}
.hs-home-banner-group .slider_content {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  width: 100%;
  padding: 30px;
  text-align: center;
  max-width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0px auto;
}
.hs-home-banner-group .page-center {
  position: relative;
}
.slider_content p {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  width: 80%;
  line-height: 36px;
  margin: 0 auto;
}
.slider_content p b{
  font-weight:bold;
}
.hs-home-layout .page-center.content-wrapper {
  padding: 50px 30px 46px;
}
.hs-home-layout .page-center.content-wrapper h1 {
  font-weight: 600;
  font-size: 20px;
  color: #212121;
  line-height: 36px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hs-home-layout {
  background: #fff;
}
.hs-green-bottom-pane-group.white-bg {
  background: transparent;
  padding-bottom: 52px;
}
.hs-green-bottom-pane-group.white-bg a {
  font-weight: 400;
  color: #006745;
  display: inline-block;
  position: relative;
  line-height: 32px;
  font-size: 18px;
  border-left: 3px solid #006745;
  border-right: 3px solid #006745;
}
.hs-green-bottom-pane-group.white-bg a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
  color: #000 !important;
}
.hs-logo-slider-group {
  padding: 45px 0 60px;
  background: #006745;
}
.hs-logo-slider-group .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}
.hs-logo-slider-group h2 {
  margin: 0;
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.hs-logo-slider-group .slick-prev,
.hs-logo-slider-group .slick-next{
  display:none !important;
}
.hs-logo-slider-group .slick-initialized .slick-slide .slick-slide-inner-wrapper {
  display: block;
  padding: 5px 5px 0px;
}
.hs-home-section-one .hs-green-bottom-pane-group.white-bg {
  padding-top: 0;
  padding-bottom: 47px;
}
.hs-home-project-slider {
  padding: 55px 0 0;
}
.hs-home-project-slider h3 {
  margin: 0;
  text-align: center;
  padding-bottom: 45px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  color: #212121;
}
.hs-home-project-slider .slider_content {
  margin-right: 15px;
  margin-left: 15px;
}
.hs-home-project-slider .product-slider {
  box-shadow: none;
  background: transparent;
}
.hs-home-project-slider .project-slider .item .slider_content h5 {
  text-align: center;
  background: #fff;
  padding: 15px 0;
  text-transform: none;
  width: 100%;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  margin: 0;
}
.hs-home-project-slider .project-slider .item .slider_content h5 a{
  color: #212121;
  transition: none !important;
}
.custom-projects-item-post-wrapper .custom-projects-item-post-inner-wrapper p {
  margin: 0 0 15px;
}
.hs-home-project-slider .project-slider .item .slider_content h5 a:hover{
  color: #006745;
}
.custom-projects-item-post-wrapper .custom-projects-item-post-inner-wrapper ul {
  padding-bottom: 10px;
}
.hs-read-more-content {
  display: none;
}
.hs-home-project-slider .product-slider .slick-dots{
  display:none !important;
}
.hs-home-section-two .hs-green-bottom-pane-group.white-bg {
  padding-bottom: 52px;
  padding-top: 0;
}
.hs-team-member-content-group p{
  display: inline;
}
.custom-projects-item-post-wrapper .post-address p {
  margin: 0;
}
.hs-logo-slider-group ul.slick-dots {
  display: none !important;
}
.hs-right-sidebar-layout .content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-service-table .table > thead > tr > th {
  vertical-align: bottom;
  line-height: 1.42857143;
  border-bottom: 2px solid #ddd;
  text-align: inherit;
}
.custom-service-table table th {
  border-collapse: collapse;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
}
.custom-service-table table{
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.custom-service-table table, td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 60px;
}
.custom-service-table td {
  position: relative;
  padding: 13px 28px;
}
.hs-right-sidebar-layout.service-layout .main-content p {
  color: #000;
}
.hs-right-sidebar-layout.service-layout .main-content h6 {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: avenirltstd-book;
}
.hs-right-sidebar-layout.service-layout .main-content ul ul {
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
}
.hs-right-sidebar-layout.service-layout .main-content ul ul ul li {
  color: #6a6a6a;
}
.hs-service-table-trigger {
  cursor: pointer;
}
.hs-service-show-details td {
  padding-left: 40px;
  padding-right: 10px;
}
.hs-service-show-details {
  display: none;
}
.hs-project-inner-layout .main-content {
  color: #555555;
  font-style: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 45px 15px 40px;
}
.hs-project-inner-layout .main-content p {
  margin: 0;
}
.hs-project-inner-layout .main-content ul {
  margin: 0;
}
.custom-projects-item-wrapper .item-image {
  background: #fff;
  padding: 9px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}
.custom-projects-item-wrapper .list-detail {
  padding: 10px 13px 13px 13px;
}
.custom-projects-item-wrapper .list-detail h3 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #333333;
  padding-top: 10px;
  display: block;
  letter-spacing: 0.5px;
}
.custom-projects-item-wrapper .list-detail h3:hover a {
  color: #006745;
}
.custom-projects-item-wrapper .list-detail p {
  margin: 0;
  color: #555555;
  letter-spacing: 0.5px;
}
.custom-projects-item-wrapper > .custom-project-wrapper {
  padding: 55px 0 40px 0;
}
.custom-projects-item-wrapper > .custom-project-wrapper:nth-child(even) {
  background: #fff;
}
.hs-right-sidebar-layout .main-content ul ul {
  margin: 0;
}
.hs-right-sidebar-layout .main-content ul{
  line-height:20px;
  margin-bottom: 10px;
}
.hs-right-sidebar-layout .ourteam-slider .btn {
  margin-top: 40px;
}
.custom-projects-item-wrapper .list-detail a {
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
.ourteam-slider .slick-slide-inner-wrapper,
.ourteam-slider .item .slider_content {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: solid 1px #f2f2f2;
  padding: 35px 60px;
  text-align:center;
}
.ourteam-slider .item {
  display: inline-block;
  width: 100%;
}
.ourteam-slider .caption {
  text-align: center;
}
.ourteam-slider.gallary .slick-prev,
.ourteam-slider.gallary .slick-next{
  display:none !important;;
}
.ourteam-slider .slick-slide-inner-wrapper img,
.ourteam-slider .item .slider_content > span {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: #f6f6f6;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.ourteam-slider.gallary .hs_cos_gallery_main {
    padding: 0 !important;
}
.ourteam-slider.gallary .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.ourteam-slider .slick-slide-inner-wrapper h4,
.ourteam-slider .item .slider_content h4 {
  font-size: 18px !important;
  margin: 25px 0 0 !important;
  text-align:center;
  width: 100% !important;
}
.ourteam-slider .slick-slide-inner-wrapper h6,
.ourteam-slider .item .slider_content h6 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 12px;
  color: #212121;
  font-weight: 600;
  line-height: 1.1;
  text-align:center;
}
.ourteam-slider .btn {
  float: left;
  width: 100%;
  background: #006745;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 0;
  box-sizing: border-box;
  border-radius: 0;
  display: inline-block;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}
.ourteam-slider .btn:hover {
  color: #000;
}
.custom-projects-item-wrapper .list-detail h3 {
  margin: 0;
}
.has-project-banner .banner-area {
  display: none;
}

.has-project-banner .banner-area.post-banner {
  display: block;
  position:relative;
}
.hs-top-projects-images-group .hs-project-item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}
.hs-project-item img {
  background: #fff;
  padding: 9px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 220px;
}
.custom-projects-item-post-inner-wrapper {
  padding: 55px 0px;
}
.certification_logos img {
  max-width: 120px;
}
.certification_logos {
  left: 40px;
  position: absolute;
  top: 18%;
}
.hs-project-bottom-pane-group{
  padding: 30px 0 40px 20px;
}
.hs-project-bottom-pane-group .custom-column {
  width: 16.667%;
  float: left;
  text-align: center;
  font-weight: 400;
  color: #555;
  padding:0 15px;
}
.hs-project-bottom-pane-group strong {
  display: block;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
.custom-projects-item-post-wrapper {
  font-size: 14px;
  color: #555555;
  line-height: 1.42857143;
}
.custom-projects-item-post-wrapper ul,
.custom-projects-item-post-wrapper p{
  margin:0;
}
.custom-projects-item-post-wrapper .post-description {
  padding: 0 15px 20px;
}
.custom-services-provided.custom-column ul li {
  margin-bottom: 6px;
}
.custom-projects-item-post-wrapper .post-address {
  color: #555;
  line-height: 26px;
  font-size: 16px;
  text-align: right;
  padding: 0 15px;
}
.hs-top-projects-images-group {
  padding: 0 0 40px 0;
}
.back-link-div {
  padding: 0 10px 10px;
  text-align: right;
}
.back-link-div a {
  color: #000;
  font-weight: bold;
}
.back-link-div a :hover {
  color: #000;
  text-decoration: none;
}
.team-detail .hs-read-more-button a.morelink.less{
  display:none;
}
.team-detail.active .hs-read-more-button a.morelink.less {
  display: block;
}
.team-detail.active .hs-read-more-content {
  display: inline;
}
.morelink.less,
.team-detail.active .dots{
  display:none;
}
.team-detail.active .morelink.less{
  display: block;
}
.team-detail.active a.morelink {
  display: none;
}
.service-layout .content-wrapper {
  padding-top: 30px;
}
.custom-projects-item-post-wrapper .post-address iframe {
  max-width: 100%;
  margin-bottom: 30px;
  width: 500px;
}
.has-project-banner.hs-project-layout .hs-green-bottom-pane-group{
  display:none !important;
}
.has-project-banner.hs-project-layout .hs-green-bottom-pane-group.post-section{
  display: block !important;
  margin-bottom: -1px;
}

.hs-home-project-slider.home-slider.clearfix {
  background: #f6f6f6;
}
.project-description strong {
  color: #000;
}
.custom-services-provided.custom-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-description ul {
  color: #333333;
  padding-left: 20px;
  margin-top:0;
}


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

.footer-container-wrapper {}
.footer-container {}
.custom-bottom-footer {
  background: #AAA9AA;
  line-height: 60px;
}
.custom-copyright {
  color: #151616;
  font-size: 12px;
  font-weight: 500;
  margin-left: 0 !important;
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-simple-menu {
  float: right !important;
  width: 50% !important;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-simple-menu ul {
  padding: 0;
  float: right;
  margin: 0;
}
.footer-simple-menu ul li a {
  font-weight: 400;
  margin-right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  color: #151616;
}
.footer-simple-menu ul li.active a {
  color: #006745;
}
.footer-simple-menu ul li:last-child a {
  margin-right: 0;
}
.footer-simple-menu ul li a:hover {
  color: #006745;
}
.custom-top-footer {
  background: #151616;
  text-align: center;
  padding: 55px 0;
}
.footer-logo img {
  max-width: 90px;
}
.footer-heading h2 {
  color: #9b9b9b;
  font-weight: 500;
  padding-bottom: 35px;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform:none;
}
.social-icons {
  margin-bottom: 20px;
}
.social-icons a {
  background: #5c5c5c;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  color: #0d1515;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  font-family: 'avenirltstd-book', sans-serif;
}
.social-icons a:hover {
  background: #006745;
  color: #fff;
}
.social-icons a i {
  padding-top: 10px;
}
.email-and-phone a {
  color: #fff;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'avenirltstd-book', sans-serif;
}
.email-and-phone a i {
  color: #006745;
  margin-right: 10px;
  vertical-align: middle;
}
i.fa.fa-envelope-o {
  font-size: 22px;
  margin-right: 14px;
}
img.alignleft,
img.alignLeft{
  float: left;
}
img.alignRight,
img.alignright {
  float: right;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 0 15px;
  position: relative;
  display: block;
  font-family: 'avenirltstd-book', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    border-bottom: 4px solid #000;
}
 body .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 22px 0 21px;
  line-height: 20px;
  font-family: Palanquin,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #f4f4f4;
  border-bottom: 4px solid #000;
}

/* Child List */


.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  border-top: 2px solid #000;
  top: 67px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding: 7px 0;
  font-family: 'avenirltstd-book', sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
  background: #006745;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 3px 20px;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap !important;
    font-family: 'avenirltstd-book',sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #fff;
}

/* 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:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto !important;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a {
    color: #fff;
  }
  .menu-open .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: block !important;
  }
}


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

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 16px;           /* Position Button at right of screen */
    right: 72px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */ 
    background: transparent; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
/*  .mobile-trigger:hover{
    text-decoration: none;  Removes link text underline on button
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  } */

  /* Change button when menu is open 
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }*/

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

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

  .child-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: static;
    top: 0px;
    right: 0px;
    width:auto !important; /* Button width */
    min-width: auto !important;
    height: auto !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger .caret-mobile {
    color: #fff;
    margin: 10px;
    margin-left: 6px;
    cursor: pointer;
    width: 11px;
    height: 9px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: middle;
    display: inline-block;
}
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: absolute;
    width: 100% !important;
    top: 0;
    padding-top: 0px;
    background-color: #006745;
    margin: 0;
    left: 0;
    z-index: 9999;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 50px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #006745;
    width: 100%; /* Full screen width */
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display: block;
    padding: 0 13px;
    float: none !important;
    border-bottom: 1px solid #004D2A;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active a {
    border-bottom: 4px solid #000 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    border: 0;
    color: #000;
  }

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #004D2A !important;
    border-top:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: transparent;
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 10px 15px 10px 25px;
    font-size: 12px;
    color: #fff !important;
    line-height: 17px;
    white-space: normal !important;
  }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
    background: #5c5c5c;
    color: #fff;
  }

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

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


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


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

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

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

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

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

.blog .content-wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section.post-footer {
  margin-top: 88px;
}
.blog-section p {
  text-align: left;
  font-weight: 500;
  margin-bottom: 35px;
}
.blog-section h3{
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
}
.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}
.tablepress tbody tr:first-child td {
  border-top: 0;
}
.tablepress td, .tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none!important;
}
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.42857143;
  margin-bottom: 1em;
  border: none;
}
.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #ddd;
}
.tablepress tbody tr:first-child td {
  border-top: 0;
}
.tablepress,
.tablepress td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  vertical-align:top;
  color: #333;
  margin-bottom: 0;
}
.tablepress tfoot th, .tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  border: 0;
  color: #333;
  padding: 15px;
  font-size: 18px;
}
.tablepress .even td {
  background-color: #fff;
}
.tablepress tbody td{
  border-left:0;
  border-right:0;
}
.tablepress thead th {
  border-bottom: 1px solid #ddd;
}
.blog-content h6 {
  font-size: 12px;
  color: #212121;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 10px;
}
.tablepress .odd td {
  background-color: #f9f9f9;
}
.blog .ourteam-slider .btn {
  margin-top: 30px;
}




/* =============== 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 {
  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 {
  margin:15px 0px;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {
  float: left;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
  float: right;
}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {
  margin-bottom: 17px;
}
form.hs-form.stacked {
    margin-bottom: 30px;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: block;
  max-width: 100%;
  font-family: 'avenirltstd-book', sans-serif;
  line-height: 20px;
  position:relative;
}
.hs-form-required {
  color: #fe7c7c;
  display: inline-block;
  font-size: 28px;
  position: absolute;
  top: 2px;
}

/* 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 {
  width: 100%;
  max-width: 767px;
  display: block;
  height: 46px;
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #333;
  font-weight: 400;
  background: #fff;
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  -webkit-appearance: none;
  line-height: 20px;
  font-size: 14px;
  font-family: 'avenirltstd-book', sans-serif;
}

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 {
  border: 1px solid #006745;
  outline: none;
}

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

/* Separate Styles for Drop Downs */
select {
  color: #333;
  font-size: 14px;
  line-height: 42px !important;
  padding-right: 20px;
  width: 100%;
  height:45px;;
  box-sizing: border-box;
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #cecece !important;
  -webkit-appearance:none;
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0),inset 0px 0px 0px rgba(80,93,104,0) !important;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0), inset 0px 0px 0px rgba(80,93,104,0);
  box-shadow: 0px 1px 3px rgba(0,0,0,0), inset 0px 0px 0px rgba(80,93,104,0) !important;
  text-shadow: 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(108,118,126,0)!important;
  background-image: url(//cdn2.hubspot.net/hubfs/4784568/Emerald-Built%20-%20Sep2018Theme/Images/selectdown_icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: 97% 19px!important;
  -moz-appearance: none;
  cursor:pointer;
}
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{
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  font-family: 'avenirltstd-book', sans-serif;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-404-banner-group img {
  width: 100% !important;
}
.hs-404-error-layout .main-content .hs-search-field{
  max-width: 500px;
  margin: 0px auto;
}
.hs-404-error-layout .main-content h2 {
  margin-top: 5px;
}


/* 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;
  width: auto;
  line-height: 43px;
  background: #006745;
  border: solid 1px #006745;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
  white-space: normal;
  padding-left: 25px;
  padding-right: 25px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #333;
  border: solid 1px #333;
}

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


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

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


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

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


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

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


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

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

.banner-area{
  margin: 0;
  padding: 45px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  background:#fff;
}
.banner-area h2 {
  margin: 0;
  font-family: 'avenirltstd-book' !important;
  font-weight: 600;
  font-size: 22px;
  color: #212121;
  line-height: 1.1;
  padding:0;
}
.banner-area p {
  text-transform: none;
  padding-top: 45px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify;
}
.banner-area.banner-content {
  padding-bottom:0;
}

#hs-pwd-widget-password {
  height: 46px!important;
  margin-bottom: 17px;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.post-header h2,
h2.post-listing-simple {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-transform:none;
  color: inherit;
  margin-top: 0;
  padding: 0;
}
.post-header h2 a,
h2.post-listing-simple a{
  font-weight: 600;
  text-decoration: none!important;
  outline: 0!important;
  font-style: normal;
  color: #006745;
}
.post-header h2 a:hover,
h2.post-listing-simple a:hover {
  color: #000;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.42857143;
}
a.more-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  text-decoration: none!important;
  outline: 0!important;
  font-style: normal;
  margin: 10px 0;
  margin-bottom: 0;
}
a.more-link:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.bottom-byline {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000;
  line-height: 1.42857143;
}
.bottom-byline a {
  color: #41b7d8;
  text-decoration: none!important;
}
.bottom-byline a:hover {
  color: #41b7d8;
}
.blog-listing-wrapper .post-item {
  padding-bottom: 15px;
}
.blog-pagination a {
  display: inline-block;
  margin-right: 10px;
}
.blog-sidebar .hs-search-field__bar form {
  position: relative;
}
.blog-sidebar input.searchBtn {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-sidebar input[type="text"]{
  max-width:-webkit-calc(100% - 105.5px);
  max-width:-ms-calc(100% - 105.5px);
  max-width:-o-calc(100% - 105.5px);
  max-width:calc(100% - 105.5px);
}
.blog .blog-sidebar {
  padding-left: 40px;
}
.blog .blog-sidebar h3{
  text-transform: uppercase;
  text-align: left;
  margin: 33px 0 0 0;
  padding-bottom: 45px;
  font-size: 22px;
  color: #212121;
  line-height: 1.1;
}
.blog .blog-sidebar ul{
  margin-top: 0;
  margin-bottom: 10px;
}
.blog .blog-sidebar ul li a {
  outline: 0;
  color: #006745;
}
.blog .blog-sidebar ul li a:hover {
  color: #000;
  text-decoration: none;
}

.blog-sidebar .widget-span.widget-type-custom_widget h3 {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: none;
  padding:0;
}
.blog-site-search h3 {
  font-size: 22px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  margin-top: 33px !important;
  margin-bottom: 0 !important;
  padding-bottom: 45px !important;
}
.blog-recent-post h3 {
  font-size: 22px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  margin-top: 33px !important;
  margin-bottom: 0 !important;
  padding-bottom: 45px !important;
}


.product-slider {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
  background:#fff;
}
.slider_content > span {
  text-align: center;
  vertical-align: middle;
  display:block;
}

.slider_content>span img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-slider .item .slider_content h5 {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 60px;
  padding: 0 5px;
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  line-height: 1.1;
}
.product-slider.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.product-slider .slick-dots {
  padding: 0;
  margin: 0 !important;
  list-style: none;
  bottom: 8px;
  text-align: center;
  width: 100%;
  position: absolute;
}
.product-slider .slick-dots li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.product-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #d3d3d3;
  border-radius: 0;
  display: block;
  height: 11px;
  margin: 0 2px;
  opacity: 1;
  transition: all 0.6s ease 0s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  width: 11px;
}
.product-slider .slick-dots li button:before{
  content:none;
  display:none;
}
.product-slider .slick-dots li.slick-active button{
  background: #006745;
}
.product-slider *{
  outline:none;
}

.section.post-footer input[type="text"],
.section.post-footer input[type="password"],
.section.post-footer input[type="datetime"],
.section.post-footer input[type="datetime-local"],
.section.post-footer input[type="date"],
.section.post-footer input[type="month"],
.section.post-footer input[type="time"],
.section.post-footer input[type="week"],
.section.post-footer input[type="number"],
.section.post-footer input[type="email"],
.section.post-footer input[type="url"],
.section.post-footer input[type="search"],
.section.post-footer input[type="tel"],
.section.post-footer input[type="color"],
.section.post-footer input[type="file"],
.section.post-footer textarea,
.section.post-footer select {
  color: #666;
  border: 1px solid #cecece;
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0),inset 0px 0px 0px rgba(80,93,104,0);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0), inset 0px 0px 0px rgba(80,93,104,0);
  box-shadow: 0px 1px 3px rgba(0,0,0,0), inset 0px 0px 0px rgba(80,93,104,0);
  text-shadow: 0px 0px 0px rgba(0,0,0,0), 0px 0px 0px rgba(108,118,126,0);
  padding: 4px 6px;
  font-size: 15px;
  height: auto;
  font-family: "Open Sans", Arial, sans-serif !important;
  border-color: #989898 !important;
  background-color: #f5f5f5 !important;
  border-width: 1px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}
.section.post-footer .hs-button.primary, .section.post-footer input[type="submit"], .section.post-footer input[type="button"] {
  padding: 5px 20px 4px;
  margin: 0px;
  line-height: 17px;
  border-width: 1px;
  font-weight: normal;
  text-transform: capitalize;
  border-style: solid;
  font-family: "Open Sans", Arial, sans-serif !important;
  text-align: center;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px / 5px;
  border-radius: 5px / 5px;
  font-size: 15px;
  color: #ffffff !important;
  border-color: #0059b3;
  background: -webkit-linear-gradient(top, #0080ff, #0080ff);
  background: -moz-linear-gradient(top, #0080ff, #0080ff);
  background: -o-linear-gradient(top, #0080ff, #0080ff);
  background: -ms-linear-gradient(top, #0080ff, #0080ff);
  box-shadow: 0 1px 5px #CCCCCC;
  height: auto;
}
.section.post-footer .hs-button.primary:hover, .section.post-footer input[type="submit"]:hover, .section.post-footer input[type="button"]:hover{
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1A9AFF), color-stop(100%, #1A9AFF));
  background: -webkit-linear-gradient(top, #1A9AFF, #1A9AFF);
  background: -moz-linear-gradient(top, #1A9AFF, #1A9AFF);
  background: -o-linear-gradient(top, #1A9AFF, #1A9AFF);
  background: -ms-linear-gradient(top, #1A9AFF, #1A9AFF);
}

.section.post-footer h3 {
  font-size: 22px;
  color: #212121;
  padding-bottom: 45px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.section.post-footer .hs-input.error {
  border-color: red !important;
}


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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (min-width: 768px) {
  .body-container-wrapper .page-center, .footer-container-wrapper .page-center{
    max-width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto !important;
  }
  .hs-top-projects-images-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .body-container-wrapper .page-center, .footer-container-wrapper .page-center{
    max-width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto !important;
  }
  .header-contact-wrap{
    display:none !important;
  }
}
	
@media(min-width:992px) and (max-width:1150px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    right:unset;
  }
}
  
@media (min-width: 1200px) {
  .body-container-wrapper .page-center, .footer-container-wrapper .page-center{
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto !important;
  }

}

@media (max-width: 1199px) {
  .footer-simple-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-simple-menu ul li a {
    margin-right: 25px;
  }
  .hs-emerald-build-group .hs-left-group {
    margin-right: 0;
    width: 58.333%;
    padding-right: 69px;
    padding-left: 0;
  }
  .hs-emerald-build-group .hs-left-group p {
    font-weight: 500;
    margin: 25px 0;
  }
  .custom-projects-item-wrapper .list-detail h3 a{
    font-size:15px;
  }
  .footer-simple-menu ul li a {
    margin-right: 19px;
  }
}

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

@media (max-width: 991px) {
  .footer-simple-menu ul {
    display: table !important;
    margin: 0 auto !important;
    float: none;
  }
  .footer-simple-menu {
    float: none !important;
    width: 100% !important;
  }
  .custom-copyright {
    width: 100% !important;
    float: left !important;
    margin: 11px 0 0;
    text-align: center;
  }
  .custom-bottom-footer {
    line-height: 30px;
    padding: 20px 0;
  }
  .header-contact a span{
    display: none;
  }
  .header-contact {
    padding: 10px 15px;
    padding-bottom: 11px;
    position: relative;
  }
  .header-contact a i {
    font-size: 28px;
  }
  .header-contact-wrap {
    position: absolute;
    background: transparent;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    cursor: pointer;
  }
  b.caret {
    display: none;
  }
  .footer-simple-menu ul li a {
    margin-right: 25px;
  }
  .ourteam-slider .slick-slide-inner-wrapper,
  .ourteam-slider .item .slider_content{
    padding: 15px;
  }
  .header-container .row-fluid [class*="span"] {
    min-height: 0;
  }
  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 {
    height:40px;
  }
  .sidebar.right {
    padding-left: 0;
  }
  .hs-team-member-image-group {
    width: 41.66666667%;
  }
  .team-image {
    margin-right: 0;
  }
  .hs-team-member-content-group {
    width: 58.33333333%;
  }
  .hs-our-team-group {
    padding: 30px 0px;
  }
  .blog .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hs-home-banner-group .slider_content p {
    font-size: 18px;
  }
  .hs-home-banner-group .slider_content {
    padding: 10px;
  }
  .hs-home-project-slider {
    padding: 30px 0 0;
  }
  .hs-logo-slider-group .hs_cos_gallery {
    width: 65%;
    margin: 0 auto;
  }
  .hs-home-section-two .hs-green-bottom-pane-group.white-bg {
    padding-bottom: 27px;
    padding-top: 0;
  }
  .custom-service-table table td.expand {
    background: url(//cdn2.hubspot.net/hubfs/4784568/Emerald-Built%20-%20Sep2018Theme/Images/plus.png) no-repeat left 5px center;
    padding-left: 40px;
    padding-right: 10px;
    background-size: 18px;
  }
  .custom-service-table table .hs-service-table-trigger.active td.expand{
    background: url(//cdn2.hubspot.net/hubfs/4784568/Emerald-Built%20-%20Sep2018Theme/Images/minus.png) no-repeat left 5px center;
    background-size: 18px;
  }
  .certification_logos {
    left: 0;
    position: relative;
    top: 0;
  }
  .has-project-banner .banner-area.post-banner {
    display: block;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .hs-project-item img{
    min-height: 165px;
  }
  .hs-project-bottom-pane-group .custom-column {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px 30px;
  }
  .custom-projects-item-wrapper .list-detail h3 a {
    font-size: 13px;
    line-height: 25px;
  }
  .custom-projects-item-wrapper .list-detail p{
    line-height: 26px;
    font-size: 13px;
  }
  .custom-service-table th.footable-last-column,
  .custom-service-table td.footable-last-column{
    display: none;
  }
  .custom-projects-item-wrapper .list-detail a{
    font-size:15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar input[type="text"] {
    width: 100%;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .blog-sidebar input.searchBtn {
    position: relative;
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .custom-top-footer {
    padding: 35px 0;
  }
  .blog .content-wrapper {
    padding-top: 35px;
  }
  .body-container-wrapper .page-center, .footer-container-wrapper .page-center{
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-contact{
    background: #0083a7;
  }
  .header-contact a i {
    position: relative;
    top:0;
  }
  .footer-simple-menu ul {
    display: table !important;
    margin: 0 auto !important;
    float: none !important;
    width: auto;
  }
  .footer-simple-menu ul li {
    display: inline-block;
    width: auto;
  }
  .footer-heading h2 {
    padding-bottom: 15px;
    margin-top: 0;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .blog .blog-sidebar {
    margin-top: 30px;
  }
  .blog .blog-sidebar {
    padding-left: 0px;
  }
  .banner-area {
    padding: 35px 0;
  }
  i.fa.fa-envelope-o {
    font-size: 18px;
  }
  .content-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .slider_content > span img {
    max-height: 100%;
  }
  .hs-right-sidebar-layout.contact-us-layout .main-content p {
    margin-bottom: 20px;
    line-height: 24px;
  }
  .custom-contact-form-group form.hs-form fieldset .hs-form-field,
  .custom-contact-form-group .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .sidebar.right {
    padding-left: 0;
    margin-top: 20px;
  }
  .hs-emerald-build-group .hs-right-group,
  .hs-emerald-build-group .hs-left-group {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .hs-emerald-build-group{
    padding-top:50px;
    padding-bottom:50px; 
  }
  .hs-emerald-build-group h2{
    margin:0;
    padding-bottom:10px;
  }
  .hs-emerald-build-group .product-img span{
    left: 0;
    transform:none;
    right: 0;
    top: -57px;
    margin: 0px auto;
  }
  .hs-emerald-build-group .product-img {
    width: 60%;
    margin: 55px auto 0 auto;
    float: none;
    display: inline-block;
  }
  .hs-emerald-build-group .hs-right-group {
    text-align: center;
  }
  .hs-emerald-build-group .product-img > img {
    width: 100%;
  }
  .hs-team-member-image-group{
    width:100%;
  }
  .team-image {
    width: 50%;
    margin: 0 0 20px 0;
  }
  .hs-team-member-content-group {
    width: 100%;
  }
  .team-image img {
    width: 100%;
  }
  .banner-area p {
    padding-top: 35px;
  }
  .hs-home-banner-group .slider_content {
    padding: 15px 5px;
  }
  .hs-home-banner-group .slider_content p {
    font-size: 18px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  img.alignLeft, img.alignleft ,
  img.alignRight, img.alignright {
    float: none !important;
    margin: 0 auto 10px !important;
    display: block !important;
  }
  .hs-right-sidebar-layout .main-content p[align="justify"]{
    text-align:left;
  }
  .hs-project-bottom-pane-group strong {
    text-align: left;
  }
  .hs-project-bottom-pane-group .custom-column {
    display: block;
    width: 100%;
    padding:0;
    text-align: left;
    margin: 0 0 10px;
  }
  .hs-top-projects-images-group .hs-project-item {
    width: 100%;
    float: none;
    padding: 0 0 30px;
    max-width: 270px;
  }
  .hs-project-item img {
    min-height: 200px;
  }
  .custom-projects-item-post-inner-wrapper {
    padding: 35px 0px;
  }
  .custom-projects-item-wrapper .item-image {
    display: inline-block;
    max-width: 270px;
  }
  .custom-projects-item-wrapper > .custom-project-wrapper .custom-project-item {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  
} 


@media (max-width: 639px) {
  .email-and-phone a {
    display: block;
    margin-bottom: 10px;
    line-height:23px;
  }
  .footer-simple-menu ul li a {
    margin-right: 15px;
    font-size: 12px;
  }
  .banner-area h2 {
    font-size: 18px;
  }  
  .banner-area {
    padding: 30px 0;
  }
  .team-image {
    padding: 6px;
    width: 60%;
  }
  .banner-area p {
    padding-top: 30px;
  }
  .hs-home-banner-group .slider_content  {
    padding: 0;
  }
  .hs-home-banner-group .slider_content {
    padding: 10px 5px;
  }
  h2,
  .section.post-footer h3,
  .hs-logo-slider-group h2,
  .hs-home-project-slider h3,
  .hs-right-sidebar-layout .main-content h2 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .hs-home-layout .page-center.content-wrapper h2 {
    padding-bottom: 20px;
  }
  .hs-green-bottom-pane-group {
    padding: 20px 0px;
  }
  .hs-green-bottom-pane-group span {
    font-size: 17px;
  }
  .hs-banner-left-content,
  .hs-banner-right-content {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .hs-green-bottom-pane-group a {
    font-size: 15px;
    padding: 0 13px;
  }
  .hs-green-bottom-pane-group a:hover {
    padding: 0 20px;
  }
}

@media (max-width: 535px) {
  .custom-table-group {
    overflow-x: auto;
  }
  .tablepress, .tablepress td {
    font-size: 12px;
  }
  .service-layout.hs-right-sidebar-layout.service-layout .main-content ul ul{
    padding-left:0;
  }
}

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

@media (max-width: 479px) {
  .footer-simple-menu ul li a {
    font-size: 10px;
  }
  .hs-home-banner-group .slider_content {
    padding: 0px 5px;
  }
  .custom-copyright {
    font-size: 11px;
    line-height: 16px;
  }
  .footer-simple-menu ul {
    text-align: center;
  }
  .banner-area {
    padding: 25px 0;
  }
  .footer-simple-menu {
    margin-top: -1px;
  }
  .footer-simple-menu ul li a{
    display: inline !important;
  }
  .footer-simple-menu ul li:not(:last-child) a {
    position: relative;
    top: 1px;
  }
  .footer-simple-menu {
    margin-top: -2px;
  }
  .custom-contact-form-group .actions {
    text-align: left;
  }
  .team-image {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 10px auto;
  }
  .team-detail h3 {
    padding: 10px 0 0 0;
    font-size: 17px;
  }
  .team-detail h6 {
    padding: 5px 0 9px 0;
    line-height: 24px;
  }
  .hs-home-project-slider .slider_content {
    margin-right: 0;
  }
  .hs-home-project-slider {
    padding-left:15px;
    padding-right:15px;
  }
  .hs-home-banner-group .slider_content p {
    font-size: 11px;
    line-height: 15px;
    padding: 6px;
    width: 100%;
  }
  .custom-service-table table, td{
    font-size:13px;
  }
  .hs-logo-slider-group .slick-initialized .slick-slide .slick-slide-inner-wrapper img {
    width: auto;
    margin: 0px auto;
  }
  .hs-logo-slider-group .slick-initialized .slick-slide .slick-slide-inner-wrapper {
    display: block;
    padding: 5px 5px 0px;
    text-align: center;
  }
  .hs-emerald-build-group .product-img {
    width: 100%;
  }
  .hs-green-bottom-pane-group a{
    font-size: 15px;
    padding: 0 13px;
  }
  .hs-green-bottom-pane-group a:hover{
    padding: 0 20px;
  }
  .custom-contact-form-group form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .blog-sidebar input.searchBtn {
    position: static;
    margin-top: 7px;
    display: block;
    width: 100%;
  }
  .blog-sidebar input[type="text"] {
    max-width: 100%;
  }
  .hs-right-sidebar-layout.service-layout .main-content ul ul {
    padding-left: 10px;
  }
  .banner-area p {
    padding-top: 27px;
  }
  .contact-us-layout .hs-green-bottom-pane-group a{
    padding: 0 8px;
  }
  .contact-us-layout .hs-green-bottom-pane-group a:hover{
    padding: 0 10px;
  }
  .contact-us-layout .hs-green-bottom-pane-group .bottom-part {
    white-space: nowrap;
  }
}

@-moz-document url-prefix() {
  @media (max-width: 991px){
    .custom-bottom-footer {
      line-height: 30px;
      padding: 22px 0 20px 0;
    }
  }
  .footer-simple-menu ul li:not(:last-child) a {
    top: 0;
  }
}



