/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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

/* Colors */






body {
    margin: 0 auto;
    font-family: "Lato", sans serif !important;
	background: #fff;
	font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}
h1{
    font-size: 50px;
	color: #174b7d;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 20px 0;
}
h2,h3,h4,h5,h6{
    font-size: 32px;
    color: #22a6d3;
    font-weight: 300;
    line-height: 1em;
}
    .blog-right h2,h3,h4,h5,h6, .page-wrap-right h2,h3,h4,h5,h6{
        font-size: 24px !important;
    }
    .post-header h2{
        margin: 0 0 15px 0;
    }
a{
    text-decoration: none;
    color: #22a6d3;
}
a img{
    border: none;
}
small {
    font-size: 0.5em;
}
input{
    border: 1px solid #ddd;
    border-bottom: 1px solid #22a6d3;
    padding: 8px !important;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 300;
}
@media (max-width: 768px) {
    h1{
        font-size: 30px;
    }
    h2,h3,h4,h5,h6{
        font-size: 24px;
    }
        .post-header h2{
        }
}
@media (max-width: 480px) {
    body{
        font-size: 16px;
    }
}

/************** CTAs **************/
.cta-green{
    margin-top: 10px !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    min-width: 200px;
    max-width: 50%;
    color: #174b7d;
    border: 2px solid #174b7d;
    display: inline-block;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    transition: all 0.5s ease;
    }
        .cta-green:hover{
            background: #ff5a00;
            border: 2px solid #ff5a00;
            color: #fff ;
            transition: all 0.5s ease;
        }

.cta-ghostw{
    margin-top: 10px !important;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    text-align: center;
    min-width: 200px;
    max-width: 50%;
    display: block;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    transition: all 0.5s ease;
}
        .cta-ghostw:hover{
            background: #ff5a00;
            border: 2px solid #ff5a00;
            color: #fff ;
            transition: all 0.5s ease;
        }


.banner-cta a{
    margin: 0 auto !important;
    width: 340px !important;
    height: auto !important;
    
}

.cta{
    margin: 0 auto !important;
    padding: 15px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px #333;
    border-radius: 5px;
    display: inline-block;
    text-align: center !important;
    line-height: 1em;
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    transition: all 0.5s ease;
    background: #ff5a00;
    }
    .cta:hover{
        transition: all 0.5s ease;
        padding: 15px 30px;
        background: #ff9138;
        -webkit-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.25);
        box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.25);
    }

    .consultation-cta{
        padding: 15px;
        font-size: 30px;
        color: #fff;
        text-shadow: 1px 1px #333;
        border-radius: 5px;
        display: inline-block;
        width: 40% !important;
        height: auto !important;
        text-align: center;
        line-height: 1em;
        margin-top: 20px;
        -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
        box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
        background: #ff5a00;
        transition: all 0.5s ease;
    }
        .consultation-cta:hover{
            transition: all 0.5s ease;
            margin: 15px 0 5px 0;
            -webkit-box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.4);
            -moz-box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.4);
            box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.4);
            background: #ff9138;
        }

@media screen and (max-width: 767px) {
    .banner-cta a{
        margin: 0 auto !important;
        width: 240px !important;
        height: auto;
        font-size: 21px;
    }
    .consultation-cta{
        margin: 0 auto !important;
        margin-top: 20px !important;
        font-size: 1.4em;
    }
}



/************************************************************ NAVIGATION **************************************************************/
/************************************************************ NAVIGATION **************************************************************/
/************************************************************ NAVIGATION **************************************************************/

.contacthide{ display: none; }

.mainMenu .hs-menu-depth-1:last-child {
    padding: 0 !important;
    width: 0px;
}
.mainMenu{
    max-width: 950px;
    height: 40px;
    padding: 0;
    text-align: right;
    margin-left: 0 !important;
}
    .mainMenu ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
        .mainMenu ul li{
           /*float: left;*/
        }
            .mainMenu a{
            	color: ;
                padding: 10px 6px;
                display: block;
        	}
        		.mainMenu a:hover{
        			color: #22a6d3 !important;
        		}
            	.hs-menu-item .hs-menu-depth-1:last-child{
        			color: #174b7d;
        			border: 1px solid #174b7d;
        			border-radius: 3px;
                    padding: 6px 8px;
        		}
        .mainMenu .hs-menu-children-wrapper {
            position: relative;
            background: #fff;
            border-radius: 8px;
            width: 240px;
            box-shadow: 0px 0px 5px #d3d5dc;
        }
            .mainMenu .hs-menu-children-wrapper li {
                border-bottom: 1px solid #ddd;
            }
                .mainMenu .hs-menu-children-wrapper li:last-child {
                    border-bottom: none;
                }
                    .mainMenu .hs-menu-children-wrapper a{
                        overflow: auto;
                        overflow: inherit !important;
                        text-overflow: inherit !important;
                        text-align: left;
                        color: #000;
                        text-shadow: none;
                    }
                        .mainMenu .hs-menu-children-wrapper a:hover{
                            color: #22a6d3;
                        }
                .mainMenu .hs-menu-children-wrapper:after, .mainMenu .hs-menu-children-wrapper:before {
                    bottom: 100%;
                	left: 50%;
                	border: solid transparent;
                	content: " ";
                	height: 0;
                	width: 0;
                	position: absolute;
                	pointer-events: none;
                    left: 50px;
                }
                
                .mainMenu .hs-menu-children-wrapper:after {
                	border-color: rgba(255, 255, 255, 0);
                	border-bottom-color: #ffffff;
                	border-width: 10px;
                	margin-left: -10px;
                }
                .mainMenu .hs-menu-children-wrapper:before {
                	border-width: 13px;
                	margin-left: -13px;
                }
    #main-nav{
        margin: 8px 0 0 0;
    }
@media screen and (min-width: 966px) {
    .menu-button{
        display: none !important;
    }
    #main-nav{
        margin: 0 !important;
    }
    
}
@media screen and (max-width: 965px) {
    .inner-head-inner .mainMenu{
        display: none !important;
    }
}
/************************************************************ END NAVIGATION **************************************************************/
/************************************************************ END NAVIGATION **************************************************************/
/************************************************************ END NAVIGATION **************************************************************/




.inner-head{
    margin: 0;
    padding: 10px 10px 0 10px;
    width: 100% !important;
    color: #174b7d;
    background-color:rgba(255, 255, 255, 0.95);
    height: 100px;
    border-bottom: 5px solid #174b7d;
    position:fixed;
    z-index: 50;
}
    .inner-head a{
        color: #222;
        padding: 10px !important;
    }
    .inner-head-inner{
        margin: 0 auto !important;
    	max-width: 1100px;
        float: none !important;
    }
    .head-phone, .head-contact{
        float: right;
    }
    
    .logo{
        width: 130px !important;
        float: left !important;
    }
        .logo img{
            padding: 3px 0 0 0;
            width: 130px;
        }
    .head-right{
        float: right !important;
    	max-width: 950px;
        float: right !important;
        text-align: right;
    }
    	.phone{
    		max-width: 950px;
    		height: 30px;
    	}
