<style> @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap'); </style>

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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
Credits:

Website Design by MojoMediaLabs (http://www.mojomedialabs.com)
Developers: Sam McKinney and Nathan Stearns
*/

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

* {
  box-sizing: border-box;
}


/* ----------- Global Styles ---------------- */

body {
font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
    position: relative;
    right: 0px;
    margin: 0;
    /* overflow-x: hidden; */
    transition: all 0.3s ease 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a, a:visited {
   color: #0069B1;
   text-decoration: none;
   -moz-transition: all 0.1s linear 0s;
   -webkit-transition: all 0.1s linear 0s;
   -o-transition: all 0.1s linear 0s;
   transition: all 0.1s linear 0s;
}

a:hover, a:active {
   color: #4999B3;
   text-decoration: underline;
}

.reverse, .reverse:visited {
    color: #4999B3;
}

.reverse:hover, .reverse:focus {
    color: #0069B1;
}

.dark-link, .dark-link:visited {
    color: #393939;
}

.dark-link:hover, .dark-link:focus {
    color: #4999B3;
}

a:focus {
    outline: thin dotted #323232;
    outline-offset: 0px;
}

button, button:visited {
    transition: all 0.1s linear 0s;
}

.button, .button:visited, .btn-primary, .btn-primary:visited,
.hs-button, .hs-button:visited {
    display: inline-block;
    background: #0069B1;
    padding: 10px 25px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
}

.button:hover, .button:focus, .btn-primary:hover, .btn-primary:focus,
.hs-button:hover, .hs-button:focus {
    color: #fff;
    text-decoration: none;
    background: #4999B3;
}

.button.border, .button.border:visited {
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 25px;
    color: #fff;
}

.button.border:hover, .button.border:focus {
    color: #0069B1;
    border: 1px solid #fff;
    background: #fff;
}

.white.button, .white.button:visited,
.white .button, .white .button:visited,
.white .btn-primary, .white .btn-primary:visited,
.white .hs-button, .white .hs-button:visited {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 25px;
    color: #0069B1;
}

.white.button:hover, .white.button:focus,
.white .button:hover, .white .button:focus,
.white .btn-primary:hover, .white .btn-primary:focus,
.white .hs-button:hover, .white .hs-button:focus {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.cta-horz-content blockquote {
  padding-left:0;
  padding-right:0;
  margin-top:0;
  font-size: 18px;
}

.cta-horz-content blockquote:before {
  width: 0px;
}

blockquote {
  position: relative;
  font-size: 21px;
  margin: 40px 0 20px 0;
  padding: 0px 40px 0;
}

blockquote:before {
  background: #496DB6;
  content: '';
  width: 2px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}

blockquote p {
  font-size: 21px;
}

p {
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    line-height: 1.2;
font-family: 'Roboto', sans-serif;
}

h1 {
    color: #0264b4;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    color: #393939;
    font-weight: 600;
    font-size: 28px;
}

h3 {
    color: #4598b5;
    font-size: 26px;
    font-weight: 600;
}

h4 {
    color: #6e6e6e;
    font-size: 23px;
    font-weight: 600;
}

h5 {
    color: #4598b5;
    font-size: 21px;
    font-weight: 600;
}

h6 {
    color: #393939;
    font-size: 19px;
    font-weight: 600;
}

@media(min-width: 1200px) {

    body {
        font-size: 17px;
    }

    h1 {
        font-size: 39px;
    }
    
    h2 {
        font-size: 34px;
    }
    
    h3 {
        font-size: 31px;
    }
    
    h4 {
        font-size: 27px;
    }
    
    h5 {
        font-size: 26px;
    }
    
    h6 {
        font-size: 24px;
    }
}

@media(min-width: 1600px) {

    body {
        font-size: 19px;
    }
    
    h1 {
        font-size: 49px;
    }
    
    h2 {
        font-size: 44px;
    }
    
    h3 {
        font-size: 36px;
    }
    
    h4 {
        font-size: 33px;
    }
    
    h5 {
        font-size: 31px;
    }
    
    h6 {
        font-size: 29px;
    }
}

/* ---------- Floating and utilities that may not be needed ------------- */

.left, .pull-left {
    float: left;
    margin: 0 40px 20px 0;
}

.right, .pull-right {
    float: right;
    margin: 0 0 20px 40px;
}

.text-center {
    text-align: center;
}

.no-margin {
    margin: 0;
}

img {
    max-width: 100%;
}

form input[type="checkbox"] {
    border: none;
}

hr {
    border: none;
    border-top: 1px solid #393939;
    color: transparent;
    background: transparent;
    height: 1px;
    margin: 20px 0;
    clear: both;
}

.clear {
    clear: both;
    float: none;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}

.inner-center {
    float: right;
    right: -50%;
    position: relative;
}

.center-block {
    display: block;
    margin: 0 auto 20px;
}

/* figure {
    display: table;
    margin: 0 auto 20px;
}

figure img {
    display: block;
    width: 100%;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 5px 0;
    font-style: italic;
    text-align: center;
} */

.desktop-viewport, .lg-and-up {
  display: none;
}

.mobile-viewport, .lg-and-down {
  display: block;
}

@media(min-width: 992px) {
  .desktop-viewport {
    display: block;
  }

  .mobile-viewport {
    display: none;
  }
}

@media(min-width: 1200px) {
  .lg-and-down {
    display: none;
  }
  
  .lg-and-up {
    display: block;
  }
}

/* ---------- Structure and padding and such ------------- */

.std-padding,
.reg-padding {
    padding: 40px 0 30px;
    position: relative;
}

.std-padding.extra-padding {
    padding: 80px 0 60px;
}

.std-padding.no-padding {
    padding: 0;
}

.std-padding.bottom-padding {
    padding: 0 0 30px 0;
}

.std-padding {
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-content {
    padding: 0 15px;
    position: relative;
    z-index: 5;
}

.side-breakout {
    margin: 0 -15px;
}

.column-content {
    position: relative;
    z-index: 5;
}

.content-large-image {
  position: relative;
  z-index: 1;
}

.top-title {
    margin: 0 0 40px 0;
    position: relative;
    z-index: 5;
}

.two-flex, .three-flex, .four-flex {
    display: flex;
    flex-flow: column;
}

.content-shader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white blockquote,
.white ul,
.white ol,
.white .column-content > div > div {
    color: #fff;
}

.white .column-content > div > p > a, .white .column-content > div > p > a:visited {
  color: #fff;
  text-decoration: underline;
}

.white .column-content > div > h3 > a, .white .column-content > div > h3 > a:visited {
  color: #fff;
  text-decoration: none;
}

.homepage-wrapper, .interior {
    background-image: url(https://www.tdindustries.com/hubfs/2019%20TDIndustries/2019%20TDIndustries%20Development/Swoop.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
}

.interior {
    padding: 180px 0 0 0;
}

.int-banner {
    position: relative;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.int-shader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(67,67,67,.5);
}

.page-title {
    padding: 30px 0;
    position: relative;
}

.title-icon {
    width: 152px;
    height: 152px;
    margin: -108px auto 30px;
    border-radius: 152px;
    background: #fff;
    padding: 20px;
}

.title-icon img {
    display: block;
    margin: 0 auto;
}

.page-title h1 {
    margin: 0;
    text-align: center;
}

.page-title:before {
    position: absolute;
    bottom: 2px;
    width: 220px;
    left: calc(50% - 110px);
    height: 1px;
    content: '';
    background: #CECECE;
}

.page-title:after {
    content: '';
    background: #CECECE;
    height: 5px;
    bottom: 0px;
    position: absolute;
    width: 70px;
    left: calc(50% - 35px);
}

.serv-num.mobi-only {
  display: block;
}

@media(min-width: 768px) {
  
    .serv-num.mobi-only {
      display: none;
    }
  
    .page-content {
        padding: 0 30px;
    }

    .side-breakout {
        margin: 0 -30px;
    }

    .int-banner {
        height: 250px;
    }

    .page-title {
        padding: 35px 0;
    }

    .title-icon {
        margin: -111px auto 30px;
    }

    .two-flex, .three-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    
    .four-flex {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    
    .two-flex .column-content {
        width: 47%;
    }
    
    .two-flex .column-content.form-left {
        width: 58%;
    }
    
    .two-flex .column-content.form-right {
        width: 37%;
    }
    
    .two-flex .column-content.sixty {
        width: 60%;
    }
    
    .two-flex .column-content.thirty-five {
        width: 35%;
    }
    
    .three-flex .column-content {
        width: 30%;
    }
    
    .four-flex .column-content {
        width: 47%;
    }     
}

@media(min-width: 992px) {
    .std-padding,
    .reg-padding {
        padding: 60px 0 50px;
    }

    .std-padding.bottom-padding {
        padding: 0 0 50px 0;
    }

    .std-padding.extra-padding {
        padding: 100px 0 80px;
    }
  
    .column-content.forty {
        width: 40%;
    }

    .column-content.fifty {
        width: 50%;
    }
  
    .column-content.sixty {
        width: 60%;
    }

    .int-banner {
        height: 300px;
    }

    .page-title {
        padding: 40px 0;
    }

    .title-icon {
        margin: -115px auto 30px;
    }

    .four-flex .column-content {
        width: 22%;
    }
}

@media(min-width: 1200px) {
    .page-content {
        padding: 0 50px;
        margin: 0 auto;
        max-width: 1300px;
    }

    .side-breakout {
        margin: 0 -50px;
    }

    .page-content.max {
        max-width: none;
    }

    .interior {
      /* padding: 200px 0 0 0; */
      padding: 150px 0 0 0; /* Visia */
    }

    .int-banner {
        height: 350px
    }

    .page-title {
        padding: 50px 0;
    }

    .title-icon {
        margin: -121px auto 30px;
    }
}

@media(min-width: 1600px) {
    .page-content {
        padding: 0 180px;
        max-width: 1450px;
    }

    .side-breakout {
        margin: 0 -180px;
    }

    .std-padding,
    .reg-padding {
        padding: 70px 0 60px;
    }

    .std-padding.bottom-padding {
        padding: 0 0 60px 0;
    }

    .std-padding.extra-padding {
        padding: 140px 0 120px;
    }

    .int-banner {
        height: 420px;
    }
}

/* -------------- Header ---------------- */

body.active {
    position: relative;
    right: 260px;
    transition: right 0.3s ease 0s;
}

.header {
    height: auto;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    padding: 0 0 10px 0;
    transition: all .3s ease 0s;
}

.header.active {
    right: 260px;
    transition: all 0.3s ease 0s;
}

.header.dark-header {
    background: rgba(255,255,255,.9);
    box-shadow: 0 4px 4px -2px rgba(0,0,0,.1);
    height: auto;
}

.header.dark-header .serv-num a:hover,
.header.dark-header .serv-num a:focus,
.header.dark-header .header-buttons li a:hover,
.header.dark-header .header-buttons li a:focus {
    color: #4598B5;
}

.utility-bar {
    background: #4598B5;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    display: block;
    height: 10px;
    z-index: 1000;
}

.utility .button, .utility .button:visited {
    background-color: #4598B5;
    border-radius: 0 0 5px 5px;
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 0 0 0px;
}

.utility .button:focus,
.utility .button:hover {
    background-color: #0264B4;
}

.utility .fas {
    margin: 0 7px 0 0;
}

.header-flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 0 0;
    width: 100%;
    transition: all .15s ease 0s;
}

.header.dark-header .header-flex {
    padding: 10px 0 0 0;
}

.header-logo {
    height: 80px;
}

.header.dark-header .header-logo {
    height: 60px;
}

.logo img {
    max-height: 100%;
}

/*.navbar-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    float: none;
    color: #fff;
    margin: 0 15px 0 0;
    padding: 0 10px;
    position: relative;
    width: 100px;
    height: 100px;
    transition:.25s ease-in-out;
    z-index: 1001;
}

.navbar-toggle label {
    color: #8D8D8D;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-toggle span {
    display: block;
    background: #0264B4;
    border-radius: 2px;
}

.navbar-toggle .stacked {
    position: absolute;
    height: 100%;
    width: 100%;
}

.navbar-toggle .stacked span {
    width: 60px;
    height: 4px;
    position: relative;
    top: 24px;
    left: 20px;
    margin: 10px 0;
}

.navbar-toggle .stacked span:nth-child(1) {
    transition-delay: .5s;
}

.navbar-toggle .stacked span:nth-child(2) {
    transition-delay: .625s;
    width: 80px;
}

.navbar-toggle .stacked span:nth-child(3) {
    transition-delay: .75s;
}

.navbar-toggle .cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}

.navbar-toggle .cross span:nth-child(1) {
    height: 0%;
    width: 4px;
    position: absolute;
    top: 10%;
    left: 48px;
    transition-delay: 0s;
}

.navbar-toggle .cross span:nth-child(2) {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 10%;
    top: 48px;
    transition-delay: .25s;
}

.navbar-toggle.active .stacked span {
    width: 0%;
}

.navbar-toggle.active .stacked span:nth-child(1) {
    transition-delay: 0s;
}

.navbar-toggle.active .stacked span:nth-child(2) {
    transition-delay: .125s;
}

.navbar-toggle.active .stacked span:nth-child(2) {
    transition-delay: .25s;
}

.navbar-toggle.active .cross span:nth-child(1) {
    height: 80%;
    transition-delay: .625s;
}

.navbar-toggle.active .cross span:nth-child(2) {
    width: 80%;
    transition-delay: .375s;
}*/

.header .serv-num,
.header .header-buttons {
    display: none;
}

.navbar-toggle {
    background: transparent;
    border: none;
    border-radius: 0;
    float: none;
    color: #fff;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0 10px;
    position: relative;
    right: auto;
    top: -4px;
    width: 56px;
    height: auto;
    z-index: 1001;
    outline: none;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background: transparent;
    outline: none;
    cursor: pointer;
}

.navbar-toggle label {
    color: #8D8D8D;
    font-size: 11px;
    margin: 0 0 10px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
}

.navbar-toggle .icon-bar {
    background-color: #0264B4;
    transition: all .1s linear 0s;
}

.navbar-toggle:hover .icon-bar {
    background: #4598B5;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 60%;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.navbar-toggle .icon-bar.middle {
    width: 100%;
}

.navbar-toggle.active, .navbar-toggle.active:focus {
    background: transparent;
}

.navbar-toggle.active .icon-bar {
    display: none;
}

.navbar-toggle.active .icon-bar.first {
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: 4px;
    left: 6px;
}

.navbar-toggle.active .icon-bar.last {
    display: block;
    transform: rotate(45deg);
    position: relative;
    top: -4px;
    left: 6px;
}

.navbar-collapse {
    background: #4598B5;
    position: fixed;
    right: -260px;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    padding: 30px 0px 50px;
    width: 260px;
    z-index: 700;
    transition: all 0.3s ease 0s;
}

.navbar-collapse.active {
    right: 0;
    transition: all 0.3s ease 0s;
}

.serv-num {
    color: #fff;
    display: block;
    margin: 0 0 20px;
    text-align: center;
}

.serv-num p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.serv-num a,
.serv-num a:visited {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.serv-num a:focus,
.serv-num a:hover {
    color: #0264B4;
    text-decoration: none;
}

.navbar-collapse .serv-num { 
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 0 0 20px 0;
}

.menu-heading {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    text-align: center;
}

.mobi-search-wrapper {
    margin: 0 auto 25px;
    max-width: 300px;
    position: relative;
    width: 80%;
}

form input[type="text"].search-box {
    background: #4598B5;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 40px 5px 10px;
    width: 100%;
}

form input[type="text"].search-box:focus {
    background: #4598B5;
    border: 1px solid #fff
}

form input[type="text"].search-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

form input[type="text"].search-box::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

form input[type="text"].search-box:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.search-button, .search-button:visited {
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 20px;
}

.search-button:hover, .search-button:focus {
    color: #0264B4;
}

.blocker {
   z-index: 1000 !important;
   background-color: rgba(0,0,0,0.9) !important;
}

@media (min-width: 480px) {

    .navbar-collapse {
        right: -425px;
        width: 425px;
    }

    body.active, .header.active {
        right: 425px;
    }
}

@media(min-width: 768px) {

    .header-nav {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    .header .serv-num, .header .header-buttons {
        display: block;
    }

    .serv-num {
        margin: 0;
        text-align: left;
        width: 195px;
    }

    .serv-num p {
        color: #000;
        line-height: 1;
        margin: 0 0 2px 0;
    }

    .serv-num a, .serv-num a:visited {
        color: #000;
        line-height: 1;
    }

    .header-buttons {
        display: block;
    }

    .header-buttons ul {
        list-style-type: none;
        margin: 0px 0px 0 25px;
        padding: 0 40px 0 0;
        text-align: center;
    }

    .header-buttons li {
        display: inline-block;
        margin: 0 7px;
        position: relative;
    }

    .header-buttons li a, .header-buttons li a:visited {
        border: none;
        color: #000;
        display: inline-block;
        font-size: 22px;
        width: 30px;
        height: 30px;
        padding: 2px 0 0 0;
        text-align: center;
    }

    .navbar-toggle:before, .navbar-toggle:visited:before {
        height: calc(100% + 20px);
        top: -7px;
        left: -20px;
        width: 1px;
        background: #D6D7D7;
        position: absolute;
        content: '';
    }

}

/* ------------ Header Medium ------------- */

@media(min-width: 992px) {

    .navbar-toggle {
        display: block !important;
    }
}

@media(min-width: 1200px) {
    .header-logo {
        height: auto;
    }

    .header-nav {
        padding: 15px 0 0 0;
    }

    .header.dark-header .header-nav {
        padding: 5px 0 0 0;
    }
}


/* ----------- Navigation  Only -------------- */

.nav {
    margin: 0 0 20px 0;
    padding: 0;
}

.nav ul,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    list-style: none outside none;
    margin: 0 0 20px 0;
    padding: 0;
  display: block;
}

.nav ul li, .nav ul li:visited,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
    float: none;
}

.nav ul li a, .nav ul li a:visited, .nav ul li a:focus, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  max-width: none;
  overflow: visible;
    padding: 10px 20px 10px 15px;
    position: relative;
    text-transform: uppercase;
}

.nav ul li a:hover {
    background: #27657B;
    color: #fff;
    text-decoration: none;
}

.nav li.arrow > a:after, .nav li.arrow > a:visited:after {
    content: '+';
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 14px;
    line-height: 1;
    transition: all .1s linear 0s;
}

.nav li.arrow > a:hover:after, .nav li.arrow.drop > a:after {
    content: '-';
    transition: all .1s linear 0s;
}


/* ----------- Second Level Nav ------------- */

.nav ul ul,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: all .3s linear 0s;
    list-style-type: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
  position: relative;
}

.nav li.arrow.drop ul,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.drop ul.hs-menu-children-wrapper {
    max-height: 900px;
    visibility: visible;
    opacity: 1;
}

.nav li.arrow ul li {
    margin: 0;
    padding: 0;
    text-transform: none;
}

.nav li.arrow ul li a, .nav li.arrow ul li a:visited,
.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 > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > a:visited {
    padding: 10px 10px 10px 25px;
    text-transform: none;
    font-size: 16px;
  max-width: none;
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul > li.active > a {
    background: #27657B;
    color: #fff;
    text-decoration: none;
}

/* --------- Third Level Nav --------- */

.nav li.arrow ul ul li,
.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 {
    text-transform: none;
  left: auto;
}

.nav li.arrow ul ul li a, .nav li.arrow ul ul li a:visited,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > ul > li > a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > ul > li > a:visited {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 10px 10px 35px;
    text-transform: none;
  font-style: italic;
}

.nav li.arrow ul ul li a:hover, .nav li.arrow ul ul li a:focus,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul li ul li.active > a {
    background: #4CAAC8;
}

@media(min-width: 768px) {
    .nav ul li a, .nav ul li a:visited {
        padding: 10px 15px 10px 25px;
    }

    /* ----------- Second Level Nav ------------- */

    .nav li.arrow ul li a, .nav li.arrow ul li a:visited, 
  .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 > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > a:visited {
        padding: 10px 10px 10px 40px;
        text-transform: none;
    }

    /* --------- Third Level Nav --------- */

    .nav li.arrow ul ul li a, .nav li.arrow ul ul li a:visited, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > ul > li > a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > ul > li > a:visited {
        padding: 10px 10px 10px 65px;
    }
}

.modal {
  overflow: visible;
}

.blocker {
  z-index: 1001;
}

.search-modal.modal {
  background: transparent;
  box-shadow: none;
  max-width: 700px;
}

.search-modal .hs-search-field__input {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 8px 50px 8px 0;
}

.search-modal .hs-search-field__input:focus {
  background: transparent;
  border-bottom: 1px solid #0264B4;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}

.search-modal .hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

.search-modal .hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

.search-modal .hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.search-modal .hs-search-field__input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search-modal.modal a.close-modal {
  top: -30px;
}

.search-modal.modal .modal-site-search, .search-modal.modal .modal-site-search:visited {
  background: transparent;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  color: #fff;
  border: none;
}

.search-modal.modal .modal-site-search:hover, .search-modal.modal .modal-site-search:focus {
  color: #0264B4;
  cursor: pointer;
}


/* -------------- Home Page Feature --------------- */

.feature-wrapper {
    padding: 200px 0 0px;
}

.feature-content {
    color: #434343;
    text-align: center;
    margin: 0 0 25px 0;
}

.feature-content h1 {
    color: #393939;
font-family: 'Roboto', sans-serif;
  font-size: 20px;
    font-weight: 100;
    margin: 0 0 5px;
    text-transform: none;
}

.feature-content h1 span {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-content p {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 300;
}

.feature-content .fas.fa-caret-down {
    color: #4598B5;
    font-size: 60px;
    margin: -5px 0 0;
}

@media(min-width: 768px) {

    .feature-content h1 {
        font-size: 26px;
        margin: 0 0 20px;
    }

    .feature-content h1 span {
        font-size: 47px;
    }
}

@media(min-width: 992px) {

    .feature-content h1 {
        font-size: 30px;
    }

    .feature-content h1 span {
        font-size: 52px;
    }

    .feature-content p {
        font-size: 24px;
    }
}

@media(min-width: 1200px) {

    .feature-content h1 {
        font-size: 47px;
    }

    .feature-content h1 span {
        font-size: 80px;
    }

    .feature-content p {
        font-size: 28px;
    }
}

/* ----------- CTAs with Icons ------------ */

.cta-flex {
    display: flex;
    flex-flow: column;
    margin: 0;
    position: relative;
}

.cta-link, .cta-link:visited {
    background: transparent;
    color: #fff;
    display: block;
    margin: 0 auto 20px;
    max-width: 350px;
    padding: 15px;
    position: relative;
    transition: all .15s linear 0s;
    width: 100%;
}

.cta-link:focus, .cta-link:hover {
    background: #EDEDED;
    color: #fff;
    text-decoration: none;
}

.cta-link .cta-inner {
    height: 100%;
    padding: 40px 10px;
    border: 1px solid transparent;
}

.cta-link:focus .cta-inner, .cta-link:hover .cta-inner {
    background: #EDEDED;
    border: 1px solid #fff;
    transition: all .15s linear 0s;
}

.cta-image {
    margin: 0 auto;
    position: relative;
    width: 132px;
    height: 133px;
}

.hover-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .15s linear 0s;
    z-index: 5;
}

.cta-link:hover .hover-icon, .cta-link:focus .hover-icon {
    opacity: 1;
}

.cta-link p {
    color: #242424 !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px 0 0;
    text-align: center;
    text-transform: uppercase;
}

@media(min-width: 768px) {

    .cta-flex {
        flex-flow: row wrap;
        margin: 0 auto;
        max-width: 700px;
        width: 100%;
        justify-content: center;
    }

    .cta-link, .cta-link:visited {
        width: 50%;
    }
}

@media(min-width: 1200px) {

    .cta-flex {
        margin: 0 auto;
        max-width: 1400px;
    }

    .cta-link, .cta-link:visited {
        width: 25%;
        position: relative;
    }

    .cta-link:before, .cta-link:visited:before {
        background: #EBEBEB;
        content: '';
        height: 80%;
        width: 1px;
        position: absolute;
        left: 0px;
        top: 10%;
    }

    .cta-link:nth-child(1):before {
        display: none;
    }

    .cta-link:after, .cta-link:visited:after {
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: -40px;
        background: url(https://www.tdindustries.com/hubfs/2019%20TDIndustries/2019%20TDIndustries%20Development/home-shadow.png) no-repeat center center / 100% 100%;
        content: '';
        opacity: 0;
        transition: all .15s linear 0s;
    }

    .cta-flex.five-across .cta-link, .cta-flex.five-across .cta-link:visited {
        width: 33.3333333%;
        margin: 0 0 20px 0;
    } 

    .cta-flex.five-across .cta-link:nth-child(4):before, .cta-flex.five-across .cta-link:nth-child(4):visited:before {
        display: none;
    }

    .cta-link:hover:after, .cta-link:focus:after {
        opacity: 1;
    }
  
    .cta-flex.three-across {
      margin: 0 auto;
      max-width: 1100px;
    }

    .cta-flex.three-across .cta-link, .cta-flex.three-across .cta-link:visited {
        width: 33.3333333%;
        margin: 0 0 20px 0;
    } 

    .cta-flex.three-across .cta-link:nth-child(3n+1):before, .cta-flex.three-across .cta-link:nth-child(3n+1):visited:before {
        display: none;
    }
}

@media(min-width: 1600px) {
    .cta-flex.five-across .cta-link, .cta-flex.five-across .cta-link:visited {
        width: 20%;
    } 

    .cta-flex.five-across .cta-link:nth-child(4):before, .cta-flex.five-across .cta-link:nth-child(4):visited:before {
        display: block;
    }
}

/* ------------ Horizontal Single CTAs ------------- */

.cta-horz {
    background: #427FBC;
    padding: 30px 25px;
    border-left: 17px solid #BEBEBE;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.cta-horz-image {
    margin: 0 0 25px 0;
}

.cta-horz-bg {
    display: none;
}

.cta-horz-content,
.cta-horz-content h2,
.cta-horz-content p {
    color: #fff;
    text-align: center;
}

@media(min-width: 992px) {
    .cta-horz {
        flex-flow: row nowrap;
        align-items: stretch;
        padding: 0px;
    }

    .cta-horz-image {
        margin: 0;
        position: relative;
        width: 330px;
    }

    .cta-horz-bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    .cta-horz-image img {
        display: none;
    }

    .cta-horz-content {
        padding: 45px 30px 35px 30px;
        text-align: left;
    }

    .cta-horz-content h2,
    .cta-horz-content p {
        text-align: left;
    }

    .cta-horz-content h2 {
        margin: 0 0 10px;
    }

    .cta-horz-content p {
        font-size: 19px;
        font-weight: 300;
    }
}

@media(min-width: 1200px) {

    .cta-horz {
        min-height: 450px;
    }

    .cta-horz-image {
        width: 450px;
        min-width: 450px;
    }

    .cta-horz-content {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
        padding: 50px 40px 40px 60px;
        width: calc(100% - 450px);
    }

    .cta-horz-content p {
        font-size: 22px;
    }
}

@media(min-width: 1600px) {

    .cta-horz {
        min-height: 480px;
    }

    .cta-horz-image {
        width: 480px;
        min-width: 480px;
    }

    .cta-horz-content {
        padding: 50px 70px 40px 80px;
        width: calc(100% - 480px);
    }

    .cta-horz-content p {
        font-size: 27px;
    }
}


/* ----------- Tile Sections ------------- */

.tile-wrap {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    max-width: 992px;
}

/* .tile-wrap.reverse-flow {
    flex-flow: column-reverse
} */

.tile-content {
    position: relative;
    padding: 50px 20px 50px;
}

.tile-content h2 {
    text-align: center;
}

.tile-image{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    padding: 30px 20px 0;
    position: relative;
}

.tile-shader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(67,67,67,.5);
}

.tile-image img {
    display: block;
    margin: 0 auto -25px;
    z-index: 100;
    position: relative;
}

@media(min-width: 768px) {
    .tile-content {
        padding: 50px 30px 50px;
    }
}

@media(min-width: 992px) {
    .tile-wrap {
        flex-flow: row nowrap;
        max-width: none;
        margin: 0;
    }

    .tile-wrap.reverse-flow {
        flex-flow: row-reverse nowrap;
    }

    .tile-content {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        padding: 50px 50px 50px;
        width: 50%;
    }

    .tile-content h2 {
        text-align: left;
    }

    .tile-image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 50%;
        margin: 0;
    }

    .tile-image img {
        margin: 0 auto -45px;
    }
}

@media(min-width: 1200px) {

    .tile-content {
        padding: 60px 50px 60px;
    }

    .tile-image {
        padding: 50px 50px 0;
    }
}

@media(min-width: 1600px) {

    .tile-content {
        padding: 65px 160px 65px;
        min-height: 400px;
    }

    .tile-image {
        padding: 50px 160px 0;
    }
}

/* --------- Resources CTAs ------------ */

.resource-flex {
    display: flex;
    flex-flow: column;
    margin: 0;
    position: relative;
}

.resource, .resource:visited {
    background: transparent;
    color: #fff;
    display: block;
    margin: 20px auto;
    max-width: 350px;
    padding: 20px 15px;
    position: relative;
    text-align: center;
    transition: all .15s linear 0s;
    width: 100%;
}

.resource:focus, .resource:hover {
    color: #fff;
    text-decoration: none;
}

.resource-image {
    margin: 0 auto;
    position: relative;
    width: 132px;
    height: 133px;
}

.resource:hover .hover-icon, .resource:focus .hover-icon {
    opacity: 1;
}

.resource p {
    margin: 20px 0 0;
}

@media(min-width: 768px) {
    .resource-flex {
        flex-flow: row;
        flex-wrap: wrap;
    }

    .resource, .resource:visited {
        width: 50%;
    }
}

@media(min-width: 1200px) {
    .resource-flex {
        margin: 0 auto;
        max-width: 1400px;
    }

    .resource, .resource:visited {
        padding: 40px 20px;
      width: 25%;
    }

    .resource:before, .resource:visited:before {
        background: rgba(255,255,255,.3);
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        left: 0px;
        top: 0;
    }

    .resource:nth-child(1):before {
        display: none;
    }
}

/* --------- Large Number Section ---------- */

.number-flex {
    display: flex;
    flex-flow: column;
}

.white .number {
  color: #fff;
}

.number {
    display: block;
    margin: 0px auto 30px;
    max-width: 300px;
    padding: 0px;
    text-align: center;
    width: 80%;
}

.number p span {
font-family: 'Roboto', sans-serif;
  font-size: 50px;
    line-height: 1;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.number p {
font-family: 'Roboto', sans-serif;
  font-size: 20px;
    font-weight: 300;
    margin: 0;
}

@media(min-width: 480px) {
    .number-flex {
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .number {
        width: 48%;
        max-width: none;
    }
}

@media(min-width: 992px) {
    .number {
        width: 22%;
        margin: 0 auto 30px;
    }

    .number-flex.five {
        justify-content: space-around;
    }

    .number-flex.five .number {
        width: 30.333333%;
    }
}

@media(min-width: 1200px) {
    .number-flex.five .number {
        width: 17%;
    }
}

/* ---------- Clients Section -------------- */

.client-flex {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 0 -10px;
    padding: 10px 0 0 0;
}

.client-link, .client-link:visited {
    background: #F2F2F2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    height: 120px;
    padding: 0;
    margin: 0 0 10px 10px;
}

.client-link:hover, .client-link:focus {
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2);
}

.client-link img, .client-link:visited img {
    max-width: 85%;
    max-height: 85%;
}

@media(min-width: 768px) {
    .client-link, .client-link:visited {
        width: calc(33.333333% - 10px);
        height: 120px;
    }
}

@media(min-width: 992px) {
    .client-link, .client-link:visited {
        width: calc(25% - 10px);
        height: 120px;
    }
}

@media(min-width: 1200px) {
    .client-link, .client-link:visited {
        width: calc(14% - 9px);
    }
  
  .client-flex {
    margin: 0 0 0 -10px;
    justify-content: space-between;
  }
}

/* ----------- Awards ------------- */

.awards-flex {
    display: flex;
    flex-flow: column;
    padding: 15px 0 0 0;
}

.awards-link, .awards-link:visited {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 400px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.25);
    color: #393939;
    border-radius: 0 0px 4px 4px;
}

.awards-link:hover, .awards-link:focus {
    text-decoration: none;
}

.awards-image {
    margin: 0 auto;
}

.awards-bg-image {
    display: none;
}

.awards-content {
    padding: 20px;
    text-align: center;
}

.awards-content h3 {
    color: #393939;
    transition: all .1s linear 0s;
}

.awards-link:hover .awards-content h3, .awards-link:focus .awards-content h3 {
    color: #4999B3;
}

@media(min-width: 768px) {

    .awards-flex {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .awards-link, .awards-link:visited {
        width: 47%;
        margin: 0 auto 30px;
    }
}

@media(min-width: 992px) {

    .awards-flex {
        flex-flow: column;
        justify-content: flex-start;
    }

    .awards-link, .awards-link:visited {
        width: 100%;
        max-width: none;
        min-height: 220px;
        color: #393939;
        display: flex;
        flex-flow: row nowrap;
        border-radius: 0 4px 4px 0px;
        overflow: hidden;
    }

    .awards-image {
        margin: 0;
        width: 30%;
        min-width: 30%;
        position: relative;
    }

    .awards-image img {
        display: none;
    }
    
    .awards-bg-image {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: all .1s linear 0s;
    }

    .awards-content {
        padding: 20px 30px;
        text-align: left;
        width: 70%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .awards-content p {
        margin: 0;
    }

    .awards-link:hover .awards-bg-image, .awards-link:focus .awards-bg-image {
        opacity: .85;
    }
}

@media(min-width: 1200px) {

    .awards-link, .awards-link:visited {
        min-height: 240px;
    }

    .awards-image {
        width: 370px;
        min-width: 370px;
    }

    .awards-content {
        padding: 20px 30px 20px 50px;
        width: calc(100% - 370px);
    }

    .awards-content h3 {
        font-size: 28px;
    }
}

@media(min-width: 1600px) {

    .awards-link, .awards-link:visited {
        min-height: 250px;
    }

    .awards-image {
        width: 400px;
        min-width: 400px;
    }

    .awards-content {
        padding: 20px 60px 20px 70px;
        width: calc(100% - 400px);
    }
}

/* ------------ Blog Section ------------ */

.subscribe-form {
  margin: 0 auto;
  max-width: 800px;
}

.subscribe h3, .subscribe p {
    text-align: center;
}

.subscribe .form-title {
  display: none;
}

.subscribe h3 {
    text-transform: uppercase;
}

.topic-wrap {
    border-top: 1px solid #E8E8E8;
    padding: 30px 0 25px;
}

.topic-wrap p {
    margin: 0;
}

.topic-wrap p span, .blog-detail-topics p span {
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.topic-wrap a, .topic-wrap a:visited, .blog-detail-topics a, .blog-detail-topics a:visited {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 50px;
    color: #393939;
    background: #EEEEEE;
    margin: 0 10px 10px 0px;
    line-height: 1.2;
}

.topic-wrap a:hover, .topic-wrap a:focus, .blog-detail-topics a:hover, .blog-detail-topics a:focus {
    background: #4999B3;
    color: #fff;
    text-decoration: none;
}

.blog-flex {
    display: flex;
    flex-flow: column;
}

.blog-item {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 500px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.25);
    border-radius: 0 0px 4px 4px;
}

.blog-image {
    position: relative;
}

.blog-image a, .blog-image a:visited {
    display: block; 
    width: 100%;
    height: 100%;
    position: relative;
}

.blog-image-bg {
    display: none;
}

.blog-list-content {
    padding: 25px 20px 20px;
}

.blog-date {
    background: #0069B1;
    border-radius: 4px;
    margin: 0 auto 20px;
    max-width: 70px;
    padding: 10px 10px;
}

.blog-list-content .blog-date p, .blog-date p {
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.blog-date p.blog-day {
    font-weight: 700;
    font-size: 24px;
}

.blog-list-content h2, .blog-list-content p {
    text-align: center;
}

.blog-list-content h2 {
    font-size: 26px;
}

.blog-list-content .topic-wrap {
    border-top: none;
    padding: 10px 0;
}

.blog-page-title {
    padding: 30px 0;
    position: relative;
}

.blog-page-title h1 {
    color: #393939;
    margin: 0;
    text-align: center;
    text-transform: none;
}

.blog-detail-image {
    margin: 0 auto 40px;
    text-align: center;
}

.blog-page-title h1 {
    font-size: 32px;
}

.blog-detail-bottom {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 25px 0 20px;
    display: flex;
    flex-flow: column;
}

.blog-detail-sharing ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.blog-detail-sharing li {
    display: inline-block;
    margin: 0 10px;
}

.blog-detail-sharing a, .blog-detail-sharing a:visited {
    font-size: 22px;
}

@media(min-width: 768px) {


    .blog-flex {
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .blog-item {
        width: 47%;
        max-width: none;
    }

    .blog-page-title {
        padding: 35px 0;
    }
}

@media(min-width: 992px) {
    .blog-flex {
        flex-flow: column;
    }

    .blog-item {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
    }

    .blog-image {
        margin: 0;
        min-width: 50%;
        width: 50%;
    }

    .blog-image img {
        display: none;
    }

    .blog-image-bg {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .blog-list-content {
        width: 50%;
        padding: 25px 35px;
    }

    .blog-list-content h2 {
        line-height: 1.2;
    }

    .blog-list-content h2, .blog-list-content p {
        text-align: left;
    }

    .blog-page-title {
        padding: 50px 0;
    }

    .blog-detail-bottom {
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .blog-detail-topics {
        width: 60%;
    }

    .blog-detail-topics p {
        margin: 0;
    }

    .blog-detail-sharing {
        width: 40%;
    }

    .blog-detail-sharing ul {
        text-align: right;
        padding: 0 0 10px 0;
    }

    .blog-detail-sharing li {
        margin: 0 0 0 20px;
    }
}

@media(min-width: 1200px) {

    .topic-wrap {
        padding: 35px 0 30px;
    }

    .blog-item {
        min-height: 368px;
    }

    .blog-list-content {
        padding: 25px 30px 25px 100px;
        position: relative;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .blog-list-content-inner {
        position: relative;
    }

    .blog-date {
        position: absolute;
        left: -80px;
        top: 5px;
        width: 66px;
    }

    .topic-wrap a, .topic-wrap a:visited, .blog-detail-topics p a {
        font-size: 16px;
    }

    .blog-page-title .column-content {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: 0 0 20px 0;
    }

    .blog-page-title h1 {
        text-align: left;
        padding: 0 0 0 30px;
    }

    .blog-date.detail-view {
        left: auto;
        top: auto;
        position: relative;
        margin: 0;
    }

    .blog-detail-topics {
        width: calc(100% - 350px);
    }

    .blog-detail-sharing {
        width: 300px;
    }

    .blog-detail-sharing li {
        margin: 0 0 0 30px;
    }
}

@media(min-width: 1600px) {
    .blog-list-content {
        padding: 35px 50px 35px 150px;
    }

    .blog-date {
        left: -90px;
    }
}


/* ---------- Testimonials --------------- */

.testimony {
    margin: 0 0 50px 0;
    padding: 15px 0 0 0;
}

.testimony p {
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

.test-author {
    text-align: center;
}

@media(min-width: 992px) {
    .testimony p {
        font-size: 26px;
    }
}

/* ------------ Events Section ------------- */

.events-flex {
    display: flex;
    flex-flow: column;
    padding: 10px 0 0 0;
}

.events-link, .events-link:visited {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 450px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.25);
    color: #393939;
    border-radius: 0 0px 4px 4px;
}

.events-link:hover, .events-link:focus {
    text-decoration: none;
}

.events-image {
    margin: 0 auto;
}

.events-bg-image {
    display: none;
}

.events-content {
    padding: 20px 20px 40px;
    text-align: center;
}

.events-content h3 {
    color: #393939;
    font-size: 26px;
    transition: all .1s linear 0s;
}

.events-link:hover .events-content h3, .events-link:focus .events-content h3 {
    color: #4999B3;
}

.events-content p {
    margin: 0;
    color: #393939;
}

.events-content p span {
    font-weight: 700;
    margin: 0 7px 0 0;
}

@media(min-width: 768px) {

    .events-flex {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .events-link, .events-link:visited {
        width: 47%;
        margin: 0 auto 40px;
    }
}

@media(min-width: 992px) {

    .events-flex {
        flex-flow: column;
        justify-content: flex-start;
    }

    .events-link, .events-link:visited {
        width: 100%;
        max-width: none;
        min-height: 270px;
        color: #393939;
        display: flex;
        flex-flow: row nowrap;
        border-radius: 0 4px 4px 0px;
        overflow: hidden;
    }

    .events-image {
        margin: 0;
        width: 45%;
        min-width: 45%;
        position: relative;
    }

    .events-image img {
        display: none;
    }
    
    .events-bg-image {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        transition: all .1s linear 0s;
    }

    .events-content {
        padding: 20px 30px;
        text-align: left;
        width: 55%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .events-content p {
        margin: 0;
    }

    .events-link:hover .events-bg-image, .events-link:focus .events-bg-image {
        opacity: .85;
    }
}

@media(min-width: 1200px) {

    .events-link, .events-link:visited {
        min-height: 320px;
    }

    .events-image {
        width: 50%;
        min-width: 50%;
    }

    .events-content {
        padding: 20px 30px 20px 50px;
        width: 50%;
    }

    .events-content h3 {
        font-size: 28px;
    }
}

@media(min-width: 1600px) {

    .events-link, .events-link:visited {
        min-height: 360px;
    }

    .events-content {
        padding: 20px 60px 20px 70px;
    }
}


/* ----------- Case Studies -------------- */

.two-filters, .solo-filter{
    display: flex; /*flex*/
    flex-flow: column;
    max-width: 400px;
    margin: 0 auto 40px;
}

.filter-one, .filter-two {
    width: 100%;
}

.filter-boolean {
    padding: 20px 0;
}

.filter-boolean p {
    color: #868686;
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.two-filters select, .solo-filter select {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #EDEDED;
    background: #fff;
  font-size: 19px;
  color: #868686;
}

.case-study-flex {
    display: flex;
    flex-flow: column;
}

.case-study {
    margin: 165px auto 0px;
    width: 100%;
    padding: 0 0 70px 0;
    max-width: 460px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.25);
    border: 1px solid #E7E7E7;
    position: relative;
}

.case-study-image {
    margin: -120px auto 0;
    text-align: center;
    position: relative;
}

.case-study-content {
    padding: 25px;
}

.case-study-content h2 {
    font-size: 24px;
    text-align: center;
}

.case-study-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
}

@media(min-width: 768px) {

    .two-filters, .solo-filter {
        flex-flow: row nowrap;
        align-items: center;
        max-width: 1000px;
        margin: 15px auto 40px;
    }
    
    .filter-one, .filter-two {
        width: calc(50% - 40px);
    }
    
    .solo-filter {
				margin: 15px auto;
    }
    
    .filter-boolean {
        padding: 0;
        width: 80px;
        min-width: 80px;
    }

    .case-study-flex {
        flex-flow: row wrap;
        justify-content: space-evenly;
    }

    .case-study {
        width: 46%;
    }
}

@media(min-width: 1200px) {

    .case-study-flex {
        flex-flow: row wrap;
/*         justify-content: flex-start; */
        margin: 0 0 0 -35px;
        padding: 0 0 25px 0;
    }

    .case-study {
        width: calc(33.333333% - 35px);
        margin: 165px 0 0 35px;
    }

    .case-study-content {
        padding: 30px;
    }
}

@media(min-width: 1600px) {

    .case-study-flex {
        flex-flow: row wrap;
/*         justify-content: flex-start; */
        margin: 0 0 0 -50px;
    }

    .case-study {
        width: calc(33.333333% - 50px);
        margin: 175px 0 0 50px;
    }

    .case-study-content {
        padding: 30px 35px;
    }
}

/* -------- Locations / Contact Items ------------- */

.locations-legend p {
    text-align: center;
    text-transform: uppercase;
}

.locations-legend p span {
    height: 14px;
    width: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0 10px 0 0;
    background: #7E9EC4;
}

.locations-flex {
    display: flex;
    flex-flow: column;
}

.locations-link, .locations-link:visited {
    border: 1px solid transparent;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.25);
    background: #fff;
    color: #393939;
    padding: 20px;
    border-radius: 4px;
    margin: 0 auto 15px;
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 450px;
    align-items: center;
}

.locations-link.headquarters, .locations-link.headquarters:visited {
    border: 1px solid transparent;
    background: #7E9EC4;
    color: #fff;
}

.locations-link.headquarters .city-state p span, .locations-link.headquarters:visited .city-state p span {
    color: #fff;
}

.locations-link p, .locations-link:visited p {
    text-align: center;
    margin: 0;
}

.locations-link div, .locations-link:visited div {
    margin: 0 0 20px 0;
}

.locations-link div.phone, .locations-link:visited div.phone,
.locations-link div.fax, .locations-link:visited div.fax {
    margin: 0;
} 

.city-state p {
    font-weight: 700;
}

.city-state p.light-font {
  font-weight: 400;
}

.city-state p span {
    margin: 0 10px 0 0;
    color: #7E9EC4;
}

.city-state p span.loc-desc {
  display: block;
}

.address p span {
  margin: 0 0 0 15px;
}

.locations-link div.licenses, .locations-link:visited div.licenses {
  margin: 20px 0 0 0;
}

.licenses p span {
  display: block;
}

/* .locations-link:hover, .locations-link:focus {
    text-decoration: none;
    color: #393939;
    border: 1px solid #7E9EC4;
} */

.loc-second {
  width: 100%;
}

@media(min-width: 768px) {
    .locations-flex {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    
    .locations-link, .locations-link:visited {
        margin: 0 auto 15px;
        width: 48%;
        max-width: none;
    }
    
}

@media(min-width: 1200px) {

    .locations-legend p {
        text-align: left;
    }

    .locations-flex {
        flex-flow: column;
        justify-content: flex-start;
    }
    
    .locations-link, .locations-link:visited {
        margin: 0 0 15px;
        width: 100%;
        padding: 20px 25px;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
  
    .locations-flex.no-row {
        flex-flow: row wrap;
        justify-content: flex-start;
        margin: 0 0 0 -15px;
    }
    
    .locations-link.no-row, .locations-link.no-row:visited {
        margin: 0 0 15px 15px;
        width: calc(33.3333333% - 15px);
        flex-flow: column;
        justify-content: flex-start;
    }
  
    .locations-link.no-row p, .locations-link.no-row:visited p {
        text-align: center;
    }
  
    .locations-link.no-row > div, .locations-link.no-row:visited {
      width: 100%;
    }
  
    .locations-link.no-row div, .locations-link.no-row:visited div {
        margin: 0 0 20px 0;
    }

    .locations-link.no-row div.phone, .locations-link.no-row:visited div.phone,
    .locations-link.no-row div.fax, .locations-link.no-row:visited div.fax {
        margin: 0;
    } 
  
    .locations-link.no-row .licenses, .locations-link.no-row .licenses {
      margin: 20px 0 0 0;
      width: 100%;
      text-align: center;
    }
  
    .locations-link.no-row .address, .locations-link.no-row .address {
      flex-grow: 0;
    }

    .locations-link p, .locations-link:visited p {
        text-align: left;
    }
    
    .locations-link div, .locations-link:visited div,
    .locations-link div.licenses, .locations-link:visited div.licenses {
        margin: 0;
    }

    .fax, .phone {
        width: 160px;
        min-width: 160px;
    }

    .fax p, .phone p {
        text-align: right;
    }

    .city-state, .loc-desc {
        width: 22%;
        max-width: 240px;
        min-width: 22%;
    }
  
  .address {
    flex-grow: 1;
  }
  
  /* .locations-link div.address p:nth-child(1), .locations-link:visited .address p:nth-child(1),
  .locations-link div.licenses p:nth-child(1), .locations-link:visited .licenses p:nth-child(1){
    margin: 0 0 5px 0;
  } */
  
  .loc-second {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .loc-desc {
    padding: 8px 0 0 0;
  }
    
  .licenses {
    width: auto;
    padding: 8px 0 0;
  }
  
  .licenses p span {
    display: inline-block;
  }
  
}

@media(min-width: 1270px) {
  .licenses {
    padding: 8px 0 0;
  }
}

@media(min-width: 1600px) {
    .fax, .phone {
        width: 170px;
        min-width: 170px;
    }
  
  .city-state, .loc-desc {
        width: 240px;
        max-width: 240px;
        min-width: 240px;
    }
}

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

.featured-project h2 {
    text-align: center;
    margin: 0 0 40px 0;
}

.featured-project-flex {
    display: flex;
    flex-flow: column;
}

.featured-project-image {
    margin: 0 auto 20px;
    text-align: center;
}

.featured-project-content {
    text-align: center;
}

.featured-project-content h3 a, .featured-project-content h3 a:visited {
  color: #4598B2;
}

.featured-project-image img {
    transition: all .1s linear 0s;
}

.featured-project-image a:hover img, .project-image a:focus img {
    opacity: .7;
    transform: scale(1.05);
}

.project-info {
    margin: 0 0 20px 0;
}

.project-info p {
    margin: 0;
}

.project-info p span {
    font-weight: 700;
}

@media(min-width: 992px) {
    .featured-project-flex {
        flex-flow: row-reverse nowrap;
        justify-content: space-between;
    }

    .featured-project-image {
        margin: 0 0 20px;
        text-align: left;
        width: 47%;
    }
    
    .featured-project-content {
        text-align: left;
        width: 47%;
    }
}

@media(min-width: 1200px) {
    .featured-project h2 {
        margin: 0 0 55px 0;
    }

    .project-info {
        margin: 0 0 30px 0;
    }
}

/* -------------- Projects  -------------- */

.projects-flex {
    display: flex;
    flex-flow: column;
}

.project {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 430px;
}

.project-image {
    background: #4999B3;
    margin: 0 auto 30px;
}

.project-image a, .project-image a:visited {
    display: block;
    overflow: hidden;
}

.project-image img {
    transition: all .1s linear 0s;
}

.project-image a:hover img, .project-image a:focus img {
    opacity: .7;
    transform: scale(1.05);
}

.project-content h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.project-content .project-info p {
    border-top: 1px solid #E0E0E0;
    padding: 2px 0 2px;
}

.slide-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
}

.carousel-pager, .carousel-pager:visited, .carousel-pager:focus {
    background: rgba(73,153,179,.5);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 5;
    text-decoration: none;
}

.carousel-pager:hover {
    background: rgba(73,153,179,.8);
    color: #fff;
    text-decoration: none;
}

#next, #next:visited {
    right: 10px;
}

#prev, #prev:visited {
    left: 10px;
}

.gallery-content h3 {
    color: #fff;
    font-size: 26px;
}

.gallery-content p {
    color: #fff;
    font-style: italic;
    font-size: 18px;
}

@media(min-width: 768px) {
    .projects-flex {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    
    .project {
        margin: 0 0 50px;
        width: 47%;
    }
}

@media(min-width: 768px) {
    .project {
        margin: 0 auto 50px;
    }
}

@media(min-width: 1200px) {
    .projects-flex {
        justify-content: flex-start;
        margin: 0 0 0 -50px;
    }
    
    .project {
        margin: 0 0 50px 50px;
        width: calc(33.333333% - 50px);
    }
}

@media(min-width: 1600px) {
    .projects-flex {
        justify-content: flex-start;
        margin: 0 0 0 -130px;
    }
    
    .project {
        margin: 0 0 50px 130px;
        width: calc(33.333333% - 130px);
    }
}

/* ----------- Gallery -------------- */

.gallery-flex {
    display: flex;
    flex-flow: column;
}

.gallery-item {
    margin: 0 auto 2px;
    max-width: 380px;
    width: 100%;
    height: 280px;
}

.gallery-item a, .gallery-item a:visited {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

@media(min-width: 768px) {
    .gallery-flex {
        flex-flow: row wrap;
        margin: 0 0 0 -2px;
    }

    .gallery-item {
        margin: 0 0 2px 2px;
        width: calc(33.33333% - 2px);
        max-width: none;
        height: 220px;
    }
}

@media(min-width: 992px) {
    .gallery-item {
        width: calc(25% - 2px);
        height: 220px;
    }
}

@media(min-width: 1500px) {
    .gallery-item {
        width: calc(20% - 2px);
        height: 260px;
    }
}

/* ----------- Publications ------------ */

.single-publication {
    display: flex;
    flex-flow: column;
    background: #fff;
    border-radius: 3px;
    margin: 0 auto 30px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.25);
    padding: 20px
}

.single-pub-image {
    margin: 0 auto 20px;
    text-align: center;
}

.single-pub-content {
    text-align: center;
}

.single-pub-date {
    margin: 0 auto 20px;
    background: #0069B1;
    padding: 18px 0;
    width: 65px;
}

.single-pub-date p {
    color: #fff;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.single-pub-date p.single-pub-day {
    font-size: 26px;
    font-weight: 700;
}

.single-pub-content h2 {
    font-size: 26px;
}

.pubs-flex {
    display: flex;
    flex-flow: column;
}

.pubs-link, .pubs-link:visited {
    margin: 0 auto 40px;
    max-width: 315px;
    width: 100%;
    text-align: center;
}

.pubs-link:hover .pubs-image {
    transition: all .1s linear 0s;
}

.pubs-link:hover .pubs-image {
    opacity: .8;
}

.pubs-image {
  margin: 0 auto 20px;
}

@media(min-width: 768px) {
    .single-publication {
        margin: 0 auto 40px;
        padding: 25px 0 30px 30px;
    }

    .pubs-flex {
        flex-flow: row wrap;
        justify-content: center;
    }

    .pubs-link, .pubs-link:visited {
        width: 47%;
        margin: 0 auto 50px;
        max-width: none;
    }
}

@media(min-width: 992px) {
    .single-publication {
        flex-flow: row nowrap;
        max-width: none;
        width: 100%;
        justify-content: space-between;
    }

    .single-pub-image {
        margin: 0;
        width: 45%;
        min-width: 45%;
    }

    .single-pub-content {
        width: 55%;
        padding: 15px 100px 0px 40px;
        text-align: left;
        position: relative;
    }

    .single-pub-date {
        position: absolute;
        right: 20px;
        top: -25px;
    }
}

@media(min-width: 1200px) {
    .single-publication {
        padding: 25px 0 0 40px;
        margin: 0 0 60px 0;
    }

    .single-pub-image {
        align-self: flex-end;
    }

    .single-pub-image img {
        display: block;
        margin: 0 auto -50px;
    }

    .single-pub-content {
        padding: 20px 105px 30px 50px;
    }

    .single-pub-date p.single-pub-day {
        font-size: 28px;
    }

    .pubs-link, .pubs-link:visited {
        width: calc(25% - 50px);
        margin: 0 25px 50px;
    }
}

@media(min-width: 1600px) {
    .single-publication {
        margin: 0 0 90px 0;
    }

    .single-pub-image img {
        display: block;
        margin: 0 auto -85px;
    }

    .single-pub-content {
        padding: 30px 150px 30px 65px;
    }

    .single-pub-date {
        right: 35px;
        width: 90px;
        padding: 20px 0;
    }

    .single-pub-date p.single-pub-day {
        font-size: 30px;
    }
}

/* ------------ Blue CTAs ------------- */

.blue-cta-flex {
    display: flex;
    flex-flow: column;
}

.blue-cta, .blue-cta:visited {
    margin: 0 auto 40px;
    max-width: 600px;
    width: 100%;
    height: 320px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.blue-cta-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.blue-cta-shader {
    background: rgba(73,153,179,.68);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: all .1s linear 0s;
}

.blue-cta-content {
    position: relative;
    padding: 25px;
    z-index: 5;
}

.blue-cta-content p {
    margin: 0 0 30px 0;
}

.blue-cta-icon {
    border: 2px solid #fff;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    line-height: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0 auto;
}

.blue-cta:hover, .blue-cta:focus {
    color: #fff;
    text-decoration: none;
}

.blue-cta:hover .blue-cta-shader, .blue-cta:focus .blue-cta-shader {
    background: rgba(66,127,188,.68);
}

@media(min-width: 768px) {
    .blue-cta-flex {
        flex-flow: row wrap;
        justify-content: center;
    }
    
    .blue-cta, .blue-cta:visited {
        margin: 0 auto 30px;
        max-width: none;
        width: 47%;
        height: 370px;
    }
}

@media(min-width: 1200px) {
    
    .blue-cta, .blue-cta:visited {
        margin: 0 auto 30px;
        height: 400px;
        font-size: 26px;
    }

    .blue-cta-content {
        padding: 25px 50px;
    }

    .blue-cta-icon {
        height: 70px;
        width: 70px;
        border-radius: 70px;
        font-size: 30px;
    }
}

@media(min-width: 1600px) {
    
    .blue-cta, .blue-cta:visited {
        height: 450px;
        font-size: 30px;
    }

    .blue-cta-content {
        padding: 25px 90px;
    }
}

/* ------------ Team / Leadership ------------- */

.team-flex {
    display: flex;
    flex-flow: column;
}

.team-link, .team-link:visited {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 375px;
    position: relative;
    color: #fff;
}

.team-link:hover, .team-link:focus {
    text-decoration: none;
    color: #fff;
}

.team-hover {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,70,120,.5);
    transition: all .1s linear 0s;
    opacity: 0;
    z-index: 3;
}

.team-hover span {
    border: 1px solid #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 36px;
    height: 100px;
    width: 100px;
    border-radius: 100px;
}

.team-info {
    background: rgba(0,105,177,.5);
    min-height: 84px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: all .1s linear 0s;
    z-index: 5;
}

.team-info p {
    text-align: center;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
}

.team-info p.team-title {
    font-size: 14px;
    font-weight: 400;
}

.team-link:hover .team-hover, .team-link:focus .team-hover {
    opacity: 1;
}

.team-link:hover .team-info, .team-link:focus .team-info {
    background: transparent;
}

.team-detail-padding {
    padding: 0;
    margin: 50px 0 0 0;
}

.team-detail-flex {
    display: flex;
    flex-flow: column;
}

.team-detail-image, .team-detail-content {
    text-align: center;
}

.team-detail-image {
  margin: 0 auto 0px;
  height: 60vh;
  width: 100%;
}

.team-detail-content {
  padding: 25px 15px 35px;
}

.team-detail-content h2 {
    margin: 0;
}

.team-detail-content p.team-detail-title {
    font-size: 19px;
}

.team-card-flex {
    display: flex;
    flex-flow: column;
    padding: 20px 0 0 0;
}

.team-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,.25);
    margin: 0 auto 40px;
    max-width: 550px;
    width: 100%;
    padding: 50px 30px;
    position: relative;
}

.team-card-icon {
    position: absolute;
    top: 20px;
    right: 35px;
}

.team-card h3 {
    text-transform: uppercase;
}

@media(min-width: 500px) {
 .team-detail-image {
   height: 80vh;
   max-width: 550px;
  }
}

@media(min-width: 650px) {
 .team-detail-image {
   height: 85vh;
  }
}

@media(min-width: 768px) {
    .team-flex {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    
    .team-link, .team-link:visited {
        margin: 0 auto 40px;
        width: 47%;
    }
  
  .team-detail-image {
   height: 95vh;
  }
}

@media(min-width: 992px) {
    .team-flex {
        justify-content: flex-start;
        margin: 0 0 15px -10px;
    }
    
    .team-link, .team-link:visited {
        margin: 0 0 10px 10px;
        width: calc(33.333333% - 10px);
    }

    .team-detail-padding {
        margin: 55px 0 0 0;
    }

    .team-detail-flex {
        flex-flow: row nowrap;
      min-height: 500px;
      justify-content: space-between;
    }
    
    .team-detail-image, .team-detail-content {
        text-align: left;
    }
    
    .team-detail-image {
        margin: 0;
      height: auto;
        width: 370px;
        min-width: 370px;
    }

    .team-detail-content {
        width: calc(100% - 380px);
        padding: 50px 50px 40px 50px;
    }

    .team-card-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    
    .team-card {
        margin: 0 0 40px;
        max-width: none;
        width: 47%;
        padding: 60px 5%;
    }
    
    .team-card-icon {
        right: 56;
    }
}

@media(min-width: 1200px) {
    .team-link, .team-link:visited {
        width: calc(25% - 10px);
    }
  
  .team-detail-flex {
    min-height: 600px;
  }
  
  .team-detail-image {
    width: 420px;
    min-width: 420px;
  }

    .team-detail-content {
      width: calc(100% - 430px);
        padding: 50px 50px 35px 60px;
    }
}

@media(min-width: 1600px) {
    .team-card {
        padding: 70px 5%;
    }
  
  .team-detail-flex {
    min-height: 700px;
  }
  
  .team-detail-image {
    width: 500px;
    min-width: 500px;
  }

  .team-detail-content {
    width: calc(100% - 510px);
    padding: 60px 180px 45px 100px;
  }
}

/* -------- Google Search ------------ */

#adBlock, .gsc-adBlock {
    display: none !important;
}

.gsc-control-cse .gsc-table-result, .gs-snippet {
    font-family: 'open-sans', sans-serif !important;
    font-size: 16px !important;
}

.gsc-webResult.gsc-result {
    margin-bottom: 25px !important;
}

.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
    border-bottom: 1px solid #393939 !important;
    border-left: none !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding: 0 !important;
}

.gsc-table-cell-thumbnail {
    padding: 0 !important;
}

.gs-image {
    display: none !important;
}

.gs-web-image-box {
    display: none !important;
}

.gs-title, .gs-title:visited {
    color: #0069B1 !important;
}

.gs-title:hover, .gs-title:focus {
    color: #4999B3 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    color: #0069B1 !important;
    text-decoration: none !important;
    margin-right: 5px !important;
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    text-align: center;
}

.gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #fff !important;
    background-color: #393939 !important;
    text-shadow: none !important;
    padding: 0 5px;
}

.cse input.gsc-search-button, input.gsc-search-button {
    border: 3px solid #0069B1 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 0 15px !important;
    height: 38px !important;
    text-transform: uppercase !important;
    transition: all .1s linear 0s;
}

.cse input.gsc-search-button:hover, input.gsc-search-button:hover, .cse input.gsc-search-button:focus, input.gsc-search-button:focus {
    border: 3px solid #4999B3 !important;
    background: #ff7921 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.gsc-control-wrapper-cse form input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}

.hs-search-field--open .hs-search-field__suggestions {
    border: none;
}

.hs-search-field__suggestions #results-for {
  color: #fff;
  margin: 20px 0 15px 0;
}


/* --------------- Footer --------------- */

.footer {
    background: #fff;
    padding: 50px 0;
    font-size: 15px;
    position: relative;
}

address {
    font-style: normal;
    margin: 0 0 9px 0;
    text-align: center;
}

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

.copyright a, .copyright a:visited {
    color: #393939;
}

.copyright a:hover, .copyright a:focus {
    color: #4999B3;
}

.social {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.social li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.social a, .social a:visited {
    display: inline-block;
    font-size: 25px;
    padding: 3px 0 0 0;
    text-align: center;
}

.social a:hover, .social a:focus {
    text-decoration: none;
} 


/* -------------- Form Styles ---------------- */

.centered-form {
    max-width: 900px;
    margin: 0 auto 20px;
}

.form-group, .hs-form-field {
    margin: 0 0 20px 0;
}

fieldset {
  max-width: none !important;
}

.hs-form-field {
    width: 100%;
    display: block;
}

.hubspot-form {
    display: block;
 	position: relative;
    margin: 0 auto;
    max-width: 600px;
}

.hs-form-required {
    margin: 0 0 0 2px;
}

.form-control {
    border-radius: 0;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.white label {
    color: #fff;
}

label {
    color: #393939;
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
}

.hs-form-field ul.inputs-list.multi-container {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

form .hs-form-field input[type="checkbox"],
form .hs-form-field input[type="radio"] {
    margin: 2px 10px 0 0;
}

form .hs-form-checkbox label {
    font-weight: 400;
    text-transform: none;
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="phone"],
form input[type="url"],
form input[type="tel"] {
    border-radius: 0px;
    padding: 10px 8px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #EDEDED;
    background: #fff;
  font-size: 18px;
    width: 100% !important;
}

form select {
    border-radius: 0px;
    border: 1px solid #EDEDED;
    background: #fff;
    width: 100% !important;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    padding: 0 15px;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="phone"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form select:focus,
.form-control:focus {
    border: 1px solid #8EC0CF;
    background: #fff;
    outline: none;
    box-shadow: none
}

form textarea {
    min-height: 100px;
    padding: 10px 8px;
    font-size: 18px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #ededed;
    background: #fff;
}

.radio, .checkbox {
    line-height: 1;
    margin: 0 0 15px 0;
}

form .radio label,
form .radio.inline label,
form .checkbox label,
form .checkbox.inline label {
    text-transform: none;
    font-weight: 400;
    line-height: 1.4;
}

form .radio input[type="radio"],
form .radio.inline input[type="radio"],
form .checkbox input[type="checkbox"],
form .checkbox.inline input[type="checkbox"] {
    margin: 3px 0 0 -20px;
}

.actions {
    padding: 0;
    text-align: center;
}


/* ------------ Timeline Styles ------------ */

.sep-text {
  background: #0059AB;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  padding: 10px 20px;
  width: 180px;
  font-weight: 700;
  z-index: 4;
}

.timeline-line {
  border-right: 1px dashed #0059AB;
  height: calc(100% - 10px);
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  z-index: 2;
}

.gutter-sizer {
  width: 40px;
}

.timeline-wrapper {
  padding: 0 0 5px 0;
}

.timeline-wrapper .timeline-block {
  margin: 0;
  width: 100% !important;
  display: block;
  /* table-layout: fixed; */
  border-radius: 4px;
  background: transparent;
  position: relative;
  z-index: 5;
}

.timeline-wrapper .timeline-block .timeline-block-module {
  margin: 20px 0;
  border: 2px dotted #0059AB !important;
  background: #fff;
  border-radius: 3px;
}

.timeline-header-block {
  padding: 0 !important;
  position: relative;
}

.timeline-header {
  padding: 25px;
  box-sizing: border-box;
}

.timeline-header h3 {
  font-size: 30px;
  color: #484848;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.timeline-header p {
  text-align: center;
}

.time-image-wrap-lg {
  display: none;
}

.time-image-wrap {
  text-align: center;
}

.time-image-wrap img {
  display: block;
  margin: 0 auto;
}

@media(min-width: 768px) {
  
  .sep-text {
    margin: 0 auto 20px;
  }
  
  .timeline-line {
    height: calc(100% - 30px);
  }
  
  .timeline-wrapper .timeline-block {
    width: calc(50% - 25px) !important;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-left .timeline-block-module {
    margin: 0 0 30px 0;
  }
  
  .jstime .timeline-wrapper .timeline-block.timeline-post-right .timeline-block-module {
    margin: 30px 0 20px;
  }
  
  .gutter-sizer {
    width: 50px;
  }
  
  .time-dot {
    background: #0059AB;
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    position: absolute;
    right: -31px;
    top: 25px;
    z-index: 5;
  }
  
  .time-arrow {
    border-top: 2px dotted #0059AB;
    width: 25px;
    position: absolute;
    top: 28px;
    right: -28px;
    height: 1px;
    z-index: 4
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .time-dot {
    right: auto;
    left: -29px;
    top: 45px;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .time-arrow {
    right: auto;
    left: -29px;
    top: 48px;
  }
}

@media(min-width: 1200px) {
  .timeline-wrapper .timeline-block {
    width: calc(50% - 50px) !important;
  }
  
  .gutter-sizer {
    width: 100px;
  }
  
  .time-dot {
    right: -56px;
  }
  
  .time-arrow {
    width: 50px;
    right: -53px;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .time-dot {
    left: -54px;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .time-arrow {
    left: -54px;
  }
}

@media(min-width: 1600px) {
  .timeline-wrapper .timeline-block {
    width: calc(50% - 100px) !important;
  }
  
  .gutter-sizer {
    width: 200px;
  }
  
  .time-dot {
    right: -106px;
    top: calc(50% - 3px);
  }
  
  .time-arrow {
    width: 100px;
    right: -103px;
    top: calc(50% - 1px);
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .time-dot {
    left: -105px;
    top: calc(50% - 3px);
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .time-arrow {
    left: -104px;
    top: calc(50% - 1px);
  }
  
  .timeline-wrapper .timeline-block.timeline-post-left .timeline-block-module {
    margin: 0 0 85px 0;
  }
  
  .jstime .timeline-wrapper .timeline-block.timeline-post-right .timeline-block-module {
    margin: 30px 0 85px;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-left .timeline-block-module.with-image {
    margin: 0 0 60px 0;
  }
  
  .jstime .timeline-wrapper .timeline-block.timeline-post-right .timeline-block-module.with-image {
    margin: 30px 0 60px;
  }
  
  .time-image-wrap-lg {
    display: block;
    position: absolute;
    left: -2px;
    top: -20px;
    bottom: -20px;
    width: 220px;
    padding: 10px;
    background-color: #0059AB;
  }
  
  .time-image-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .time-image-wrap-lg {
    left: auto;
    right: -2px;
  }

  .time-image-wrap {
    display: none;
  }
  
  .timeline-header {
    padding: 35px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  
  .timeline-header.with-image {
    padding: 35px 35px 35px 250px;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .timeline-header {
    padding: 35px;
    flex-flow: row-reverse nowrap;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .timeline-header.with-image {
    padding: 35px 250px 35px 35px;
  }
  
  .timeline-header h3, .timeline-header p {
    margin: 0;
    text-align: left;
  }
  
  .timeline-header h3 {
    font-size: 40px;
  }
  
  .timeline-header p {
    font-size: 17px;
    line-height: 1.3;
    padding: 0 0 0 20px;
  }
  
  .timeline-wrapper .timeline-block.timeline-post-right .timeline-header p {
    padding: 0 20px 0 0;
  }
}


.careers-disclaimers {
  text-align:left;
  font-size:12px;
  font-style:italic;
}

/**** Media Kit CTAs made them closer together ****/

.mediakitcta1, .mediakitcta2 {
  float:left;
  padding: 0 30px;
}

.mediakitctas {
  text-align: center; display: block; max-width: 621px; margin: 0 auto; min-height: 80px;
}

@media (max-width:767px) {
  .mediakitctas {
    text-align: center; display: block; max-width: 621px; margin: 0 auto; min-height: 130px;
  }
}

/**** end Media Kit CTAs ****/


.three-col-module h3 { text-align:center; }

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.juicer-feed h1.referral {


Avoid Electrical Maintenance Emergencies and Keep Costs Low With an Infrared Scan

An infrared test is a thermographic inspection that evaluates the proper function of electrical equipment. By analyzing infrared light, this test detects temperature fluctuations within the building, individual pieces of equipment, and any connecting components. This type of test can be used to find defects and hot spots, allowing facility or maintenance staff to fix issues before equipment breaks, reducing safety concerns and preventing a shut down of facility activity. Infrared tests can also spot loose components and verify proper installations.

Take a few seconds to fill out the form and we will respond to you shortly. If you meet the criteria for an infrared scan test, we'll confirm your request and finalize scheduling details.
  display: none !important;
}

/* ----------- Life Cycle graphic ALIVE. I told you Jason....stilly Jason -------------- */

.cycle-flex {
  display: flex;
  flex-flow: column;
  padding: 20px 0 0 0;
  align-items: center;
  margin: 0 0 22px 0;
}

.cycle-link, .cycle-link:visited {
  color: #fff;
  /* border: 2px solid rgba(255,255,255,.4); */
  border-radius: 290px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 290px;
  position: relative;
  margin: -2px auto 0;
}

.cycle-link:before, .cycle-link:visited:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 100%;
}

.cycle-link:after, .cycle-link:visited:after {
  position: absolute;
  content: '\f0d7';
  display: block;
  top: calc(50% - 16px);
  color: #fff;
font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 32px;
}

.cycle-link:nth-child(odd):after {
  left: -9px;
}

.cycle-link:nth-child(even):after {
  right: -9px;
}

.cycle-inner {
  border: 1px solid #fff;
  padding: 18px;
  border-radius: 190px;
  height: 190px;
  width: 190px;
  transition: all .2s ease 0s;
  position: relative;
}

.cycle-inner:after {
  display: block;
  color: #61B7FF;
  position: absolute;
  top: -43px;
  left: calc(50% - 12px);
  content: '\f0d7';
font-family: 'Roboto', sans-serif;  font-weight: 900;
  line-height: 1;
  font-size: 40px;
  opacity: 0;
  transition: opacity .2s ease 0s;
}

.cycle-name {
  border: 1px solid #fff;
  border-radius: 154px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: 154px;
  width: 154px;
  padding: 25px;
  transition: all .2s ease 0s;
}

.cycle-name p {
  text-align: center;
  margin: 0;
}

.cycle-link:hover, .cycle-link:focus {
  text-decoration: none;
}

.cycle-link:hover .cycle-inner:after, .cycle-link.active .cycle-inner:after {
  opacity: 1;
}

.cycle-link:hover .cycle-inner, .cycle-link.active .cycle-inner {
  background: #fff;
}

.cycle-link:hover .cycle-name, .cycle-link.active .cycle-name {
  background: #00437A;
}

.cycle-line {
  position: absolute;
  width: 50%;
  border: 2px solid #fff;
  display: block;
}

.cycle-line:before {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 12px;
  top: -7px;
  background: #fff;
  position: absolute;
}

.cycle-link:nth-child(odd) .cycle-line {
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 290px 0 0 290px;
  border-right: none;
}

.cycle-link:nth-child(odd) .cycle-line:before {
  right: -6px;
}

.cycle-link:nth-child(even) .cycle-line {
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 290px 290px 0;
  border-left: none;
}

.cycle-link:nth-child(even) .cycle-line:before {
  left: -6px;
}

.cycle-link:last-child .cycle-line:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 12px;
  bottom: -7px;
  background: #fff;
  position: absolute;
  left: -6px;
}

@media(min-width: 992px) {
  .cycle-flex {
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    margin: 0 0 20px 0;
    padding: 20px 0 0 2px;
  }

  .cycle-link, .cycle-link:visited {
    border-radius: 232px;
    width: 232px;
    height: 232px;
    margin: 0 0 0 -2px;
  }

  .cycle-link:after, .cycle-link:visited:after {
    content: '\f0da';
    top: auto;
    font-size: 28px;
  }

  .cycle-link:nth-child(odd):after {
    left: calc(50% - 3px);
    top: -13px;
  }

  .cycle-link:nth-child(even):after {
    left: calc(50% - 3px);
    right: auto;
    bottom: -13px;
  }

  .cycle-inner {
    border-radius: 146px;
    height: 146px;
    width: 146px;
    padding: 15px;
  }

  .cycle-inner:after {
    top: -35px;
    left: calc(50% - 8px);
    font-size: 30px;
  }

  .cycle-name {
    border-radius: 116px;
    height: 116px;
    width: 116px;
  }
  
  .cycle-line {
    width: 100%;
    height: 50%;
  }

  .cycle-line:before {
    top: auto;
  }

  .cycle-link:nth-child(odd) .cycle-line {
    bottom: auto;
    right: 0;
    border-radius: 290px 290px 0 0;
    border-right: 2px solid #fff;
    border-bottom: none;
  }

  .cycle-link:nth-child(odd) .cycle-line:before {
    right: auto;
    left: -7px;
    bottom: -6px;
  }

  .cycle-link:nth-child(even) .cycle-line {
    top: auto;
    right: 0;
    left: 0;
    border-radius: 0 0 290px 290px;
    border-top: none;
    border-left: 2px solid #fff;
  }

  .cycle-link:nth-child(even) .cycle-line:before {
    left: -7px;
    top: -6px;
    bottom: auto;
  }

  .cycle-link:last-child .cycle-line:after {
    bottom: auto;
    top: calc(50% - 6px);
    left: auto;
    right: -7px;
  }
  
  .cycle-link:last-child .cycle-line:after {
    bottom: auto;
    top: -6px;
    left: auto;
    right: -7px;
  }
}


@media(min-width: 1200px) {
  .cycle-link, .cycle-link:visited {
    border-radius: 275px;
    width: 275px;
    min-width: 275px;
    height: 275px;
  }

  .cycle-link:after, .cycle-link:visited:after {
    font-size: 32px;
  }

  .cycle-link:nth-child(odd):after {
    left: calc(50% - 3px);
    top: -15px;
  }

  .cycle-link:nth-child(even):after {
    left: calc(50% - 2px);
    bottom: -15px;
  }

  .cycle-inner {
    border-radius: 178px;
    height: 178px;
    width: 178px;
    padding: 18px;
  }

  .cycle-inner:after {
    top: -40px;
    left: calc(50% - 11px);
    font-size: 36px;
  }

  .cycle-name {
    border-radius: 142px;
    height: 142px;
    width: 142px;
  }
}

@media(min-width: 1500px) {
  .cycle-flex {
    max-width: 1200px;
  }
  
  .cycle-link, .cycle-link:visited {
    border-radius: 300px;
    width: 300px;
    min-width: 300px;
    height: 300px;
  }

  .cycle-link:after, .cycle-link:visited:after {
    font-size: 32px;
  }

  .cycle-link:nth-child(odd):after {
    left: calc(50% - 3px);
    top: -15px;
  }

  .cycle-link:nth-child(even):after {
    left: calc(50% - 2px);
    bottom: -15px;
  }

  .cycle-inner {
    border-radius: 192px;
    height: 192px;
    width: 192px;
  }

  .cycle-inner:after {
    top: -40px;
    left: calc(50% - 11px);
    font-size: 36px;
  }

  .cycle-name {
    border-radius: 156px;
    height: 156px;
    width: 156px;
  }
}

  
  


/* ------------ Basic Print Styles, but really who prints webpages now a days? ---------------- */

@media print {

    body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
    .container {background:none;}
    hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
    hr.space {background:#fff;color:#fff;}
    h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
    code {font:.9em "Courier New", Monaco, Courier, monospace;}
    img {float:left;margin:1.5em 1.5em 1.5em 0;}
    a img {border:none;}
    p img.top {margin-top:0;}
    blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
    .small {font-size:.9em;}
    .large {font-size:1.1em;}
    .quiet {color:#999;}
    .hide {display:none;}
    a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
    a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}
}