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

@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

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



/*=====================================================
                    Reset CSS
  ======================================================*/

body {
    font-family: Hind, sans-serif;
    color: #3a4453;
    margin: 0;
    padding: 0;
}
a {
	color: #0b4ead;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: .04s; /* Safari */
	transition: .04s;
}
a:hover {
	color: #181e27;
  text-decoration: none;
}
h1{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 100%;
    font-weight: 700;
    font-size: 48px;
}
h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    line-height: 100%;
    font-size: 38px;
    color: #181e27;
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
}
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
}
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
}
p, a, li{
    font-size:16px;
    line-height:22px;
}
p{
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    color: #586475;
    line-height: 24px;
}

img {
    float: none !important;
}

.horz-space-module-60 {
  padding-bottom: 60px;
}
.horz-space-module-160 {
  padding-bottom: 160px;
}

*{
    box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    -moz-box-sizing:border-box !important;
}
.hs-button.primary{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor:pointer;
}
.row-fluid [class*="span"]{
    min-height:0 !important;
}


.hide {
	display: none !important;
}

/***** Global Button Styles ****/

a.btn {
  width: auto !important;
  box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5);
  padding: 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  font-family: Hind, sans-serif;
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  text-align: center;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
}
a.btn:hover {
  background-color: #bdc9da;
  box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5);
  color: #181e27;
}

a.btn.btn1 {
  color: #fff;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 2.5px;
  background: #50b948;
  border: 1px solid #50b948;
}
a.btn.btn1:hover {
  background: rgb(88,203,79);
  color: rgb(255,255,255);
  border: 1px solid rgb(88,203,79);
}

a.btn.btn2 {
  color: #50b948;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 2.5px;
  background: #ffffff;
  border: 1px solid #50b948;
}
a.btn.btn2:hover {
  color: #50b948;
  background: rgba(80,185,72, 0.2);
}


/***** END Global Button Styles ****/

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

span.hs-form-required {
    display: none;
}
.submitted-message {
    padding: 18px;
    text-align: center;
    background-color: #dddddd;
    margin-bottom: 40px;
}
.hs-input {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-image: none !important;
    background-color: #e7edf3;
    color: #3a4453;
    width: 100% !important;
    min-height: 60px;
    height: 100%;
    font-size: 16px;
    font-family: Hind, sans-serif;
    padding: 15px 30px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-color: transparent;
    margin-bottom: 15px;
}
input.hs-button.primary.large {
    text-transform: uppercase;
    background-color: #50b948;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    padding: 15px 16px;
    transition: all 300ms ease;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.5px;
    font-family: Hind, sans-serif;
    border: 0;
    font-size: 13px;
    min-height: 60px;
    height: 100%;
    max-width: 250px;
    width: 100%;
    text-align: center !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
}
input.hs-button.primary.large:hover {
    background-color: #bdc9da;
    color: #181e27;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 0;
}

ul.inputs-list.multi-container {
    padding: 10px 0 7px;
}
.hs-form-checkbox {
    position: relative;
    list-style-type: none;
    margin-bottom: 5px !important;
}
.hs-form-checkbox .hs-input {
    min-height: 20px;
}
.hs-form-checkbox input {
    min-height: 0 !important;
    border: 0 !important;
    background-color: #fff !important;
    height: 0 !important;
    width: auto !important;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 !important;
    margin: 0;
}
.hs-form-checkbox span {
   height: 100%;
    padding-left: 20px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    width: calc(100% - 20px);
    font-size: 16px;
    font-family: Hind, sans-serif;
    color: #778497;
    font-weight: 400;
    line-height: 22px;
}
.hs-form-checkbox span:before {
    content: '';
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: 0 auto;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.16);
}
.hs-form-checkbox span:after {
    height: 18px;
    width: 18px;
    position: absolute;
    background-color: transparent;
		left: 1px;
    top:1px;
    visibility: hidden;
    opacity: 0;
    content: '';
    font-family: FontAwesome;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color:#50b948;
    line-height: 1;
}
.hs-form-checkbox input:checked + span:after, .hs-form-checkbox input:checked + span:after {
    opacity: 1;
    visibility: visible;
}
fieldset {
    max-width: none !important;
}
legend.hs-field-desc {
    font-size: 15px;
    font-style: italic;
    padding-left: 0;
    color: #5a687d;
}



::placeholder{
    color: #778497;
}
::-webkit-input-placeholder { /* Microsoft Edge */
   color: #778497;
}
::-moz-input-placeholder { /* Microsoft Edge */
   color: #778497;
}
.blog-email-sub .hs_email ::placeholder{
    color: #999;
}
ul.hs-error-msgs.inputs-list {
    padding-left: 0;
    list-style: none;
    color: #93a1b5;
    margin: 10px 0;
    display: none !important;
}
.hs-input.invalid.error {
    border-color: #e80000;
}
.hs_error_rollup {
    display: none;
}
:focus{
    outline:none !important;
}
.hs-input:focus {
    background-color: #e7edf3;
    border-color: #50b948;
}
.hs-input:focus {
    background-color: #e7edf3 !important;
    border-color: #50b948 !important;
    color: #969696 !important;
}