@media screen and (max-width: 768px) {  
    .head-phone{
        display: block;
        float: none;
    }
    .head-contact{
        display: none;
    }
}
    
    
.inner-banner{
    margin: 0 0 50px 0;
    background-image: url(//cdn2.hubspot.net/hubfs/1685320/Images/inner-banner-0.png?123);
    background-position: fixed;
    padding: 150px 0 50px 0;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
}    
.inner-banner-chooser{
    margin: 0 0 50px 0;
    padding: 150px 0 50px 0;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
}


@media screen and (max-width: 768px) {  
    .head-right{
        font-size: 16px;
    }
        .phone{
            width: 200px;
            float: left;
        }  
   /* .inner-banner{
        margin: 0 0 50px 0;
        background: url(//cdn2.hubspot.net/hubfs/1685320/Images/inner-banner-0.png?123) no-repeat center fixed;
        padding: 150px 0 50px 0;
        background-size: cover;
        text-align: center;
        color: #fff;
        font-size: 30px;
        line-height: 34px;
    }  */
}

@media screen and (max-width: 500px) {  
    .inner-head{
        padding: 4px;
        width: 100% !important;
        color: #174b7d;
        background-color: rgba(255,255,255,0.95);
        height: 82px;
        border-bottom: 5px solid #174b7d;
        position: fixed;
        z-index: 50;
    }
        .inner-head a{
            color: #222;
            padding: 10px !important;
        }
        .inner-head-inner{
            margin: 0 auto !important;
            max-width: 1100px;
            float: none !important;
        }
        .phone a{
            clear: right;
        }
        .head-phone, .head-contact{
            float: right;
            padding-top: 4px;
        }
        
        
}
@media screen and (max-width: 320px) {  
    .phone{
        display: none;
    }
}





/************************************************************ HOMEPAGE **************************************************************/
/************************************************************ HOMEPAGE **************************************************************/
/************************************************************ HOMEPAGE **************************************************************/

.video-overlay{
    position: absolute;
    width: 120% !important;
    left: 50%;
    top: 50%;
    height: 90vh;
    min-height: 670px !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(//cdn2.hubspot.net/hubfs/1685320/Images/dotrepeat.png?123);
}
.video-bg{
    overflow: hidden;
}
    .video-bg video{
        position: absolute;
        width: 100%;
        max-width: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
@media screen and (max-width: 1495px) {  
    .video-bg video{
        height: 120%; 
        width: auto;
        max-width: 999999999px;
    }
}
    
    
    
.home-head-wrap{
    overflow: hidden;
    height: 90vh;
    min-height: 670px !important;
	background-size: cover;
    position: relative;
}
    .home-head-wide{
        background-color:rgba(255, 255, 255, 0.95);
        height: 100px;
        border-bottom: 5px solid #174b7d;
        position:fixed;
        z-index: 50;
        width: 100% !important;
    }
        .home-head{
            margin: 0 auto !important;
            padding: 10px 10px 0 10px;
            float: none !important;
            max-width: 1040px;
            color: #174b7d;
        }
            .home-head a{
                color: #2b333b;
                padding: 10px !important;
            }
        .banner-group {
            text-align: center;
            z-index: 10;
            margin: 0;
            text-shadow: 1px 2px #333;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            position: absolute;
            width: 70%;
            }
            .banner-head{
                font-size: 70px;
                margin: 0 0 40px 0;
            }
            .banner-tag{
                font-size: 60px;
                line-height: 1.1em;
                margin: 0 0 60px 0;
                color: #fff !important;
            }
@media screen and (max-width: 965px) {  
.home-head-wrap .mainMenu{
    display: none !important;
}
.home-head-wrap{
    min-height: 200px !important;
}
      .home-head{
            padding-bottom: 130px;
        }
        .banner-group{
        }
            .banner-head{
                font-size: 50px;
                margin: 0 0 20px 0;
                line-height: 1em;
            }
            .banner-tag{
                font-size: 50px;
                margin: 0 0 40px 0;
            }
    .contacthide{display: inline-block; }
}
@media screen and (max-width: 768px) { 
    .banner-tag{
        padding: 20px 0 0 0;
        font-size: 40px;
    }
}







.pro-box{
    background: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-pro-1.png) no-repeat center;
    padding: 200px 0 0 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    transition: all 0.5s ease;
}
    .pro-box:hover{
        background: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-pro-2.png) no-repeat center;
        transition: all 0.5s ease;
    }
.ind-box{
    background: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-industrial-1.png) no-repeat center;
    padding: 200px 0 0 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    transition: all 0.5s ease;
}
    .ind-box:hover{
        background: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-industrial-2.png) no-repeat center;
        transition: all 0.5s ease;
    }
.rem-box{
    background: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-remediation-1.png) no-repeat center;
    /*transition: all 0.5s ease;*/
    padding: 200px 0 0 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}

    .rem-box:hover{
        background: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-remediation-2.png) no-repeat center;
        transition: all 0.5s ease;
    }
    
 
 
/* ------------- NEW ICONS START HERE -------------- */
/* ------------- NEW ICONS START HERE -------------- */
.icon-wrap {
    margin-bottom: 0.5em;
}
.svg-icon {
    width: 168px !important;
    height: 168px !important;
    margin: auto !important;
    float: none !important;
    padding: 1.3em;
    background: rgba(255, 255, 255, 0);
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
    margin-bottom: 1em;
}
.pro-box22.svg-icon {
    padding-top: 1.5em;
}
.ind-box22.svg-icon {
    padding-top: 0.7em;
}
.svg-icon svg {
    max-height: 100px
}
.masked {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
}
.white {
    fill: #fff !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
}
.service-box:hover .white {
    opacity: 0;
    filter: alpha(opacity=0);
}
.service-box:hover .masked {
    opacity: 1;
    filter: alpha(opacity=100);
}
.service-box:hover .svg-icon {
    background: rgba(255,255,255,1);
}


@-webkit-keyframes briefcase {
    0% {
        -webkit-transform: rotate(5deg) translate(5px,0px);
                transform: rotate(5deg) translate(5px,0px);
        
    }

    50% {
        -webkit-transform: rotate(-5deg) translate(0px,0px);
                transform: rotate(-5deg) translate(0px,0px);
    }
 
    100% {
        -webkit-transform: rotate(5deg) translate(5px,0px);
                transform: rotate(5deg) translate(5px,0px);
    }
}

@keyframes briefcase {
    0% {
        -webkit-transform: rotate(5deg) translate(-5px,0px);
                transform: rotate(5deg) translate(-5px,0px);
        
    }

    50% {
        -webkit-transform: rotate(-5deg) translate(5px,0px);
                transform: rotate(-5deg) translate(5px,0px);
    }
 
    100% {
        -webkit-transform: rotate(5deg) translate(-5px,0px);
                transform: rotate(5deg) translate(-5px,0px);
    }
}

.sercon3:hover svg {
    -webkit-animation: briefcase 1.5s ease infinite;
            animation: briefcase 1.5s ease infinite;
            -webkit-transform: rotate(5deg) translate(-5px,0px);
                -ms-transform: rotate(5deg) translate(-5px,0px);
                    transform: rotate(5deg) translate(-5px,0px);
                    -webkit-transform-origin: top;
                    transform-origin: top;
}
            
@-webkit-keyframes drill {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(12px);
                transform: translateY(12px);
    }
}
            
@keyframes drill {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(12px);
                transform: translateY(12px);
    }
}

.sercon2:hover .drill-line {
    -webkit-animation-name: drill;
            animation-name: drill;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}

@-webkit-keyframes drill-shrink {
    0% {
        -webkit-transform: translateY(0px) scale(1);
                transform: translateY(0px) scale(1);
    }
    30% {
        -webkit-transform: translateY(4px) scale(1);
                transform: translateY(4px) scale(1);
    }
    100% {
        -webkit-transform: translateY(12px) scale(0);
                transform: translateY(12px) scale(0);
    }
}

@keyframes drill-shrink {
    0% {
        -webkit-transform: translateY(0px) scale(1);
                transform: translateY(0px) scale(1);
    }
    30% {
        -webkit-transform: translateY(4px) scale(1);
                transform: translateY(4px) scale(1);
    }
    100% {
        -webkit-transform: translateY(12px) scale(0);
                transform: translateY(12px) scale(0);
    }
}
.sercon2:hover .drill-line-shrink {
    -webkit-animation-name: drill-shrink;
            animation-name: drill-shrink;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}


@-webkit-keyframes smoke {
    0% {
        -webkit-transform: translate(0, 0px) scale(1);
                transform: translate(0, 0px) scale(1);
    }
    100% {
        -webkit-transform: translate(45px, -25px) scale(0);
                transform: translate(45px, -25px) scale(0);
    }
}


@keyframes smoke {
    0% {
        -webkit-transform: translate(0, 0px) scale(1);
                transform: translate(0, 0px) scale(1);
    }
    100% {
        -webkit-transform: translate(45px, -25px) scale(0);
                transform: translate(45px, -25px) scale(0);
    }
}
.sercon1:hover #smoke {
    -webkit-animation-name: smoke;
            animation-name: smoke;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}
.sercon1:hover #smoke-2 {
    -webkit-animation-name: smoke;
            animation-name: smoke;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}







