/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,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    */
/*****************************************/

/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards     */
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive         	*/
/*                                      */
/****************************************/

/*************** HubL variables ***************/





/*************** CUSTOM ****************/

#no-mobile, .no-mobile {display: initial;}
#no-desktop, .no-desktop {display: none !important;}
.mainpad {padding: 40px 0;}
:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}
.emailsettings {margin: 150px 0 300px 0;}
.widget-type-email_subscriptions h1, .widget-type-email_subscriptions_confirmation h1, .widget-type-email_simple_subscription h1 {font-size: 27px; line-height: 30px; margin: 1px 0px 15px;}
.email-prefs .item .item-inner {border-radius: 0;}
input[type="checkbox"] {margin-right: 5px !important;}
.checkbox-row input {top: 6px;}
.email-prefs .item p {margin: 5px 25px 0px;}
.main-content {padding-right: 30px;}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper, .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body #leadin-content-form-wrapper {
    padding: 1.6em !important;}
.leadinModal.leadinModal-theme-top {margin-top: 90px;}
.leadinModal.leadinModal-theme-top {max-height: none !important;}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content-wrapper .leadin-content-body {padding: 10px;}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .dyno-image {width: 500px; margin-right: 22px;}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-close {top: 25px !important; right: 9.5% !important; }
.leadinModal .leadinModal-close::before {font-size: 40px !important;}
.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadin-button, .leadinModal.leadinModal-v3 .leadin-button {padding: 1em 1.7em !important;}
.leadinModal .leadin-preview-wrapper {max-width: 1200px;}
.leadinModal-theme-top .leadin-preview-wrapper .advance-wrapper {margin: 0 40px !important;}
.leadinModal-332587 .leadinModal-content {border-color: none;}
.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-form .leadinModal-content, .leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-thanks .leadinModal-content {border-bottom-width: 0 !important;}    
.leadinModal-reset div {
    border-radius: 3px 0 0 0 !important; 
    -webkit-border-radius: 3px 0 0 0 !important;
    -moz-border-radius: 3px 0 0 0 !important;
    -o-border-radius: 3px 0 0 0 !important;
    -ms-border-radius: 3px 0 0 0 !important;}
.leadinModal .leadin-button {text-transform: uppercase; font-weight: 600 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important; 
    -moz-border-radius: 0px !important; 
    -o-border-radius: 0px !important; 
    -ms-border-radius: 0px !important;}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .dyno-image {width: 100% !important; float: left !important;}
.leadinModal .dyno-image img {max-width: 100% !important;}
.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-form h4, .leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-form p {margin-left: 0 !important;
margin-top: 10px !important;}
.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-form .leadin-form-wrapper {float: left !important;}
.leadinModal.leadinModal-v3 .dyno-image img {margin: 0px auto 18px auto !important;}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {margin-left: 0 !important;}
.leadinModal .leadinModal-content {max-height: 94% !important;}

