/* ==========================================================================
   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('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Montserrat'); 

@font-face {
 font-family:icomoon;
 src:url(//cdn2.hubspot.net/hubfs/3880534/Beam_April2018/Fonts/entypo.eot);
 src:url(//cdn2.hubspot.net/hubfs/3880534/Beam_April2018/Fonts/entypo.eot) format('embedded-opentype'),
   url(//cdn2.hubspot.net/hubfs/3880534/Beam_April2018/Fonts/entypo.woff) format('woff'),
   url(//cdn2.hubspot.net/hubfs/3880534/Beam_April2018/Fonts/entypo.ttf) format('truetype'),
   url(//cdn2.hubspot.net/hubfs/3880534/Beam_April2018/Fonts/entypo.svg) format('svg');
 font-weight:400;
 font-style:normal;
}

@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/5cadd5/00000000000000003b9aefb8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/5cadd5/00000000000000003b9aefb8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/5cadd5/00000000000000003b9aefb8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/d2b9f6/00000000000000003b9aefb9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/d2b9f6/00000000000000003b9aefb9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/d2b9f6/00000000000000003b9aefb9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
 font-weight:700;
 font-style:italic;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/6de37e/00000000000000003b9aefc0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/6de37e/00000000000000003b9aefc0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/6de37e/00000000000000003b9aefc0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
 font-weight:400;
 font-style:normal;
}
@font-face {
 font-family:proxima-nova;
 src:url(https://use.typekit.net/af/3eb46d/00000000000000003b9aefc1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/3eb46d/00000000000000003b9aefc1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/3eb46d/00000000000000003b9aefc1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
 font-weight:400;
 font-style:italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #666;
  font-family: "proxima-nova",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


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

/* Basic text */
p {
	font-size: 18px;
  font-weight: 300;
}
small {}
strong {
	font-weight: 700;
}
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: 1;
  font-weight: 700;
  color: #000;
  margin: 0 0 2rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 44px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

/* Anchor Links */
a { color: #232323;
  text-decoration: none;
  -webkit-transition-property: background,border-color,color,opacity;
  transition-property: background,border-color,color,opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
a:hover, a:focus { color: #ff9e16; }

/* Lists */
ul, ol {
	margin: 0 0 3rem 3rem;
  padding: 0;
  font-size: 1.4rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  margin: 3rem 0;
  border-top: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 0;
  clear: both;
}
img {
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 10px 0;
}


/* =============== 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 {
	
}
.mobile-open .header-container-wrapper, 
.mobile-open .body-container-wrapper, 
.mobile-open .footer-container-wrapper {
	
}

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


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

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

.header-container-wrapper .widget-type-global_group {
    min-height: 0;
}
.custom-header-group {
    border-top-width: 3rem;
    border-top-style: solid;
    border-top-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 9;
    width: 100% !important;
    -webkit-transition-duration: .5s;
    transition-duration: .3s;
    transition-property: height, transform, visibility,right,left, border-width;
}
.mobile-open .custom-header-group {
    right: 300px;
}
.custom-header-group .header-inner-group {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    padding: 0 3rem;
  	-webkit-transition-property: height,background,border,padding,margin,font-size,line-height,color,opacity;
    transition-property: height,background,border,padding,margin,font-size,color,line-height,opacity;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.custom-header-group .header-inner-group .page-center {
    max-width: 100% !important;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    margin-bottom: 15px;
    padding: 0 3rem;
    -webkit-transition: -webkit-transform 550ms,visibility 0s;
    transition: transform 550ms,visibility 0s;
}
/* --- Fixed Styling --- */

.fixed .custom-header-group {
    border-top-width: 0;
}
.fixed .custom-header-group .header-inner-group {
    background-color: #fff;
}
.fixed .custom-logo .hs_cos_wrapper_type_rich_text  a:first-child {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.fixed .custom-logo .hs_cos_wrapper_type_rich_text a:last-child {
    opacity: 0 !important;
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
}
.fixed .custom-logo .hs_cos_wrapper_type_rich_text {
    height: 6rem;
    line-height: 6rem;
}
.fixed .mobile-trigger i, 
.fixed .mobile-trigger i:before, 
.fixed .mobile-trigger i:after {
	background: #ff9e16;
}
.fixed .custom-header-group .header-inner-group .page-center {
	margin-bottom: 10px;
}

/* --- Logo Styling --- */

.custom-logo p {
		margin: 0;
}
.custom-logo .hs_cos_wrapper_type_rich_text {
    display: block;
    width: 9.5rem;
    height: 8rem;
    line-height: 8rem;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    margin-right: 3rem;
    float: left;
    overflow: hidden;
}
.custom-logo .hs_cos_wrapper_type_rich_text a:first-child {
    opacity: 0 !important;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem);
    position: absolute;
    top: 0;
}
.custom-logo .hs_cos_wrapper_type_rich_text a {
    display: block;
    -webkit-transition-property: opacity,background,color,visibility,-webkit-transform;
    transition-property: opacity,background,color,visibility,transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.custom-logo .hs_cos_wrapper_type_rich_text a:hover {
	opacity: .6;
}

.custom-logo a img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.custom-logo .hs_cos_wrapper_type_rich_text a:last-child img {
    margin-top: -4px;
}
.custom-logo .hs_cos_wrapper_type_rich_text a:first-child img {
    margin-top: 12px;
    max-width: 95px;
}

/* -- Right Menu Styling -- */

.close-trigger {
    text-align: right;
}
.close-trigger span.fa {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #f8f8f8;
    cursor: pointer;
    padding: 10px 12px 11px;
}

.header-menu-group {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 100;
    width: 300px !important;
    max-width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    display: block;
    background: #000;
  	max-height: 100vh;
  	z-index: 9999;
}

.mobile-open .header-menu-group{
	right:0; 
}
div#site-wrapper {
    position: relative;
    right: 0;
    height: 100%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 90;
}
.mobile-open div#site-wrapper {
    right:300px;
}
div#site-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.5);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.mobile-open div#site-wrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999;
}

/* -- Right Trigger Open Styling -- */

.cm-logo {
   padding: 15px;
   text-align: center;
  margin-left:0 !important;
}
.header-menu-group ul.social-list {
   margin: 0;
   padding: 0 0 0 5%;
   display: block;
   list-style: none;
   float: left;
}
.header-menu-group ul.social-list li {
   font-size: 1rem;
   text-transform: uppercase;
   font-weight: 700;
   display: inline-block;
}
.header-menu-group .social-list a {
  margin-right: 1rem;
  color: #333;
  -webkit-transition-property: background,border-color,color,opacity;
  transition-property: background,border-color,color,opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.header-menu-group .social-list a:hover{
	    color: #ff9e16;
}

[class*=icon-].small {
   font-size: 1.6rem;
}

[class*=" icon-"], [class^=icon-] {
	font-family: icomoon;
   speak: none;
   font-variant: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-style: normal;
   font-weight: 400;
   text-transform: none;
   line-height: 1;
   display: inline-block;
}
.custom-logo.project-logo {
	display: none !important;
}

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

.body-container-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
}
.body-container {}

.hs-banner-area-custom-module {
    background-color: #ff9e16;
    height: 30rem;
  	margin-top: 3rem;
  	position: relative;
}
.hs-banner-area-custom-module .page-center {
    height: 100%;
    position: relative;
}
.hs-banner-area-custom-module .column {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19.7333px;
  	padding: 0 10px;
}
.hs-banner-area-custom-module h2 {
    color: #ffffff;
    font-size: 400%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    margin: 57px 0 0;
}


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


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

.footer-container-wrapper {
		padding: 0 3rem 3rem;
}
.footer-container {}