.services > div > div{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
}
    .services .span6{
        width: 100% !important;
    }
    .services a{
        width: 50%;
    }
    .service-box{
        margin: 10px 0 0 0 !important;
        padding: 20px 10px 60px 10px;
        min-width: 50%;
        color: #fff;
        text-align: center;
        font-size: 30px;
        display: block;           
        /*transition: all 0.5s ease;*/
        /*background-size: auto 120% !important;*/
        /*background-size: cover !important;*/
        
        
           -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            -moz-transform: scale(1,1);
            -webkit-transform: scale(1,1);
            transform: scale(1,1);
            -moz-background-size: cover;
            -webkit-background-size: cover;
            background-size: cover;
            z-index: -1;
            overflow: hidden;
            
            
    }
        .service-box:hover{
            -moz-transform: scale(0.98,0.98);
            -webkit-transform: scale(0.98,0.98);
            transform: scale(0.98,0.98);
            /*background-size: auto 112%  !important;
            transition: all 0.5s ease;*/
        }
          
        .service-box img{
            margin: 0 0 20px 0;
        }
        .service-box-1{
            background-image: url(https://www.hcr-llc.com/hubfs/Images/Website%20Icon%20Test.png);
            border-left: 1px solid #fff;

        }
            .service-box-1:hover{
            }
        .service-box-2{
            background-image: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-field.png?123);
            border-left: 1px solid #fff;
        }
            .service-box-2:hover{
            }
        .service-box-3{
            background-image: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-pro.png?123);
        }
            .service-box-3:hover{
            }

        .service-box img{
            margin: 0 0 20px 0;
        }
        .sercon1{
            background-image: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-industrial-0.png?123);
            border-left: 1px solid #fff;
        }
            .sercon1:hover{
            }
        .sercon2{
            background-image: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-field.png?123);
            border-left: 1px solid #fff;
        }
            .sercon2:hover{
            }
        .sercon3{
            background-image: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-pro.png?123);
        }
            .sercon3:hover{
            }



@media screen and (max-width: 769px) {
    .service-box{
        text-align: center;
        font-size: 24px;
    }
    .rem-box, .ind-box, .pro-box{
        background-size: 70%;
        padding: 190px 0 0 0;
    }
        .service-box-1,
        .service-box-2{
            border: none;
        }
}
@media screen and (max-width: 600px) {
    .services > div > div{
        display: block;
    }
    .service-box{
        margin: 1px 0 0 0 !important;
        padding: 10px;
        width: 100%;
        background-size: cover !important;
    }
    .service-box:hover{
        background-size: cover !important;
    }
        .pro-box, .rem-box, .ind-box{
            width: 100%;
            height: 100px;
            padding: 37px;
            font-size: 24px;
            background-size: contain;
            background-position: left;
        }
            .pro-box:hover, .rem-box:hover, .ind-box:hover{
                width: 100%;
                height: 100px;
                padding: 37px;
                font-size: 30px;
                background-size: contain;
                background-position: left;
            }
}
@media screen and (max-width: 480px) {
    .home-head{
        padding: 20px 10px 120px 10px;
    }  
    .service-box{
        text-align: center;
        font-size: 18px;
    }
        .pro-box, .rem-box, .ind-box{
            background: none !important;
        }
}
.pro-serv-box{
    float: left; width: 100%; margin: 30px 0;
}
    .pro-serv-box h2{
        color : #000;
        margin: 0;
    }
    .pro-serv-photo-wrap{
        float: left; width: 200px; padding: 0 10px 0 0;
    }
        .pro-serv-photo{
            border-radius: 50%;
            width: 100%;
            height: auto;
        }
    .pro-serv-text{
    }
    
@media (max-width: 768px) { 
    .pro-serv-box{
        width: 100%;
        min-height: 190px;
        clear: none;
        font-size: 16px;
    }
        .pro-serv-box .span3{
            width: 45%;
            clear: both;
            margin: 0 auto !important;
        }
            .pro-serv-photo-wrap{
                padding: 0 0 20px 0;
                width: 220px !important;
                float: none !important;
            }
            .pro-serv-photo-wrap img{
                width: 220px !important;
            }
        .pro-serv-box .span9{
            width: 100% !important;
            
        }
}
@media (max-width: 520px) {
    .pro-serv-box{
        width: 100%;
    }
}
    
    
.pro-serv-box-half{
    float: left; width: 25%; padding: 0; margin: 30px 0; min-height: 190px; text-align: center;
}
    .pro-serv-photo-wrap-half{
        float: left;  padding: 0 10px 0 0; clear: both;
    }
        .pro-serv-photo-half{
            width: 60%;
            height: auto;
            border-radius: 50%;
            margin: 0 0 20px 0;
        }
        .pro-serv-photo-half img{
            display: none !important;
        }
    .pro-serv-text-half{ 
        padding: 0 30px 0 0;
        margin-left: 0px !important;
        clear: both;
    }
.pro-serv-box-half:nth-child(4n) {
    clear: right;
}
@media (max-width: 1024px) { 
    .pro-serv-box-half{
        clear: none;
        width: 45%;
        min-height: 330px;
    }
    .pro-serv-box-half:nth-child(2n) {
        clear: right;
    }
        .pro-serv-photo-wrap-half{
            float: none;
            max-width: 280px;
            margin: 0 auto;
            text-align: center;
        }
        .pro-serv-box-half .span4{
            width: 21% !important;
            
        }
        .pro-serv-box-half .span8{
            width: 75% !important;
        }
}
@media (max-width: 768px) { 
    .pro-serv-box-half{
        width: 48%;
        min-height: 190px;
        clear: none;
        font-size: 16px;
    }
        .pro-serv-box-half .span4{
            width: 50% !important;
            clear: both;
        }
        .pro-serv-box-half .span8{
            width: 100% !important;
            
        }
}
@media (max-width: 540px) {
    .pro-serv-box-half{
        width: 100%;
        min-height: 190px;
        clear: both;
    }
        .pro-serv-box-half .span4{
            margin: 0 auto !important;   
        }
}





.case-study a{
    /* margin: 0 auto !important; */
    margin-top: 10px !important;
    padding: 10px 20px;
    border-radius: 4px;
    color: #174b7d;
    font-size: 18px;
    border: 2px solid #174b7d;
    /*background: #79ac45;*/
    text-align: center;
    min-width: 200px;
    max-width: 50%;
    display: inline-block;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
        transition: all 0.5s ease;
        /*background-size: auto 120% !important;*/
    }
        .case-study a:hover{
            background: #ff5a00;
            border: 2px solid #ff5a00;
            color: #fff ;
            transition: all 0.5s ease;
        }
        
        
        