.regular-link {border: none !important; text-transform: none !important; padding: 0 !important; font-size: inherit !important;}
.space-social-down {margin-top: 140px !important;}
.spacelft {margin-left: 30px;}
.topgraphic {margin-bottom: 35px !important;}
.leadinModal-339995.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content, .leadinModal-339995.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content, .leadinModal-339995.leadinEmbedded-theme-default.leadinModal-preview.leadinModal-v3 .leadinModal-content, .leadinModal-339995.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content {background: #0074c8 !important;}
.leadinModal .dyno-image img {}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .dyno-image {vertical-align: top; float: left; width: 400px; margin-right: 22px;}
.caption.below h3 {margin-bottom: 0;}
.caption.below p {font-weight: 400;}
.banner-header-section .linked-no-borders a:last-child {border: none; padding: 0 0 0 0;}
.banner-header-section .linked-no-borders .portfolio-overlay-content {height: 0;}
.banner-header-section .linked-no-borders p {font-size: 14px;}
.features-twocols {padding-right: 30px;}
.smalltitles h3.portfolio-title {font-size: 22px; line-height: 24px;}
.features-twocols h3 {margin-bottom: 5px;}
.features-twocols p {margin-bottom: 35px;}
.bloghead {height: 350px; padding-top: 95px !important;}
.icons .cm-three-col-module-wrapper .portfolio-thumbnail img {max-width: 80px; margin-bottom: 10px;}
.catlist .portfolio-thumbnail {max-width: 100%; padding-right: 20px; margin-bottom: 15px;}
.catlist .portfolio-thumbnail img {max-width: 100% !important;}
.catlist h3.portfolio-title {font-size: 22px; line-height: 20px; text-transform: none; padding-right: 20px;}
a.backtotop {float: right; margin-top: -58px}
.banner-header-section h5 {font-size: 36px;
line-height: 57px;
color: #ffffff;
font-weight: 700;
letter-spacing: 1px;
text-transform: none;}
.contactusform {padding: 60px 0 120px 0;}
textarea {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
form {max-width: 100% !important;}
.hs-form fieldset {max-width: 100% !important;}
.hs-form-field .input {width: 96% !important;}
input[type="submit"] {background: #0074c8 !important; background-color: #0074c8 !important; text-transform: uppercase; 
-webkit-border-radius: 0px !important; 
-moz-border-radius: 0px !important; 
-o-border-radius: 0px !important; 
-ms-border-radius: 0px !important; 
border-radius: 0px !important;}
input[type="submit"]:hover {background: #172f59 !important; background-color: #172f59 !important;}
.filterlinks h3 {color: #0074c8 !important; font-weight: 800; font-size: 18px; letter-spacing: 0.5px;}
.filterlinks a, .filterlinks a:last-child {border: none !important; font-weight: 400 !important; font-size: 16px !important; padding: 0 12px 0 0 !important; 
color: #fff; font-weight: 400 !important; font-size: 16px; text-transform: uppercase; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; 
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;}
.filterlinks a:hover, .filterlinks a:last-child:hover {color: #0074c8;}
.logos {padding-bottom: 50px;}
.logos .portfolio-img {margin: 0 auto; text-align: center; padding: 20px 0 15px 0;}
.logos .portfolio-img img {max-width: 150px; height: auto;}
.logos .portfolio-thumbnail.cm-image {padding: 50px 50px 80px 0; min-height: 215px; text-align: center;}
.casephotos .portfolio-img {max-height: 100px;}
.casephotos .portfolio-thumbnail.cm-image img {transition: transform 200ms ease;}
.casephotos .portfolio-thumbnail.cm-image {padding: 15px 35px 80px 0; max-height: 220px; min-height: inherit; text-align: center; overflow: hidden; margin-bottom: 20px;}
.casephotos h3.portfolio-title {font-size: 20px; text-transform: none; padding-right: 34px; line-height: 25px;}
.hs_cos_gallery_thumbnails {padding: 0 !important;}
.logos h1 {font-size: 30px; text-align: center; margin-top: 25px;}
.vertical-centre .hs-responsive-embed {width: 620px; height: 397px; padding-top: 35px; margin-bottom: 22px;}
.banner-header-section .basebenefits {margin-top: -86px !important; margin-bottom: 50px;}
.homebanner ul li {color: #fff; line-height: 25px;}
.cm-three-col-module-wrapper.row-fluid [class*="span"] {margin-left: 0 !important;}
.cm-three-col-module-wrapper .portfolio-excerpt {padding-right: 40px;}
.cm-three-col-module-wrapper {margin: 20px 0 40px 0;}
.top-phone {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}

a.no-border {border: none !important;}
.banner-solution-section {height: 386px; padding-top: 120px;}
.post-top-four .portfolio-excerpt {color: #ffffff;}
.top-benefits {margin: 40px 0 20px 0; color: #fff;}
.banner-header-section h2.top-benefits {font-size: 28px !important; line-height: 33px !important;}
.baseimgpost {margin: -40px 0 -34.4px 3px;}
.solutionsbaseimg {margin: 0 0 -50px 0; text-align: center; padding-left: 45px;}
.spbaseimg {text-align: center;}
.carimage img {margin: -50px 100px -18px 0;}
hr.no-mobile {display: block ;}
hr {border: initial;}

hr.blue {margin: 40px 0 30px 0; border-top: 2px dotted #0074c8;} 
hr.grey {margin: 40px 0 30px 0; border-top: 2px solid #ebebeb;}
hr.clients {margin: 5px 0 5px 0; border-top: 2px solid #ebebeb;}
body {
    color: #000000;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.icons {margin: 40px 0 50px 0;}
h3.portfolio-title {font-size: 24px; color: #0074c8; font-weight: 700; margin: 10px 0; text-transform: none;}
.portfolio-excerpt {padding-right: 20px; line-height: 22px;}    
.hs_cos_gallery_main .slick-slide img {max-width: 108px; margin-bottom: 20px;}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {margin: 0;}
.caption.below blockquote {padding-left: 0px;}
.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {padding: 0px 30px;}
.hs_cos_gallery_main .slick-prev, .hs_cos_gallery_thumbnails .slick-prev, .hs_cos_gallery_lightbox .slick-prev {left: -15px;}
.hs_cos_gallery_main .slick-next, .hs_cos_gallery_thumbnails .slick-next, .hs_cos_gallery_lightbox .slick-next {right: -14px;}
blockquote, blockquote p {
    font-size: 14px;
    line-height: 1.549829;
    font-weight: 300;
    margin-bottom: .4em;
    font-style: italic;
    letter-spacing: 0.5px;
}
blockquote p {margin: 0 0 20px 0; padding: 20px; background: #f8f8f8;}
blockquote::before {left: -22px; background-color: #0074c8;}
.cm-two-col.column-width-66 .page-center {max-width: 595px !important; left: 0 !important; top: 1rem; padding: 9% 10% 7% 10%; position: relative;}
.page-content {margin: 80px 0;}
.content-left {padding-right: 30px;}
.content-right {padding-left: 30px;}
.align-content-right {right: 0; float: right;}
.text-left {padding-top: 70px; max-width: 39.4%;} 
.span12.widget-span.widget-type-cell.align-content-right {margin-left: 9%;}
.testimonial-action {margin-top: 132px; text-align: center;}
.contact-intro {padding: 60px 40px 45px 0;}
.contact-action {padding: 50px 10px 35px 30px;}
.contact-button {margin-top: 5px; margin-bottom:12px; padding: 0 10px;}
.contact-content {padding: 0 24px;}
.mfp-bg {background: #05131f; opacity: .9;}
.wistia_embed {float: right; clear:both;}
.left-text, .right-text {padding-right: 40%;}
.right-text {margin-left: -6px;}
.header-23-sub {padding-top: 150px; padding-bottom: 180px;}
.header-23-sub .hero-unit {max-width: 1167px; padding-right: 20%; text-align: left; font-size: 20px; letter-spacing: 0;}
.header-23-sub .hero-unit .btn-play {margin: -40px 0 0 800px;}
.header-23-sub .hero-unit strong {display: block; font-size: 36px; line-height: 57px; font-weight: 700; letter-spacing: 1px; font-family: 'Raleway', sans-serif;}
.leadinModal-113407.leadinModal-theme-top.leadinModal-preview.leadinModal-v3 .leadinModal-content, .leadinModal-113407.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content, .leadinModal-113407.leadinEmbedded-theme-default.leadinModal-preview.leadinModal-v3 .leadinModal-content, .leadinModal-113407.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content 
{background: rgb(9, 46, 81) !important;}
img {color: #e9e9e9; font-size: 9px;}
.customers h3 {color: #004a97; font-size: 16px; text-transform: uppercase; text-align: center; font-weight: 700;}
.customers .slick-dots li, .customers .hs_cos_gallery_main .slick-prev, .customers .hs_cos_gallery_thumbnails .slick-prev, .customers .hs_cos_gallery_lightbox .slick-prev, .customers .hs_cos_gallery_main .slick-next, .customers .hs_cos_gallery_thumbnails .slick-next, .customers .hs_cos_gallery_lightbox .slick-next {display: none !important;}
.row-fluid .span8 {width: 66.666%;}
.row-fluid .span4 {width: 33.333%;}
.top-menu-title h1 {font-size: 16.7px; text-align: right; color: #f8f8f8; font-weight: 300; margin: 0 !important; line-height: 24px; text-transform: uppercase;}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {padding-right: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {background-color: #05131f !important; margin-top: -4px;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {width: 100%; min-width: 182px; color: #fff !important; padding: 6px 20px 6px 20px; text-align: left; text-transform: none; font-weight: 400 !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {color: #0074C8 !important;} 
.alignright {text-align: right; }
#homebanner {max-width: 1497px;}
.hero-banner h4 {font-size: 16px; line-height: 16px; color: #fff;}
.hero-banner li {color: #0074c8; padding-bottom: 0;}
.homebanner h2 {font-size: 20px !important; line-height: 24px !important;}
.intrologo img.hs-image-widget   {z-index: 90; position: relative; margin-top: -125px;}
.introtext {margin-left: 0 !important;}
.header-23-sub .hero-unit strong hr  {margin-left: 0; margin-right: 50%; width: 75% !important; margin-top: 6px;}
.header-23-sub .hero-unit strong hr, hr.homehr, .intro-title hr, .intro-title-customers hr {
    color:#0074c8; /*used for IE, top color*/
    background:#0074c8; /*firefox and chrome, top color*/
    min-height: 0px;  /*required to get IE to render the top pixel color*/
    border-left: 0px; 
    border-right: 0px; 
    border-top: 5px solid #0074c8; /*Your top color*/
    border-bottom: 1px solid #0074c8; /*Your bottom color*/
    margin-bottom: 30px;
    border-radius: 30px 0 0 0; 
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -o-border-radius: 30px 0 0 0;
    -ms-border-radius: 30px 0 0 0;
}    
.header-23-sub .hero-unit strong hr, hr.homehr {width: 95%;}
.intro-title hr, .intro-title-customers hr {width: 67%; margin-left: 17%; margin-right: 50%; margin-top: 6px;}
.intro-title, .intro-title-customers  {background-color: #e9e9e9; height: 217px; padding-top: 48px; text-align: center;}
.intro-title-customers {padding-right: 205px; background-color: transparent !important; background: url(https://2478146.fs1.hubspotusercontent-na1.net/hubfs/2478146/Website%20Design/right-bottom-cnr.png); background-size: contain; background-repeat: no-repeat; background-position: right;}
.intro-content {background-color: #f2f2f2 !important; height: 217px; padding: 40px 50px 20px 50px;}
.introduction .row-fluid [class*="span"] {background-color: #e9e9e9; margin-left: 0 !important;}
.vertical-centre .row-fluid [class*="span"] {margin-left: 0 !important;}
.vertical-centre .row-fluid .span6 {width: 50%;}
.intro-solution {background-color: #f2f2f2; height: 217px; padding: 45px 60px 20px 65px;}
.intro-solution p, .intro-customers p {line-height: 22px !important;}
.intro-solution p a, .intro-customers p a {color: #000000;}
.intro-solution h2 {font-size: 20px; line-height: 24px; margin-bottom: 14px; text-transform: uppercase;}
.intro-customers {height: 217px; padding: 75px 30px 20px 65px; background: url(https://2478146.fs1.hubspotusercontent-na1.net/hubfs/2478146/Website%20Design/top-left-xit-cnr.png); background-size: cover; background-color: #ffffff !important;}
.customers {margin: 40px 0 18px 0;}
.white-box {background-color: #ffffff; padding: 40px; margin: 60px 0;}
.banner-header-section .white-box p {font-size: 14px !important; color: #444649 !important; padding-right: 30px;}
.why {margin-top: -2px;}
.testimonial .intro-title, .why .intro-title {text-align: left !important; padding-top: 62px;}
.testimonial .intro-title h1, .why .intro-title h1, .testimonial .intro-title p, .why .intro-title p, .testimonial .intro-title p a, .why .intro-title p a {color: #fff;}
.testimonial .intro-title hr  {margin-left: 0; width: 70% !important;}
.why .intro-title hr {margin-left: 0; width: 65.5% !important;}
.why #hs_cos_wrapper_module_15215162332861438 {text-align: left !important;}    
a#cta_button_2478146_217af761-c1f9-4092-851b-62c8036e92ab.cta_button.white-button:hover {color:#333333 !important;}
.why-desc {padding-right: 5px; padding-bottom: 30px;}
.banner-testimonial-section, .banner-why-section {
    height: 394px;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: table;
    width: 100%;
    text-align:left;
    position:relative;
    background-attachment: fixed;
    background-color: #05131f;}
.lastbutton {margin-top:50px;}
.banner-testimonial-section .page-center, .banner-why-section .page-center {vertical-align: middle;}
.banner-testimonial-section h2, .banner-why-section h2 {font-size: 16px; line-height: 19px;}
.banner-testimonial-section h3 {color: #ffffff !important;}
img.hs-cta-img {width: 20%; height: 20%; margin-bottom: 38px;}
.xit-footer {background-color: #05131f; padding-bottom: 100px; color: #ffffff;}
.xit-footer h4, .xit-footer h4 a {color: #004a97; font-size: 18px; font-weight: 600; line-height: 9px; text-transform: uppercase;}
.xit-footer h4 a:hover {color: #0074C8;}
.xit-footer p {color: #ffffff; font-size: 13px;}
.xit-footer p a {color: #ffffff;}
.footer-image {margin-top: -198px; position: relative; z-index:10;}
.xit-logo {margin: -50px 0 55px 0; padding-right: 50px; position: relative; z-index:20;}
.xit-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float: none;}
.xit-footer .fm_button {display: block; padding: 40px 65px 0 0; text-align: center;}
.social-spacer {height: 70px;}
.social-footer img {width: 40px !important; height: 40px; margin: 42px 20px 5px 0; display: block;}
.social-footer a:hover {border-bottom: 3px solid #dddddd !important;  padding-bottom: 7px;
border-radius: 0 0 2px 10px;
-webkit-border-radius: 0 0 2px 10px;
-moz-border-radius: 0 0 2px 10px;
-o-border-radius: 0 0 2px 10px;
-ms-border-radius: 0 0 2px 10px;}

.xit-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 5px 0px 5px 0px; max-width: 100% !important; font-size: 16px; color: #D8D8D8;}
.xit-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {color: #0074c8; cursor: pointer;}
.xit-footer li {line-height: 14px !important; padding-bottom: 5px !important;}
.footer-menu-box {margin-top:-50px;}
.credits {font-size: 12px; margin-top: 20px; color: #D8D8D8;}
.credits a {color: #D8D8D8;}
.services-menu-footer {margin-top:28px; position: relative; z-index: 30;}


/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
    a {
        color: red;
        font-size: 12px;
         
    }
*/











/* =====================================================
   6. MISCELLANEOUS                                      
   =====================================================*/

.hs-breadcrumb-menu-item {
    float: left;
    padding: 10px 0px 10px 0px;
}
.breadcrumbs-menu li span, .breadcrumbs-menu li a {
    font-size: 14px;
    line-height: 22px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hs-breadcrumb-menu-divider::before {
    padding-right: 10px;
    font-family: initial;
    font-size: 22px;
}
.recent-case-studies {
    margin-top: 50px; 
}
.white-paper-form {
    padding-bottom: 25px; 
    margin-bottom: 25px; 
    margin-top: 50px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.post-listing .post-item {border-bottom: 1px solid #ccc; margin-bottom: 50px;}

.post-item .left-column {
    margin-bottom: 50px; 
    margin-right: 30px;
    float: left;
    width: 33.33%;
    overflow: hidden; 
    max-height: 298px;
}

/*.post-item .left-column img {min-width: 500px;}*/

.post-item .right-column h2 {
    margin: 0 0 18px;
}

.post-item .right-column h2, 
.post-item .right-column h2 a {
    font-size: 31px;
    font-weight: 400;
    color: #212121;
    text-decoration: none;
}

.post-item .right-column h2:hover, 
.post-item .right-column h2 a:hover{
    color: #004a97;
    text-decoration: none;
}

div#hubspot-author_data {
    line-height: 23px;
    font-size: 13px;
    padding-bottom: 6px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    margin-bottom: 15px;
}

#hubspot-author_data > div {
    float: left;
    margin-right: 16px;
    margin-bottom: 5px;
    color: #004a97;
    line-height: 22px;
    font-size:14px;
}

.right-column {
    overflow: hidden;
    margin-bottom: 40px;
}

#hubspot-author_data a {
    margin-right: 4px;
    color: #004a97;
    line-height: 15px;
    display: inline-block;
    text-decoration: none;
    font-size:11px;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

div#hubspot-author_data i {
    font-size: 14px;
    margin-right: 12px;
}

a.more-link, .load-more {
    display: block;
    text-align: center;
    width: 34.33%;
    font-size: 16px;
    padding: 10px 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #0074C8;
    color: #fff;
    text-decoration: none;
    margin-top: 0px; 
    margin-bottom: 10px;
    text-transform: uppercase;
}
.load-more {width: 100% !important;}

a.more-link:hover, .load-more:hover {
    background-color: #004A97;
    color: #fff;
}

a.hs-featured-image-link img {
    display: block;
    margin: 0px auto;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

a.hs-featured-image-link:hover img{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.banner-content p {
    font-size: 22px;
    margin: 10px 14px 0px;
    display: block;
    font-weight: normal;
    text-align: left;
    padding-bottom: 18px;
    color: #fff;
}

.blog-sidebar h3 {
    color: #383838;
    display: inline-block;
    padding-right: 4px;
    line-height: 29px;
    font-size: 22px;
}

.section.post-header h1 {
    font-size: 30px;
    margin-bottom: 12px !important;
    line-height: 35px;
    color: #004a97;
}

.hs-blog-post .content-wrapper {
    padding: 30px 15px 35px;
}

span#hubspot-topic_data {font-size: 10px;}

p#hubspot-topic_data .icon-tag {
    font-size: 16px;
    line-height: 16px;
    padding-top: 6px;
    margin-right: 20px;
    float: left;
    color: #004a97;
}

p#hubspot-topic_data a.topic-link {
    color: #444444;
    background-color: #e7e7e7;
    line-height: 12px;
    padding: 8px 13px;
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}    
a.topic-link {
    border-right: 1px solid #ccc; 
    padding-right: 5px;
    line-height: 18px;
}

.cm-social-share-wrapper {
    padding: 27px 1px 22px;
    margin-bottom: 40px;
    line-height: 1;
    overflow:hidden;
}

.cm-social-share-wrapper > span {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.custom-recent-posts ul {
    padding-left: 0;
    list-style: none;
}

.custom-recent-posts ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    min-height: 57px;
}

.custom-recent-posts ul li a.rec-list-thumb img {
    width: 100%;
}

.custom-recent-posts ul li a.rec-list-thumb {
    width: 90px;
    float: left;
    margin-right: 15px;
    max-height: 45px;
    overflow: hidden;
}

.custom-recent-posts ul li .rec-list-info {
    overflow: hidden;
    margin-top: 5px;
}

.custom-recent-posts ul li .rec-list-info a.title {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 2px;
    color: #000000;
    text-decoration: none;
}

.custom-recent-posts ul li .rec-list-info a.title:hover,
.post-pagination a.prev-post:hover,
.post-pagination a.next-post:hover{
   color: #004a97;
}

.custom-recent-posts ul li .rec-list-info span.date {
    margin-right: 15px;
    color: #004a97;
    line-height: 22px;
    font-size: 12px;
    display: block;
}

.post-pagination a.prev-post {
    padding-right: 10px;
    float: left;
    color: #000000;
    text-decoration: none;
}

.post-pagination a.next-post {
    float: right;
    color: #000;
    text-decoration: none;
    padding-left: 10px;
}

.post-pagination i {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 12px;
    background: transparent !important;
    color: #8d8d8d;
}

.post-pagination a.prev-post i.icon-angle-left {
    margin-right: 8px;
}

.post-pagination a.next-post i.icon-angle-right{
    margin-left: 8px;
}

.gdlr-skill-bar-wrapper.gdlr-size-medium .gdlr-skill-bar-progress {
    padding: 8px 0;
    font-size: 15px;
    text-indent: -9999px;
    height: 16px;
    margin-bottom: 2px;
}

.blog-sidebar {
    padding-top: 20px;
}

.post-pagination {
    margin: 0 0 45px;
    overflow: hidden;
}

div#comment-form h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
    margin-bottom: 10px;
    letter-spacing: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

.custom-news-blog .custom-about-content.row-fluid .span2 {
    height: 150px;
    width: 150px;
}
.custom-about-content {
    padding-top: 20px;
    border-top: 1px solid #efefef;
}

.custom-about-content.row-fluid .span10 {
    /*width: calc(100% - 190px) !important;*/
    width: 82.905982906%;
    float: right;
}

/*************** Base sets ***************/
*, *:before, *:after {
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
    display: table;
    float: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .page-center {
        display: block;
        /*padding-right: 15px;
        padding-left: 15px;*/
    }    
}
@media (min-width: 750px) {
    .page-center {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto !important;
      margin-left: auto !important;
    }
}   
@media (min-width: 992px) {
  .page-center {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
      width: 1200px !important;
    /*width: 1200px !important;*/
  }
}

/*************** Globals ***************/

a {
    color: #0074C8;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height:22px;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus {
    color: #004A97; 
    text-decoration: none;
}
a::visited{
    color:#0074C8;
}
img {
    max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
    width: 100%;
}
.row-fluid [class*="span"]{
    min-height:0 !important;
}


/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
    color: #000000;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:14px ;
    font-weight: 400;
    line-height: 25px;
    -webkit-margin-before: 1rem;
    -webkit-margin-after: 1rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 15px;
    padding: ;
    text-rendering: optimizelegibility;
}
span {
    /*font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
label {
    color: #000000;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
small {}
p.semi {
    font-weight: 600;
}
strong {
    font-weight: 600;
}
em {} /* render emphasise words */
cite {} /* emphasise the title */
code {} /* defines a computer code*/
pre {} /* preformatted text */
q {
    font-style: italic;
    font-weight: 300;
    line-height: ;
}

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

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', 'Raleway', sans-serif;
    /*font-weight: 700; */
    text-rendering: optimizelegibility;
    margin-bottom:20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1 {
    font-size: 36px;
    line-height: 57px;
    color:#000000;
    font-weight: 700;
    letter-spacing: 1px;
}
h2 {
    font-size: 28px;
    line-height: 33px;
    color:#0074c8;
    font-weight:600;
}
h3 {
    font-size: 20px;
    line-height:26px;
    color:#000000;
    font-weight: 500;
}
h4 {
    font-size: 20px;
    line-height:29px;
    color:#889fa7;
}
h5 {
    font-size:18px ;
    line-height:21px;
    color:#0074c8;
}
h6 {
    font-size: 16px;
    line-height:24px;
    color:#0074c8;    
}
h7 {
    font-size: 16px;
    line-height:24px;
    color:#0074c8;    
}



/* -------- Highlighted Text -------- */
::-moz-selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
    color: rgba(0,0,0,0.75);
}

/* -------- Lists -------- */
ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
    color: #000000;
    /*font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-weight: 400;
    line-height: 18px;
    text-rendering: optimizelegibility;
    padding-bottom: 13px;
    margin-left: 15px;
}

.widget-type-rich_text ul {
    list-style-type: square;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 1rem 0;
    padding: 0;
}
.widget-type-rich_text ul li {
    padding-left: 5px;
}
.widget-type-rich_text ul li:before {
    
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-type-blog_comments {margin-top: 20px; padding-top: 20px; border-top: 1px solid #efefef;}

/* -------- 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 {
    border-bottom: 1px solid #CDCDCD;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 17px;
    line-height: 21px;
    color: #444444;
    font-weight: 400;
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
-o-border-radius: 0px; 
-ms-border-radius: 0px; 
border-radius: 0px;}
    
}
.hs-input:focus{
    outline: 0;
    border-bottom: 2px solid #0074c8;
}
select {
    -webkit-appearance: none;
    background: transparent;
}
.hs-form-field > label, {
     
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;

    color: #8B8B8B;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: -19px;
    display: block;
}
.hs-form-field > label.red{
    color:#DA0000;
}
.hs-form-field > label.sel{
    color: #0074c8;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-form-field > label.upM{
    color: #0074c8;
    font-size: 12px;
    line-height: 14px;
    top: -11px;
}
.hs-form-field {
    margin-top: 50px;
    position:relative;
}
input[type="checkbox"]{
    margin-right:25px;
}
textarea{
    height:130px !important;
    resize: vertical;
}

input[type="submit"]{
    width: 100%;
    -webkit-appearance: none;
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1));
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 60px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
input[type="submit"]:hover{
    background-color:#7E7EB9;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
    color:#fff;  
    text-decoration: none;
}

.hs-form-field .input{
    display:table;
    width:100%;
}
.invalid.error{
    border-bottom: 1px solid #DA0000;
}
.hs-error-msgs{
    position:absolute;
}
.hs-error-msgs li label{
    font-size: 12px;
    line-height: 14px;
    color: #DA0000;
}

.hs-error-msgs li{
    list-style-type:none;
}
.hs-form-checkbox, .hs-form-radio{
    width:50%;
    float:left;
    list-style-type:none;
    margin-top:30px;
}
.hs-form-checkbox input, .hs-form-radio input{
    margin-right: 27px;
}
form .hs-richtext{
    text-align:left;
}
form{
    max-width: 570px;
    margin: auto !important;
    float: none !important;
}
form legend{
    color:#8B8B8B;
    font-size:18px;
    margin-bottom: 0;
}
/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul, .body-container .hs_cos_wrapper_type_rich_text ol{
    padding-left: 20px;
}












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

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

/* -------- Main menu ------------- */

/* -------- Other elements -------- */

/* global */

.btn{
    border: 2px solid #fff;
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

       
}
.btn:hover{
    color:#21BACF;
    background-color:#fff;
    text-decoration: none;
}
.btn-solid{
    background-color: #21BBD2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Standard*/
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.btn-solid:hover{
    background-color:#7E7EB9;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
    color:#fff;  
    text-decoration: none;
}



/* Landing Page */

.header-section {
    background-color: #05131f;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 100;
}

.header-logo-section{
    padding: 13px 0 16px;
    text-align:left;
    
}
.header-logo-section img{
    width:240px !important;
    height:auto;
}
.hero-banner{
    position:relative;
    z-index:2;
}
.banner-header-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  center top;
    display: table;
    width: 100%;
    text-align:left;
    position:relative;
    background-attachment: fixed;
    background-color: #05131f;
    box-shadow: inset 900px 0 400px 300px rgba(5,19,31,.85);
    color: #fff;
    padding: 120px 0 0 0;
}
.banner-header-section a:last-child{
    border: 2px solid #0074c8;
    margin-top: 0px; 
    text-transform: none; 
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Inter',sans-serif;
    font-size: 18px;
    font-weight: 400;
     
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    
     
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.banner-header-section a:last-child:hover{
    color:#0074c8;
    background-color:#fff;
    text-decoration: none;
}
.banner-header-section .page-center{
    /*display: inline-block;*/
    vertical-align: middle;
}
.banner-header-section h1 {line-height: 38px; padding-top: 0px; color: #fff; font-size: 43px;}
h1.headlesspad {padding-top: 20px;}
.banner-header-}section h2{color: #fff; font-weight: 400; font-size: 28px; line-height: 33px;}
.banner-header-section h3 {color:#fff;}
.banner-header-section .widget-type-rich_text ul li {margin-left: -4px;}
.banner-header-section hr {text-align: left;}
.banner-header-section p{
    font-size:18px;
    color:#fff;
    margin-bottom:14px;
    letter-spacing: 0.1px;
}
.banner-header-section .fa{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    z-index:2;
}
.white-background, .white-background::before, .white-background::after {
    background-color: ;
}
.offer-image{
    text-align:right;
}
.offer-content{
    padding-top:90px; 
    padding-bottom:100px;
}
.offer-content a:last-child{
    background-color: #21BBD2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Standard*/
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 11px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top:50px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.offer-content a:last-child:hover{
    background-color:#7E7EB9;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
    color:#fff;  
    text-decoration: none;
}
.offer-content img, .left-box, .right-box{
    opacity:0;
}
.offer-content h2{
    margin-bottom:43px;
}
.offer-content .btn-solid{
    margin-top:38px;
}
.social-share-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top:1px solid #F1F1F1;
    padding-top: 14px;
    padding-bottom: 15px;
}
.social-share-icons img{
    max-width: 100% !important;
    width: auto;
    max-height: 100% !important;
    height: auto;
}
.social-share-icons p{
    font-weight: 700;
    color: #7E7EB9;
}
.social-share-icons .fa{
    color: #21BBD1;
     
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.social-share-icons .fa:hover{
    color: #7E7EB9;
}
.social-share-icons a{
    margin-left: 45px;
    font-size: 25px;
    display:inline-block;
}
.social-share-icons a.fb-icon img:hover{
    content:url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/SVGLogoNew/icon-fb-hover.svg');
}
.social-share-icons a.linked-icon img:hover{
    content:url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/SVGLogoNew/icon-linkedin-hover.svg');
}
.social-share-icons a.twitter-icon img:hover{
    content:url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/SVGLogoNew/icon-twitter-hover.svg');
}
.social-share-icons a.google-icon img:hover{
    content:url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/SVGLogoNew/icon-googleplus-hover.svg');
}
.social-share-icons a.pinterest-icon img:hover{
    content:url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/SVGLogoNew/icon-pinterest-hover.svg');
}
.social-share-icons a.mail-icon img:hover{
    content:url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/SVGLogoNew/icon-mail-hover.svg');
}


.testimonial-box{
    background-color: #fff;
    position: relative;
    padding-top: 81px;
    padding-left: 75px;
    padding-right: 75px;
    text-align:center;
    margin-bottom: -300px;
    padding-bottom: 300px;
}
.testimonial-box img{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;

}
.testimonial-box p.client-name{
    font-size: 18px;
    color: #0074c8;
    font-weight: 700;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 6px;
}
.testimonial-box p.client-role{
    color: #7E7EB9;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}
.testimonial-header{
    position:relative;
    z-index:2;
}
.testimonial-content{    
    padding-top: 57px;
}
.testimonial-content, .testimonial-content p{
    font-size: 14px;
    line-height: 24px;
    color: #8B8B8B;
    font-style: italic;
    font-family: "Times New Roman", Serif;
    position:relative;
    margin:0;
    text-align:initial;
}
.testimonialsmall-box{
    max-width: 970px;
    margin: auto !important;
    float: none !important;
    padding-top: 90px;
    padding-bottom: 80px;
    position:relative;
    z-index:2;
    height: auto;
    overflow: hidden;
}
.testimonial-section{
    padding-bottom: 0px;
    padding-top: 0px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.testimonial-section h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.testimonial-content:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #21BBD1;
    font-size: 28px;
    position: absolute;
    left: -50px;
    margin-top: -8px;
}
.testimonial-content:after {
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #21BBD1;
    font-size: 28px;
    position: absolute;
    right: -45px;
    bottom: 10px;
}
.gradient-overlay{
    background-color: #ffffff;
    background: -webkit-linear-gradient(to right, rgb(0, 74, 151),rgb(0, 74, 151),rgb(0,37,61),rgb(5,19,31),rgb(255,255,255),rgba(255,255,255,0));
    background: -o-linear-gradient(to right, rgb(0, 74, 151),rgb(0, 74, 151),rgb(0,37,61),rgb(5,19,31),rgb(255,255,255),rgba(255,255,255,0));
    background: -moz-linear-gradient(to right, rgb(0, 74, 151),rgb(0, 74, 151),rgb(0,37,61),rgb(5,19,31),rgb(255,255,255),rgba(255,255,255,0));
    background: linear-gradient(to right, rgb(0, 74, 151),rgb(0, 74, 151),rgb(0,37,61),rgb(5,19,31),rgb(255,255,255),rgba(255,255,255,0));
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
}
.form-section{
    padding-top:80px;
    padding-bottom:120px;
}
.section-form h3{
    color: #0074c8;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:35px;
}

.footer-section {
    background-color: #7D80BA;
}
.footer-section p{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.footer-section p a{
    color: #fff;
    text-decoration:none;
}
.footer-section p a:hover{
    color: #0074c8;
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}

/* ==== THANK YOU ==== */
.header-section{
    padding:17px 17px 3px 17px;
}
.header-section img{
    width: 260px !important;
    height: auto;
}
.header-menu{
    text-align: right;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    max-width: 100%;
    white-space: normal;
    line-height: 19px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    padding: 18px 0 12px 0;

}
.hs-menu-wrapper li {margin-left: 0 !important;}
    
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
    color: #0074c8;
    /*border-bottom: 4px solid #0074c8;*/
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    height:40px;
    padding: 0 22px;
}
/*.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1));
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;

     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child:hover a{
    background-color: #21BBD2;
    background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1));
    background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
    background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
    background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1));
}*/

.blue-overlay{
    position: absolute;
    background-color: #21BBD2;
    background: -webkit-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: -o-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: -moz-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    background: linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.parallax-banner{
    height: 522px;
    display: table;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.display-middle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    max-width: 500px;
}
.display-middle .banner-content{
    width: 900px;
    margin: auto !important;
    float: none;
    position:relative;
    z-index:2;
}
/*
.banner-content a:last-child{
    border: 2px solid #fff;
    background-color:transparent;
    color:#fff;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top:40px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.banner-content a:last-child:hover{
    color:#21BACF;
    background-color:#fff;
    text-decoration: none;
}
.banner-content a:nth-last-child(2){
    border: 2px solid #fff;
    background-color:#fff;
    color:#21BACF;
    padding: 9px 37px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-right:35px;
    margin-top:40px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    
     
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.banner-content a:nth-last-child(2):hover{
    color:#fff;
    background-color:transparent;
    text-decoration: none;
} */
.parallax-banner .banner-content h1 {
    text-transform: capitalize;
}
.banner-content p{
    font-size: 24px;
    line-height: 29px;
    color: #fff;
}
.blogpost-section {
    padding-top: 80px;
    padding-bottom:160px;
}
.blogpost-header{
    text-align:center;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 90px;
    padding-bottom: 35px;
}
.blogpost-header h2{
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 33px;
}


.blogpost-box{
    background-color:#F1F1F1;
    margin-bottom: -300px;
    padding-bottom: 300px;
}
.blogpost-box img{
    width:100%;
    object-fit:cover;
}
.blog-smallbox{
    padding:48px 40px 60px;
}
.blog-smallbox h5{
    margin-bottom:15px;
}
.blog-smallbox p{
    font-size: 14px;
    line-height: 16px;
    margin:0;
}
.blog-smallbox p > span{
    color: #7E7EB9;
    font-weight:700;
}
.blog-content {
    padding-top: 18px;
    padding-right: 35px;
}
.blog-content p{
    line-height:24px;
}
.blog-smallbox .btn-solid{
    margin-top:40px;
}
.blog-container{
    overflow:hidden;
}


/*** Blog List ***/

.hubspot-topic-data {font-size: 8px !important;}

.blog-section-wrapper{
    padding-top: 100px;
    padding-bottom:50px;
}
.blog-section-wrapper .post-item{
    padding-bottom: 30px;
}
.post-item .post-body{
    padding: 5px 0 30px 0;
    background: #fff;
}
.blog-section .banner-content h1,
.blog-section .banner-content h2 {
    text-transform: uppercase;
    font-size: 56px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 400;
}
.post-body{
    color: #000000;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 5px;
}
.author-date-published{
    padding: 5px 0;
    font-size: 16px;
}
.content-body{
    line-height: 24px;
    font-size: 14px;
    margin-top: 21px;
}
.post-body p{
    font-size: 14px;
    margin-top:0;
}
.post-body h4{
    font-weight: 600;
    font-size: 21px;
    margin-bottom:12px;
    line-height: 21px;
}
.post-body h4 a{
    color: #0074c8;
    font-size: 18px;
}
.post-body a.author-link, .post-body p.author-date-published span{
    color: #7D80BA;
    font-weight: 600;
}
.post-body a.blog-read-more{
    margin-top: 40px;
}
.banner-section .banner-content p{
    width: 70%;
    margin: 0 auto;
}
.featured-image{margin-bottom: 30px;}
.featured-image-wrapper .hs-featured-image{
    float: none;
    margin: 0;
    max-width: 100%;
    height: 178px;
    width: 100%;
    object-fit: cover;
}
.blog-email-subs-wrapper{
    border: 1px solid #e3e3e3;
    padding: 33px 30px 55px;
}
.blog-email-subs h3{
    display: none;
}
.blog-email-subs-wrapper h3{
    color: #0074c8;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
}
.blog-email-subs-wrapper p{
    line-height:21px;
}
.blog-email-subs .hs-form-field{
    margin-top: 35px;
}
.blog-email-subs input[type="submit"]{
    margin-top: 60px;
}
.blog-email-subs{
    margin-top:10px;
}
.blog-topics{
    margin-top: 85px;
}
.blog-topics .widget-module li.sel a{
    text-decoration: underline;
    color: #0074c8;
}
.blog-topics h3{
    color: #0074c8;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #ececec;
    padding-bottom: 20px;
    margin-bottom:30px;
}
.blog-topics ul li{
    list-style: none;
}
.blog-topics ul li a{
    font-size: 18px;
    line-height: 32px;
}
.blog-topics ul li a:hover{
    text-decoration: underline;
    color: #0074c8;
}
.blog-topics ul li span{
    display:none;
}
.blog-cta{
    margin-top: 90px;
}
.custom-pagination{
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-right: 30px;
    position: relative;
}
.custom-pagination .i-prev{
    position: absolute;
    left: 40px;
    margin-top: -13px;
    top: 50%;
}
.custom-pagination .i-next{
    position: absolute;
    right: 40px;
    margin-top: -13px;
    top: 50%;
}
.i-prev i, .i-next i{
    font-size: 23px;
}
.pagination-wrapper{
    margin: 0 auto;
    display: table;
}
.pagination-wrapper .prev{
    position: absolute;
    left: 55px;
    padding: 0 15px!important;
    margin-top: -16px;
    top: 50%;
}
.pagination-wrapper .next{
    position: absolute;
    right: 55px;
    padding: 0 15px!important;    
    margin-top: -16px;
    top: 50%;
}
.pagination-wrapper .pagination{
    float: left;
    padding: 0 20px;
}
.pagination a{
    font-size: 18px;
}
.pagination a i{
    font-size: 30px;
}
.pagination-wrapper .selected{
    padding: 0 9px 0 9px;
}
.pagination-wrapper .selected a{
    color: #7d80ba;
    border-bottom:  4px solid #21bbd1;
    padding: 0 11px 14px 11px;
}
.thank-u-message{
    padding: 80px 10px 50px 10px;
    text-align: center;
}
.thank-u-message h2{
    font-size: 36px;
    line-height: 42px;
}

/* === BLOG DETAILS === */
.post-header img{
    margin-bottom:50px;
}
.blog-details .post-header h1 {
    font-size: 28px;
    line-height: 33px;
    color: #0074c8;
    font-weight: 600;
}


/* ==========================================================================


   MAIN NAVIGATION                                            


   ========================================================================== */





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

@media (max-width: 767px){


  /* 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 
    */
  .fa.fa-chevron-right {display: none;}
  .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: -46px;
        right: 20px;
        padding:0px;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        border: none;
        width: 43px;
        height: 39px;
        background-color: #004a97;
    }
    
    .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
        color:#ffffff;
        background-color: #004a97; 
        border-color: transparent;
    }

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


  /* Toggle Button Icon
  ========================================================================== */
  
    .mobile-trigger:after {
        content: '';
        position: absolute;
        width: 68%;
        height: 4px;
        background: #fff;
        top: 8px;
        left: 17%;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    }


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

    .child-trigger{
        position:absolute;
        top:0;
        left: 0;
        display: block !important;
        width: 100%;
        height: 100%;
    }
    .child-trigger:hover{
        text-decoration: none;
    }

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

  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      display: none;
  } 

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#05131f; /* 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{
    overflow: visible;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children a:after {
    position: absolute;
    top: 0;
    line-height: 32px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    color: #ffffff;
    right: 15px;
  }

  /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{}
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        color:#ffffff; /* link color set by global mobile-aColor variable */
        line-height: 20px;
        font-weight: 300;
        outline: none;
        padding: 6px 15px !important;
        font-size: 15px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
        background: rgba(255,255,255,0.1);
    }
    
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 0px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
    }

    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 0px; /* Indent Child lists */
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
    }
    
    .animate-menu ul {
        position: absolute;
        right: -100%;
        transition: right 0.5s ease;
        opacity: 0;
        width: 100%;
        background-color: #004a97;
    }
    
    ul.active-panel {
        right: 0;
        opacity:1;
    }
    
    .animate-menu ul > li{
        position:relative;
    }
    
    .animate-menu ul > li > a,
    li.cm-label a{
        display: block;
        text-decoration: none;
        position: relative;
        cursor: pointer;
        font-family: "Open Sans";
        line-height: 20px;
        font-weight: 300;
        color: #fff;
        outline: none;
        padding: 6px 15px;
        font-size: 15px;
        transition: color 300ms, background-color 300ms, opacity 300ms;
        -moz-transition: color 300ms, background-color 300ms, opacity 300ms;
        -o-transition: color 300ms, background-color 300ms, opacity 300ms;
        -webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
    }
    
    .animate-menu ul > li.hs-item-has-children > a:after{
        position: absolute;
        top: 0;
        line-height: 32px;
        font-family: FontAwesome;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        font-size: 16px;
        right: 15px;
        color: #ffffff;
    }
    
    .animate-menu ul > li > a:hover,
    .child-trigger:hover,
    li.cm-label a:hover{
        background: rgba(255,255,255,0.1);
        cursor:pointer;
    }
    
    .animate-menu ul > li:not(.hs-menu-depth-1) {
        background-color: #004a97;
    }
    
    .animate-menu ul > li:not(.hs-menu-depth-1) a {
        font-size: 15px;
        text-transform: none;
    }
    
    li.dl-back {
        background: transparent !important;
        text-align: left;
    }
    
    li.dl-back a {
        border: 0 !important;
        text-transform: uppercase !important;
    }
    
    li.dl-back a:after{
        content:none !Important;
    }
    
    li.dl-back a:before{
        position: absolute;
        top: 0;
        line-height: 32px;
        font-family: FontAwesome;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        font-size: 16px;
        color: #ffffff;
        left: 20px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    li.dl-back a {
        padding-left: 38px !important;
        background: rgba(0,0,0,0.1);
        padding: 6px 15px;
        font-size: 15px;
        text-transform: lowercase !important;
    }
    
    @media (max-height: 350px){
    
        .custom-menu-primary.js-enabled .hs-menu-wrapper {
            overflow-y: auto !important;
            height: calc(100vh - 111px) !IMPORTANT;
            max-height: 230px;
            overflow-x:hidden !important;
        }
    
    }
        
}



/* end of other elements */

/* +++++++++++++++++++++++++++++++++++++++++++++++++
                    Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
    
}
@media only screen and (min-width: 1300px) {
    
}
@media only screen and (min-width: 1366px) {
    
}
@media only screen and (min-width: 1900px) {
   
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.hs_cos_gallery_main {padding: 0px 10px !important;}
.hs_cos_gallery_main .slick-slide img {max-width: 95px !important;}
	/* end of tablet (portrait and landscape) */
}
/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.hs_cos_gallery_main .slick-slide img {max-width: 82px !important;}
}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
	/* end of mobile (portrait and landscape) */
	#no-desktop, .no-desktop {display: initial !important;}
	#no-mobile, .no-mobile {display: none !important;}

:target:before {
height:150px; /* fixed header height*/
margin:-150px 0 0; /* negative fixed header height */
}
    .space-social-down {margin-top: 0px !important;}
    .spacelft {margin-left: 0px;}
    .topgraphic {margin-bottom: 17px !important;}
	.solutionsbaseimg {margin: 0 0 40px 0; padding-left: 0;}
  	a.backtotop {display: none;}
	.contactusform {padding:30px 35px 60px 30px;}
    .filterlinks h3 {font-size: 0px;}
    .filterlinks a {font-size: 20px; display: block !important;}
    .banner-header-section {background-image: none !important;}
    .vertical-centre .hs-responsive-embed {width: 100% !important; min-height: 100px;}
    .banner-header-section {padding: 30px 30px 2px 30px;}
	.baseimgpost {margin: 0 0 -19px 0 !important; width: 320px !important;}
    .footer-image {margin-top: -130px;}
    h3 {font-size: 21px;}
    .icons {margin: 30px 0 20px 0; padding: 10px 40px !important;}
    .portfolio-excerpt {padding-bottom: 30px !important;}
    .cm-two-col.column-width-66, .cm-two-col.column-width-66 .page-center {max-width: 100% !important; width: 100% !important; left: 0 !important; right: 0 !important; top: 1rem;}
	blockquote {float: left !important; width: 106.4%;}
	blockquote p {margin: 0 0 30px -20px;}
    .row-fluid [class*="span"] {width: 100%;}
	div.cm-two-col.column-width-66 {width: 100%;}
    .vertical-centre .row-fluid .span6 {width: 100%;}
	.homebanner .cta_button {display: none !important;}
    .customers-link {padding: 0 0 30px 0;}
    .hs_cos_gallery_main .slick-next, .hs_cos_gallery_thumbnails .slick-next, .hs_cos_gallery_lightbox .slick-next {right: 0 !important;; display: none !important;}
    .hs_cos_gallery_main .slick-prev, .hs_cos_gallery_thumbnails .slick-prev, .hs_cos_gallery_lightbox .slick-prev {left: 0 !important;; display: none !important;}    
	.custom-menu-primary.js-enabled .hs-menu-wrapper {top: 12px;}
    .animate-menu ul > li > a, li.cm-label a {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
    .animate-menu ul > li > a, .animate-menu ul > li:not(.hs-menu-depth-1) a {font-size: 18px;}
    .animate-menu li {padding-bottom: 5px !important;}
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {padding-bottom: 8px;}
    .hs-menu-wrapper, .hs-menu-wrapper * {padding-top: 5px;}
    .carimage img {margin: 20px 0 -40px 0; width: 90% !important;}
    #hs_cos_wrapper_module_152128655566363 {margin-right: 32px;}
	.lastbutton {z-index: 12 !important; position: relative; margin-top: 8px; margin-bottom: 130px;}
	.footer-menu-spacer, .social-spacer {display: none !important;}
    .footer-menu-box {margin-top: 0;}
	.footer-location, .social-footer, .footer-menu-box {padding-left: 40px; margin-top: 40px;}
	.xit-footer .xit-logo {width: 60%; margin: 5px 0;}
    .why .intro-title {height: 110px !important;}
	.testimonial .intro-title, .why .intro-title  {padding: 40px 30px; text-align: center !important;}
	.testimonial .intro-title h1, .why .intro-title h1 {font-size: 27px !important;}
	.testimonial .intro-title hr, .why .intro-title hr {width: 98% !important;}
	.testimonial-action {margin-top: 148px;}
    .social-footer img {margin-top: 0; display: inline;}
    .xit-footer p {font-size: 15px;}
	.xit-footer li {padding-bottom: 0 !important;}
	.xit-footer h4 {margin-top: 30px; margin-bottom: 8px !important;}
	.contact-intro {padding: 40px 40px 0px 40px;}
	.contact-action {padding: 0px 0px 25px 0px;}
	.contact-button {margin-top: 10px; padding: 0 0 0 40px;}
	a#cta_button_2478146_b423d322-7ffe-46c6-a35f-82b73dbb3417, a#cta_button_2478146_e4b1d02f-b7a5-44f7-b0e4-18a98418f2ba {width: 85%; margin-bottom: 15px;}
	.homebanner h2 {font-size: 18px !important; line-height: 20px !important;}
	.gradient-overlay {background: rgb(0, 74, 151) !important;}
	.intro-title {padding-top: 60px;}
	.intro-customers {padding: 0px 22px 20px 40px; height: 200px;}
	.intro-customers, .intro-title-customers {background: none !important;}
	.intro-customers p {color: #ffffff !important;}
	.intro-title, .intro-title-customers {height: 200px !important;}
	.intro-title-customers {padding-right: 0px;}
	.intro-title-customers h1 {font-size: 30px !important; line-height: 40px !important;}
	.intro-title-customers .secondary-header, .intro-title .secondary-header {font-size: 22px;}
	.intro-solution {height: 215px;}
	.intrologo {display: none !important;}
	.customers {display: none !important;}
	.top-phone {display: none;}
	.top-menu-title h1 {font-size: 13px; text-align: center; padding-top: 11px;}
	.left-text, .right-text {padding-right: 0;}
	.right-text {margin-left: 0 !important;}
	.header-23-sub .hero-unit strong {font-size: 32px; line-height: 36px;}
	.header-23-sub .hero-unit {padding-left: 40px; padding-right: 10px !important;}
	.header-23-sub {padding-top: 40px; padding-bottom: 40px;}
	.header-23-sub .left-text hr {margin-bottom: 0px !important;}
	.row-fluid .span4, .row-fluid .span8 {width: 100%;}
	.intro-title h1 {font-size: 34px !important; line-height: 40px !important;}
	.intro-content {padding-top: 30px;}
	.offer-image{
        text-align:center;
    }
    .offer-content img{
        margin-bottom:50px;
    }
    .social-share-icons {
        display: table;
    }

    .testimonial-box{
        margin-bottom:100px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom:50px;
    }
    .social-share-icons a {
        margin-left: 20px;
    }
    .social-share-icons a:first-child {
        margin-left: 0;
    }
    .testimonial-section{
        padding-bottom:0;
    }
    .hs-form-checkbox, .hs-form-radio {
        width: 100%;
    }
    p, q {font-size: 16px;}
    h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .testimonial-content:before {
        left: -35px;
    }
    .testimonial-content:after {
        right: -35px;
    }
    .offer-content img, .left-box, .right-box{
        opacity: 1;
    }
    
    /*** Blog ***/
    .display-middle{
        padding:50px 0;
    }
    .display-middle .banner-content{
        width: 100%;
    }
    .blog-section-wrapper .post-item{
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .custom-pagination{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .thank-u-message h2{
        font-size: 24px;
        line-height: 34px;
    }
    .custom-pagination .i-prev{
        left: 10px;
    }
    .custom-pagination .i-next{
        right: 10px;
    }
    .pagination-wrapper .prev{
        left: 16px;
    }
    .pagination-wrapper .next{
        right: 16px;
    }
    .thank-u-message{
        padding: 40px 10px 15px 10px;
    }
    .banner-content a:nth-last-child(2){
        width: 100%;
        margin-right: 0;
    }
    .banner-content a:last-child{
        width: 100%;   
        margin-top:20px;
    }
    .blog-smallbox {
        padding: 48px 15px 60px;
    }
    .blogpost-box{
        margin-bottom: 50px;
        padding-bottom: 0;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
        text-align:center;
        padding: 15px 0px;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
        padding:0 35px;
        height:auto;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
        width:100% !important;
    }
    .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
        border-bottom:0;
    }
    .banner-section .banner-content p {
        width: 100%;
    }
    .blog-section .parallax-banner {
        height: 100%;
    }
    #comment-form form input[type="submit"]{
        width:100% !important;
    }
    #comments-listing .comment:before{
        left: -87px !important;
    }
    #comments-listing .comment{
        margin-left: 80px !important;
        padding: 20px 10px !important;
    }
    #comments-listing .depth-1 {
        margin-left: 95px !important;
    }
    .comment .comment-date {
        position: initial !important;
    }
    .parallax-banner {
        background-attachment: inherit;
    }
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {
    .casephotos .portfolio-thumbnail.cm-image {max-height: 320px !important;}
}
/* ================ Phones (landscape) ================ */
@media screen and (max-width: 480px) {
    .casephotos .portfolio-thumbnail.cm-image {max-height: 175px;}
    .casephotos .portfolio-thumbnail.cm-image {padding: 0 12px 0 0;}
}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
	
}