.form-embedded-sec .fsBody .fsForm{
  padding:0;
}
.form-embedded-sec * {
    font-family: Hind, sans-serif;
}
.form-embedded-sec .fsBody p {
    font-family: Hind, sans-serif;
}
.form-embedded-sec label.fsOptionLabel {
    border: none;
}
.form-embedded-sec .fsBody .fsLabelVertical .fieldset-content label {
    text-align: left;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    color: #586475;
    line-height: 24px;
    font-family: Hind, sans-serif;
    font-size: 16px;
     position: relative;
    padding-left: 30px;
  margin-bottom:0;
}
.form-embedded-sec .fsRowBody input[type="radio"], .resources-hding .fsRowBody input[type="checkbox"]{
    width: 20px;
    height: 20px;
    top: 0;
    position: absolute;
    left: 0;
}
.form-embedded-sec .fsRowBody input[type="radio"]:before, 
input[type="radio"]:before,
.form-embedded-sec .fsRowBody input[type="checkbox"]:before,  {
    content: '';
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: 0 auto;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.16);
}
.form-embedded-sec .fsRowBody input[type="checkbox"]:checked:before {
    content: '';
    font-family: FontAwesome;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #50b948;
    line-height: 1;
    border-color: #ddd;
    border: 1px solid #ddd;
    background-color: transparent;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.16);
    width: 20px;
    height: 20px;
}
.form-embedded-sec .fsRowBody input[type="radio"]:checked:before,
 input[type="radio"]:checked:before{
content: "\f111";
      font-family: FontAwesome;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #50b948;
    line-height: 1;
    border-color: #ddd;
    border: 1px solid #ddd;
    background-color: transparent;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.16);
    width: 20px;
    height: 20px;
}
.form-embedded-sec .fsRowBody input[type="radio"]:before, 
.form-embedded-sec .fsRowBody input[type="radio"]:checked:before,
.form-embedded-sec .fsRowBody input[type="checkbox"]:before, 
.form-embedded-sec .fsRowBody input[type="checkbox"]:checked:before {
    width: 20px;
    height: 20px;
    margin-right: 7.5px;
    border: 1px solid #ddd;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px inset;
}
.form-embedded-sec .fsForm input:focus,
.form-embedded-sec .fsForm select:focus,
.form-embedded-sec .fsForm textarea:focus, 
.form-embedded-sec .fsForm .ui-slider-handle:focus{
      box-shadow: none;
}
.form-embedded-sec .fsBody .fsLabelVertical .fieldset-content label {
    text-align: left;
}
.form-embedded-sec .fsPreviousButton,
.form-embedded-sec .fsSubmitButton, 
.form-embedded-sec .fsNextButton {
    font-size: 80%;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-decoration: none;
    background-color: #50b948 !important;
    padding: 20px 40px;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: 0 6px 15px -3px rgba(58, 68, 83, .3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Hind, sans-serif;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.form-embedded-sec .fsPreviousButton:hover, .form-embedded-sec .fsSubmitButton:hover, .form-embedded-sec .fsNextButton:hover {
    background-color: #bdc9da !important;
    box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5) !important;
    color: #181e27 !important;
}
.form-embedded-sec .fsRowBody input[type="text"], 
.form-embedded-sec .fsRowBody input[type="email"], 
.form-embedded-sec .fsRowBody input[type="number"], 
.form-embedded-sec .fsRowBody input[type="tel"], 
.form-embedded-sec .fsForm select, 
.form-embedded-sec .fsForm textarea, 
.form-embedded-sec .fsRowBody input[type="text"].fsRequired, 
.form-embedded-sec .fsRowBody input[type="email"].fsRequired, 
.form-embedded-sec .fsRowBody input[type="number"].fsRequired, 
.form-embedded-sec .fsRowBody input[type="tel"].fsRequired, 
.form-embedded-sec .fsForm select.fsRequired,
.form-embedded-sec .fsForm textarea.fsRequired {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-image: none !important;
    background: #e7edf3;
    color: #3a4453;
    min-height: 60px;
    height: 100%;
    font-size: 16px;
    font-family: Hind, sans-serif;
    padding: 15px 30px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-color: transparent;
    margin-bottom: 15px;
}
.form-embedded-sec .fsBody .fsSupporting {
    font-style: normal;
    font-size: 16px;
    font-family: Hind, sans-serif;
    color: #778497;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.form-embedded-sec .fsRowBody input[type="text"]:focus, 
.form-embedded-sec .fsRowBody input[type="email"]:focus, 
.form-embedded-sec .fsRowBody input[type="number"]:focus, 
.form-embedded-sec .fsRowBody input[type="tel"]:focus, 
.form-embedded-sec .fsForm select:focus, 
.form-embedded-sec .fsForm textarea:focus, 
.form-embedded-sec .fsRowBody input[type="text"].fsRequired:focus, 
.form-embedded-sec .fsRowBody input[type="email"].fsRequired:focus, 
.form-embedded-sec .fsRowBody input[type="number"].fsRequired:focus, 
.form-embedded-sec .fsRowBody input[type="tel"].fsRequired:focus, 
.form-embedded-sec .fsForm select.fsRequired:focus,
.form-embedded-sec .fsForm textarea.fsRequired:focus{
    background-color: #e7edf3 !important;
    border-color: #50b948 !important;
    color: #969696 !important;
}
.form-embedded-sec .fsValidationError {
    background-color: transparent;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.form-embedded-sec .fsValidationError .fsSignature,
.form-embedded-sec .fsValidationError input[type=email], 
.form-embedded-sec .fsValidationError input[type=number], 
.form-embedded-sec .fsValidationError input[type=tel],
.form-embedded-sec .fsValidationError input[type=text],
.form-embedded-sec .fsValidationError select,
.form-embedded-sec .fsValidationError textarea {
    border: 1px solid #e80000 !important;
    background-color: #e7edf3 !important;
    color: #3a4453;
}
.form-embedded-sec .fsBody .fsLabel,
.form-embedded-sec .fsBody label {
    font-size: 130%;
    font-family: Hind, sans-serif;
    color: #778497 !important;
    font-weight: 400;
    line-height: 22px;
}
.form-embedded-sec .fsBody .fsForm .fsSectionHeading{
    color: #083a81;
}
.form-embedded-sec .fsValidationError .fsLabel, 
.form-embedded-sec .fsValidationError .fsRequiredLabel,
.form-embedded-sec .fsValidationError .fsRequiredMarker {
    color: #778497 !important;
}


a.cta_button {
    width: auto !important;
}

/*-===============================================
        Animation 
==================================================*/



/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {width: 0%;}
    100% {width: 100%; opacity: 1;}
}

/* Standard Syntax */
@keyframes example {
    0%   {
      width: 0%;
/*      max-width: 270px; */
  	}
    100% {
      width: 100%;
      opacity: 1;
/*      max-width: 800px; */
  	}
  
}


/*--------------Fade In---------------*/

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fadeInNew {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* Standard Syntax */
@keyframes fadeInNew {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes banner-heading {
    0%   {top: 100px;}
    100%  {top: 0px; opacity: 1;}
}

/* Standard Syntax */
@keyframes banner-heading {
    0%   {top:100px;}
    100%  {top: 0px; opacity: 1;}
}

@keyframes fadeInUp {
    from {
      transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);  
      -webkit-transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    }

    to {
      transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
       -webkit-transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    }

    to {
        transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
        opacity: 1
    }
}
@keyframes fadeInUpNew {
    from {
        transform: translate3d(0,50px,0);
        -webkit-transform: translate3d(0,50px,0);
    }

    to {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUpNew {
    from {
        transform: translate3d(0,50px,0);
        -webkit-transform: translate3d(0,50px,0);
    }

    to {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@keyframes rotate {
    from {top: 32px;}
    to {top: 36px;}
}



/* ==========================================================================
                        Common CLasses
   ========================================================================== */


.body-container-wrapper li {
    margin-bottom: 15px;
    padding-left: 10px;
    color: #586475;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.body-container-wrapper ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.container{
    max-width:970px;
    width:100% !important;
    margin:0 auto !important;
    padding:0 15px;
    float:none !important;
}
.show-div{
    visibility: visible !important;
    opacity: 1 !important;
}
body.inner-pages .banner-section {
    min-height: 582px;
    padding-bottom: 240px;
    background-position: 0px 0px, 50% 0px;
}

.banner-section-landingpage {
    min-height: 282px !important;
    padding-bottom: 40px;
}

body.inner-pages .simple-banner-section {
    min-height: 300px !important;
    padding-bottom: 60px !important;
    padding-top: 130px !important;
}

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

.ecslogo-ecs{
  max-width: 160px !important;
}
.ecsheader{
 max-width: 1200px !important; 
}
.ecsheader .ecsmenu {
  max-width: 50% !important;
}
@media (max-width: 1100px){
  .ecsheader .ecsmenu {
    max-width: 54% !important;
  }
}
@media (max-width: 991px){
  .ecsheader .ecsmenu {
    max-width: 100% !important;
  }
}
.ecsicons{
max-width: 380px !important;
}
@media (max-width: 1180px){
  .ecsicons{
    max-width: 245px !important;
  }
}
.header-section {
    padding: 0;
    position: fixed;
    background-color: #fff;
    width: 100% !important;
    left: 0;
    right: 0;
    z-index: 9;
}
.header-section .widget-type-logo {
    max-width: 120px;
    width: 100% !important;
    display: inline-block !important;
    text-align: center;
    float: none !important;
    vertical-align: middle;
}
.header-section .custom-menu-primary.js-enabled {
    width: calc(100% - 435px) !important;
    margin-left: 18px !important;
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
}
.hdr-right-icons {
    max-width: 289px;
    width: 100% !important;
    margin-left: 0px !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
    text-align: right;
}
a.client-login-btn {
    font-weight: 700;
    color: #083a81;
    margin-left: 0;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 90%;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
a.client-login-btn:hover {
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
}
a.contact-us-btn {
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #50b948;
    font-weight: 700;
    margin-left: 10px;
    border: 1px solid transparent;
    padding: 10px;
    font-size: 90%;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
a.contact-us-btn:hover {
    border: 1px solid #50b948;
    background-color: rgba(80,185,72, 0.2);
}
a.client-login-btn img, a.contact-us-btn img {
    margin-left: 6px;
    vertical-align: middle;
}

.header-section.simple-header-section {
    min-height: 78px !important;
    padding: 10px 0 !important;
}


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

.footer-section {
    position: relative;
    padding: 70px 0px 76px;
    background-color: #181e27;
    margin-top: 160px;
}
.footer-section form {
    position: relative;
}
/*.footer-section:before {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    top: -200px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/footer%20graphic.svg);
    background-size: cover;
    background-position: center;
    left: 0;
}*/
.footer-top-shape {
    position: absolute;
    top: -170px;
}
.footer-top-shape img{
    width: 100vw;
    margin-bottom: -2px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/footer%20graphic.svg);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: center; 
}

/*.footer-section:before {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    top: -200px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/footer%20graphic.svg);
    background-size: cover;
    background-position: center;
    left: 0;
}*/
.footer-section .widget-type-form {
    margin-bottom: 40px;
}
.footer-section fieldset {
    width: calc(100% - 186px) !important;
    max-width: 100% !important;
    display: inline-block;
    vertical-align: top;
}
.footer-section .input{
    margin-right:0 !important;
}
.footer-section .hs_submit.hs-submit {
    display: inline-block;
    max-width: 186px;
    vertical-align: top;
}
.footer-navigation #hs_cos_wrapper_module_1535777846190169 {
    display: none;
}
.footer-navigation ul {
    margin-bottom: 0 !important;
}
.footer-navigation a {
    display: block;
    padding: 9px 0 !important;
    color: #93a1b5;
    font-size: 90%;
    font-weight: 500;
    line-height: 13px;
}
.footer-navigation a:hover{
    color: #bdc9da;
}
.footer-navigation h3 {
    color: #93a1b5;
    margin-top: 33px;
}
.footer-navigation li {
  line-height: 13px;
}
.map-section a {
    display: block;
    color: #50b948;
    position: relative;
    text-decoration: none;
}
.map-section a:hover {
    color: #6af15f;
}
.map-section .phone {
  margin-top: 30px;
  margin-bottom: 13px;
}
a.map-img {
    margin-top: 30px;
}
.map-section a img {
    margin-right: 20px;
}
a.map-img:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: #50b948;
    box-shadow: 0 1px 3px 0 #000;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    -webkit-transition: .1s ease;
    -moz-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
}
a.map-img:hover:before {
    top: -13px;
}

a.map-img img {
    border: 1px solid transparent;
    border-radius: 15px;
    margin-right: 0;
}
.footer-copyright {
    padding-top: 75px;
    color: #586475;
}
.simple-footer {
  max-width: 970px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px;
  float: none !important;
}
.simple-footer .footer-copyright {
    padding-top: 0;
    color: #586475;
    padding-bottom: 40px;
}
.footer-section .hs-input {
    border-right: 2px solid #181e27;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    background-color: #3a4453;
    background-image: -webkit-linear-gradient(270deg, #3a4453, #3a4453);
    background-image: linear-gradient(180deg, #3a4453, #3a4453);
    margin-right: 1px !important;
    width: calc(100% - 1px);
    color:#fff;
}
.footer-section .hs-input:focus {
    background-color: #3a4453 !important;
}


/*======================================================================
 * Password Protected Page
 */

input#hs-pwd-widget-password {
    height: 60px !important;
    margin: 30px 0 !important;
    max-width: 600px;
}

/*======================================================================
 * Payment Iframe Form
 */

iframe {
    max-width: 1000px;
    width: 100%;
    height: 1400px;
    border: none;
}

@media (max-width: 814px) {iframe {
  height: 1850px;
}
}


/*=======================================================================
            Banner Sections
========================================================================= */

/*===== Banner Section =====*/

.banner-section {
    padding:130px 0 80px;
    position: relative;
    min-height: 585px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    display: -webkit-flex !important;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.banner-section .container {
    position: relative;
}
.label.text-light img {
    display: block;
    text-align: center;
    margin: 0 auto 40px;
}
.label {
    margin-top: 20px;
    margin-bottom: 10px;
		color: #93a1b5;
    font-weight: 700;
    display: inline-block;
}
.banner-section h1 {
    color: #fff;
    opacity: 0;
    margin-bottom: 40px;
    -webkit-animation-name: fadeInUp;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
}
.banner-section p {
    color: #bdc9da;
    animation-name: fadeInUp;
    opacity: 0;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
     animation-delay:.5s;
}
.banner-cta-sec {
    margin-bottom: 0px;
    padding: 0 0 30px 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    opacity: 0;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
     animation-delay:.7s;
}
a.banner-cta {
    color: #fff;
    display: inline-block;
    width: calc(33% - 4px);
    padding:0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;  
    opacity:0;
    -webkit-animation-name: fadeInNew ;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-delay:.7s;
    text-decoration: none;
    height: 80px;
    margin-top: 10px;
}
a.banner-cta > span img {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
a.banner-cta:hover > span img {
    margin-top: 10px;
}
a.banner-cta:nth-child(2){
    animation-delay:1s;
    -webkit-animation-delay:1s;
}
a.banner-cta:last-child{
    animation-delay:1.3s;
   -webkit-animation-delay:1.3s;
}
a.banner-cta > span {
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    height: 50px;
}
a.banner-cta h4 {
    margin-top: -1px;
    font-weight: 400;
}
.banner-form-section {
    height: 102px;
    border-radius: 1vw;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    opacity: 0;
    animation-name: example;
    -webkit-animation-name: example;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.banner-form-title {
/* SPECIAL */
display: none;
/* END SPECIAL */
    margin-top: 3px;
    margin-right: 13px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: .5px;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.45);
    width: 33%;
/*    display: inline-block; */
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}
.banner-form {
    width: calc(76% - 260px) !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.45);
    letter-spacing: 0.5px;
    padding: 5px 0px;
    text-align: left;
    position:relative;
    cursor: pointer;
}
.banner-form span {
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.banner-form:after {
    position: absolute;
    content: " ";
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    top: 40px;
}
.banner-form:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 10px;
    top: 11px;
    margin: auto;
    height: 20px;
    width: 20px;
    font-family: 'FontAwesome';
    content: "\f078";
}
.banner-form:hover span {
    margin-left: 10px;
}
.banner-form:hover:before {
    color: rgb(81, 243, 68);
}
.banner-form-options {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0.5vw;
    background-color: #3a4453;
    box-shadow: 0 6px 15px -3px rgba(24, 30, 39, .5);
    font-weight: 600;
    text-shadow: none;
    position: absolute;
    width: 100%;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
       
}
.banner-form-options a.banner-form-option {
    color: #ffffff;
    text-align: left;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.banner-form-options a.banner-form-option:hover {
    box-shadow: inset 120px 0 200px -70px #586475;
}
.banner-form-options-wrapper {
    border-top: 20px solid transparent;
}
a.banner-btm-down-link {
    position: absolute;
    bottom: -40px;
    background-color: #fff;
    height: 80px;
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    box-shadow: -1px 7px 15px 0px rgba(21, 44, 58, 0.15);
    border-radius: 100%;
    color: #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
a.banner-btm-down-link:hover{
    box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5); 
}
a.banner-btm-down-link:before {
    transition-property: transform;
    transition-duration: 1s;
    position: absolute;
      font: normal normal normal 24px/0.5 FontAwesome;
      font-family: 'FontAwesome';
      content: "\f078";
      left: 28.5px;
    /*content: '';
    left: 39px;
    top: 35px;
    width: 2px;
    height: 6px;
    background: #083a81;*/
    animation-name: rotate; 
    animation-duration: .6s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
  -webkit-animation-name: rotate; 
    -webkit-animation-duration: .6s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;
}
.dark-div{
}
a.banner-inner-bottom-cta {
    padding: 20px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: 0 6px 15px -3px rgba(58, 68, 83, .3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 80%;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-decoration: none;
    background-color: #50b948;
 		margin-top: 20px;
    display: inline-block;
}
a.banner-inner-bottom-cta:hover{
    background-color: #bdc9da;
    box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5);
    color: #181e27;
}

/*===== Simple Banner Section =====*/

.simple-banner-section h1 {
    color: #181e27;
}



/* ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Homepage CSS Start
====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */
                        

/* =============================================================
            WHO WE SERVE Section
=============================================================== */

.who-we-serve-sec {
    padding: 80px 0 80px 0px;
    text-align: center;
}

/*for homepage h2 spacing */
span#hs_cos_wrapper_module_153577354521510 > h2 {
    margin-bottom: 0px !important;
}

.section-main-title {
    display: inline-block !important;
    margin-bottom: 40px;
    padding: 9px 20px;
    color: #778497;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2.2px;
    margin: 0 auto 40px !important;
    float: none !important;
    width: auto !important;
}
.section-main-title-center {
    text-align: center;
}


.who-we-serve-custom-sec {
    margin-bottom: 80px;
    display: inline-block;
    margin-top: 20px;
}

/*.who-we-serve-custom-sec > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
}*/
.who-we-serve-custom-sec > span .hs_cos_wrapper_type_custom_widget,
.who-we-serve-custom-sec > span .hs_cos_wrapper_type_module {
    width: calc(33% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
    padding: 20px 15px 30px;
    border-radius: 1vw;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #181e27;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.who-we-serve-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(3n),
.who-we-serve-custom-sec > span .hs_cos_wrapper_type_module:nth-child(3n) {
    margin-right: 0;
}
.who-we-serve-custom-sec > span .hs_cos_wrapper_type_custom_widget:hover,
.who-we-serve-custom-sec > span .hs_cos_wrapper_type_module:hover {
   /* not using this because we aren't using these as links yet background-color: #e7edf3; */
}

/**** Preferred Partners Section ****/
.partner-cust-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 219px;
    box-shadow: 0 10px 50px -10px rgba(24, 30, 39, .31);
    border-radius: 14px;
    margin-bottom: 20px;
}
.partner-cust-desc-main {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
}

.partner-cust-desc-main p {
    margin-top: 10px;
}

a.partner-cust-btm-btn, a.record-custom-btn, a.record-detail-btn {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 600;
    position: relative;
    z-index: 2;
  	text-decoration: none;
}
a.partner-cust-btm-btn:hover, a.record-custom-btn:hover, a.record-detail-btn:hover{
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
}
a.partners-full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/**** END Preferred Partners Section ****/

/**** Value Concept Section ***/
.value-cust-img {
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90px;
    margin-bottom: 5px;
    background-size: contain;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.value-cust-desc-main {
    display: inline-block;
}

.value-cust-desc-main p {
    margin-top: 10px;
}

a.value-cust-btm-btn {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 600;
    position: relative;
    z-index: 2;
  	text-decoration: none;
}
a.value-cust-btm-btn:hover {
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
}
a.value-full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/**** END Value Concept Section ***/


.guidance-cust-btn {
    max-width: 200px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.guidance-cust-main {
    border: 1px solid #bdc9da;
    padding: 20px 30px;
    display: inline-block;
    margin-top: 70px;
}
.guidance-cust-image {
    margin-top: -80px;
    margin-bottom: 10px;
    max-width: 250px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.guidance-cust-image img {
    box-shadow: -4px 9px 50px -5px rgba(88, 100, 117, .49);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    max-width: 216px !important;
    width: 100% !important;
    background-color: #fff;
    height: auto;
}
.guidance-cust-middle {
    display: inline-block;
    width: calc(100% - 465px);
    vertical-align: middle;
    text-align: left;
    padding-right: 40px;
    padding-left: 40px;
}
a.guidance-btn {
    padding: 20px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #50b948;
    box-shadow: 0 6px 15px -3px rgba(58, 68, 83, .3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 80%;
    font-weight: 600;
    letter-spacing: 2.5px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
a.guidance-btn:hover {
    background-color: #bdc9da;
    box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5);
    color: #181e27;
}



/*=======================================================================
           Our Process Section
========================================================================= */


.our-process-sec {
    background-color: #3a4453;
    background-image: -webkit-linear-gradient(135deg, #181e27, #3a4453);
    background-image: linear-gradient(315deg, #181e27, #3a4453);
    text-align: center;
    padding: 80px 0;
    position: relative;
}
.our-process-sec h2 {
    color: #fff;
}
.our-process-sec p {
    color: #93a1b5;
}
.our-process-custom-sec {
    margin-bottom: 80px;
    margin-top: 20px;
}
.our-process-custom-sec .hs_cos_wrapper_type_custom_widget {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.avg-collection-hding {
    width: calc(20% - 40px);
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
    position:relative;
}
.avg-collection-title {
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 100%;
    padding: 17px 20px;
    border-radius: 0.5vw;
    background-color: #3a4453;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    text-align: center;
    position:relative;
    cursor: pointer;
}
.avg-collection-title:hover{
    background-color: #586475;
}
.avg-collection-title:after {
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/arrow-right.svg);
    background-size: cover;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.avg-collection-hding:last-child .avg-collection-title:after {
    display: none;
}
.avg-collection-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    top: 80px;
    max-width: 300px;
    font-size: 90%;
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    background-color: #3a4453;
    position: absolute !important;
    z-index: 3;
    left: calc(50% - 150px) !important;
    width: 300px;
    right: 0;
    margin: auto !important;
    box-shadow: 4px 4px 15px -3px rgba(24, 30, 39, .3);
    opacity: 0;
    /*-webkit-animation-name: fadeInUpNew;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both;*/
    opacity: 0;
    visibility: hidden;
    transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    -webkit-transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    transition: all .3s ease-in-out;
}
.avg-collection-desc p {
    font-size: 14px;
    color: #fff;
    line-height: 150%;
}
.avg-collection-desc a {
    color: #50b948;
}
.avg-collection-desc:before {
    content: '';
    height: 15px;
    width: 15px;
    background-color: #3a4453;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -6px;
    position: absolute;
 
}
/*
 * .avg-collection-hding:hover .avg-collection-desc{
    transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    /* display: block !important; 
    opacity: 1;
    visibility: visible;
}
*/






/*=======================================================================
           Our Services Section
========================================================================= */

.our-services-sec {
    position: relative;
    padding: 80px 0px;
    text-align: center;
}
.our-services-description {
    padding: 20px 0;
}
.our-services-description .widget-type-linked_image {
    margin: 20px 0;
}
.our-services-description h3 {
    color: #3a4453;
}
/*.our-services-description p{
    font-size: 85%;
    line-height: 130%;
    font-weight: 500;
}*/
.our-services-custom-section {
    margin-top: 40px;
}
.our-services-custom-section > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
}
.our-services-custom-section > span .hs_cos_wrapper_type_custom_widget {
    align-items: center;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #3a4453;
    text-align: center;
    display: inline-block;
    width: calc(50% - 26px);
    margin-right: 50px;
    position:relative;
    margin-bottom: 30px;
}
.our-services-custom-section > span .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
    margin-right: 0;
}
/*.service-cust-desc, .service-cust-desc p {
    font-size: 93%;
    line-height: 130%;
    font-weight: 500;
}*/
a.service-cust-btn {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-decoration: none;
}
a.service-cust-btn:hover{
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
}
a.service-cudt-div-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.service-cust-img {
    min-height: 100px;
}
/*.service-cust-img img {
    position: relative;
    z-index: 2;
}
h4.service-cust-title {
    position: relative;
    z-index: 2;
}*/


/*======================================================================
            Testimonial Section 
======================================================================== */

.span12.testimonial-sec {
    min-height: 488px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.testimonial-sec:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(8, 58, 129, .7);
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-custom-sec {
    position: relative;
    padding: 0 100px;
}
.testimonial-custom-sec:before {
    content: '';
    height: 80px;
    width: 80px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/quote%20mark_left.svg);
    position: absolute;
    background-size: 80px;
    background-repeat: no-repeat;
    left: 0;
    top: 30px;
}
.testimonial-custom-sec:after {
    content: '';
    height: 80px;
    width: 80px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/quote%20mark_right.svg);
    position: absolute;
    background-size: 80px;
    background-repeat: no-repeat;
    right: 0;
    top: 30px;
}
.testimonial-custom-sec > span {
    display: inline-block;
    width: 100%;
}
.testimonial-cust-desc {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border-left-style: none;
    font-size: 130%;
    line-height: 130%;
    font-weight: 500;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0 auto 20px;
    max-width: 700px;
    float: none;
}
.testimonial-cust-client-name {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}
.testimonial-cust-client-detail {
    color: #93a1b5;
    font-size: 85%;
    line-height: 130%;
    font-weight: 500;
    position: relative;
}





/*=======================================================================
           Our Resources Section
========================================================================= */


.our-resources-sec {
    background-color: #e7edf3;
    padding: 80px 0 160px;
    text-align: center;
}
.resources-hding {
    padding-right: 80px;
    padding-left: 80px;
}
.post-listing-simple .post-item {
    margin-bottom: 10px;
}
.post-item {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    margin-bottom: 40px;
}
h3.post-title a {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #3a4453;
    text-decoration: none;
}
.post-image {
    max-width: 160px;
    width: 100%;
    display: inline-block;
    min-height: 227px;
    background-position: center;
    background-size: cover;
    margin-right: 40px;
}
.post-description {
    width: calc(100% - 200px);
    display: inline-block;
    text-align: left;
}
.post-desc-para {
    margin-bottom: 20px;
}
.post-desc-para p {
    margin-top: 0;
}
.post-desc-para * {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    color: #586475;
    line-height: 24px;
    font-size: 16px;
    display: inline;
    font-weight: 400;
}
a.more-link {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 600;
    text-decoration: none;
}
a.more-link:hover {
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
}


.faq-sec {
    background-color: #fff;
    text-align: left;
    margin-bottom: 20px;
    padding: 40px;
}
a.text-link, a.add-service-btm-cta {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none;
}
a.text-link:hover, a.add-service-btm-cta:hover {
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
}



/*=======================================================================
            Our Partners Section
========================================================================= */


.our-partners-sec {
    position: relative;
    padding: 0px 20px 80px 20px;
    text-align: center;
}
.our-partners-sec .container {
    max-width: 1050px;
}
.our-partners-custom-section > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.our-partners-custom-section > .row-fluid-wrapper {
    display: inline-block;
    width: 154px;
    margin: 20px;
    vertical-align: middle;
}
.our-partners-custom-section > .row-fluid-wrapper .widget-type-linked_image img {
    max-width: 160px;
    max-height: 40px;
    width: 100% !important;
    vertical-align: middle;
}




/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Homepage Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */




/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Services Page CSS Start
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */
                    

/* ========================================
 * Banner Section 
 * ===================================================*/       

body.Service-body .banner-description-div p {
    color: #fff;
}


/* ========================================
 * Record Section 
 * ===================================================*/                    
                    
.record-section {
    text-align: center;
    padding: 0px 0px 120px;
}
.record-custom-section {
    padding-top: 10px;
}
.record-custom-section > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.record-custom-section > span .hs_cos_wrapper_type_custom_widget,
.record-custom-section > span .hs_cos_wrapper_type_module {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.333333%;
}
.record-custom-div {
    position: relative;
    padding: 20px 20px 40px;
    background-color: #fff;
    box-shadow: none;
    text-align: center;
}
.record-custom-div li{
 		padding-left:0; 
}
.record-custom-div.most-popular-div {
    z-index: 2;
    box-shadow: 0 100px 200px -15px rgba(119, 132, 151, .5);
}
.record-custom-img {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 97px;
    width: 100%;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.record-custom-desc h4 {
    margin-bottom: 20px;
}
.record-custom-desc ul {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    list-style: none;
}
h4.record-small-hding {
    display: none;
}
.record-custom-desc h3 {
    margin-bottom: 20px;
}
h3.record-small-hding {
    display: none;
}
.highlighted-label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0.5vw;
    background-color: #e3fde1;
    color: #50b948;
    font-size: 85%;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom:20px;
}

.what-is-it-section {
    text-align: center;
    margin-top:100px !important;
    margin-bottom: 0px !important;
}
.additional-service-hding {
    margin-bottom: 0px;
}
.additional-services-section {
    padding: 60px 15px 60px;
    text-align: center;
}
.additional-custom-section > span {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.additional-custom-section > span .hs_cos_wrapper_type_custom_widget {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    float: left;
 		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.add-service-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    margin-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.add-service-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}
.add-service-desc p {
    margin-top: 0;
}



 
/* =====================================
 * 			Features Section +
 * ========================================================== */

.features-cust-main-div {
    position: relative;
    padding: 80px 0px;
}
.cta-section-cust-main-div {
    position: relative;
    padding: 40px 0px 70px;
}
.features-cust-main-div > .container,
.cta-section-cust-main-div > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.features-cust-img {
    position: relative;
    float: left;
    padding-right: 80px;
    padding-left: 80px;
    width: 50%;
}
.features-cust-img img{
    height: auto;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.28);
    border-radius: 5px;
}
.features-cust-desc {
    width: 50%;
    padding: 0px;
    position: relative;
    float: left;
}
.features-cust-sub-desc ul {
    padding-left: 17px;
}
.features-cust-bottom-description,
.cta-section-bottom-description {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.features-cust-bottom-description ul,
.cta-section-bottom-description ul {
    padding-left: 16px;
}
.features-cust-bottom-description .btm-cta-one,
.cta-section-bottom-description .btm-cta-one{
		padding: 19px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #50b948;
    box-shadow: 0 6px 15px -3px rgba(58, 68, 83, .3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 80%;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-decoration: none;
  	margin-bottom: 25px;
}
.features-cust-bottom-description .btm-cta-one:hover,
.cta-section-bottom-description .btm-cta-one:hover {
		background-color: #bdc9da;
    box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5);
    color: #181e27;
}
.features-cust-bottom-description .btm-cta-two,
.cta-section-bottom-description .btm-cta-two {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 600;
  text-decoration: none;
}
.features-cust-bottom-description .btm-cta-two:hover,
.cta-section-bottom-description .btm-cta-two:hover {
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
}
.features-cust-bottom-description p,
.cta-section-bottom-description p {
    font-size: 85%;
    line-height: 130%;
    font-weight: 500;
}



/* =====================================
 * 			attorney Section
 * ========================================================== */

/* SPECIAL */
.attorney-section {
display: none !important;
    padding: 80px 0;
}
/* END SPECIAL */

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
img.square.alt {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 1vw;
    box-shadow: 0 10px 50px -10px rgba(24, 30, 39, .31);
    width: 120px;
    height: 120px;
    margin-right: 40px;
    border-radius: 0.5vw;
}
.expand.top-padding {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 10px;
}  
.expand.top-padding h3 a {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #3a4453;
}
/*.small-paragraph p {
    font-size: 85%;
    line-height: 130%;
    font-weight: 500;
  	margin-top:0;
}*/
a.text-link{
 	margin-top:0; 
}

.download-a-resources {
    background-color: #e7edf3;
    box-shadow: none;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 40px;
}
.download-a-resources img.hs-image-widget {
    max-height: 300px;
    margin-top: -80px;
    margin-bottom: 10px;
    box-shadow: -4px 9px 50px -5px rgba(88, 100, 117, .49);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.download-a-resources h3 {
    margin-bottom: 20px;
}


.are-you-custom-section {
    padding-right: 40px;
}


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Service Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */                    


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      What We Collect Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */                    

.continue-section {
    padding: 80px 0;
    text-align: center;
}
.continue-section form {
    text-align: left;
}

.order-record-anchor-link-container {
  position: relative;
}
.order-record-anchor-link-div {
  position: absolute;
  top: -80px;
}

/*==============================================
        Team Section Css
================================================*/

.team-bnr-btm {
    padding: 100px 0 80px 0;
}
.team-cust-sec > span {
    display: flex;
    flex-wrap: wrap;
 	 	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.team-cust-sec > span .hs_cos_wrapper_type_custom_widget {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
    width: 33.33333333%;
    padding-top: 30px;
}
.team-cust-sec > span .hs_cos_wrapper_type_custom_widget:before {
    content: '';
    height: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    position: absolute;
    top: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/quote%20mark_left.svg);
    width: 20px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-email-img-container {
		max-width: 530px;
}
.testimonial-email-img-container img {
    box-shadow: -1px 5px 35px 0px rgba(21, 44, 58, 0.2);
    border-radius: 4px;
}

.custom-label {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #586475;
    font-weight: 700;
}
.custom-small-paragraph {
    font-size: 85%;
    line-height: 130%;
    font-weight: 500;
}
.record-detail-custom-section {
    background-color: #e7edf3;
    overflow: hidden;
    padding: 0px;
}
.continue-custom-sec {
    margin-top: 80px;
}
.continue-custom-sec a {
    text-decoration: none;
}
.record-detail-custom-section > span .hs_cos_wrapper_type_custom_widget .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.record-detail-cust-description {
    position: relative;
    padding: 80px 20px;
    width: 50%;
}
.record-detail-cust-description .rich-text {
    margin-bottom: 0 !important;
}
.record-detail-cust-description .rich-text h2 {
    margin-top: 44px;
    margin-bottom: 20px;
}
.record-detail-cust-description .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.record-detail-cust-description .list-container {
    margin-top: 0;
    margin-bottom: 0;
}
.serve-detail-cust-description .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.record-detail-cust-right-image {
    width: 50%;
    position: relative;
    float: left;
}
.detail-image-caption{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border-left-style: none;
    font-size: 130%;
    line-height: 130%;
    font-weight: 500;
}
.record-detail-cust-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 100%;
    margin-left: 40px;
    padding: 40px 120px 40px 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-align: center;
}
.continue-custom-sec > span .hs_cos_wrapper_type_custom_widget .column-section{
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
}
.next-block {
    position: relative;
    height: 160px;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png);
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.next-block.next.social-records {
    position: relative;
    height: 160px;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
a.next-block-content.w-inline-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    background-image: -webkit-linear-gradient(0deg, rgba(8, 58, 129, .5), #083a81);
    background-image: linear-gradient(90deg, rgba(8, 58, 129, .5), #083a81);
    color: #fff;
    text-decoration: none;
}
.flex.full-height {
    height: 100%;
}
.vertical-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.vertical-center.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.next-block.next:hover {
    margin-right: -20px;
    margin-left: 0px;
}
.next-block:hover {
    margin-left: -20px;
    box-shadow: 0 20px 50px -10px rgba(88, 100, 117, .5);
}
.vertical-center.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flip-horizontal {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.right-margin-20 {
    position: relative;
    margin-right: 15px;
}
.rich-text.not-blog.bottom-margin-40 {
    margin-bottom: 40px;
}
.list-container {
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
}
.list-container .flex img {
    min-height: 40px;
}
a.next-block-content.next {
    background-image: -webkit-linear-gradient(0deg, #083a81, rgba(8, 58, 129, .5));
    background-image: linear-gradient(90deg, #083a81, rgba(8, 58, 129, .5));
    text-decoration: none;
}




/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      What we Collect Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */                    



/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      About Us Page CSS Start
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */   
                    
                    
.our-mission-section {
    padding: 100px 0 80px 0;
    text-align: center;
}
.body-section {
    padding: 100px 0 80px 0;
}
.body-section p {
    max-width: unset;
}
.intro-content p {
    padding: 0px;
    border-left-style: none;
    color: #778497;
    font-size: 130%;
    line-height: 130%;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: unset;
}
.leadership-section {
    background-color: #e7edf3;
    padding: 80px 0;
    text-align: center;
}
.leadership-custom-section {
    margin-bottom: 80px;
}
.leadership-custom-section .hs_cos_wrapper_type_custom_widget {
    width: 33.33333333%;
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.leadership-custom-section .hs_cos_wrapper_type_custom_widget .link-tile {
    margin-bottom: 40px;
    padding: 20px 40px;
    border-radius: 1vw;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #181e27;
}
.leadership-member-img {
    min-height: 224px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 1vw;
    box-shadow: 0 10px 50px -10px rgba(24, 30, 39, .31);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.side-padding-10 h3 {
    display: inline-block;
}
.side-padding-10 p {
    margin-top:0;
}
.more-detail-custom-section .hs_cos_wrapper_type_custom_widget {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
}
a.card.link-card.w-inline-block {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 20px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 30px 60px -15px rgba(88, 100, 117, .5);
    text-decoration: none;
}
a.card.link-card:hover {
    margin-top: -10px;
    box-shadow: 0 50px 120px -15px rgba(88, 100, 117, .5);
}
.social-link {
    width: 30px;
    height: 30px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/About_Us/linkedin.svg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      About Us Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */   
                    


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Process Page CSS Start
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */   
                    
.process-top-section {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    position: relative;
    padding: 160px 20px;
    text-align: center;
}
a.banner-btm-down-link {
    left: 0;
    right: 0;
    margin: auto;
}

.features-cust-main-div.dark-blue-bg a,
.ordered-request-section a {
  color: #50b948;
}
.features-cust-main-div.dark-blue-bg a:hover,
.ordered-request-section a:hover {
  color: #5dd653;
}

/*--------------------------------------------*/

.sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-right: 40px;
    float: left;
    color: #fff;
}
.sticky-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #3a4453;
}
.jump-link {
    padding: 20px 40px;
    box-shadow: inset 0 0 0 -10px #50b948;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #93a1b5;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.jump-link.w--current {
    position: relative;
    box-shadow: inset 100px 0 200px -50px #50b948;
    color: #fff;
}
.sticky-right-column {
    width: 60% !important;
    float: right !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.process-block.process-page {
    height: auto;
    margin-top: 0px;
    padding-top: 120px;
}
.process-block {
    height: 20%;
    max-width: 600px;
    margin-top: 80px;
    padding-bottom: 40px;
    text-align: left;
}
.ordered-request-section {
    padding: 80px 0;
    background-color: #3a4453;
    background-image: -webkit-linear-gradient(135deg, #181e27, #3a4453);
    background-image: linear-gradient(315deg, #181e27, #3a4453);
}
.button.green.process-button {
    padding: 20px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: 0 6px 15px -3px rgba(58, 68, 83, .3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 80%;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-decoration: none;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
    display: inline-block;
}
a.button.green.process-button.w-button:hover {
    background-color: #bdc9da;
    box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5);
    color: #181e27;
}
.button.green {
    background-color: #50b948;
}
.unparallel-custom-sec {
}
.process-step-title-block {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.process-number {
    position: absolute;
    left: 0px;
    top: -8px;
    right: 0px;
    display: inline-block;
    color: rgba(119, 132, 151, .31);
    font-size: 100px;
    line-height: 80%;
    font-weight: 600;
    text-align: center;
}
.text-white {
    position: relative;
    z-index: 1;
    color: #fff;
}
.process-number.jump-menu {
    position: absolute;
    left: -20px;
    text-align: left;
}
.sticky-right-column p {
    color: #93a1b5;
}
.icon-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    margin-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
h4.text-white a {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
.small-paragraph.on-dark {
    margin-left: 0px;
    color: #93a1b5;
}
.dark-gray-block.text-center {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    background-color: #3a4453;
    color: #fff;
    text-align: center;
}
.quote-mark {
    position: relative;
    z-index: 1;
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
}
.side-padding {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.side-padding blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border-left-style: none;
    color: #778497;
    font-size: 130%;
    line-height: 130%;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #fff;
}
.small-paragraph.on-dark {
    margin-left: 0px;
    color: #93a1b5;
}
.process-subheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding-top: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100%;
    background-color: #50b948;
    color: #fff;
    line-height: 80%;
}
.text-white.no-bottom-margin {
    margin-bottom: 0px;
}
p.text-light.flex-description {
    margin-top: 0;
}
.process-right-custom-section {
    height: 20%;
    max-width: 600px;
    margin-top: 80px;
    padding-bottom: 40px;
    text-align: left;
}

.step-3-branch {
    display: block;
    width: 80%;
    margin: 30px auto 20px;
}
.flex.vertical-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.process-right-custom-section ul {
    column-count: 2;
    padding-left: 10px;
}
.process-right-custom-section ul li {
    color: #bdc9da;
    margin: 10px;
}
.process-right-custom-section ul li:first-child{
    margin-top:0;
}



/********************  Scroller CSS ******************/

.ordered-request-section .container > div > div {
    display: flex;
    flex-wrap: wrap;
  	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.ordered-request-section .container > div > div .span4.widget-span.widget-type-raw_html{
    position:relative;
      width: 40%;
}

.sticky.activate-sticky {
    position: fixed;
    top: 180px;
    max-width: 380px;
}

.sticky.activate-sticky.deactivate-sticky {
    position: absolute;
    top: auto;
    bottom: 0px;
}
.unparalleled-protection {
    padding: 80px 0;
    text-align: center;
}
.unparalleled-protection .resources-hding h2 {
    margin-bottom: 0;
}


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Process Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */                       
                    


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Blog Listing Page CSS Start
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */  

.blog-banner-section {
    text-align: center;
}
.text-intro {
    color: #bdc9da;
    margin-bottom: 40px;
}
.blog-banner-section .text-intro {
    margin-bottom: 20px;
}
.blog-email-sub .hs_email input {
    background-image: none !important;
    background-color:#e7edf3;
    border:1px solid transparent;
    color:#000;
}
.blog-email-sub form.hs-form {
    display: flex;
    flex-wrap: wrap;
  	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    max-width: 585px;
    margin: 0 auto;
}
.blog-email-sub form.hs-form > div:first-child {
    flex-grow: 1;
  	-webkit-flex-grow: 1;
}
.blog-email-sub input.hs-button.primary.large {
    background-color: #083a81;
}
.blog-email-sub input.hs-button.primary.large:hover{
    background-color: #bdc9da;
    box-shadow: 0 0 0 -3px rgba(21, 44, 58, .5);
    color: #181e27;
}

ul.hs-error-msgs.inputs-list li, ul.hs-error-msgs.inputs-list label {
    padding-left: 0;
    list-style: none;
    color: #93a1b5;
    margin: 10px 0;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}
.hs-blog-listing .hs-featured-image {
    float: none;
    max-width: 100%;
    margin: 20px 0;
}
a.heading {
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 100%;
    font-size: 38px;
    color: #181e27;
    text-decoration: none;
}
.content-module h2, .content-module p, .content-module h3,
.content-module h4, .content-module h5, .content-module h6 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    color: #586475;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    max-width: 100%;
}
.hs-blog-listing .post-header {
    max-width: 780px;
    margin: 0 auto;
}
.hs-blog-listing .content-module {
    max-width: 780px;
    margin: 0 auto;
}
.hs-blog-listing .blog-body-section {
    margin: 10px 0 60px;
}
.hs-blog-listing #hubspot-author_data {
    margin-bottom: 0px;
    color: #778497;
    font-size: 90%;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 30px;
    display: none !important;
}

.hs-featured-image-wrapper {
    margin-bottom: 40px;
}


.hs-blog-listing .content-module h2:first-child {
    display: none;
}
.hs-blog-listing .post-header h2 {
    margin-bottom: 0;
    margin-top: 10px;
}
.hs-blog-listing .blog-listing-wrapper.cell-wrapper {
    padding: 50px 0;
}
.hs-blog-listing .blog-detail-banner {
    display: none;
}
.post-listing .post-body.clearfix {
    width: 100%;
}
.post-listing a.hs-featured-image-link {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    display: inline-block;
    width: 100%;
    background-position: center;
}
.blog-banner-section .submitted-message {
    max-width: 585px;
    margin: 0 auto;
}
.hs-blog-listing h2.post-listing-simple {
    margin-bottom: 0;
}
.hs-blog-listing h2.post-listing-simple a {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #083a81;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #083a81;
    font-weight: 600;
}
.hs-blog-listing h2.post-listing-simple a:hover{
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #083a81;
    background-color: rgba(8, 58, 129, .11);
} 
/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Blog Listing Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */  


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Blog 	Detail Page CSS Start
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */  


.hs-blog-post .blog-banner-section {
    display: none;
}
.post-detail-img .hs-featured-banner-img {
    background-size: cover;
    padding: 240px 0 160px;
    text-align: center;
    position: relative;
    background-position: top 38% center;
}
.post-detail-img .hs-featured-banner-img:before {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: -webkit-linear-gradient(270deg, rgba(24, 30, 39, .9), rgba(58, 39, 39, 0));
    background-image: linear-gradient(180deg, rgba(24, 30, 39, .9), rgba(58, 39, 39, 0));
    content: "";
}
.post-detail-img h1 {
    color: #fff;
    position: relative;
}

.blog-rich-text {
    position: relative;
    display: block;
    width: 75%;
    margin-bottom: 40px;
    margin-left: 25%;
}
.blog-rich-text {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    /*padding-left: 25%;*/
}
.blog-rich-text blockquote.quote-half-width {
    width: 50%;
    margin-right: 40px;
    margin-left: -25%;
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
}
.blog-rich-text blockquote{
    margin-top: 20px;
    margin-bottom: 20px;
    border-left-style: none;
    color: #778497;
    font-size: 130%;
    line-height: 130%;
    font-weight: 500;
    width: 100%;
    margin-left: 0;
}

.card.gray-card {
    background-color: #e7edf3;
    box-shadow: none;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    padding: 40px;
}
.about-author-inner {
    width: 80px;
    height: 80px;
    margin-right: 40px;
    border-radius: 100px;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.small-paragraph {
    font-size: 85%;
    line-height: 130%;
    font-weight: 500;
}
.align-left {
    margin-left: 0;
}
.blog-body-section .column-section {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
}
.blog-email-sub.field-light .hs_email input {
    background-image: -webkit-linear-gradient(270deg, #e7edf3, #e7edf3);
    background-image: linear-gradient(180deg, #e7edf3, #e7edf3);
}
.blog-email-sub.field-light form.hs-form {
    max-width: 700px;
}
.blog-subscription-form .label {
    color: #586475;
    max-width: 818px;
    margin-left: auto;
    display: flex !important;
}
div#topic_data_list {
    padding: 20px 0;
}
.related-post-list {
    padding: 20px 0;
}
.blog-section.blog-detail-module {
    padding: 80px 0;
}
.blog-section.blog-detail-module h2 {
    max-width: 720px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.blog-section.blog-detail-module h3 {
    max-width: 720px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.blog-section.blog-detail-module .expand h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.blog-section.blog-detail-module .expand p.small-paragraph {
    margin-top: 0;
}
/*.blog-rich-text p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/
.body-container-wrapper .blog-rich-text li {
    color: #586475;
    font-size: 100%;
    font-weight: 400;
}
.blog-subscription-form {
    padding-bottom: 40px;
}
.body-container-wrapper ol, .body-container-wrapper ul {
    max-width: 720px; 
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
       list-style-type: none;
}

.body-container-wrapper ul {
   margin-left: 15%; /*changed from auto in case anything breaks*/
   list-style-type: disc !important;
}

.button.tab-link.on-white {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #50b948;
    /* border: 1px solid #50b948; */
    background-color: transparent;
    box-shadow: none;
    margin-right: 10px;
      margin: 40px auto 0;
    /* padding: 10px; */
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    position: relative;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    max-width:282px;
}
.w-dropdown-link{
   font-size: 80%; 
}
.button.tab-link:hover {
    background-color: rgba(80, 185, 72, .28);
    color: #fff;
}
.category-dropdown-toggle.w-dropdown-toggle:after {
    content: "\f078";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 18px;
}
.category-dropdown-toggle {
     font-size: 80%;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #50b948;
    border: 1px solid #50b948;
    background-color: transparent;
    box-shadow: none;
    margin-right: 10px;
    max-width: 282px;
    margin: 40px auto 0;
    padding: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    position: relative;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}
.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    width: 100%;
    max-width:300px;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}
.w-dropdown-link:hover {
    color: #50b948;
}
.category-dropdown-list.w--open {
    left: 0;
    top: 50px;
    right: 0;
    border-color: #50b948;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    background-color: #fff;
}
.category-dropdown-toggle.w-dropdown-toggle {
    padding: 15px 15px 15px 20px;
}

/*BLOG COMMENTS FORM BUTTON*/

DIV.post-footer input.hs-button.primary {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #50b948;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    padding: 15px 40px;
    transition: all 300ms ease;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.5px;
    font-family: Hind, sans-serif;
    border: 0;
    font-size: 13px;
    min-height: 60px;
    height: 100%;
    max-width: 240px;
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
}
DIV.post-footer input.hs-button.primary:HOVER {
    background-color: #bdc9da;
    color: #181e27;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 0;
  
}

/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Blog Detail Page CSS End
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */  


/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Main Order Records Landing Page CSS Start
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */   

.order-record-type-container {
}
.record-type-option {
	text-align: center;
  margin-bottom: 50px;
}
.record-type-option .img-container {
  height: 90px;
}
.record-type-option .buttons-container {
  margin: 20px 20px 12px;
}
.record-type-option .buttons-container a.btn {
  display: block;
  margin-bottom: 8px
}

.lp-body-section {
  padding: 40px 0 80px 0;
}

/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Main Order Records Landing Page CSS END
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */   



/* *====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
                      Responsive CSS Start
                    ====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* */



@media (max-width:1170px){
    
.footer-top-shape {
    top: -110px;
}

}

@media (max-width:1170px) and (min-width:991px){

  .avg-collection-desc{
    left: calc(50% - 190px) !important;
  }  
  .avg-collection-desc:before {
    right: 100px;
	}
  
}

@media (max-width:1024px){
    
.footer-top-shape {
    top: -80px;
}
    
}




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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    padding-top: 0px;
    display: inline-block;
    width: 100%;
    background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #3a4453;
    font-size: 90%;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 13px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background-color: transparent;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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


ul.hs-menu-children-wrapper {
    padding: 5px 0;
    background-color: #3a4453;
    position: absolute !important;
    z-index: 10;
    left: calc(50% - 150px) !important;
    width: 300px;
    right: 0;
    margin: auto !important;
    box-shadow: 4px 4px 15px -3px rgba(24, 30, 39, .3);
    top: 70px;
/*    transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    -webkit-transform: translateX(0px) translateY(20px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);*/
}

ul.hs-menu-children-wrapper:before {
    content: '';
    border-width: 24px;
    top: 11px;
    left: 0;
    right: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #3a4453;
    -webkit-transform: translate(0px, -16px) rotate(45deg);
    -ms-transform: translate(0px, -16px) rotate(45deg);
    transform: translate(0px, -16px) rotate(45deg);
    margin: auto;
}
ul.hs-menu-children-wrapper a {
    width: 100% !important;
    padding: 20px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #e7edf3;
    font-weight: 600;
    font-size: 90%;
}

  .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 !important;
  }
  .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:before {
      content: none !important
  }

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
      .header-section li.hs-menu-item.hs-menu-depth-1:last-child, .header-section li.hs-menu-item.hs-menu-depth-1:nth-last-child(2) {
          display: none;
      }
     .header-section li.hs-menu-item.hs-menu-depth-2:nth-child(5) {
        padding: 5px 0;
        border-top: 1px solid #181e27;
        margin: 5px 0;
    }
    
    .header-section li.hs-menu-item.hs-menu-depth-2:nth-child(7) {
        padding: 5px 0;
        border-top: 1px solid #181e27;
        margin: 5px 0;
    }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
     -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
    box-shadow: inset 100px 0 200px -50px #50b948;
    color: #fff;
    position: relative;
}
li.hs-menu-item.hs-menu-depth-1.active a{
    color: #93a1b5;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    box-shadow: inset 120px 0 200px -70px #586475;
    position: relative;
}

}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

.custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
    box-shadow: inset 100px 0 200px -50px #50b948;
    color: #fff;
}


@media (max-width: 991px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
    width: 110px;
    left: 0;
    padding: 20px 20px;
    border: 1px solid #bdc9da;
    border-radius: 0.5vw;
  }
  .mobile-trigger:before {
    content: 'Menu';
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    font-size: 80%;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
}

  /* Change button when menu is open */
  


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #181e27;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
    width: 20px;
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
        width: 16px;
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
     /* background-color: #ffffff; */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100% !important;
    min-width: 25px !important;
    height: 35px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
.child-trigger:before {
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/chevron.svg?t=1535976054662);
    position: absolute;
    top: 8px;
    left: 0;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
.child-trigger.child-open:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display:none;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: none;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  }
.child-trigger.child-open+a {
    color: #181e27 !important;
}

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 74px;
    right: 0px;
    z-index: 10;
    height: 80vh;
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 0 20px 40px -10px rgba(48, 54, 60, .25);
    overflow: scroll !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
       margin-bottom: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
       color: #778497;
    font-weight: 600;
    padding: 10px 0 10px 30px !important;
    font-size: 90%;
    line-height: 20px;
  }
  
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0;
    padding-left: 0 !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li a {
    padding-bottom: 5px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li.active a{
    color: #181e27;
    box-shadow: none;
}  
  
  
  .header-section{
    padding: 10px 0;
  }
  .header-section .custom-menu-primary.js-enabled{
    width: 100% !important;
    margin-left: 16px !important;
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
    padding: 0;
    top: 0;
    position: absolute;
    left: 0;
  }
  .hdr-right-icons {
        display: none !important;
    }
  .header-section li.hs-menu-item.hs-menu-depth-1:last-child a{
      color: #50b948;
  }
  .header-section li.hs-menu-item.hs-menu-depth-1:nth-last-child(2) a{
      color: #083a81;
  }
/*
  .header-section li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:before {
    content: '';
    height: 20px;
    width: 20px;
    background-image: url(https://cdn2.hubspot.net/hubfs/534201/T-Scan%20Theme%2010-2018/Images/Homepage/chevron.svg);
    position: absolute;
    top: 10px;
    left: 0;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}*/
 

ul.hs-menu-children-wrapper:before{
    display:none;
}
ul.hs-menu-children-wrapper {
    padding: 0px 0 10px 30px;
    background-color: transparent;
    left: 100% !important;
    box-shadow: none;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul li a img {
    width: 20px;
    height: 20px;
    display: inline;
}
.custom-menu-primary .hs-menu-wrapper > ul li {
    margin: 12px 0;
}


.our-process-custom-sec .hs_cos_wrapper_type_custom_widget{
    display:block;
}
.avg-collection-hding {
    width: 100%;
    margin: 0 20px;
    position: relative;
    max-width: 200px;
    display: block;
}
.avg-collection-hding {
    width: 100%;
    margin: 20px auto 60px;
    max-width: 200px;
    display: block;
}
.avg-collection-title:after{
    right: 0;
    left: 0;
    bottom: -40px;
    transform: rotate(90deg);
 		-webkit-transform: rotate(90deg);
    margin: auto;
}


}


@media screen and (min-width: 769px){
.sticky {
    position: sticky;
    top: 25vh;
}
}

/*======================================================================
                    767px
======================================================================== */


@media (max-width:767px){

h1 {
    font-size: 250%;
}
.container{
    padding:0 20px;
}
.mobile-trigger{
    right:36px;
    left: auto;
    top:1px;
}
.banner-section, body.inner-pages .banner-section {
    min-height: 250px !important;
    padding: 90px 0 !important;
}
.horz-space-module {
  padding-bottom: 50px;
}

a.banner-cta{
    width:100%;
}
.banner-form-section {
    max-width: 340px;
   height: 142px;
}
.banner-form-title {
/* SPECIAL */
display: none;
/* END SPECIAL */
    width: 100%;
/*    display: block; */
    text-align: center;
    margin-bottom: 20px;
}
.banner-form{
    width: 100% !important;
}
.banner-form-options{
}

/* *======*======*======*======*======*======*======*======* HOMEPAGE RESPONSIVE *======*======*======*======*======*======*======* */

  
    
/*----------------------- Partner Section CSS ------------------*/

.who-we-serve-custom-sec > span .hs_cos_wrapper_type_custom_widget,
.who-we-serve-custom-sec > span .hs_cos_wrapper_type_module {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 1vw;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #181e27;
    position: relative;
}
.partner-cust-img {
    max-width: 240px;
    margin: 0 auto 25px;
}

.value-cust-img {
    max-width: 240px;
    margin: 0 auto 25px;
}
  
 
/*----------------- guidance section ------------------*/

.guidance-cust-image {
    max-width: 100%;
}
.guidance-cust-middle {
    width: 100%;
    max-width: 508px;
    padding-right: 20px;
    padding-left: 20px;
}  
.guidance-cust-btn {
    width: 100%;
    display: block;
    margin: 0 auto 20px !important;
}


/*----------------- Services section ------------------*/


.our-services-sec{
    padding: 60px 0px;    
}
.our-services-custom-section > span .hs_cos_wrapper_type_custom_widget{
    width: 100%;
    margin-right: 0;
}
.our-services-custom-section > span .hs_cos_wrapper_type_custom_widget:last-child{
    margin-bottom:0;
}

/*------------------- Resources Section------------------------*/

.resources-hding {
    padding-right: 0px;
    padding-left: 0px;
}

/*------------------- Testimonial Section------------------------*/

.testimonial-sec{
    padding: 60px 0;    
}
.testimonial-custom-sec {
    position: relative;
    padding: 0 30px;
}
.testimonial-custom-sec:before, .testimonial-custom-sec:after{
    top: 10px;
    background-size: 30px;
    height: 30px;
    width: 30px;
}
.span12.testimonial-sec {
    min-height: 288px !important;
    padding: 50px 0;
}

/* *======*======*======*======*======*======*======*======* SERVICE RESPONSIVE *======*======*======*======*======*======*======* */
  
  
/*-------------------- Commmon  CSS ---------------------- */ 
  .attorney-section, .features-cust-main-div, .record-section, .cta-section-cust-main-div {
    padding: 60px 0;
}
.record-custom-section {
    padding-bottom: 60px;
}
  
  
/*------------------- Record Section------------------------*/
  
.record-custom-section > span .hs_cos_wrapper_type_custom_widget{
    width: 100%;
    left: auto;
    right: auto;  
}
.most-popular-custom {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}  
.record-custom-div.most-popular-div {
    z-index: 2;
    box-shadow: 0 100px 200px -15px rgba(119, 132, 151, .5);
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.record-custom-div {
    width: 100%;
    padding: 40px 20px 40px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
  
  
/*------------------- Additional Services Section------------------------*/ 
  
.additional-custom-section > span .hs_cos_wrapper_type_custom_widget {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; 
  	margin-bottom:30px;
}
.additional-custom-section>span .hs_cos_wrapper_type_custom_widget:last-child{
  	margin-bottom:0 !important;
} 
  
  

/*------------------- Features Section------------------------*/ 
  
  
.features-cust-img {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
}  
.features-cust-desc {
    width: 100%;
}
.features-cust-main-div.optional-layout-2 .container,
.cta-section-cust-main-div.optional-layout-2 .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
}
  
/*------------------- Attorny Section------------------------*/ 
  
.are-you-custom-section {
    margin-bottom: 80px;
    padding-right: 0;
}  
.download-a-resources img.hs-image-widget {
    max-width: 225px;
    width: 100% !important;
} 




/* *======*======*======*======*======*======*======*======* What We Collect RESPONSIVE *======*======*======*======*======*======*======* */


.team-cust-sec > span .hs_cos_wrapper_type_custom_widget{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.record-detail-cust-description {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.record-detail-cust-right-image {
    width: 100%;
}
.record-detail-cust-image {
    width: 100%;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.continue-custom-sec > span .hs_cos_wrapper_type_custom_widget .column-section {
    width: 100%;
}



/* *======*======*======*======*======*======*======*======* WAbout Us RESPONSIVE *======*======*======*======*======*======*======* */



.leadership-custom-section .hs_cos_wrapper_type_custom_widget {
    width: 100%;
    left: auto;
    right: auto;
}
.leadership-member-img {
    max-height: 240px;
    max-width: 240px;
    margin: 20px auto;
}
.side-padding-10 {
    max-width: 360px;
    margin: auto;
}
.leadership-custom-section .hs_cos_wrapper_type_custom_widget .link-tile{
    padding:20px 0;
    text-align:center;
  	margin-bottom: 20px;
}
.more-detail-custom-section .hs_cos_wrapper_type_custom_widget {
    width: 100%;
}

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

.footer-section fieldset{
    width: 100% !important;
}
.footer-section fieldset .hs-form-field {
    width: 100% !important;
    margin: 0 0 1px 0;
}
.footer-section .hs_submit.hs-submit {
    max-width: 100%;
    display: block;
}
input.hs-button.primary.large{
    max-width: 100%;    
}
.map-section a{
}
.our-resources-sec {
    padding: 80px 0 60px;
}
.footer-section {
    padding: 40px 0px 70px;
    margin-top: 100px;
}
.footer-section:before{
    top: -140px;
    height: 150px;
}
.map-section {
    margin-top: 40px;
}
/* *======*======*======*======*======*======*======*======* Process RESPONSIVE *======*======*======*======*======*======*======* */


.sticky{
    display:none;
}
.process-right-custom-section:first-child {
    margin-top: 0;
}
.process-right-custom-section p {
    font-size: 16px;
}  
.process-right-custom-section ul li{
    font-size: 100%;
}
  
  
  
  
/* *======*======*======*======*======*======*======*======* Blog RESPONSIVE *======*======*======*======*======*======*======* */

  
  
.post-listing a.hs-featured-image-link {
    min-height: 170px;
}  
.blog-rich-text blockquote {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    margin-top: 0;
}
.blog-rich-text {
    width: 100%;
    margin-left: 0;
    padding-left:0;
}
.blog-body-section .column-section {
    width: 100%;
}  
a.card.link-card:hover{
	margin-top:0;  	
}
.row-fluid [class*="span"]{
   width: 100%;
}  
  

/******--------------------------  Sticky CSS   ----------------------------****/  
  
 .ordered-request-section .container > div > div .span4.widget-span.widget-type-raw_html {
    width: 100%;
} 
.sticky-right-column {
    width: 100% !important;
} 
  
  
  
}



/*------------------ 640px ------------------*/

@media (max-width:640px){
    
.footer-top-shape {
    top: -45px;
}
  
.dark-gray-block.text-center {
    padding: 40px 10px;
}  
.quote-mark{
    width: 20px;
    margin-right: 0px;
    margin-left: 0px;
}
.side-padding {
    padding-right: 10px;
    padding-left: 10px;
} 
.side-padding blockquote{
    font-size: 110%;
}  
.process-number.jump-menu{
  	left: 0px;
} 
div#hs_cos_wrapper_widget_1536324531614 {
    position: relative;
}
div#hs_cos_wrapper_widget_1536324531614 .flex.no-wrap {
    position: relative;
    padding: 0 0 0 70px;
}
div#hs_cos_wrapper_widget_1536324531614 .flex.vertical-flex.side-padding-10 {
    display: block;
    width: 100%;
    flex: none;
    text-align: left;
}
.step-3-branch {
    display: block;
    width: 200px;
    margin: 30px auto 20px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: absolute;
    left: -60px;
    bottom: 0;
    top: 0;
    margin: auto;
}  
.form-embedded-sec label.fsOptionLabel {
    display: block;
    margin: .5em 0;
    padding: 0;
    cursor: pointer;
    padding-left: 30px;
} 

}

/*----------------- 480px  ------------------*/


@media (max-width:480px){
    

.hs-input {
    width: 100% !important;
}
  .side-padding-80{
  
  }
  
  
/* *======*======*======*======*======*======*======*======* HOMEPAGE RESPONSIVE *======*======*======*======*======*======*======* */
  
  
.post-item {
    padding: 0 10px;
}
.post-description {
    width: 100%;
    padding: 0 20px;
}
.post-image {
    max-width: 100%;
    margin-right: 0;
} 
  
/* *======*======*======*======*======*======*======*======* SERVICES RESPONSIVE *======*======*======*======*======*======*======* */
  
.add-service-img {
    width: 100%;
    margin-right: 1px;
    justify-content: flex-start;
  	-webkit-justify-content: flex-start;
}
img.square.alt {
    margin-right: 0;
}  
.expand.top-padding {
    padding: 0px 0px;
}  
.are-you-custom-section .flex {
    display:block;
}
  

/* *======*======*======*======*======*======*======*======* Blog RESPONSIVE *======*======*======*======*======*======*======* */ 
  
  
.blog-email-sub form.hs-form {
    flex-wrap: initial;
  	-webkit-flex-wrap: initial;
}
.blog-email-sub input.hs-button.primary.large {
    padding: 15px 10px;
}
.card.gray-card .avatar {
    width: 100%;
}
.card.gray-card {
    padding: 30px;
}
  
}




@media (max-width:380px){
    
   
.banner-form-options{
    width:86%;
}
    
}
    

/* *======*======*======*======*======*======*======*======* Temporary Styles *======*======*======*======*======*======*======* */ 
.red {
  color: #f20000 !important;
}