.case-study-wrap{
    padding: 80px 10px 50px 10px;
    background: url(//cdn2.hubspot.net/hubfs/1685320/Images/case-study-bg.png?123) left no-repeat fixed;
    background-size: cover;
}
    .case-study{
        margin: 0 auto !important;
        float: none !important
        max-width: 1040px;
    }
        .case-study h2{
            margin: 0 0 30px 0;
            font-size: 40px;
            color: #000000;
        }
        .case-study img{
            border-radius: 50%;
        }
@media screen and (max-width: 801px) {
.case-study-wrap{
    padding: 80px 10px 50px 10px; 
}
    .case-study{
        text-align: center;
    }
        .case-study .span3{
            float: none;
            text-align: center;
            width: 100%;
        }
        
        
       
        
            .case-study img{
                max-width: 200px;
                margin-bottom: 20px;
            }
        .case-study .span9{
            float: none;
            width: 100%;
            margin: 0;
        }
        .case-study h2{
            font-size: 30px;
        }
}
.latest-wrap > div > div{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    flex-flow: row nowrap;
}
    .latest{
        margin: 0 !important;
        width: 50% !important;
        color: #fff;
        min-height: 390px !important;
    }
    .no-latest-offer .latest{
        margin: 0 !important;
        width: 100% !important;
        color: #fff;
        min-height: 390px !important;
    }
        .latest-header{
            margin: 60px 0 40px 0;
            font-size: 40px;
            text-align: center !important;
            line-height: 1em;
        }
        .latest-offer{
            padding: 0 30px 30px 30px;
            background: #333;
            background: url(//cdn2.hubspot.net/hubfs/1685320/Images/latest-offer-bg.png?123) no-repeat;
            background-size: cover;
        }
            .latest-offer-image{
                text-align: center;
            }
        .no-latest-offer .latest-news-wrapper {
            width: 50%;
            float:  left;
            padding:  2em;
            box-sizing: border-box;
        }
        
        @media screen and (max-width: 1000px) {
            .no-latest-offer .latest-news-wrapper {
                width: 100%;
            }
        }
        .latest-news{
            padding: 0 30px 30px 30px;
            background: url(//cdn2.hubspot.net/hubfs/1685320/Images/latest-news-bg.png?123) no-repeat;
            background-size: cover;
            border-left: 1px solid #fff;

        }
            .latest-news h3{
                color: #fff;   
            }
            .latest-news-text{
                width: 73%;
                float: right;
            }
                .latest-news-text p{
                    margin: 0;
                }
            .latest-news-image {
                    display: inline-block !important;
                    width: 23% !important;
                    height: 0;
                    float: left;
                    overflow: hidden;
                    padding-bottom: 23%;
                    position: relative;
                    border-radius: 50%;
                    background-size: cover;
            }
            .latest-news-image img{
                border-radius: 50%;
                width: 100%;
                height: auto;
            }
            
@media screen and (max-width: 768px) {
    .latest{
        width: 100% !important;
        text-align: left;
    }
    .latest-news{
        border-top: 1px solid #fff;
        border-left: none;
        flex-flow: row wrap;
        width: 100%;
        text-align: center;
    }
        .latest-news-text{
            float: none;
            width: 100%;
            text-align: center;
        }
            .latest-news-text a{
                margin: 0 auto;
            }
        .latest-news-image{
            float: none;
            
        }
    .latest-offer{
        width: 100;
        flex-flow: row wrap;
    }
        .latest-offer-small{
            text-align: center;
        }
        .latest-offer a{
            margin: 0 auto;
        }
    .latest-wrap > div > div{
        display: inline-block;
    }
}


.certifications{
    padding: 50px 10px 20px 10px !important;
    text-align: center;
}
    .certifications img{
        padding: 15px;
    }
.hs-error-msgs{  margin: 0 ; padding: 0; color: #ff0000; list-style: none; }




/************************************************************ GENERIC PAGE LAYOUTS **************************************************************/
/************************************************************ GENERIC PAGE LAYOUTS **************************************************************/
/************************************************************ GENERIC PAGE LAYOUTS **************************************************************/

.page-wrap{
    margin: 0 auto !important;
    max-width: 1100px;
    float: none !important;
    padding: 0 15px 30px 15px;
}
	.page-wrap-left{
        
	}
	.page-wrap-right{

	}
    
    
.sub-nav-head {
    padding: 15px;
    color: #fff;
    position: relative;
	background: #22a6d3;
    text-align: center;
    font-weight: bold;
}
    .sub-nav-head:after {
    	top: 100%;
    	left: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(34, 166, 211, 0);
    	border-top-color: #22a6d3;
    	border-width: 10px;
    	margin-left: -10px;
    }
.sub-nav{
    border-radius: 10px;
}
    .sub-nav ul{
        width: 100%;
    }
        .sub-nav li{
            width: 100% !important;
            margin: 0 0 1px 0;
            display: block;
            float: none !important;
            background: #f4f4f4;
        }
            .sub-nav a{
                margin: 0 0 0 12px;
                padding: 14px 0 14px 27px !important;
                background: url(//cdn2.hubspot.net/hubfs/1685320/Images/icon-small-logo.png?123) left no-repeat;
                display: block !important;
                width: 100% !important;
                color: #174b7d;
            }
                .sub-nav a:hover{
                    color: #174b7d;
                }
                    .sub-nav .hs-item-has-children .hs-menu-children-wrapper {
                        display: none !important;
                        position: initial !important;
                    }
                        .sub-nav .hs-item-has-children .active-branch{
                            display: block !important;
                        }
                            .sub-nav .hs-item-has-children .active-branch .hs-menu-children-wrapper{
                                display: block !important;
                            }
                                .sub-nav .hs-item-has-children .active-branch .hs-menu-children-wrapper a{
                                    font-weight: 300 !important;
                                    padding-left: 45px !important;
                                    font-size: 14px !important;
                                    width: 265px !important;
                                }
                        .sub-nav .hs-item-has-children .hs-menu-children-wrapper a{
                            font-size: 16px;
                            overflow: visible !important;
                            width: 285px !important;
                            white-space: normal;
                            line-height: 20px;
                            margin-left: 13px;
                            background: 0;
                            border-top: 1px solid #ccc;
                            padding-left: 27px !important;
                            color: #22a6d3;
                        }
                            .sub-nav .hs-item-has-children .hs-menu-children-wrapper .active-branch a{
                                font-weight: bold;
                            }
                        .sub-nav .widget-type-menu {
                            min-height: 0
                        }
                        .sub-nav .widget-type-widget_container {
                        	min-height: 0
                        }
                
                
                
                
                



                
                
.team-member{
    float: left;
    width: 100%;
    margin-top: 40px;
}
    .team-member h1{
        margin: 0 0 20px 0;
        color: #000;
    }
    .team-member h4{
        margin: 0;
    }
    .team-member-headshot img{
        height: auto;
        border-radius: 50%;
    }
    .team-member-social{
        font-size: 2.5em;
        text-align: center;
    }
@media screen and (max-width: 965px) {
    .team-member{
        margin: 0;
    }
        .team-member h1{
            font-size: 40px;
            margin: 0 0 10px 0;
        }
        .team-member h4{
            margin: 0;
        }
        .team-member-headshot{
            float: none;
            margin: 0;
            text-align: center;
        }
        .team-member-headshot img{
            width: 280px;
        }
}
.team-member-preview{
    float: left;
    width: 49%;
    min-height: 370px;
    margin-top: 40px;
}
    .team-member-preview-name{
        margin: 0 0 15px 0;
        color: #000;
    }
    .team-member-preview-title{
        margin: 0;
        line-height: 1em;
    }
    .team-member-preview:nth-child(2n){
        clear: left;
    }  
    .team-member-preview-headshot{
        text-align: center;
    } 
        .team-member-preview-headshot img{
            height: auto;
            border-radius: 50%;
            margin: 0 0 20px 0;
        }
    
@media screen and (max-width: 965px) {
.team-member-preview{
    width: 100%;
    min-height: 250px;
}
    .team-member-preview-headshot{
        float: left !important;
        padding-right: 20px;
        min-height: 190px !important;
    }
        /*.team-member-preview-headshot img{*/
        /*    max-width: 170px;*/
        /*}*/
        
    h2.team-member-preview-name {
        font-size: 1.3em;
    }
}


/*--Team page revised--*/
    @media screen and (max-width: 768px) {
        .team-member-preview{
            min-width:100%;
        }
        
        .team-member-preview-headshot{
            display: block !important;
            float: none !important;
            min-width:100%;
        }
        
        .team-member-preview-headshot img {
            max-width: 170px;
            float: left;
        }
        
        .team-member-preview > div > div.span9{
            display:table;
            min-width: 100%;
        }
    }


@media screen and (max-width: 580px) {
.team-member-preview{
    width: 100%;
    min-height: 250px;
}
    .team-member-preview-headshot{
        float: none !important;
        padding: 0;
        min-height: 190px !important;
    }
        .team-member-preview-headshot img{
            max-width: 170px;
        }
}
    
    
.team-member-preview > div {
    padding-right: 2em;
}

.team-member-preview {
    width: 50%;
}

    
    
.collapse-1-col{
    min-height: 1px !important;
}
    .horiz-menu ul{
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding: 0;
        margin: 0;
    }
        .horiz-menu .active{
            padding: 0;
            border-bottom: 2px solid #174b7d;
        }
        .horiz-menu a{
            max-width: 100% !important;
            overflow: clip !important;
            padding: 10px !important;
        }
@media screen and (max-width: 965px) {
    .horiz-menu li{
        float: none !important;
        border-bottom: 1px solid #eee;
        line-height: 1em;
    }
        .horiz-menu a{
            padding: 10px !important;
            width: 100%;
        }
}
        

.our-work-mod{
    margin: 50px 0 0 0;
    width: 50%;
    float: left;
    min-height: 150px;
}
    .our-work-mod h3{
        color: #000;
        margin: 0 0 10px 0;
        font-weight: 400;
    }
    .our-work-mod a{
        padding: 0 0 20px 0;
    }
    .our-work-mod-img{
        padding: 0 0 20px 0;
        text-align: center;
        min-height: 150px;
    }
        .our-work-mod-img img{
            max-width: 100%;
            height: auto;
        }
    .our-work-mod-text{
    }
@media screen and (max-width: 767px) {
    .our-work-mod{
        margin: 50px 0 0 0;
        width: 100%;
        float: none;
        min-height: 150px;
    }
        .our-work-mod-img{
            padding: 0 20px 0 0;
            float: left !important;
        }
        .our-work-mod-img img{
            max-width: 125px;
        }
}
@media screen and (max-width: 520px) {
    .our-work-mod-img{
        padding: 0 0 20px 0;
        float: none !important;
    }
    .our-work-mod-img img{
        max-width: 100px;
    }
}
    
    

/************************************************************ LANDING PAGE **************************************************************/
/************************************************************ LANDING PAGE **************************************************************/
/************************************************************ LANDING PAGE **************************************************************/
.lp-form-wrap{
    margin: 20px 0 60px 0;
    padding: 30px;
    box-shadow: 0px 0px 5px #ccc;
}
    .lp-form-head{
        font-size: 24px;
        font-weight: 400;
    }
    .lp-form{
    }
        .lp-form ul{
            list-style: none;
            padding: 0;
        }
        .lp-form .hs-form-field{
            margin: 10px 0 0 0;
        }
        .lp-form input{
            padding: 9px;
        }
        .lp-form .hs-button{
            padding: 12px 50px !important;
            background: #ff5a00;
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            text-shadow: 1px 1px #333;
            border-radius: 5px;
            display: block;
            text-align: center !important;
            line-height: 1em;
            margin-top: 20px;
            -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
            box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
            transition: all 0.5s ease;
            font-family: "Lato", Arial, sans serif;
        }
            .lp-form .hs-button:hover{
                transition: all 0.5s ease;
                margin-top: 15px !important;
                -webkit-box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.25);
                -moz-box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.25);
                box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.25);
            }


@media screen and (max-width: 940px) {
        .lp-form .hs-form-field{
            width: 100% !important;
        }
}







    
/************************************************************ BLOG **************************************************************/
/************************************************************ BLOG **************************************************************/
/************************************************************ BLOG **************************************************************/

.breadcrumb-wrap{
    margin: 0 0 50px 0;
    padding: 6px;
    background: #f4f4f4;
    font-size: 14px;
}
    .breadcrumb{
        margin: 0 auto !important;
        float: none !important;
        max-width: 1040px;
    }
        .breadcrumb ul, .breadcrumb li{
            margin: 0; padding: 0;
        }
        
        .hs-breadcrumb-menu-divider{
            margin: 0 10px 0 0;
        }

.post-item{
    margin-bottom: 2em;
}
.blog-right{
    
}
    .blog-right h3{
        font-size: 30px;
        text-transform: capitalize;
        margin: 0 0 1em 0;
        color: #000;
    }
    .blog-right ul, .blog-right li{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .widget-type-blog_subscribe {
        margin: 0 0 1.4em 0;
        padding: 1em;
        color: #000;
        border-radius: 4px;
        border: 1px solid #ccc;
    }
        .widget-type-blog_subscribe h3{
            margin: 0 0 0.5em 0;
        }
        .widget-type-blog_subscribe .hs-button{
            margin-top: 10px !important;
            padding: 10px 20px;
            border-radius: 4px;
            color: #174b7d;
            font-size: 18px;
            border: 2px solid #174b7d;
            text-align: center;
            min-width: 200px;
            max-width: 50%;
            display: inline-block;
            -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
            box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
                transition: all 0.5s ease;
            font-family: "Lato", Arial;
            background: #fff;
            }
                .widget-type-blog_subscribe .hs-button:hover:hover{
                    background: #ff5a00;
                    border: 2px solid #ff5a00;
                    color: #fff ;
                    transition: all 0.5s ease;
                }
    .posted-by{
        font-size: 14px;
        margin: 0;
    }

@media (max-width: 480px) {
    .inner-head{
        margin: 0 0 20px 0;
    }
}



    
.cta-area{
    margin: 60px 0 0 0;
    padding: 60px 0;
    background: #eee;
}





/************************************************************ CONTACT US ************************************************************/
/************************************************************ CONTACT US ************************************************************/
/************************************************************ CONTACT US ************************************************************/
.sidebar-form ul{
    list-style:none;
    margin: 0; padding: 0;
}
.contact-mod{
    padding: 0 10px 40px 10px;
    width: 30%;
    float: left;
    font-size: 13pt;
}
@media screen and (max-width: 768px) {
    .contact-mod{
        padding: 0 0 30px 0;
        width: 50%;
        float: left !important;
        font-size: 13pt;
    }
}


.contact-form-title{
    
}
.contact-form form{
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
}
.contact-form .hs-button{
    margin: 0 auto !important;
    padding: 15px;
    background: #ff5a00;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #333;
    border-radius: 5px;
    display: block;
    width: 45%;
    text-align: center !important;
    line-height: 1em;
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.25);
    border: none;
    font-family: "Lato",sans serif;
}




/************************************************************ STATE LICENSES & CERTIFICATIONS ************************************************************/
/************************************************************ STATE LICENSES & CERTIFICATIONS ************************************************************/
/************************************************************ STATE LICENSES & CERTIFICATIONS ************************************************************/

@media (max-width: 766px) {
    .state-certification-module {
        display: block !important;
        padding-top: 100px;
        margin-top: -100px;
    }
    .hs-content-id-3989639059 .content-column .hs_cos_wrapper_type_rich_text {
        display: none;
    }
}

.available {
    cursor: pointer;
}
.available:hover {
    fill: #174b7d
}

/* plugin ovverrides for the lame hover */
.modal {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.42) !important;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.42) !important;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.42) !important;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.42) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.42) !important;
        border: 2px solid #22a6d3;

}
a.close-modal {
    display: none !important;
}
.blocker {
    background: none !important;
    max-width: 600px !important;
    top: 50% !important;
    left: 30% !important;
    right: initial !important;
    bottom: initial !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
body {
    overflow: auto !important;
}

/************************************************************ CONSULTATION FOOTER AREA **************************************************************/
/************************************************************ CONSULTATION FOOTER AREA **************************************************************/
/************************************************************ CONSULTATION FOOTER AREA **************************************************************/


.consultation{
    margin: 40px 0 0 0;
    padding: 60px 0;
    background: url(//cdn2.hubspot.net/hubfs/1685320/Images/consultation-bg.png?132) center;
    background-size: cover;
}
    .consultation-center{
        margin: 0 auto !important;
        max-width: 1040px;
        float: none !important;
        padding: 10px;
    }
    .consultation h2{
        margin: 0 0 0.5em 0;
        font-size: 40px;
        font-weight: 400;
        color: #174b7d;
        font-weight: 300;
    }
@media screen and (max-width: 767px) {
    .consultation{
        text-align: center
    }
    .consultation h2{
        margin: 0.5em 0 0.5em 0;
        font-weight: 400;
        font-size: 30px;
    }
}
@media screen and (max-width: 766px) {

}
/************************************************************ FOOTER **************************************************************/
/************************************************************ FOOTER **************************************************************/
/************************************************************ FOOTER **************************************************************/
.footer-wrap{
    background: #174b7d;
    padding: 60px 0;
    color: #fff;
    font-size: 16px;
}
    .footer{
        margin: 0 auto !important;
        padding: 0 3em;
        float: none !important;
        max-width: 1100px;
    }
        .footer-head{
            margin: 20px 0;
            font-size: 30px;
            text-transform: capitalize;
        }
        .footer-menu{
               
        }
            .footer-menu ul{
                
            }
                .footer-menu li{
                    float: none !important;
                }
        .footer a{
            color: #fff;
            padding: 0 !important;
        }
        .footer-java{
            height: 0px !important;
            min-height: 0px !important;
        }
@media screen and (max-width: 768px) {
    .footer-head{
        margin: 40px 0 20px 0;
    }
}
    
    




.fb_iframe_widget span{
    vertical-align: top !important;
}

#commondivjobalert, .addthis_toolbox{
    display: none;
}


.days-since-wrapper {
    margin-bottom: 40px;
    position: relative;
    color: #174B7D;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 2em;
}
.countdown-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
}
.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}