.footer-group {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #000;
}
.footer-group .footer-copyright {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.footer-group .footer-copyright p {
    font-size: 1.2rem;
    color: #888;
    margin: 0;
}
.footer-three-col-grp .footer-col h3 {
    margin-top: 0;
    color: #ff9e16;
}
.footer-three-col-grp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.footer-three-col-grp .footer-col p {
    font-size: 1.2rem;
    color: #888;
    margin: 0;
}
.footer-three-col-grp .footer-col p a {
    font-size: 1.3rem;
    color: #888;
    font-weight: 700;
}
.footer-three-col-grp .footer-col p a:hover {
    color: #ff9e16;
}
.footer-three-col-grp .footer-col.left-col ul.social-list {
    padding: 0;
    margin: 0;
    list-style: none;
  	line-height: 1;
}
.footer-three-col-grp .footer-col.left-col ul.social-list li {
    font-size: 1.2rem;
    display: inline-block;
}
.footer-three-col-grp .footer-col.left-col ul.social-list li a {
    color: #666;
    margin: 0 .8rem 0 .6rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.footer-three-col-grp .footer-col.left-col ul.social-list li a .small {
    margin-right: .5rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-three-col-grp .footer-col.left-col ul.social-list li a:hover {
    color: #ff9e16;
}
.footer-three-col-grp .footer-col.left-col ul.social-list li a span.text {
    display: none;
}
.icon-facebook:before {
    content: "\e755";
}
.icon-linkedin:before {
    content: "\e769";
}
.icon-twitter:before {
    content: "\e78b";
}
.icon-instagram:before {
    content: "\e765";
}
.icon-pinterest:before {
    content: "\e772";
}
.footer-three-col-grp .middle-col .hs-rss-item {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-three-col-grp .middle-col .hs-rss-item .hs-rss-item-text {
    font-size: 1.2rem;
    color: #888;
    font-weight: 300;
}
.footer-three-col-grp .middle-col .hs-rss-item .hs-rss-item-text a.hs-rss-title {
    font-size: 1.3rem;
    color: #888;
    font-weight: 700;
}
.footer-three-col-grp .hs-rss-item .hs-rss-item-text a.hs-rss-title:hover {
    color: #ff9e16;
}
.footer-three-col-grp .right-col .hs-richtext h4 {
    color: #999;
    font-size: 1.5rem;
}
.footer-three-col-grp .right-col .hs-form-field > label {
    display: none;
}
.footer-three-col-grp .right-col .hs-form-field .hs-input {
    text-transform: lowercase;
    background-color: #333;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #999;
    border: 0;
    font-weight: 700;
    letter-spacing: .1rem;
    padding: 1.6rem 3rem;
    display: block;
    width: 100%;
    font-family: "proxima-nova",sans-serif;
    line-height: 1.4;
  	outline: none;
    -webkit-transition-property: background,border-color,color,opacity;
    transition-property: background,border-color,color,opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.footer-three-col-grp .right-col .hs-form-field .hs-input::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
}
.footer-three-col-grp .right-col .hs-form-field .hs-input:-moz-placeholder {
    color: #888;
    opacity: 1;
}
.footer-three-col-grp .right-col .hs-form-field .hs-input::-moz-placeholder {
		color: #888;
    opacity: 1;
}
.footer-three-col-grp .right-col .hs-form-field .hs-input:-ms-input-placeholder {
		color: #888;
    opacity: 1;
}
.footer-three-col-grp .right-col .hs-form-field .hs-input:focus {
		background-color: #fff;
    box-shadow: none;
    color: #000;
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
    background: #232323;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: none;
    color: #999;
    margin: 0 0 4rem;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    border: 0;
    font-family: "proxima-nova",sans-serif;
    outline: none;
    -webkit-transition-property: background,border-color,color,opacity;
    transition-property: background,border-color,color,opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: 1px solid #232323;
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    color: #fff;
  	background-color: #ff9e16;
    border-color: #ff9e16;
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-form-field {
		position: relative;
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .input + ul.hs-error-msgs.inputs-list {
    margin: 0;
    display: inline-block !important;
    position: absolute;
    top: 110%;
    left: 10%;
    z-index: 1;
    
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .input + ul.hs-error-msgs.inputs-list li {
    margin: 0;
    background-color: #fff;
    background-image: url(//cdn2.hubspot.net/hubfs/3880534/Beam_April2018/Images/error-mesz-style.png);
    background-repeat: no-repeat;
    padding: 9px 15px 9px 40px;
    background-position: left 10px center;
    color: #171717;
    position: relative;
    border: 1px solid #808080;
    border-radius: 5px;
    display: inline-block;
  	font-weight: normal;
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .input + ul.hs-error-msgs.inputs-list li:before {
    content: "";
    border-bottom: 8px solid #c7c7c7;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -16px;
    left: 9px;
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .input + ul.hs-error-msgs.inputs-list li:after {
    content: "";
    border-bottom: 7px solid #fff;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: -14px;
    left: 10px;
}
.footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs_error_rollup {
    margin-top: 60px;
    margin-bottom: 10px;
}
ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.hs-error-msgs.inputs-list li {
    color: red;
    font-weight: bold;
}

a#back-to-top {
    text-align: left;
    position: fixed;
    bottom: 6rem;
    right: 3.2rem;
    z-index: 20;
    float: right;
}
a#back-to-top span {
    width: 10rem;
    margin-top: -5rem;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    font-size: 1.1rem;
    font-weight: 400;
    float: right;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  	-webkit-transition-property: background,border-color,color,opacity;
    transition-property: background,border-color,color,opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
a#back-to-top span:hover {
		color: #ff9e16;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding: 0 0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  background: #000;
  padding: 15px;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #f8f8f8;
  text-decoration: none;
  border-top: 1px solid #434343;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
	color: #ff9e16;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #aeaeae;
  border-top: 1px solid #393939;
  background: #000;
  padding: 15px;
  display: block;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
	color: #ff9e16;
}

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

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

.mobile-open {
    overflow: hidden;
}

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

.mobile-trigger{
  display: inline-block !important;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
  float: right;
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 1;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  margin-top: 22px;
}

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


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

.child-trigger{
  display: inline-block !Important;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  cursor:pointer;
  color: #f8f8f8;
  width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover .child-trigger {
	color: #ff9e16;
}

.child-trigger:before {
    content: "";
}

.child-trigger.child-open:before {
    content: "";
}
.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: 0; /* 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);
}

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



/* ==========================================================================
   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 {
	padding-top: 10px;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}

img.hs-featured-image {
    float: none;
    max-width: none;
    width: 100%;
    margin: 20px 0;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
	margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
    margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

.blog-listing-wrapper .post-listing .post-item .post-body {}



#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #888888;
    font-weight:700;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
    font-style: italic;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
	margin: 10px 0;
}
.more-link{
    display: inline-block;
    padding-top: 10px;
}
.hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 10px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}
.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
	padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}
#comments-listing.no-comments {
   border: none;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
	padding-right: 10px;
}
.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 {}

li.hs-form-booleancheckbox .hs-input {
    max-width: none !important;
    display: inline-block !important;
}


/* =============== 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 */
.body-container .hs-form-field {
  margin: 0 0 1.5rem;
}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  display:block;
}
.body-container .hs-form-field > label strong {
    margin-left: 3px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  padding: 1.3rem 2.5rem;
  line-height: normal;
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  border-width:2px;
}

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

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

.body-container ul.hs-error-msgs.inputs-list {
    color: #CF4D4D;
    font-weight: bold;
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 15px;
}

.body-container select {
  background: #fff;
  padding: 10px;
  border: 1px solid #949494;
  opacity: .5;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}

.body-container textarea {
    border: 1px solid #949494 !important;
    opacity: .5;
    min-width: 10rem;
    min-height: 20rem;
    background: #f9f9f9;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.4 !important;
    font-weight: normal !important;
}
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; }
}


/*HS SUPPORT - PRIVACY POLICY TEXT */

form.hs-form .hs-form-field ul.inputs-list li span{
  font-size:12px!important;
}

.legal-consent-container {
   font-size:12px;
 }  

#hs_cos_wrapper_widget_1541647983155 p {
   font-size:12px!important;
 }

/*END HS SUPPORT*/


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font: 400 13.3333px Arial;
  background-color: #000;
  padding: 1.3rem 2.5rem;
  margin: 0 0 1.5rem;
  line-height: normal;
  font-weight: 700;
  text-transform: inherit!important;
  border-radius: 0!important;
  border: none!important;
  color: #fff!important;
  font-family: "proxima-nova",sans-serif;
}

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

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


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


/* ==========================================================================
   Migration Styling
   ========================================================================== */

.hs-one-col-cont-bg {
    border-top-color: #fff;
    padding-top: 8rem;
    border-top-width: 3rem;
    border-top-style: solid;
    background-color: #f4f4f4;
    padding-bottom: 11rem;
}
.hs-one-col-cont-bg .ïnner-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
  	width: 100%;
}
.full-width-abt .hs-two-col-left-img .left-img-col {
    height: 90vh;
}
.full-width-abt .hs-two-col-left-img {
	overflow: hidden;
}
.full-width-abt .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical {
	margin-bottom: 9rem;
}
.full-width-abt .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical:after {
	height: 14rem;
}
.hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
    font-size: 4rem;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #232323;
}
.full-width-abt .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
    font-size: 4.6rem;
}
.hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical:after {
    width: 1px;
    height: 8rem;
    margin-top: 3rem;
    border-right: 1px solid #777;
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
}
.hs-two-col-left-img {
    padding-top: 11rem;
    padding-bottom: 11rem;
    background-color: #232323;
    color: #fff;
  	position: relative;
  	overflow: hidden;
}
.hs-two-col-left-img .left-img-col {
    height: 100%;
    background-size: cover;
    background-position: center;
  	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50%;
}
.hs-two-col-left-img .column.width-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
    position: relative;
    z-index: 1;
    width: 50%;
}
.push-6 {
    left: 50%;
}
.hs-two-col-left-img .page-center:after, 
.hs-two-col-left-img .page-center:before {
    content: "";
    display: block;
    clear: both;
}
.hs-two-col-left-img .column.width-6 .hero-content {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner {
    padding-left: 8.5rem;
    display: table-cell;
    vertical-align: middle;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .page-header h2 {
    color: #fff;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody h3 {
    color: #fff;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody p {
    margin: 0;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody h6 {
    color: #fff;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody p a.btn {
    background: #ff9e16;
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 1rem;
    line-height: 1.4;
    -webkit-transition-property: background,border-color,color,opacity;
    transition-property: background,border-color,color,opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody p a.btn:hover {
		background: #000;
    border: none;
    color: #ff9e16;
}
.yellow-bg-grp {
    background: #ff9e16;
}
.yellow-bg-grp.section {
    padding-top: 11rem;
    padding-bottom: 8rem;
}
.section .tw-col-lft-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.yellow-bg-grp.section .tw-col-lft-flexi-col h2 {
    color: #ffffff;
}
.yellow-bg-grp.section .tw-col-lft-flexi-col h3 {
    color: #fff;
}
.section .tw-col-rt-flexi-col {
    padding-left: 0.5rem;
    padding-right: 1.5rem;
}
.yellow-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text p {
    margin: 0;
    color: #fff;
    line-height: 1.2;
}
.yellow-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text p a.btn {
    min-width: 200px;
    width: auto;
    padding: 1.1rem 1.5rem;
    font-size: 1.1rem;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    background-color: #232323;
    color: #999;
    line-height: 1.4;
    margin: 0 0 1rem;
}
.yellow-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text p a.btn:hover {
		background-color: #ff9e16;
  	color: #fff;
}
.accordion .accordion_group .accordion_header {
    border-top: #ff9e16 1px solid;
    background: #ff9e16;
    color: #ffffff;
    padding: 10px;
    font-size: 1em;
    font-weight: bold;
    line-height: 20px;
}
.accordion .accordion_group .accordion_content {
    padding: 10px;
    background: #ff9e16;
    color: #000;
    margin-bottom: 5px;
  	display: none;
}
.accordion .accordion_group .accordion_header:after {
    content: "+";
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.accordion .accordion_group .accordion_header.expanded:after {
    content: "-";
}
.grey-bg-grp {
    background-color: #f4f4f4;
}
.grey-bg-grp.section {
    padding-top: 11rem;
    padding-bottom: 8rem;
}
.full-width-abt .section-three .page-center {
    margin-top: 3rem;
}
.full-width-abt .section-three .tw-col-rt-flexi-col p {
    margin: 0;
}
.full-width-abt .section-three .tw-col-rt-flexi-col p:first-child {
    font-size: 2rem;
}
.full-width-abt .section-three .tw-col-rt-flexi-col p {
    margin: 0;
    line-height: 1.5;
}
.full-width-abt .section-three .page-center .tw-col-rt-flexi-col {
    padding-left: 0.5rem;
}
.full-width-abt .section-three .page-center .tw-col-rt-flexi-col ul li {
    font-size: 18px;
    line-height: 1.5;
  	color: #666;
}
.full-width-abt .footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
    text-transform: uppercase;
}
.full-width-abt .section-four {
    padding-top: 11rem;
    padding-bottom: 8rem;
  	background-color: #232323;
}
.full-width-abt .section-four .sec-four-left-flexi-col {
    padding: 0 1.5rem;
}
.full-width-abt .section-four .sec-four-left-flexi-col h2 {
    color: #fff;
}
.full-width-abt .section-four .sec-four-right-flexi-col p {
    margin: 0;
    color: #fff;
}
.full-width-abt .section-four .sec-four-right-flexi-col {
    padding-left: 0.5rem;
    padding-right: 1.5rem;
}
.full-width-abt .section-four .sec-four-full-width-group {
    padding-top: 32px;
}
.our-team-custom-module {
    width: 33.33333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}
.our-team-custom-module .thumbnail {
    position: relative;
    overflow: hidden;
}
.our-team-custom-module .thumbnail >a.overlay-link {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    outline: 0;
    border: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.our-team-custom-module .thumbnail >a.overlay-link img {
    -webkit-transition-property: padding,background,color,opacity,box-shadow,-webkit-transform;
    transition-property: padding,background,color,opacity,box-shadow,transform;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.our-team-custom-module .thumbnail:hover >a.overlay-link img {
    opacity: 1;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
.our-team-custom-module .thumbnail >a.overlay-link span.overlay-info {
    width: 100.1%;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    border: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.our-team-custom-module .thumbnail:hover >a.overlay-link span.overlay-info {
    -webkit-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    opacity: 1;
}
.our-team-custom-module .thumbnail >a.overlay-link span.overlay-info > span {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-style: normal;
    display: table;
}
.our-team-custom-module .thumbnail >a.overlay-link span.overlay-info > span > span {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #000;
    display: table-cell;
}
.our-team-custom-module .thumbnail:hover >a.overlay-link span.overlay-info:hover {
    background: #fff!important;
}
.our-team-custom-module .team-content-info.box {
    min-height: 520px;
    padding: 2.5rem;
    font-size: 1.4rem;
    -webkit-transition-property: padding,background,color,opacity,box-shadow,-webkit-transform;
    transition-property: padding,background,color,opacity,box-shadow,transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background: #fff;
    width: 100%;
    margin-bottom: 3rem;
    border: 1px solid #fff;
    overflow: hidden;
}
.our-team-custom-module .team-content-info.box h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}
.our-team-custom-module .team-content-info.box h6 {
    color: #999;
    margin-bottom: 2rem;
}
.our-team-custom-module .team-content-info.box .moduletable p {
    margin: 0;
    line-height: 1.8;
}
.our-team-custom-module .team-content-info.box .moduletable .custom p a {
    word-wrap: break-word;
}
.our-team-custom-module .team-content-info.box .moduletable ul.social-list {
    margin: 0 0 3rem;
    padding: 0;
    font-size: 1.4rem;
    list-style: none;
}
.our-team-custom-module .team-content-info.box .moduletable ul.social-list li {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.our-team-custom-module .team-content-info.box .moduletable ul.social-list li a {
		color: #232323;
}
.our-team-custom-module .team-content-info.box .moduletable ul.social-list li a:before {
    content: "\e769";
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.our-team-custom-module .team-content-info.box .moduletable ul.social-list li a:hover {
    color: #ff9e16;
}
.our-team-custom-module .team-content-info.box .moduletable p a.button {
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #000;
    margin: 0 0 1rem;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    line-height: 1.4;
    color: #fff;
    border: 1px solid #000;
}
.our-team-custom-module .team-content-info.box .moduletable p a.button:hover {
    background-color: #ff9e16;
    border-color: #ff9e16;
    color: #fff;
}
.testimonial-slider .hs_cos_wrapper_type_gallery {
    display: block;
    margin: 4em auto;
    padding: 4px 50px;
    position: relative;
    width: 90%;
    max-width: 768px;
    background-color: transparent;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide img {
    display: none;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide {
    margin: 0;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    margin: 0;
    display: block;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption p {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    padding: 0 14px;
    text-align: center;
    color: #000;
    margin: 0;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
    padding: 0;
    margin: 0 0 30px;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption ul {
    margin: .3rem 0 .3rem 2rem;
    list-style: none;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption {
    text-align: center !important;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption ul li {
    font-size: 18px;
  	color: #000;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption ul li p {
    font-weight: 700;
}
.testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption ul li a {
    font-size: 18px;
}
.testimonial-slider .hs_cos_wrapper_type_gallery button.slick-arrow {
    display: block;
    height: 100%;
    top: 0;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    width: 50px;
}
.testimonial-slider .hs_cos_wrapper_type_gallery button.slick-prev:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
  	opacity: 1;
    background-color: #000;
    -webkit-transform: translateY(-35px) rotate(45deg);
    -moz-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    -o-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg);
    background-color: #5e5e63;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
}
.testimonial-slider .hs_cos_wrapper_type_gallery button.slick-prev:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #000;
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
    background-color: #5e5e63;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
}
.testimonial-slider .hs_cos_wrapper_type_gallery button.slick-prev {
    left: -50px;
    margin-top: 15px;
}
.testimonial-slider .hs_cos_wrapper_type_gallery button.slick-next {
    margin-top: 15px;
    right: -50px;
}
.testimonial-slider .hs_cos_wrapper_type_gallery button.slick-next:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #000;
    background-color: #5e5e63;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}
.testimonial-slider .hs_cos_wrapper_type_gallery button.slick-next:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #000;
    background-color: #5e5e63;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -moz-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    -o-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg);
    opacity: 1;
}

/* -- Beam Method -- */

.beam-meathd .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 700;
}
.beam-meathd .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
}
.beam-meathd .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical:after {
		height: 8rem;
}
.beam-meathd .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .page-header h2 {
		margin-bottom: 3rem;
}
.hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody ul li {
    font-size: 18px;
}
.beam-meathd .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody p a.btn {
		text-transform: none;
}
.beam-meathd .hs-two-col-left-img .left-img-col {
		height: 100%;
}
.beam-meathd .yellow-bg-grp.section .tw-col-lft-flexi-col h2 {
		text-align: center;
}
.section .tw-col-rt-flexi-col h3 {
    color: #fff;
}
.section .tw-col-rt-flexi-col ul li {
    color: #fff;
    line-height: 2.5rem;
    font-size: 18px;
    font-weight: 300;
}

/* -- Beam Service -- */

.beam-services .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .page-header h2 {
    margin-bottom: 3rem;
}
.beam-services .grey-bg-grp.tw-col-left-grp .tw-col-lft-flexi-col {
    padding-left: 0;
}
.hs-three-col-equal-custom-module {
    margin: 0 0 0 -15px;
    padding-right: 1.5rem;
}
.hs-three-col-equal-custom-module .col {
    width: 33.33333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
    padding-bottom: 40px;
}
.hs-three-col-equal-custom-module .col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hs-three-col-equal-custom-module .col ul li {
    padding: 5px;
    font-size: 18px;
    font-weight: 300;
    opacity: .7;
    color: #666;
    line-height: 1.2;
}
.hs-three-col-equal-custom-module .col ul li a {
    color: #ff9e16;
}
.beam-services .grey-bg-grp .tw-col-rt-flexi-col {
    padding-bottom: 3.2rem;
}
.beam-services .hs-banner-area-custom-module h2 {
    text-transform: uppercase;
}
.hs-three-col-equal-custom-module .col h5 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 300;
}

/* ---- Project ---- */

.hs-project-banner-area {
    background: #000;
}
.hs-project-banner-area h2 {
    margin: 61px 0 0;
    font-size: 225%;
}
.project-layout .grey-bg-grp {
    border-top-width: 3rem;
    border-top-style: solid;
    border-top-color: #fff;
}
.project-layout .grey-bg-grp.section .tw-col-rt-flexi-col p {
    margin: 0;
}
.project-layout .grey-bg-grp.section .tw-col-rt-flexi-col {
    padding-left: 0.8rem;
}
.project-layout .grey-bg-grp .inner-tw-col-lft-grp-one {
    padding-bottom: 8rem;
}
.project-layout .grey-bg-grp .inner-tw-col-lft-grp-two .grp-tw-lft-flexi-col {
    padding: 0 1.5rem;
}
.project-layout .grey-bg-grp .inner-tw-col-lft-grp-two {
    padding-top: 2px;
    padding-bottom: 2px;
}
.project-layout .grey-bg-grp .inner-tw-col-lft-grp-two .inn-tw-col-rt-grp-tw ul {
    padding: 0;
    margin: 0 0 3rem;
    list-style: none;
}
.project-layout .grey-bg-grp .inner-tw-col-lft-grp-two .inn-tw-col-rt-grp-tw ul li {
    font-size: 18px;
    font-weight: 300;
}
.project-layout .grey-bg-grp .inner-tw-col-lft-grp-two .inn-tw-col-rt-grp-tw .rt-grp-left-flexi-col {
    padding-left: 8px;
}
.project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col .hs_cos_wrapper_type_module {
    padding: 1rem;
  	margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col .hs_cos_wrapper_type_module .hs_cos_wrapper_type_linked_image {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
}
.project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col .hs_cos_wrapper_type_module img.hs-image-widget {
    max-width: 1090px;
}
.two-col-left-img-module .left-col-image-grp {
    width: 33.33333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}
.two-col-left-img-module.btm-lft-img-grp .left-col-image-grp {
    padding-right: 1.5rem;
}
.two-col-left-img-module.btm-lft-img-grp .left-col-image-grp .left-col-bottom-image {
    padding-top: 22px;
}
.two-col-left-img-module .right-column-image {
    width: 66.66667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}
.two-col-left-img-module {
    padding-right: 30px;
}
.project-layout .footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
    text-transform: uppercase;
}
.project-layout .footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
	background-color: #ff9e16;
}
.project-layout .custom-logo.glbl-header-logo {
	display: none !important;
}
.project-layout .custom-logo.project-logo {
	display: block !important;
}
.hs-project-banner-area .column.no-sub-title h2 {
    font-size: 36px;
  	margin: 101px 0 0;
}
.hs-project-banner-area .column.no-sub-title p {
    margin: 7px 0 0;
    font-family: 'proxima-nova','sans-serif';
    font-size: 112.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    color: #ffffff;
}
.two-col-right-img-module {
    padding-right: 30px;
}
.two-col-right-img-module .left-col-image {
    width: 66.66667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}
.two-col-right-img-module .left-col-top-image {
    width: 33.33333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}
.two-col-right-img-module.btm-rt-img-grp .left-col-top-image {
    padding-right: 1.5rem;
}
.two-col-right-img-module.btm-rt-img-grp .left-col-top-image .right-col-bottom-image {
    padding-top: 22px;
}

/* --- Craig Edwards --- */

.craig-edwards .yellow-bg-grp .sec-two-col p {
    text-align: center;
  	margin: 0;
}
.craig-edwards .yellow-bg-grp .sec-two-col p a.btn {
    padding: 1.3rem 2.7rem;
    font-size: 2.5rem;
    line-height: 3.3rem;
    font-weight: 300;
    background: #fff;
    display: inline-block;
    margin-bottom: 30px;
}
.craig-edwards .yellow-bg-grp .sec-two-col p a.btn:hover {
    background-color: #000;
    color: #fff;
}
.craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col {
    padding-left: 1.5rem;
}
.craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col p {
    margin: 0;
    line-height: 1.2;
}
.craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-left: 2rem;
  	padding-bottom: 3rem;
}
.craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text h3 {
    color: #000;
}
.craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text p a.button {
    padding: 1.4rem 2.6rem;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 3rem;
    background-color: #000;
    display: inline-block;
    line-height: 1.4;
    color: #fff;
}
.craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text p a.button:hover {
    background-color: #ff9e16;
    border-color: #ff9e16;
    color: #fff;
}

/* ---- Integrated Marketing ---- */

.integrated-marketing .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .page-header h2 {
    margin-bottom: 3rem;
}
.yellow-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text ol li {
    color: #fff;
    line-height: 2.5rem;
    font-size: 18px;
    font-weight: 300;
}
.integrated-marketing .grey-bg-grp.tw-col-left-grp.grp-two.section-three .sec-three-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.integrated-marketing .grey-bg-grp.tw-col-left-grp.grp-two.section-three .sec-three-flexi-col p {
	margin: 0;
  line-height: 1.2;
}
.integrated-marketing .section-four {
	background: #333;
  padding-top: 11rem;
  padding-bottom: 8rem;
  line-height: 1.2;
}
.integrated-marketing .section-four p {
    margin: 0;
    color: #fff;
}
.integrated-marketing .section-four p img {
    max-height: 80px;
}
.integrated-marketing .section-four .page-center {
    padding-left: 3rem;
    padding-right: 3rem;
}
.integrated-marketing .section-four p a {
    width: 200px;
    max-width: 100%;
    background-color: #232323;
    border-radius: 0!important;
    line-height: 1.4;
    padding: 1.3rem 2.5rem;
    margin: 0 0 1rem;
    font-size: 1.3rem;
    color: #fff;
    border: 1px solid #232323;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}
.integrated-marketing .section-four p a:hover {
		background: #ff9e16;
    border-color: #ff9e16;
}

/* --- Project Layout --- */

.project-layout .mobile-trigger,
.project-listing .mobile-trigger {
    padding-bottom: 0 !important;
  	height: 38px;
}
.project-listing .grey-bg-grp.section {
		padding-top: 8.6rem;
    padding-bottom: 30px;
    border-top-width: 3rem;
    border-top-style: solid;
    border-top-color: #fff;
}
.project-listing .grey-bg-grp.section .page-center {
		padding: 0 7px;
}
.project-listing .grey-bg-grp.section .page-center .section-one-flexi-column {
		padding: 0 1.5rem;
}
.hs-projects-custom-module {
    width: 33.33333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
}
.hs-projects-custom-module .thumbnail {
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}
.hs-projects-custom-module .thumbnail > a.overlay-link {
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hs-projects-custom-module .thumbnail > a.overlay-link > img {
    transition-duration: 700ms !important;
}
.hs-projects-custom-module .thumbnail > a.overlay-link span.overlay-info {
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
    width: 100.1%;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: padding,background,color,opacity,box-shadow,-webkit-transform;
    transition-property: padding,background,color,opacity,box-shadow,transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hs-projects-custom-module .thumbnail > a.overlay-link span.overlay-info > span {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-style: normal;
    display: table;
}
.hs-projects-custom-module .thumbnail > a.overlay-link span.overlay-info > span > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #000;
}
.project-listing .section-one-flexi-column .project-wrapper {
    padding-bottom: 2rem;
}
.project-listing .footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
    text-transform: uppercase;
}
.hs-projects-custom-module .thumbnail:hover > a.overlay-link > img {
		opacity: 1;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
.hs-projects-custom-module .thumbnail:hover > a.overlay-link span.overlay-info {
		-webkit-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
  	opacity: 1;
}

/* -- Service Layout -- */

.service-layout .sec-one-flexi-col {
		background-color: #f4f4f4;
}
.service-layout .sec-one-flexi-col .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-top: 20px;
}
.service-layout .grey-bg-grp.grp-two.section {
		padding-top: 32px;
  	padding-bottom: 11rem;
}
.grid-item {
    width: 50%;
    margin: 0 0 3rem;
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.grid-item .thumbnail.img-scale-in {
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}
.grid-item .thumbnail > a.overlay-link {
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid-item .thumbnail > a.overlay-link > img {
    transition-duration: 700ms !important;
}
.grid-item .thumbnail > a.overlay-link span.overlay-info {
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
    width: 100.1%;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: padding,background,color,opacity,box-shadow,-webkit-transform;
    transition-property: padding,background,color,opacity,box-shadow,transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.grid-item .thumbnail > a.overlay-link span.overlay-info > span {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-style: normal;
    display: table;
}
.grid-item .thumbnail > a.overlay-link span.overlay-info > span > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #000;
}

.grid-item .thumbnail:hover > a.overlay-link > img {
		opacity: 1;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
.grid-item .thumbnail:hover > a.overlay-link span.overlay-info {
		-webkit-transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
    transform: translate3d(0,0,0) rotate3d(1,1,1,0deg) scale3d(1,1,1);
  	opacity: 1;
}
.grid-item .team-content-info p {
    margin: 0;
}
.grid-item .team-content-info .services-text {
    min-height: 200px!important;
}
.grid-item .team-content-info p a.bkg-black {
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #fff;
    background-color: #000;
    line-height: 1.4;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.grid-item .team-content-info p a.bkg-black:hover {
		background-color: #ff9e16;
    border-color: #ff9e16;
}
.service-layout .black-bg-grp.section-three {
    background: #000;
    padding-top: 11rem;
    padding-bottom: 8rem;
}
.service-layout .black-bg-grp.section-three .page-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.service-layout .black-bg-grp.section-three .sec-three-left-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  	padding-top: 4px;
}
.service-layout .black-bg-grp.section-three .sec-three-left-flexi-col img {
		max-width: 250px;
}
.service-layout .black-bg-grp.section-three .sec-three-right-flexi-col {
    color: #fff;
}
.service-layout .black-bg-grp.section-three .sec-three-right-flexi-col h2 {
    color: #fff;
}
.service-layout .black-bg-grp.section-three .sec-three-right-flexi-col p {
    margin: 0;
}
.service-layout .black-bg-grp.section-three .sec-three-right-flexi-col {
    color: #fff;
    padding: 0 1.5rem 0 0.5rem;
}
.service-layout .black-bg-grp.section-three .sec-three-right-flexi-col p a.score {
    background: #ff9e16;
    font-size: 20px;
    line-height: 1.4;
    padding: 1.3rem 2.5rem;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.service-layout .black-bg-grp.section-three .sec-three-right-flexi-col p a.score:hover {
		color: #000 !important;
  	background: #fff;
}
.service-layout .yellow-bg-grp.section-four.section .sec-four-left-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4px;
}
.service-layout .yellow-bg-grp.section-four.section .sec-four-left-flexi-col h2 {
    color: #fff;
    line-height: 1.25;
}
.service-layout .yellow-bg-grp.section-four.section .sec-four-right-flexi-col h3 {
    color: #fff;
}
.service-layout .yellow-bg-grp.section-four.section .sec-four-right-flexi-col p {
    margin: 0;
    color: #fff;
}
.service-layout .yellow-bg-grp.section-four.section .sec-four-right-flexi-col p img + a {
    background: #000;
    font-size: 1.1rem;
    padding: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}
.service-layout .yellow-bg-grp.section-four.section .sec-four-right-flexi-col p img + a:hover {
    color: #000 !important;
    background: #fff;
}

/*============= contact layout ===================*/

.black-bg-grp {
    background: #000;
    color: #fff;
    padding-top: 11rem;
    padding-bottom: 8rem;
}

.contact-layout .tw-col-left-grp h2{
	color:#fff;
}

.contact-layout .tw-col-left-grp p {
    margin: 0;
}

.contact-layout .tw-col-left-grp p a{
	color: #ff9e16;
}

a.donate-button {
    color: #fff!important;
    background: #ff9e16;
    padding: 1.3rem 2.5rem;
}

a.donate-button:hover{
	background: #000;
}

.contact-layout .sec-three-form {
    padding-bottom: 14rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.contact-layout .sec-three-form {
    padding-bottom: 14rem;
}

.body-container h3.form-title {
  font-size: 36px;
  text-align: center;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
  margin: 0;
}

.contact-layout .section-three {
    padding-top: 0;
  	padding-bottom: 11rem;
}
.hs-contact-follow-us-module ul.contact-social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.hs-contact-follow-us-module ul.contact-social li {
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}
.hs-contact-follow-us-module ul.contact-social li a {
    margin-right: 1rem;
}
.hs-contact-follow-us-module ul.contact-social li:last-child a {
    margin-right: 0;
}
.hs-contact-follow-us-module ul.contact-social li a span {
    color: #ff9e16;
}
.hs-contact-follow-us-module {
    margin-bottom: 32px;
}
.contact-layout .body-container .hs-form-field > label .hs-form-required {
    display: none;
}
.contact-layout .section-three .sec-three-row-two {
		padding: 0 1.5rem;
}

.contact-layout .hs-form ul.hs-error-msgs.inputs-list li {
    color: #CF4D4D;
    font-weight: bold;
    font-size: 10px;
    display: block;
    margin-top: 10px;
}
.contact-layout .hs-form .hs_error_rollup ul.hs-error-msgs.inputs-list li {
    color: red;
    font-weight: bold;
    font-size: 18px;
}

/* -- Home Page -- */

.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main {
    padding: 0;
  	margin: 0;
}
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide {
    margin: 0;
}
.two-col-eq-top-icon {
    border-top: 20px solid #ff9e16;
  	padding-bottom: 1rem!important;
    overflow: hidden;
    background-color: #f4f4f4;
}
.two-col-eq-top-icon .column {
    color: #fff;
    padding: 50px;
    width: 50%;
    float: left;
    text-align: center;
}
.two-col-eq-top-icon .column.left-col {
    background: #000;
}
.two-col-eq-top-icon .column.right-col {
    background: #ff9e16;
}
.two-col-eq-top-icon .column .moduletable p {
    margin: 0;
}
.two-col-eq-top-icon .column .moduletable p img {
    max-width: 120px;
}
.two-col-eq-top-icon .column .moduletable p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    font-weight: bold;
}
.two-col-eq-top-icon .column.left-col p.learn-more a {
    color: #fff!important;
    background: #ff9e16!important;
    line-height: 1.4;
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem;
    display: inline-block;
    font-weight: normal;
}
.two-col-eq-top-icon .column.left-col p.learn-more a:hover {
    background: #fff!important;
    color: #000!important;
    border: none!important;
}
.two-col-eq-top-icon .column.right-col p a {
    color: #fff!important;
    background: #000!important;
    border: none!important;
    line-height: 1.4;
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}
.two-col-eq-top-icon .column.right-col p a:hover {
    background: #fff!important;
    color: #000!important;
    border: none!important;
}
.home-page .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4;
}
.home-page .hs-one-col-cont-bg {
    border-top: 0;
    padding-top: 11rem;
    padding-bottom: 11rem;
}
.hs-features-custom-module {
    width: 33.33333%;
    margin: 0 0 3rem;
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.home-page .hm-pg-sec-three-group.features {
    background-color: #f4f4f4;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.hs-features-custom-module .thumbnail {
    display: block;
    padding: 0!important;
    margin-bottom: 20px;
    line-height: 1.42857143;
    position: relative;
    overflow: hidden;
}
.hs-features-custom-module .thumbnail .box-header {
    min-height: auto;
    height: 495px;
}
.hs-features-custom-module .thumbnail .box-header h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    margin: 0;
}
.hs-features-custom-module .thumbnail .box-header a.button {
    position: absolute;
    right: 0;
    border: 1px solid #eee;
    bottom: 0;
    padding: 1.3rem 2.5rem;
    font-size: 1.3rem!important;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #000;
    border-color: #000;
    line-height: 1.4;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
}
.hs-features-custom-module .thumbnail .box-header a.button:hover {
    background-color: #ff9e16;
    border-color: #ff9e16;
}
.hm-pg-section-four {
    background: #f4f4f4;
    padding-top: 11rem;
    padding-bottom: 8rem;
}
.hm-pg-section-four .sec-four-header h1 {
    font-size: 36px;
    color: #000!important;
    padding-bottom: 30px;
    text-align: center;
}
.one-col-cnt-top-icon {
    width: 25%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: left;
  	text-align: center;
}
.one-col-cnt-top-icon p {
    margin: 0;
  	color: #000000;
}
.one-col-cnt-top-icon p img {
    width: 80px;
}
.one-col-cnt-top-icon h2 {
    color: #000!important;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}
.one-col-cnt-top-icon .custom.beam-home-icons {
    height: 350px;
}
.hm-pg-section-five {
    padding-top: 11rem;
    padding-bottom: 8rem;
    background-color: #232323;
}
.hm-pg-section-five .page-center {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.hm-pg-section-five .page-center .sec-five-left-flexi-col {
    padding-left: 1.5rem;
    padding-right: 0;
  	padding-bottom: 30px;
}
.hm-pg-section-five .page-center .sec-five-left-flexi-col img.hs-image-widget {
    min-width: 248px;
}
.hm-pg-section-five .page-center .sec-five-rt-flexi-col h2 {
    color: #fff;
}
.hm-pg-section-five .page-center .sec-five-rt-flexi-col p {
    margin: 0;
    color: #fff;
}
.home-page .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical {
		margin-bottom: 4.5rem;
}
.home-page .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical:after {
		margin-top: 2rem;
}
.hm-pg-section-five .page-center .sec-five-rt-flexi-col {
    padding-left: 0.7rem;
    padding-right: 1.5rem;
}
.hm-pg-section-five .page-center .sec-five-rt-flexi-col p a.score {
    background: #ff9e16;
    margin-bottom: 0!important;
    border-radius: 0!important;
    max-width: 100%;
    border: none!important;
    font-size: 20px;
    line-height: 1.4;
    padding: 1.3rem 2.5rem;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
  	text-align: center;
}
.hm-pg-section-five .page-center .sec-five-rt-flexi-col p a.score:hover {
    background: #fff;
    margin-bottom: 0!important;
    color: #000!important;
}
.hm-pg-section-six {
    background-color: #f4f4f4;
}
.hm-pg-section-six .sec-six-header h1 {
    padding-bottom: 4rem;
    padding-top: 5rem;
    text-align: center;
    margin: 0;
    font-size: 36px;
}
.home-page .hs-projects-custom-module .thumbnail > a.overlay-link > img ,
.home-v3 .banner-slider .hs-projects-custom-module .thumbnail > a.overlay-link > img {
    width: 800px;
    height: 500px;
    object-fit: cover;
}
.home-v3 .banner-slider .hs-projects-custom-module .thumbnail:hover > a.overlay-link span.overlay-info,
.home-page .hs-projects-custom-module .thumbnail:hover > a.overlay-link span.overlay-info {
		background-color: #fff !important;
}
.hm-pg-section-six .sec-six-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img,
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img {
    display: none;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    display: block;
    padding-bottom: 41.9%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose ,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    background: transparent;
    width: 100%;
    height: 100%;
    font-size: 15.8583px;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 130rem;
    margin: auto;
    text-align: center;
    font-size: 150%;
    transform: translateY(-50%);
  	padding: 0 15px;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p {
       font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 225%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
  	margin: 0;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots {
    position: absolute;
    margin: 0;
    left: 2.6%;
    bottom: 10%;
    display: inline-block !important;
    width: auto;
  	transition: all 0.3s;
    opacity: 0;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main:hover ul.slick-dots,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main:hover ul.slick-dots {
		opacity: 1;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li {
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: RGBA(255,255,255,0);
    transition: background-color 0.4s;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    box-shadow: none;
    border-radius: 50px;
    margin: 15px 4px;
    width: 14px;
    height: 14px;
    background: RGBA(255,255,255,0.67);
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li.slick-active,
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li:hover,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li.slick-active,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li:hover {
		background: RGBA(1,173,211,0);
    border-color: RGBA(255,255,255,0.67);
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li button,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots li button {
    display: none;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev {
		top: 44%;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next {
		bottom: 40%;
  	top: auto;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next{
    position: absolute;
    right: 4%;
    left: auto;
    width: 52px;
    height: 52px;
    z-index: 5;
    transition: all 0.4s;
    background: RGBA(0,0,0,0.67);
    opacity: 1;
    padding: 10px 10px 10px 10px;
    box-shadow: none;
    border-width: 0px;
    border-radius: 3px;
  	transition: all 0.3s;
    opacity: 0;
  	overflow: hidden;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main:hover .slick-prev, 
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main:hover .slick-next,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main:hover .slick-prev, 
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main:hover .slick-next {
		opacity: 1;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev:after,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev:after {
	content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjcuNyAyMS4yNjNMMTYuNzU2IDkuMjgzYy0uMjEtLjIxLS40ODctLjMtLjc2LS4yOC0uMjc0LS4wMi0uNTUuMDctLjc2LjI4TDQuMjkyIDIxLjI2M2MtLjM5LjQtLjM5IDEuMDMgMCAxLjQzLjM5My4zOSAxLjAzLjM5IDEuNDIgMGwxMC4yODMtMTEuMjYgMTAuMjg0IDExLjI2Yy4zOS4zOSAxLjAyNi4zOSAxLjQyIDAgLjM5LS40LjM5LTEuMDMgMC0xLjQzIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev:before ,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev:before {
	content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjcuNyAyMS4yNjNMMTYuNzU2IDkuMjgzYy0uMjEtLjIxLS40ODctLjMtLjc2LS4yOC0uMjc0LS4wMi0uNTUuMDctLjc2LjI4TDQuMjkyIDIxLjI2M2MtLjM5LjQtLjM5IDEuMDMgMCAxLjQzLjM5My4zOSAxLjAzLjM5IDEuNDIgMGwxMC4yODMtMTEuMjYgMTAuMjg0IDExLjI2Yy4zOS4zOSAxLjAyNi4zOSAxLjQyIDAgLjM5LS40LjM5LTEuMDMgMC0xLjQzIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background: #ff9e16;
  position: absolute;
  transition: all 0.4s;
  top: auto;
  bottom:100% !important;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 3px;
  bottom: auto;
  padding: 10px 10px 10px 10px;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev:hover:before,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev:hover:before {
  bottom: 0 !important;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next:after,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next:after{
	content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjcuNyA5LjI5M2MtLjM5My0uMzktMS4wMy0uMzktMS40MiAwbC0xMC4yODQgMTEuMjlMNS43MTQgOS4yOTNjLS4zOTItLjM5LTEuMDI4LS4zOS0xLjQyIDAtLjM5Mi40LS4zOTIgMS4wNCAwIDEuNDNsMTAuOTQzIDEyLjAxYy4yMS4yMS40ODYuMy43Ni4yOC4yNzMuMDIuNTUtLjA3Ljc2LS4yOEwyNy43IDEwLjcyM2MuMzktLjM5LjM5LTEuMDMgMC0xLjQzIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next:before ,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next:before {
	content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjcuNyA5LjI5M2MtLjM5My0uMzktMS4wMy0uMzktMS40MiAwbC0xMC4yODQgMTEuMjlMNS43MTQgOS4yOTNjLS4zOTItLjM5LTEuMDI4LS4zOS0xLjQyIDAtLjM5Mi40LS4zOTIgMS4wNCAwIDEuNDNsMTAuOTQzIDEyLjAxYy4yMS4yMS40ODYuMy43Ni4yOC4yNzMuMDIuNTUtLjA3Ljc2LS4yOEwyNy43IDEwLjcyM2MuMzktLjM5LjM5LTEuMDMgMC0xLjQzIiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background: #ff9e16;
  position: absolute;
  transition: all 0.4s;
  top: auto;
  bottom:100% !important;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 3px;
  bottom: auto;
  padding: 10px 10px 10px 10px;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next:hover:before ,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next:hover:before {
  bottom: 0 !important;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div p,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div p {
    line-height: 1.5;
  	text-align: left;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div {
    display: inline-block;
    padding-left: 112px;
    padding-top: 62px;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p a.view-project,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p a.view-project {
    font-family: 'Montserrat','Arial';
    color: #ffffff;
    font-size: 14px;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    background: #000000;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
    margin-top: 50px;
  	outline: none;
}
.home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p a.view-project:hover,
.home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p a.view-project:hover {
		background: #ff9e16;
}
.home-page .custom-logo.glbl-header-logo {
		display: none !important;
}
.home-page .custom-logo.project-logo {
		display: block !important;
}

.home-page .hs-projects-custom-module .thumbnail > a.overlay-link span.overlay-info > span > span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #000;
}
.home-page .hm-pg-section-seven {
    padding-top: 11rem;
    padding-bottom: 11rem;
    background-color: #f4f4f4;
}
.home-page .hm-pg-section-six {
    padding-bottom: 1.5rem;
}
.recent-projects-slider .hs_cos_gallery_main.slick-fixed-height-slider.slick-initialized.slick-slider {
    padding: 30px;
}
.tw-col-eq-bg-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  	padding: 10rem 1.5rem;
}
.tw-col-eq-bg-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
}
.tw-col-eq-bg-img .page-center {
    position: relative;
    z-index: 8;
}
.tw-col-eq-bg-img .column {
    width: 50%;
    float: left;
    padding: 0 1.5rem;
}
.tw-col-eq-bg-img .right-col.column {
    color: #fff;
    padding-top: 21px;
}
.tw-col-eq-bg-img .right-col.column p {
    margin: 0;
    line-height: 1.45;
}
.tw-col-eq-bg-img .right-col.column h3 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 3rem;
}
.tw-col-eq-bg-img .right-col.column p a {
    font-family: 'proxima-nova','sans-serif';
    color: #ffffff;
    text-shadow: none;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    background: #ff9e16;
    opacity: 1;
    padding: 10px 30px 10px 30px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    font-size: 13px;
    margin-top: 40px;
    margin-bottom: 13px;
}
.tw-col-eq-bg-img .right-col.column p a:hover {
    background: #000;
    color: #fff;
}
.home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-left-flexi-col.tw-col-lft-flexi-col {
    padding: 0 50px;
}
.home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .hs_cos_wrapper_type_module {
    padding: 0 50px;
    width: 33.33333%;
    float: left;
}
.home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .our-client-wrapper {
    padding: 30px;
    margin-right: -1rem;
    margin-left: -1rem;
}
.home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .hs_cos_wrapper_type_module .hs_cos_wrapper_type_linked_image {
    display: block;
    padding: 10px 5px 20px;
}
.home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col {
    padding-right: 1rem;
}
.home-page .hm-pg-section-eight.grey-bg-grp {
	padding-bottom: 11rem;
}
.home-page .footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs-button.primary.large {
    text-transform: uppercase;
  	background: #232323;
    border: 1px solid #232323;
}

.fixed .custom-logo.project-logo .hs_cos_wrapper_type_rich_text a:first-child:hover {
    opacity: .6!important;
}

.four-not-four-error .main-content.sec-one-flexi-col {
    background-color: #f4f4f4;
}
.four-not-four-error .main-content.sec-one-flexi-col .custom_error_message {
    padding-top: 40px;
}
.four-not-four-error .main-content.sec-one-flexi-col .hs-input {
	max-width: 650px;
  display: block;
}
.four-not-four-error .main-content.sec-one-flexi-col .widget-type-google_search .hs-button.primary {
	display: inline-block;
  margin-bottom: 25px;
  margin-top: 20px;
}

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

.hs-banner-area-custom-module.no-banr-cont {
    height: 8rem;
}

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

.tp-bt-pd .hs-banner-area-custom-module {
		margin-bottom: 5rem;
}
.tp-bt-pd .body-container .hs-button {
		display: inline-block;
  	margin-top: 20px;
    -webkit-transition-property: background,border-color,color,opacity;
    transition-property: background,border-color,color,opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.tp-bt-pd .body-container-wrapper {
		padding-bottom: 8rem;
}
.tp-bt-pd .body-container-wrapper .hs-input,
.tp-bt-pd .body-container-wrapper #hs-pwd-widget-password {
		max-width: 650px;
  	display: block;
}
.tp-bt-pd .body-container-wrapper .widget-type-google_search input[type="text"] {
		margin: 0 0 1.5rem;
}
.no-banner .custom-header-group .header-inner-group .page-center {
  background-color: #ff9e16;
  transition-property: height,background,border,padding,margin,font-size,color,line-height,opacity;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.no-banner.fixed .custom-header-group .header-inner-group .page-center {
		background-color: #fff;
}
.no-banner .body-container-wrapper {
		padding-top: 170px;
}

/* --- Pricing Page --- */

.hs-inbound-section-2 {
  padding-top: 11rem;
  padding-bottom: 8rem;
  background-color: #f4f4f4;
}
.hs-inbound-section-2 p a{
  text-decoration: underline;
}
.custom-pricing-table-group{
  font-size: 13px;
  line-height: 1.2308;
  font-weight: 400;
  
}
.custom-pricing-col-1{
  background-color: rgb(247, 247, 247);
  border-radius: 16px 0 0 16px;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 160px;
  max-width: 320px;
  text-align: center;
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #eee;
  font-family: "proxima-nova",sans-serif;
}
.custom-pricing-col-1 .eapps-pricing-table-column-head-mobile-inner{
  background-color: rgb(247, 247, 247);
  display: none;
  box-sizing: border-box;
  min-width: 116px;
}
.custom-pricing-col-1 .eapps-pricing-table-column-title-container {
  margin: 0;
  padding: 32px;
  min-height: 66px;
  text-align: left;
  justify-content: left;
  position: relative;
  box-sizing: content-box;
  display: -webkit-flex;
  display: flex;
}
.custom-pricing-col-1 .eapps-pricing-table-column-title-text {
  color: rgb(23, 25, 26);
  font-weight: 400;
  word-break: break-word;
  line-height: 30px;
  font-size: 15px;
}
.custom-pricing-col-1 .eapps-pricing-table-column-item {
  text-align: left;
  justify-content: left;
}
.eapps-pricing-table-column-item {
  display: block;
  position: relative;
  margin: 32px 0;
  box-sizing: content-box;
}
.eapps-pricing-table-column-features-item {
  color: #17191a;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  display: flex;
  justify-content: left;
}
.custom-pricing-col-1 .eapps-pricing-table-column-features-item {
  color: rgb(23, 25, 26);
}
.eapps-pricing-table-column-features-item:first-child:before {
  background-color: rgb(23, 25, 26);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  opacity: 0.1;
}
.eapps-pricing-table-column-features-item:before {
  left: 0;
  top: 0;
  background-color: #17191a;
  opacity: 0.1;
  content: "";
}
.eapps-pricing-table-column-features-item:after {
  background-color: #17191a;
  opacity: 0.1;
  background-color: rgb(23, 25, 26);
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  opacity: 0.1;
  bottom: 0;
}
.eapps-pricing-table-column-features-item-inner {
  width: 100%;
  padding: 10px 32px 8px 32px;
  text-align: left;
}
.custom-pricing-table{
  box-shadow: 0 0 0 1px rgba(0,0,0,.05);
  margin-left: 0;
  margin-right: 0;
  flex-grow: 1;
  flex-basis: 0;
  background: #fff;
  min-width: 160px;
  max-width: 320px;
  text-align: center;
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}
.custom-pricing-col-1 .eapps-pricing-table-column-features-item-inner {
  color: rgb(23, 25, 26);
}
.custom-pricing-table-group{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 25%;
  float: left;
}
.pricing-top-group{
  margin: 0;
  padding: 32px;
  min-height: 66px;
  background-color: rgb(255, 183, 0);
  display: -webkit-flex;
  display: flex;
  position: relative;
  box-sizing: content-box;
  justify-content: center;
}
.pricing-heading {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 600;
  word-break: break-word;
  line-height: 30px;
  font-family: "proxima-nova",sans-serif;
}
.pricing-subheading {
  color: rgb(255, 255, 255);
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.pricing-middle-group {
  display: block;
  position: relative;
  margin: 32px 0;
  box-sizing: content-box;
  min-height: 884px;
}
.custom-pricing-table .eapps-pricing-table-column-features-item-inner {
  padding-left: 58px;
}
.eapps-pricing-table-column-features-item-inner > svg {
  fill: #ffb700;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 32px;
}
.custom-pricing-table .tooltip {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: static;
  background: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  opacity: 1;
  margin-left: 2px;
  margin-bottom: -3px;
}
.custom-pricing-table .tooltip-icon-not-active {
  opacity: 0.4;
  display: block;
}
.custom-pricing-table .tooltip-icon-active {
  fill: rgb(255, 183, 0);
  display: none;
}
.custom-pricing-table .tooltip-content {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29);
  z-index: 3;
  transform: translateY(5px) translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  word-break: break-word;
  width: 85%;
  padding-top: 28px;
  margin-top: -28px;
  pointer-events: none;
  text-align: center;
}
.custom-pricing-table .tooltip-content-inner {
    position: relative;
    background: #343738;
    border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  padding: 20px;
}
.pricing-bottom-group {
  padding-bottom: 20px;
  display: block;
  position: relative;
  margin: 32px 0;
  box-sizing: content-box;
}
.eapps-pricing-table-column-price-wrapper {
  font-weight: 400;
  color: #17191a;
}
.eapps-pricing-table-column-price-fix-prefix {
  padding-right: 4px;
  font-size: 11px;
}
.eapps-pricing-table-column-price-fix {
  opacity: 0.7;
}
.pricing-bottom-group .eapps-pricing-table-column-price-text {
  font-size: 32px;
  font-weight: 600;
}
.eapps-pricing-table-column-price-text {
  display: inline-block;
  line-height: 28px;
}
.eapps-pricing-table-column-price-currency {
  font-size: 16px;
}
.eapps-pricing-table-column-price-currency {
  opacity: 0.7;
  font-weight: 400;
}
.eapps-pricing-table-column-price-fix-postfix {
  font-size: 15px;
}
.eapps-pricing-table-column-price-fix {
  opacity: 0.7;
}
.eapps-pricing-table-column-price-caption {
  color: #7f8588;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.hs-inbound-section-2 .custom-pricing-table-group:nth-child(2){
	width: 50%;
}
.custom-pricing-table.best-value {
  box-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 6px 20px rgba(0,0,0,.15);
  margin-top: -20px;
  margin-bottom: -20px;
  z-index: 3;
  padding-bottom: 40px;
}
.eapps-pricing-table-column-ribbon {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 183, 0);
  background: #fff;
  position: absolute;
  display: block;
  top: 18px;
  right: -30px;
  width: 128px;
  padding: 9px 20px 8px;
  margin: 0;
  transform: rotate(45deg);
  height: 32px;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.hs-inbound-section-2 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 32px;
}
.custom-pricing-table .tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0) translateX(-50%);
  pointer-events: all;
}
.custom-pricing-table .tooltip:hover svg.tooltip-icon-not-active {
  display: none;
}
.custom-pricing-table .tooltip:hover svg.tooltip-icon-active {
  display: block;
}

@media (min-width: 768px){
  .custom-pricing-col-1{
    display: none;
  }
  .hs-inbound-section-2 .custom-pricing-table-group:nth-child(2) .custom-pricing-col-1{
    display: block;
  }
}


@media (max-width: 767px){
  .hs-inbound-section-2 .custom-pricing-table-group:nth-child(2) {
    width: 100%;
  }
  .custom-pricing-table-group{
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .custom-pricing-table.best-value{
    margin-top: 0;
    margin-bottom: 0;    
  }
}


/* 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 (min-width: 2000px) {
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
      padding-bottom: 41.25%;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots {
  		left: 2.8%;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
  		font-size: 21.1417px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span {
  		max-width: 175rem;	
  }
  .tw-col-eq-bg-img .page-center {
  		max-width: 153rem !important;
  }
  .tw-col-eq-bg-img .column img {
    min-width: 396px;
  }
  .tw-col-eq-bg-img {
  	padding: 13rem 1.5rem;
  }
  .tw-col-eq-bg-img .right-col.column h3 {
  	font-size: 34px;
  }
  .tw-col-eq-bg-img .right-col.column p {
    margin: 0;
    line-height: 1.5;
    font-size: 23.5px;
  }
  .tw-col-eq-bg-img .right-col.column {
  	padding-top: 41px;
  }
  .tw-col-eq-bg-img .right-col.column p a {
  	margin-top: 60px;
  }
}
@media (max-width: 1449px) and (min-width: 1281px) {
  .hs-features-custom-module .thumbnail .box-header {
  	height: 350px;
  }
}
@media (max-width: 1400px) {
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
      padding-bottom: 43.2%;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
      font-size: 11.55px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div {
  		padding-left: 82px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  		padding-bottom: 43.1%;
  }
  .four-not-four-error .body-container-wrapper div#hs-search-module {
      padding: 0 1.5rem;
  }
}
@media (max-width: 1280px) and (min-width: 800px) {
  .hs-features-custom-module .thumbnail .box-header {
  	height: 300px;
  }
}
@media (max-width: 1199px) {
  .full-width-abt .hs-banner-area-custom-module {
    margin-top: 30px;
  }
  .hs-banner-area-custom-module .column {
    font-size: 19.4133px;
  }
  .hs-banner-area-custom-module h2 {
    margin: 51px 0 0;
  }
  .hs-banner-area-custom-module {
    margin-top: -5px;
  }
  .hs-project-banner-area {
  	margin-top: 30px;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column {
  	font-size: 18.7556px;
  }
  .hs-two-col-left-img .left-img-col {
    height: 100rem;
    width: 100%;
    margin-bottom: 5rem;
    position: relative;
  }
  .hs-two-col-left-img {
    padding-top: 0;
  }
  .hs-two-col-left-img .column.width-6 {
    width: 100%;
    left: 0;
  }
  .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner {
    padding-left: 0;
  }
  .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .page-header h2 {
    text-align: center;
  }
  .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner {
  	text-align: center;
  }
  .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody ul li {
    text-align: left;
  }
  .hs-three-col-equal-custom-module {
    margin: 0 0 0 -7px;
    padding-right: 0;
  }
  .project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col .hs_cos_wrapper_type_module img.hs-image-widget {
    max-width: 100%;
  }
  .two-col-left-img-module {
    padding-right: 0;
  }
  .two-col-left-img-module .left-col-image-grp {
  	padding-right: 1.5rem;
  }
  .two-col-right-img-module .left-col-top-image {
  	padding-right: 1.5rem;
  }
  .two-col-right-img-module {
    padding-right: 0;
  }
  .hs-project-banner-area .column.no-sub-title h2 {
    font-size: 36px;
    margin: 43px 0 0;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column.no-sub-title {
    font-size: 16.5511px;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column.no-sub-title p {
    margin: 0;
  }
  .hs-project-banner-area .column.no-sub-title h2 {
    margin: 33px 0 0;
  }
  .beam-meathd .hs-two-col-left-img .left-img-col {
  	height: 100rem;
  }
  .footer-three-col-grp .right-col .hs_cos_wrapper_type_form .hs_error_rollup {
  	margin-top: 80px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
  	font-size: 9.71667px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  	padding-bottom: 43.8%;
  }
  .hm-pg-section-five .page-center .sec-five-left-flexi-col img.hs-image-widget {
    min-width: 100%;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev {
    top: 40%;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next {
  	bottom: 37%;
  }
  
}
@media (max-width: 1140px) {
  .container-fluid .row-fluid .page-center {
  	max-width: 96rem;
  }
  .hs-three-col-equal-custom-module {
    margin: 0 0 0 -14px;
    padding-right: 15px;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    font-size: 9.33333px;
  }
}
@media (min-width: 1025px) {
	.home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .our-client-wrapper:after,
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .our-client-wrapper:before{
  	clear: both;
    content:"";
    display: block;
  }
}
@media (max-width: 1024px) {
	.hs-banner-area-custom-module .column {
    font-size: 16.2844px;
  }
  .hs-three-col-equal-custom-module {
    margin: 0 0 0 -9px;
    padding-right: 0px;
  }
  .sub-title-bnr-ar.hs-project-banner-area {
  	margin-top: -5px;
  }
  .full-width-abt .hs-banner-area-custom-module {
    margin-top: -5px;
  }
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .our-client-wrapper {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .hs_cos_wrapper_type_module {
    padding: 0 1.5rem;
    width: 50%!important;
    float: left;
  }
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .hs_cos_wrapper_type_module .hs_cos_wrapper_type_linked_image {
    padding: 10px 5px 20px;
    width: 50%!important;
    margin: auto;
  }
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col {
    padding-right: 0;
  }
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-left-flexi-col.tw-col-lft-flexi-col {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
	.full-width-abt .hs-two-col-left-img .left-img-col {
      height: 600px!important;
      background-position: 55% 20%!important;
  }
  .full-width-abt .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .page-header h2 {
    text-align: left;
  }
  .full-width-abt .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner {
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    font-size: 8.375px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-bottom: 44.8%;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div {
    padding-left: 60px;
  }
  .hs-features-custom-module .thumbnail .box-header {
  		height: 300px;
  }
  .hs-features-custom-module .thumbnail .box-header h2 {
  		font-size: 28px;
  }
}
@media (max-width: 960px) {
	.custom-header-group .header-inner-group {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 3rem;
    transition: none;
    height: 8rem!important;
    width: 100%;
    position: fixed!important;
    left: auto;
    top: 0;
    transition: all 0.3s;
    right: 0;
  }
  .mobile-open .custom-header-group .header-inner-group {
  	right: 300px;
  }
  .custom-header-group {
  	z-index: 999;
  }
  .custom-header-group .header-inner-group .page-center {
    padding: 0;
    max-width: 100%;
  }
  .custom-logo .hs_cos_wrapper_type_rich_text a:last-child {
    display: none !important;
  }
  .custom-logo .hs_cos_wrapper_type_rich_text a:first-child {
    opacity: 1 !important;
    top: 0;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative;
  }
  .custom-logo .hs_cos_wrapper_type_rich_text a:first-child img {
  	margin-top: -4px;
  }
  .mobile-trigger i, 
  .mobile-trigger i:before, 
  .mobile-trigger i:after {
    background-color: #000 !important;
  }
  .mobile-trigger {
  	margin-top: 17px;
  }
  .hs-banner-area-custom-module {
    margin-top: 75px;
  }
  .beam-services .hs-banner-area-custom-module h2 {
    text-transform: uppercase;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 76rem;
  }
  .fixed .custom-logo .hs_cos_wrapper_type_rich_text {
    height: 8rem;
    line-height: 8rem;
  }
  .hs-banner-area-custom-module h2 {
    margin: 0;
  }
  .hs-banner-area-custom-module .column {
    font-size: 12.9778px;
  }
  .hs-three-col-equal-custom-module {
    margin: 0 0 0 -12px;
    padding-right: 15px;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column {
    font-size: 12.9778px;
  }
  .project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col {
    padding-right: 30px;
  }
  .sub-title-bnr-ar.hs-project-banner-area {
    margin-top: 75px;
  }
  .hs-project-banner-area .column.no-sub-title h2 {
    margin: 0;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column.no-sub-title {
    font-size: 12.9956px;
  }
  .craig-edwards .yellow-bg-grp .sec-two-col p a.btn {
    font-size: 1.9rem;
    line-height: 3.4rem;
  }
  .full-width-abt .hs-banner-area-custom-module {
    margin-top: 75px;
  }
  .our-team-custom-module .team-content-info.box {
  	min-height: auto;
  }
  .two-col-eq-top-icon .column {
    width: 100%;
    float: none;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    font-size: 8.01667px;
  }
  .hm-pg-section-four {
  	padding-top: 0;
  }
  .hm-pg-section-six .sec-six-header h1 {
  	padding-top: 30px;
  }
  .home-page .hs-projects-custom-module .thumbnail > a.overlay-link > img {
    width: auto;
    height: auto;
    object-fit: cover;
  }
  .tw-col-eq-bg-img {
  	padding: 4rem 1.5rem;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots {
  	left: 1%;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next {
  	right: 2%;
  }
  .home-page .hm-pg-img-gallery  {
  		margin-top: 110px;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-bottom: 41.8%;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div {
  	padding-top: 22px;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next  {
    bottom: 35%;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev {
    top: 35%;
  }
  .one-col-cnt-top-icon .custom.beam-home-icons {
    height: auto;
  }
}

@media (max-width: 830px) {
	.project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col {
    padding-right: 0;
	}
  .hs-project-banner-area.hs-banner-area-custom-module .column.no-sub-title {
  	font-size: 12.4267px;
  }
  .hs-three-col-equal-custom-module {
    margin: 0;
    padding-right: 0;
  }
  .contact-layout .tw-col-left-grp h2 {
  	font-size: 33px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    font-size: 6.75px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div {
    padding-top: 14px;
    padding-left: 40px;
  }
  .one-col-cnt-top-icon .custom.beam-home-icons {
    height: auto;
  }
}

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

@media (max-width: 767px) {
	.hs-banner-area-custom-module {
    height: 15rem;
    margin-top: 60px;
  }
  .four-not-four-error .body-container-wrapper div#hs-search-module {
      padding: 0 1.5rem;
  }
  .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
    font-size: 18px;
  }
  .hs-one-col-cont-bg {
    padding-top: 10px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 60rem;
  }
  .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner {
    text-align: left;
  }
  .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .page-header h2 {
    text-align: left;
  }
  .beam-services .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .item-page {
    padding-top: 20px;
  }
  .beam-services .grey-bg-grp.tw-col-left-grp .tw-col-lft-flexi-col {
    padding-left: 0;
    padding-right: 0;
  }
  .beam-services .grey-bg-grp.tw-col-left-grp .tw-col-lft-flexi-col h2 {
    margin-bottom: 3rem;
  }
  .hs-three-col-equal-custom-module {
    margin: 0;
    padding-right: 0;
  }
  .section .tw-col-rt-flexi-col {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-three-col-equal-custom-module .col {
  	width: 100%;
    float: none;
  }
  .footer-three-col-grp .footer-col {
    margin-bottom: 3rem;
  }
  .footer-three-col-grp .footer-col.right-col {
    margin-bottom: 0;
  }
  .hs-banner-area-custom-module .column {
    font-size: 10.1333px;
  }
  .hs-banner-area-custom-module h2 {
    margin: 33px 0 0;
  }
  .grey-bg-grp.tw-col-left-grp .tw-col-lft-flexi-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .beam-services .grey-bg-grp.tw-col-left-grp .tw-col-lft-flexi-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column {
    font-size: 10.1333px;
  }
  .project-layout .grey-bg-grp {
    padding-top: 30px;
  }
  .project-layout .grey-bg-grp .tw-col-lft-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .project-layout .grey-bg-grp .tw-col-rt-flexi-col {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem;
  }
  .project-layout .grey-bg-grp .inner-tw-col-lft-grp-two .inn-tw-col-rt-grp-tw .rt-grp-left-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .project-layout .grey-bg-grp .inner-tw-col-lft-grp-two .inn-tw-col-rt-grp-tw .rt-grp-rt-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col .hs_cos_wrapper_type_module {
    margin-right: 0;
    margin-left: 0;
 	}
  .two-col-left-img-module .left-col-image-grp {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    float: none;
	}
  .two-col-left-img-module .right-column-image {
    width: 100%;
    float: none;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column.no-sub-title {
  	font-size: 10.1511px;
  }
  .sub-title-bnr-ar.hs-project-banner-area {
    margin-top: 61px;
  }
  .two-col-right-img-module .left-col-image {
  	width: 100%;
    float: none;
  }
  .two-col-right-img-module .left-col-top-image {
    width: 100%;
    float: none;
  }
  .beam-meathd .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
    font-size: 18px;
  }
  .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .item-page {
        padding-top: 20px;
  }
  .yellow-bg-grp.section {
    padding-top: 10px;
    padding-bottom: 8rem;
  }
  .yellow-bg-grp.section .tw-col-rt-flexi-col {
  	padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .yellow-bg-grp.section .tw-col-lft-flexi-col h3 {
  	padding-top: 50px;
  }
  .craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	}
  .craig-edwards .yellow-bg-grp .sec-two-col p a.btn {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }
  .full-width-abt .hs-banner-area-custom-module {
    margin-top: 60px;
  }
  .full-width-abt .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
    font-size: 18px;
  }
  .full-width-abt .hs-two-col-left-img .left-img-col {
    height: 40rem;
  }
  .full-width-abt .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .item-page {
    padding-top: 0;
  }
  .full-width-abt .yellow-bg-grp.section,
  .full-width-abt .grey-bg-grp.grp-two.section-three {
    padding: 20px 10px;
  }
  .full-width-abt .grey-bg-grp.grp-two.section-three .tw-col-lft-flexi-col {
  	padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .full-width-abt .grey-bg-grp.grp-two.section-three .tw-col-rt-flexi-col {
  	padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .full-width-abt .grey-bg-grp.grp-two.section-three .tw-col-rt-flexi-col p:first-child {
    font-size: 1.7rem;
  }
  .full-width-abt .section-four {
  	padding-top: 20px;
    padding-bottom: 20px;
  }
  .full-width-abt .section-four .sec-four-left-flexi-col h2 {
  	margin-bottom: 3rem;
  }
  .full-width-abt .section-four .sec-four-full-width-group {
    padding-top: 73px;
  }
  .our-team-custom-module {
  	width: 100%;
    float: none;
  }
  .our-team-custom-module .team-content-info.box .moduletable p a.button {
    margin: 0;
  }
  .integrated-marketing .yellow-bg-grp.section .tw-col-lft-flexi-col h3 {
    padding-top: 0;
  }
  .integrated-marketing .grey-bg-grp.section {
    padding-top: 10px;
  }
  .integrated-marketing .section-four {
  	padding-top: 10px;
  }
  .hs-projects-custom-module {
  	width: 100%;
    float: none;
  }
  .contact-layout .section-two.section {
    padding-top: 10px;
  }
  .contact-layout .section-two.section .tw-col-rt-flexi-col {
    padding: 0 1.5rem;
  }
  .grid-item {
  	width: 100%;
    float: none;
  }
  .service-layout .sec-one-flexi-col .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-top: 40px;
  }
  .service-layout .sec-one-flexi-col .hs_cos_wrapper_type_rich_text h2 {
    margin: 0;
    padding: 0 0 2rem;
  }
  .grid-item .team-content-info .services-text {
    min-height: 250px!important;
  }
  .service-layout .black-bg-grp.section-three .sec-three-left-flexi-col {
  	padding-top: 50px;
  }
  .service-layout .black-bg-grp.section-three .sec-three-left-flexi-col img {
    max-width: 150px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
  }
  .service-layout .black-bg-grp.section-three .sec-three-right-flexi-col {
    color: #fff;
    padding: 0 1.5rem 0 1.5rem;
  }
  .service-layout .yellow-bg-grp.section.section-four {
    padding-top: 11rem;
    padding-bottom: 8rem;
  }
  .service-layout .yellow-bg-grp.section.section-four .sec-four-right-flexi-col {
    padding: 0 1.5rem;
  }
  .service-layout .yellow-bg-grp.section-four.section .sec-four-left-flexi-col h2 {
    color: #fff;
    line-height: 1.15;
  }
  .service-layout .grey-bg-grp.section.section-five h2 {
    margin-bottom: 3rem;
  }
  .full-width-abt .section-four .sec-four-right-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hs-project-banner-area .column.no-sub-title h2 {
  		line-height: 1.1;
  }
  .accordion .accordion_group .accordion_header:after {
  	margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .accordion .accordion_group .accordion_header {
  	padding: 10px 20px 10px 10px;
    position: relative;
  }
  .accordion .accordion_group .accordion_content {
  	padding: 10px 20px 10px 10px;
  }
  .tp-bt-pd .body-container-wrapper .hs-input {
		max-width: 100%;
  }
  #email-prefs-form .email-edit {
  		max-width: 100% !important;
  }
  .home-page .hm-pg-img-gallery {
    margin-top: 90px;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-bottom: 39.6%;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    font-size: 6.19167px;
  }
  .two-col-eq-top-icon {
  	border-top: 10px solid #ff9e16;
  }
  .home-page .hs-one-col-cont-bg {
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 2px;
  }
  .home-page .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical p {
  	font-size: 18px;
  }
  .hs-features-custom-module {
  	  width: 100%;
    	float: none;
  }
  .hs-features-custom-module .thumbnail .box-header {
    min-height: auto;
    height: 300px;
  }
  .home-page .hm-pg-sec-three-group.features {
    padding-top: 10px;
  }
  .hm-pg-section-four .sec-four-header {
    padding-top: 20px;
  }
  .one-col-cnt-top-icon {
  	width: 100%;
    float: none;
  }
  .one-col-cnt-top-icon .custom.beam-home-icons {
    height: auto;
    padding: 20px;
  }
  .hm-pg-section-five .page-center .sec-five-left-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 30px;
  }
  .hm-pg-section-five .page-center .sec-five-rt-flexi-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hm-pg-section-six .sec-six-header h1 {
  	padding-bottom: 1rem;
  }
  .home-page .hm-pg-section-seven {
  	padding-top: 10px;
    padding-bottom: 2px;
  }
  .tw-col-eq-bg-img .column {
    width: 100%;
    float: left; 
    padding: 0 1.5rem;
  }
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-left-flexi-col.tw-col-lft-flexi-col {
    padding: 30px 1.5rem 0 1.5rem;
    text-align: center;
  }
  .hm-pg-section-five .page-center .sec-five-left-flexi-col img.hs-image-widget {
    min-width: auto;
    display: block;
    margin: auto;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main ul.slick-dots {
  	display: none !important;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-next,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-next {
  	display: none !important;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p a.view-project,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p a.view-project {
  	font-size: 9px;
    padding: 8px 20px 8px 20px;
  }
  .home-v3 .banner-slider .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div,
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span div{
    padding-top: 0;
    padding-left: 0;
  }
  .hs-featured-image {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
  }
  .four-not-four-error .main-content.sec-one-flexi-col .hs-input {
		max-width: 100%;
  	display: block;
  }
}

@media (max-width: 540px) {
	.hs-banner-area-custom-module .column {
    font-size: 7.69778px;
  }
  .hs-banner-area-custom-module h2 {
    margin: 0;
  }
  .craig-edwards .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .item-page {
    padding-top: 0;
  }
  .craig-edwards .yellow-bg-grp .sec-two-col p a.btn {
    font-size: 1.9rem;
    line-height: 3.1rem;
 }
  .craig-edwards .yellow-bg-grp {
    padding: 10px;
  }
  .craig-edwards .yellow-bg-grp .sec-two-col p a.btn {
  	margin-bottom: 0;
  }
  .craig-edwards .grey-bg-grp.section {
    padding-top: 50px;
  }
  .craig-edwards .grey-bg-grp.tw-col-left-grp .tw-col-lft-flexi-col {
  	padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .craig-edwards .grey-bg-grp.section .tw-col-rt-flexi-col .hs_cos_wrapper_type_rich_text {
  	padding-left: 3rem;
  }
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose {
    font-size: 4.35px;
  }
}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 480px) {
	.container-fluid .row-fluid .page-center {
    max-width: 35rem;
  }
  .hs-project-banner-area.hs-banner-area-custom-module .column {
    font-size: 5.68889px;
	}
  /*added by HubSpot WTC 20th Apr 201*/
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    padding-bottom: 333px;
  }
}

@media (max-width: 467px) {
	.hs-banner-area-custom-module {
    height: 8rem;
    margin-top: 75px;
  }
  .hs-banner-area-custom-module .column {
    font-size: 5.68889px;
  }
  .hs-two-col-left-img .left-img-col {
  	height: 35rem;
  }
  .footer-group {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hs-banner-area-custom-module .column {
    font-size: 3.78667px;
  }
  .sub-title-bnr-ar.hs-project-banner-area {
    margin-top: 74px;
  }
  .project-layout .grey-bg-grp .inner-full-width-group .sec-one-full-width-flexi-col .hs_cos_wrapper_type_module .hs_cos_wrapper_type_linked_image {
  	padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .two-col-right-img-module .left-col-image {
  	padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .two-col-right-img-module .left-col-top-image {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .two-col-left-img-module .left-col-image-grp {
  	padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .two-col-left-img-module .right-column-image {
  	padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .beam-meathd .hs-two-col-left-img .left-img-col {
    height: 35rem;
  }
  .beam-meathd .hs-two-col-left-img .column.width-6 .hero-content .hero-content-inner .articleBody p a.btn {
    border: none!important;
    font-size: 12px!important;
    padding: 10px!important;
    margin: 0!important;
  }
  .beam-meathd .yellow-bg-grp.section {
  	padding-top: 0;
  }
  .beam-meathd .yellow-bg-grp.section .tw-col-lft-flexi-col h2 {
    text-align: left;
    padding-top: 20px;
  }
  .craig-edwards .yellow-bg-grp {
    padding: 10px 2.5rem;
  }
  .full-width-abt .hs-banner-area-custom-module {
    margin-top: 75px;
  }
  .full-width-abt .hs-one-col-cont-bg {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .full-width-abt .hs-one-col-cont-bg .ïnner-wrapper .text-line-vertical:after {
    height: 9rem;
  }
  .contact-layout .section-two.section {
    padding-top: 20px;
  }
  .contact-layout .section-three .sec-three-row-one {
    padding: 0 1.5rem;
  }
  .hs-project-banner-area .column.no-sub-title h2 {
  	font-size: 25px;
  }
  .testimonial-slider .hs_cos_wrapper_type_gallery {
  		width: 100%;
/**    	padding: 4px 20px;**/
  }
  .testimonial-slider .hs_cos_wrapper_type_gallery .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption p {
  		padding: 0;
  }
  .hs-project-banner-area .column.no-sub-title h2 {
    font-size: 18px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  } 
  .hs-features-custom-module .thumbnail .box-header {
    min-height: auto;
    height: 200px;
  }
  .hs-features-custom-module .thumbnail .box-header h2 {
  	font-size: 24px!important;
  }
  .home-page .hm-pg-section-eight.grey-bg-grp .sec-eight-rt-flexi-col.tw-col-rt-flexi-col .hs_cos_wrapper_type_module {
  		width: 100%!important;
    	float: none;
  }
  .subscribe-options label {
  	margin-left: 0;
    margin-right: 0;
  }
  /*added by HubSpot WTC 20th April 2018*/
  .home-page .hm-pg-img-gallery .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper .caption.superimpose > span p {
    font-family: 'proxima-nova';
    color: #ffffff;
    font-size: 325%;
    text-shadow: none;
    line-height: 1.1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
  	margin: 0;
  }
}
/*************************** home v3***************************/

.home-v3 .hm-pg-section-six .sec-six-header h1 {
   padding-top: 11rem;
}
@media (max-width: 767px) {
  .branding-box {
    width:60%;
    margin:0 auto 30px !important;
    float:none !important;
  }
  .banner-img-ovry {
    padding: 0px 20px;
  }
  .branding-content1.brnd-equal-wrap {
    height: auto;
  }
}

@media (max-width: 479px) {
  .branding-box {
    width:100%;
    margin-bottom:30px !important;
  }
  .banner-img-ovry {
    padding: 0px 20px;
  }
}
@media (max-width: 320px) {
  .banner-img-ovry {
    padding: 0px 20px;
  }
  
}