.clock-canvas {
	background-color: rgba(109, 180, 62, .6);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.clock-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    background: rgb(109, 180, 62);
    transition: all 200ms ease;
}

.text {
	color: #fff;	
	font-size: 30px;
	font-weight: bold;	
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: 100%;
}

.text .val {
	font-size: 50px;
    margin: 0;
}

.text .type-time {
	font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.clock-item {
		margin-bottom: 30px;		
	}
}

@media (max-width: 767px) {
	.clock-item {
		margin: 0px 30px 30px 30px;
	}
}

/***************************************************   MOBILE MENU   ***************************************************/
/***************************************************   MOBILE MENU   ***************************************************/
/***************************************************   MOBILE MENU   ***************************************************/

/*
    jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
display: none; }

.mm-wrapper {
overflow-x: hidden;
position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0; }

.mm-menu {
background: inherit;
display: block;
overflow: hidden;
padding: 0; }
.mm-menu > .mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 20px;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0); }
	.mm-menu > .mm-panel.mm-opened {
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-o-transform: translate(0%, 0);
	transform: translate(0%, 0); }
	.mm-menu > .mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-moz-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	-o-transform: translate(-30%, 0);
	transform: translate(-30%, 0); }
	.mm-menu > .mm-panel.mm-highest {
	z-index: 1; }
.mm-menu .mm-list {
	padding: 20px 0; }
.mm-menu > .mm-list {
	padding-bottom: 0; }
	.mm-menu > .mm-list:after {
	content: '';
	display: block;
	height: 40px; }

.mm-panel > .mm-list {
margin-left: -20px;
margin-right: -20px; }
.mm-panel > .mm-list:first-child {
	padding-top: 0; }

.mm-list,
.mm-list > li {
list-style: none;
display: block;
padding: 0;
margin: 0; }

.mm-list {
font: inherit;
font-size: 14px; }
.mm-list a,
.mm-list a:hover {
	text-decoration: none; 
    text-align: left;
    }
.mm-list > li {
	position: relative; }
	.mm-list > li > a,
	.mm-list > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto; }
.mm-list a.mm-subopen {
	background: rgba(3, 2, 1, 0);
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2; }
	.mm-list a.mm-subopen:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; }
	.mm-list a.mm-subopen.mm-fullsubopen {
	width: 100%; }
	.mm-list a.mm-subopen.mm-fullsubopen:before {
		border-left: none; }
	.mm-list a.mm-subopen + a,
	.mm-list a.mm-subopen + span {
	padding-right: 5px;
	margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
	background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
	padding-right: 45px;
	margin-right: 0; }
.mm-list a.mm-subclose {
	text-indent: 20px;
	padding-top: 30px;
	margin-top: -20px; }
.mm-list > li.mm-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
	padding-right: 5px; }
.mm-list > li.mm-spacer {
	padding-top: 40px; }
	.mm-list > li.mm-spacer.mm-label {
	padding-top: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%; }
.mm-list a.mm-subopen:after {
	border-top: none;
	border-left: none;
	right: 18px; }
.mm-list a.mm-subclose:before {
	border-right: none;
	border-bottom: none;
	margin-bottom: -15px;
	left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
display: none;
padding: 10px 0 10px 10px; }
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
	border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
height: 40px; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
	top: 16px;
	bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
height: 25px; }

html.mm-opened .mm-page {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
background: #333333;
color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page:not('.hubspot-disable-focus-styles') {
    box-sizing: border-box;
		position: relative; 
} /* ---- This line is breaking editor ---- */

.mm-slideout {
-webkit-transition: -webkit-transform 0.4s ease;
-ms-transition: -ms-transform 0.4s ease;
transition: transform 0.4s ease; }

html.mm-opened {
overflow: hidden;
position: relative; }
html.mm-opened body {
	overflow: hidden; }

html.mm-background .mm-page {
background: inherit; }

#mm-blocker {
background: rgba(3, 2, 1, 0);
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
display: block; }

.mm-menu.mm-offcanvas {
display: none;
position: fixed; }
.mm-menu.mm-current {
display: block; }

.mm-menu {
width: 80%;
min-width: 140px;
max-width: 440px; }

html.mm-opening .mm-slideout {
-webkit-transform: translate(80%, 0);
-moz-transform: translate(80%, 0);
-ms-transform: translate(80%, 0);
-o-transform: translate(80%, 0);
transform: translate(80%, 0); }

@media all and (max-width: 175px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(140px, 0);
	-moz-transform: translate(140px, 0);
	-ms-transform: translate(140px, 0);
	-o-transform: translate(140px, 0);
	transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
html.mm-opening .mm-slideout {
	-webkit-transform: translate(440px, 0);
	-moz-transform: translate(440px, 0);
	-ms-transform: translate(440px, 0);
	-o-transform: translate(440px, 0);
	transform: translate(440px, 0); } }
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
border: 1px solid transparent;
border-radius: 5px;
text-align: center;
line-height: 20px;
overflow: hidden;
display: block;
padding: 0;
margin: 0;
position: relative; }
.mm-buttonbar:after {
	content: '';
	display: block;
	clear: both; }
.mm-buttonbar > * {
	border-left: 1px solid transparent;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; }
.mm-buttonbar > a {
	text-decoration: none; }
.mm-buttonbar > input {
	position: absolute;
	left: -1000px;
	top: -1000px; }
.mm-buttonbar > input:checked + label {
	border-color: transparent  !important; }
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
	border-left: none; }
.mm-buttonbar.mm-buttonbar-2 > * {
	width: 50%; }
.mm-buttonbar.mm-buttonbar-3 > * {
	width: 33.33%; }
.mm-buttonbar.mm-buttonbar-4 > * {
	width: 25%; }
.mm-buttonbar.mm-buttonbar-5 > * {
	width: 20%; }

.mm-header .mm-buttonbar {
margin-top: 20px;
margin-left: -30px;
margin-right: -30px; }

.mm-footer .mm-buttonbar {
border: none;
border-radius: none;
line-height: 40px;
margin: -10px -10px 0 -20px; }
.mm-footer .mm-buttonbar > * {
	border-left: none; }

.mm-list > li > .mm-buttonbar {
margin: 10px 20px; }

.mm-menu .mm-buttonbar {
border-color: rgba(255, 255, 255, 0.6);
background: #333333; }
.mm-menu .mm-buttonbar > * {
	border-color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-buttonbar > input:checked + label {
	background: rgba(255, 255, 255, 0.6);
	color: #333333; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
font: inherit;
font-size: 14px;
font-style: normal;
text-indent: 0;
line-height: 20px;
display: block;
margin-top: -10px;
position: absolute;
right: 40px;
top: 50%; }
em.mm-counter + a.mm-subopen {
	padding-left: 40px; }
	em.mm-counter + a.mm-subopen + a,
	em.mm-counter + a.mm-subopen + span {
	margin-right: 80px; }
em.mm-counter + a.mm-fullsubopen {
	padding-left: 0; }

.mm-vertical em.mm-counter {
top: 12px;
margin-top: 0; }

.mm-nosubresults > em.mm-counter {
display: none; }

.mm-menu em.mm-counter {
color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
background: inherit;
border-top: 1px solid transparent;
text-align: center;
line-height: 20px;
box-sizing: border-box;
width: 100%;
height: 40px;
padding: 10px 10px 0 20px;
position: absolute;
z-index: 2;
bottom: 0;
left: 0; }

.mm-menu.mm-hasfooter > .mm-panel:after {
height: 80px; }

.mm-menu .mm-footer {
border-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
background: inherit;
border-bottom: 1px solid transparent;
text-align: center;
line-height: 20px;
box-sizing: border-box;
width: 100%;
height: 60px;
padding: 0 50px;
position: absolute;
z-index: 2;
top: 0;
left: 0; }
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
	padding-top: 30px; }
.mm-header .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	position: relative; }
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	min-width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1; }
.mm-header .mm-prev {
	padding-left: 20px;
	padding-right: 10px;
	left: 0; }
.mm-header .mm-next,
.mm-header .mm-close {
	padding-left: 10px;
	padding-right: 20px;
	right: 0; }
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.mm-header [href].mm-prev:before {
	border-right: none;
	border-bottom: none;
	margin-left: 2px;
	margin-right: 5px; }
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
	margin-left: 5px;
	margin-right: -2px; }
.mm-header [href].mm-next:after {
	border-top: none;
	border-left: none; }
.mm-header [href].mm-close:after {
	content: 'x'; }

.mm-menu.mm-hassearch .mm-header {
height: 50px;
top: 50px; }
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
	padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
display: none; }
.mm-menu.mm-hasheader > .mm-panel {
padding-top: 80px; }
.mm-menu.mm-hasheader > .mm-panel.mm-list {
	padding-top: 60px; }
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
	margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
padding-top: 120px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
	padding-top: 100px; }

.mm-menu .mm-header {
border-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
	border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list li.mm-label > span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0;
line-height: 25px; }
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
display: none; }

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
top: 8.5px; }

.mm-menu .mm-list li.mm-label > div > div {
background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
box-sizing: border-box; }

.mm-list > li.mm-search {
padding: 10px;
margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
margin-top: 0; }

div.mm-panel > div.mm-search {
padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
margin-top: 0; }

.mm-menu > .mm-search {
background: inherit;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2; }

.mm-search {
padding: 10px; }
.mm-search input {
	border: none;
	border-radius: 30px;
	font: inherit;
	font-size: 14px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 10px; }
.mm-search input::-ms-clear {
	display: none; }

.mm-menu .mm-noresultsmsg {
text-align: center;
font-size: 21px;
display: none;
padding: 60px 0; }
.mm-menu .mm-noresultsmsg:after {
	border: none !important; }

.mm-noresults .mm-noresultsmsg {
display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
display: none; }
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
	padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
padding-top: 70px; }
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
	margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
margin-top: -10px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
	padding-top: 0; }

.mm-menu .mm-search input {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
position: absolute;
left: -10000px; }

label.mm-toggle,
label.mm-check {
margin: 0;
position: absolute;
bottom: 50%;
z-index: 2; }
label.mm-toggle:before,
label.mm-check:before {
	content: '';
	display: block; }

label.mm-toggle {
border-radius: 30px;
width: 50px;
height: 30px;
margin-bottom: -15px; }
label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
float: right; }

label.mm-check {
width: 30px;
height: 30px;
margin-bottom: -15px; }
label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: 0.1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
opacity: 1; }

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
bottom: auto;
margin-bottom: 0; }
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
top: 5px; }
.mm-menu.mm-vertical .mm-list > li label.mm-check {
top: 5px; }

label.mm-toggle, label.mm-check {
right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
margin-right: 120px; }

.mm-menu label.mm-toggle {
background: rgba(0, 0, 0, 0.15); }
.mm-menu label.mm-toggle:before {
	background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }

.mm-menu label.mm-check:before {
border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
-webkit-transform: translateX(-30%);
-moz-transform: translateX(-30%);
-ms-transform: translateX(-30%);
-o-transform: translateX(-30%);
transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
-webkit-transform: translateX(30%);
-moz-transform: translateX(30%);
-ms-transform: translateX(30%);
-o-transform: translateX(30%);
transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
-webkit-transform: translateY(-30%);
-moz-transform: translateY(-30%);
-ms-transform: translateY(-30%);
-o-transform: translateY(-30%);
transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
-webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-ms-transform: translateY(30%);
-o-transform: translateY(30%);
transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateX(-30%);
-moz-transform: scale(0.7, 0.7) translateX(-30%);
-ms-transform: scale(0.7, 0.7) translateX(-30%);
-o-transform: scale(0.7, 0.7) translateX(-30%);
transform: scale(0.7, 0.7) translateX(-30%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateX(0%);
-moz-transform: scale(1, 1) translateX(0%);
-ms-transform: scale(1, 1) translateX(0%);
-o-transform: scale(1, 1) translateX(0%);
transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateX(30%);
-moz-transform: scale(0.7, 0.7) translateX(30%);
-ms-transform: scale(0.7, 0.7) translateX(30%);
-o-transform: scale(0.7, 0.7) translateX(30%);
transform: scale(0.7, 0.7) translateX(30%);
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: right center;
-o-transform-origin: right center;
transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateX(0%);
-moz-transform: scale(1, 1) translateX(0%);
-ms-transform: scale(1, 1) translateX(0%);
-o-transform: scale(1, 1) translateX(0%);
transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateY(-30%);
-moz-transform: scale(0.7, 0.7) translateY(-30%);
-ms-transform: scale(0.7, 0.7) translateY(-30%);
-o-transform: scale(0.7, 0.7) translateY(-30%);
transform: scale(0.7, 0.7) translateY(-30%);
-webkit-transform-origin: center top;
-moz-transform-origin: center top;
-ms-transform-origin: center top;
-o-transform-origin: center top;
transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateY(0%);
-moz-transform: scale(1, 1) translateY(0%);
-ms-transform: scale(1, 1) translateY(0%);
-o-transform: scale(1, 1) translateY(0%);
transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
-webkit-transform: scale(0.7, 0.7) translateY(30%);
-moz-transform: scale(0.7, 0.7) translateY(30%);
-ms-transform: scale(0.7, 0.7) translateY(30%);
-o-transform: scale(0.7, 0.7) translateY(30%);
transform: scale(0.7, 0.7) translateY(30%);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
-webkit-transform: scale(1, 1) translateY(0%);
-moz-transform: scale(1, 1) translateY(0%);
-ms-transform: scale(1, 1) translateY(0%);
-o-transform: scale(1, 1) translateY(0%);
transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
-webkit-transform: scale(1.5, 1.5) translateX(100%);
-moz-transform: scale(1.5, 1.5) translateX(100%);
-ms-transform: scale(1.5, 1.5) translateX(100%);
-o-transform: scale(1.5, 1.5) translateX(100%);
transform: scale(1.5, 1.5) translateX(100%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
-webkit-transition-property: -webkit-transform, left;
transition-property: transform, left; }
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%); }
	html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
	-webkit-transform: scale(0.7, 0.7) translateX(-30%);
	-moz-transform: scale(0.7, 0.7) translateX(-30%);
	-ms-transform: scale(0.7, 0.7) translateX(-30%);
	-o-transform: scale(0.7, 0.7) translateX(-30%);
	transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
width: 100%;
min-width: 140px;
max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(100%, 0);
-moz-transform: translate(100%, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate(100%, 0);
transform: translate(100%, 0); }

@media all and (max-width: 140px) {
html.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(140px, 0);
	-moz-transform: translate(140px, 0);
	-ms-transform: translate(140px, 0);
	-o-transform: translate(140px, 0);
	transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
html.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(10000px, 0);
	-moz-transform: translate(10000px, 0);
	-ms-transform: translate(10000px, 0);
	-o-transform: translate(10000px, 0);
	transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
-webkit-transform: translate(-100%, 0);
-moz-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate(-100%, 0);
transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(-140px, 0);
	-moz-transform: translate(-140px, 0);
	-ms-transform: translate(-140px, 0);
	-o-transform: translate(-140px, 0);
	transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate(-10000px, 0);
	-moz-transform: translate(-10000px, 0);
	-ms-transform: translate(-10000px, 0);
	-o-transform: translate(-10000px, 0);
	transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
height: 100%;
min-height: 140px;
max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
width: 100%;
min-width: 100%;
max-width: 100%; }

.mm-menu.mm-right {
left: auto;
right: 0; }

.mm-menu.mm-bottom {
top: auto;
bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
-webkit-transform: translate(-80%, 0);
-moz-transform: translate(-80%, 0);
-ms-transform: translate(-80%, 0);
-o-transform: translate(-80%, 0);
transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-140px, 0);
	-moz-transform: translate(-140px, 0);
	-ms-transform: translate(-140px, 0);
	-o-transform: translate(-140px, 0);
	transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate(-440px, 0);
	-moz-transform: translate(-440px, 0);
	-ms-transform: translate(-440px, 0);
	-o-transform: translate(-440px, 0);
	transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
z-index: 0 !important; }

.mm-menu.mm-front {
z-index: 1;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
-webkit-transition: -webkit-transform 0.4s ease;
-ms-transition: -ms-transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: translate(-100%, 0);
-moz-transform: translate(-100%, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
-webkit-transform: translate(0, -100%);
-moz-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
-o-transform: translate(0, -100%);
transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
height: 80%;
min-height: 140px;
max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
background: #f3f3f3;
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.6);
	color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
	border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-light .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
border-color: rgba(0, 0, 0, 0.6);
background: #f3f3f3; }
.mm-menu.mm-light .mm-buttonbar > * {
	border-color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
	background: rgba(0, 0, 0, 0.6);
	color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
	border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light label.mm-toggle:before {
	background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }

html.mm-opened.mm-white .mm-page {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
background: white;
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.06);
	color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
	border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.06); }
.mm-menu.mm-white .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
border-color: rgba(0, 0, 0, 0.6);
background: white; }
.mm-menu.mm-white .mm-buttonbar > * {
	border-color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
	background: rgba(0, 0, 0, 0.6);
	color: white; }

.mm-menu.mm-white label.mm-check:before {
border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
border-color: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
	border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white label.mm-toggle:before {
	background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }

html.mm-opened.mm-black .mm-page {
box-shadow: none; }

.mm-menu.mm-black {
background: black;
color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-list > li:after {
	border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
	border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.25); }
.mm-menu.mm-black .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
border-color: rgba(255, 255, 255, 0.6);
background: black; }
.mm-menu.mm-black .mm-buttonbar > * {
	border-color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
	background: rgba(255, 255, 255, 0.6);
	color: black; }

.mm-menu.mm-black label.mm-check:before {
border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
border-color: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
border-color: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
	border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black label.mm-toggle:before {
	background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
background: #4bd963; }




/***************************************************   BLOG TABS   ***************************************************/
.tabber-wrap{
    margin: 0 0 30px 0;
}
.tabber-content ul{
    list-style-type: none;
}
.tabber-content li {
    padding: 6px 0 6px 4px;
    margin: 0;
}
.body-container .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
	padding: 0;
	margin: 0 0 -2px;
}
.tabber-tabs>li {
	float: left;;
}
.tabber-tabs>li>a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	display: block
}
.tabber-tabs>.active>a, .tabber-tabs>.active>a:hover, .tabber-tabs>.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}
.tabber-content {
	background: #fff;
	padding: 8px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-o-border-radius: 0 4px 4px 4px;
	-ms-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px
}
.body-container .tabber-content ul {
	padding: 0;
	margin: 0
}
.tabber-content .block h3 {
	display: none
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
	float: left;
	width: 40%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	float: right;
	width: 60%;
	padding: 0 0 0 15px
}
.blog-tabber .hs-rss-item:last-child {
	margin-bottom: 10px
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	display: block;
	width: auto
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
	float: left;
	width: 40%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}

/***************************************************  RESOURCE PAGE   ***************************************************/
/***************************************************  RESOURCE PAGE   ***************************************************/
/***************************************************  RESOURCE PAGE   ***************************************************/

.testcaro {
    width: 25%;
    width:28%;
    padding: 1em;
}
.testcaro img {
    height: auto !important;
}


a.resource-link {
    text-align: center;
    display: block;
    width: 100%;
    margin-top:1em;
}

a.resource-image-link {
    height: auto;
    display: block;
    text-align:center;
}

a.resource-image-link img {
    max-height: 300px;
    min-height: 300px;
    //height: 300px !important;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
}

    @media (max-width: 768px){
        a.resource-image-link img{
            max-height: 200px;
            min-height: 200px;
        }
    }
    
    
    @media (max-width: 480px){
        a.resource-image-link img{
            max-height: 150px;
            min-height: 150px;
        }
    }


/*------*/

a.case-study-widget {
    border-radius: 0.5em;
    display: block;
    height: 200px;
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;

}

.margin-top{
    margin-top:1.5em;
}

a.case-study-widget p{
    border-radius: 0 0 0.5em 0.5em;
    position:absolute;
    bottom:0;
    background-color:rgba(107, 179, 49, 0.95);
    padding:.5em;
    bottom:0;
    left:0;
    right:0;
    margin:0;
    text-align:left;
    color:white;
    
}

.case-studies  h4 {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 0.5em;
    
}

.case-study-icon h4:before{
    padding-left:2em;
    content:"";
}

.case-study-icon h4 {
    background: url();
    background-size: 1.3em !important;
    background-repeat: no-repeat !important;
}

.civil h4{
    background-image: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/icon-civil-road.png);
}

.emergency h4{
    background: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/icon-emergency.png);
}

.design h4{
    background: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/icon-design.png);
}

.dewater h4{
    background: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/icon-dewater.png);
}

.environment h4{
    background: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/icon-environment.png);
}

.remediation h4{
    background: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/icon-remediation.png);
}

.misc h4{
    background: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/icon-misc.png);
}


/*----testimonials--*/

.testimonial h6.companyName {
    font-size: 1em !important;
    margin: 0px;
    margin-bottom: 12px;
    font-weight: 500;
}

.testimonial h6.person {
    font-size: 1em !important;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}

.testimonial {
    padding-left: 50px;
    background-image: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icons/user.png);
    background-repeat: no-repeat;
    background-size: 2em;
    margin-top: 2.5em;
}


/*----Clients--*/

.all-clients-logo{
    text-align: center;
}

.all-clients-logo .clients-logo {
    min-height: 177px;
    padding: 1em;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.all-clients-logo .clients-logo img {
    vertical-align: middle;
    max-width: 190px;
    margin: 2em 0;
    position: absolute;
    top: 22%;
    transform: translateY(-50%) !important;
    left: 19px;
    height: auto;
}

.new-cta{
    display:none !important;
    text-align: center;
    position: relative;
    background-image: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/Request_a_consultation.jpg?t=1473367896401);
    background-color: rgba(41, 41, 41, 0.7);
    padding:2em 1em;
    margin-top:3em;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ourwork .new-cta{
    display:none !important;
}

.ourwork .consultation{
    display:block !important;
}



.new-cta h2, .new-cta p {
    color: white;
    position:relative;
    z-index:20;
}

.new-cta:before{
    content:"";
    background: rgba(0,0,0,0.5);
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:5;
}


.new-cta:after {
    content:"";
    display:block;
    height:80px;
    width:80px;
    background: url(//www.hcr-llc.com/hubfs/Images/case-studies_images/icon-request.png);
    position:absolute;
    top:-40px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
    transform:translate(-50%,0);
    z-index:20;
    background-size:contain;
}



/*--------Subscription----------*/


.align-center{
    margin:0 auto;
    text-align:center;
}

.subscription-content h1{
    font-size:50px;
    color:#174b7d;
    font-weight:300;
    line-height:1em;
    padding-bottom: 0.5em;
}

.subscription-content p{
    font-size:18px;
    font-weight:300;
}


.subscription-content input#submitbutton{
    padding: 15px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px #333;
    border-radius: 5px;
    display: inline-block;
    width: 40% !important;
    height: auto !important;
    text-align: center;
    line-height: 1em;
    margin-top: 20px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.25);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.25);
    background: #ff5a00;
    transition: all .5s ease;
    border-bottom: none;
}







/*///////////////////////////////////
Container Wrapper
//////////////////////////////////*/
.section-wrapper{
    float:none;
    margin:0 auto;
    display:block;
    padding-top:3em;
    padding-bottom:3em;
    position:relative;
    overflow:hidden;
}

.container-wrapper{
    max-width:1200px;
    margin:0 auto !important;
    padding-left:2em;
    padding-right:2em;
    float:none !important;
    position:relative;
}

.container-wrapper-large{
    max-width:1620px;
    margin:0 auto !important;
    padding-left:1em;
    padding-right:1em;
    float:none !important;
    position:relative;
}


.container-wrapper-small{
    max-width:900px;
    margin:0 auto !important;
    padding-left:2em;
    padding-right:2em;
    float:none !important;
    position:relative;
}


.container-wrapper-smaller{
    max-width:700px;
    margin:0 auto !important;
    padding-left:2em;
    padding-right:2em;
    float:none !important;
    position:relative;
}

@media (max-width:768px){
    .container-wrapper,
    .container-wrapper-large,
    .container-wrapper-small{
        padding-left:1em;
        padding-right:1em;
    }
}

/*////////////////////////////////////
//POSITION
////////////////////////////////////*/
.relative{
    position:relative;
}

.absolute{
    position:absolute;
}

.center{
    text-align:center;
}

/*////////////////////////////////////
//COLORS AND BACKGROUND COLORS
////////////////////////////////////*/
.background{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position:relative;
}

.background-img img{
    object-fit: cover;
    position: relative;
    max-width: 100%;
    width: 100% !important;
    overflow: hidden;
}

.background-fixed{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position:relative;
    background-attachment:fixed;
}


/*////////////////////////////////////
//PADDING AND MARGIN
////////////////////////////////////*/

/*--padding decimals--*/
.pb0{
    padding-bottom:0;
}

.pt0{
    padding-top:0;
}

.p0_5e{
    padding:0.5em;
}

.pb0_5e{
    padding-bottom: 0.5em !important;
}


.ptb0_5e{
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.ptb0{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

/*--padding--*/
.p1e{
    padding:1em;
}

.p2e{
    padding:2em;
}

.p3e{
    padding:3em;
}

.pb1e{
    padding-bottom:1em;
}

.plr1e{
    padding-left:1em;
    padding-right:1em;
}

/*Padding 2em*/


.pb0{
    padding-bottom:0;
}

.pb2e{
    padding-bottom:2em;
}

.pb3e{
    padding-bottom:3em;
}

.pb4e{
    padding-bottom:4em;
}

.pb10e{
    padding-bottom: 10em;
}

.pt1e {
    padding-top: 1em;
}


.pt2e {
    padding-top: 2em;
}

 

.ptb1e {
    padding-top: 1em;
    padding-bottom: 1em;
}

.ptb2e{
    padding-top:2em;
    padding-bottom:2em;
}

.plr0_5e{
    padding-left:0.5em;
    padding-right:0.5em;
}

.plr2e{
    padding-left:2em;
    padding-right:2em;
}

.pt24e{
   padding-top:24em; 
}


/*/////////////////////
Full Width CTA
///////////////////*/
.full-cta:before{
        content:"";
        position:absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        width:100%;
        height:100%;
    }
    
    .full-cta-container{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    
    .full-cta-featured-img,
    .full-cta-content{
        display:inline-block;
        width:calc(100% / 2);
        margin-right:-3px;
        vertical-align:top;
    }
    
    .full-cta-title{
        margin-top:0;
    }
    
    .full-cta-cta{
        font-size:1em;
        width: auto !important;
    }
    
    @media (max-width:480px){
        .full-cta-container{
            display:block;
        }
        
        .full-cta-content{
            display: block;
            width: auto;
            padding: 1em;
        }
        
        .full-cta-featured-img{
            height:189px;
            width: auto;
            display: block;
        }
    }