/****************************************/
/* 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;}
/*
//////////////////////////////////////////////////////////////////////////////
//
// Notes
//
// z-index rules:
//  Use 4 digit numbers incrimented by whole numbers
//  Modals use X000
//  Sticky elements use 0X00
//  Normal elements use 00X0
//  Minor adjustments within a type use 000X
//  
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// Odemeter
//
//////////////////////////////////////////////////////////////////////////////
*/

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Oswald","Ebrima", "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer-inside {
    display: inline-block;
}
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/*
//////////////////////////////////////////////////////////////////////////////
//
// Notes
//
// z-index rules:
//  Use 4 digit numbers incrimented by whole numbers
//  Modals use X000
//  Sticky elements use 0X00
//  Normal elements use 00X0
//  Minor adjustments within a type use 000X
//  
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// Variables
//
//////////////////////////////////////////////////////////////////////////////
*/


/**/








/*theme colors*/


















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

/*//////////////////
Override original
//////////////////*/
.custom-partners-service-row1{
  margin-top:4em;
}

.one-column-service-now .body-container .custom-partners-service-row2 .page-center{
  padding-top:1em;
}

.custom-partners-service-row2 .flexi-col,
.custom-partners-service-row2 .custom-two-col-left-img{
  padding-bottom:2em !important;
}


.custom-partners-service-row3-innner{
  padding-top:2em !important;
  padding-bottom:2em !important;
}

.custom-partners-service-row4 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

@media (max-width:768px){
  .custom-partners-service-row3-innner .span5.row3-column-group {
    width:100%;
    padding:1rem 2rem;
  }
}


/*///////////////////
//span column grid
//////////////////*/
.span-col-hs-flex-grid > span,
.span-col-flex-hs-grid > div > div,
.span-col-flex {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 !important;
}

.span-col-flex-hs-grid > div > div > div:first-of-type{
  margin-left:-1px !important;
}

.span-col-flex__justify{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.span-col-flex-hs-grid__col-2 > div > div > div{
  width: 50% !important;
  margin-left: 0 !important;
  background-size: cover;
  background-position: center;
  position: relative;
}

.span-col-flex-item{
  -webkit-box-flex:1;
  -ms-flex:1 0;
  flex:1 0;
  margin: 0 !important;
}



.span-col-flex-hs-grid__col-2  > div > div > div{
  /*width: 49.93% !important;*/
  width:50% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.span-col-flex-hs-grid__cs-module > div > div > div > div,
.span-col-flex-hs-grid__cs-module > div > div > div > div > span > div{
  height:100%;   
}

.span-col-flex-hs-grid > div > div > div:first-of-type{
  margin-left:-1px !important;
}



.span-col-12,
.span-col-10,
.span-col-9,
.span-col-8,
.span-col-6,
.span-col-4,
.span-col-3,
.span-col-2 {
  position: relative;
  vertical-align: top;
}

.span-col-content {
  padding: 0 10px;
}


.span-col-12 {
  width: 100% !important;
  margin-left: 0 !important;
}

.span-col-10 {
  width: 83.33333333% !important;
  margin-left: 0 !important;
}

.span-col-9 {
  width: 75% !important;
  margin-left: 0 !important;
}

.span-col-8 {
  width: 66.66666667% !important;
  margin-left: 0 !important;
}

.span-col-6 {
  width: 50% !important;
  margin-left: 0 !important;
}

.span-col-4 {
  width: 33.33333333% !important;
  margin-left:0 !important;
}

.span-col-3{
  width: 25% !important;
  margin-left:0 !important;
}

.span-col-2,
.span-col-2-md{
  width: 16.66666667% !important;
  margin-left: 0 !important;
}


/*--customized--*/
.span-col-2-container-wrapper .span-col-content{
  max-width:600px;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left:2em;
  padding-right:2em;
}

.span-col-6 .container-wrapper {
  max-width: 575px !important;
  margin: initial !important;
}

.span-col-6:first-of-type .container-wrapper{
  float:right !important;
}

.uneven-right-weight-hs-grid > div > div > div:nth-child(2),
.uneven-right-weight:nth-child(2),
.uneven-left-weight {
  width:66.66666667% !important;
  width: calc(50% + 150px) !important;
}

.uneven-right-weight-hs-grid > div > div > div,
.uneven-right-weight,
.uneven-left-weight:nth-child(2){
  width:33.33333333% !important;
  width: calc(50% - 150px) !important;
}

.uneven-left-weight > div {
  max-width: 727px !important;
  float: right !important;
}

.uneven-left-weight:nth-child(2) > div,
.uneven-right-weight > div{
  max-width: 335px;
  max-width: 370px;
  margin: 0 !important;
  float:none !important;
}


.uneven-right-weight > div {
  float:right !important;
}

.uneven-right-weight:nth-child(2) > div {
  max-width: 1000px;
  margin: 0 !important;
  float: none !important;
}


/* gutters */
.span-col-6__gutter{
  width:calc(50% - 0.75%);
  margin-left:calc(0.75% + (0.75% / 1));
}

.span-col-4__gutter,
.span-col-4__gutter-hs-flex-grid > span > div,
.span-col-4__gutter-hs-flex-grid-m > span > div{
  width: calc(33.33333333% - 2%) !important;
  margin-left: calc(2% + (2% / 2)) !important;
  margin-bottom:2em;
}

.span-col-4__gutter-hs-flex-grid > span > div:nth-child(3n + 1),
.span-col-4__gutter-hs-flex-grid-m > span > div:nth-child(3n + 1){
  margin-left: 0 !important;
}

.span-col-3__gutter {
  width: calc(25% - 1%);
  margin-left: calc(1% + (1% / 3));
}

.span-col-2__gutter {
  width: calc(16.66666667% - 1%);
  margin-left: calc(1% + (1% / 5));
}


.span-col-6__gutter:first-of-type,
.span-col-4__gutter:first-of-type,
.span-col-3__gutter:first-of-type,
.span-col-2__gutter:first-of-type,
.span-col-4__gutter-hs-flex-grid > span > div:first-of-type{
  margin-left:0 !important; 
}

@media (max-width: 768px) {
  .span-col-2 {
    width: 33.33333333% !important;
  }

  .span-col-3, .span-col-2-md {
    width: 50% !important;
  }

  .span-col-3__md,
  .span-col-3-md{
    width: 100% !important;
  }

  .span-col-flex-hs-grid__col-2  > div > div > div,
  .span-col-10, .span-col-9, .span-col-8, .span-col-6, .span-col-4{
    width: 100% !important;
  }

  /*customized code*/

  .col-2-m-height-15 {
    min-height: 15em !important;
  }

  .col-2-m-height-remove{
    min-height:auto !important;
  }

  .span-col-6:first-of-type .container-wrapper,
  .span-col-6 .container-wrapper{
    float:none !important;
    max-width:none !important;
  }

  .reverse_m{
    order:1;
  }

  .uneven-right-weight-hs-grid > div > div > div,
  .uneven-right-weight-hs-grid > div > div > div:nth-child(2),
  .uneven-left-weight,
  .uneven-left-weight:nth-child(2),
  .uneven-right-weight,
  .uneven-right-weight:nth-child(2),
  .uneven-right-weight > div,
  .uneven-left-weight > div{
    width:auto !important;
    /*min-width:100% !important;*/
    /*max-width: none !important;*/
    float: none !important;
  }


  .uneven-right-weight .container-wrapper,
  .uneven-left-weight .container-wrapper,
  .uneven-right-weight > div,
  .uneven-left-weight > div{
    max-width: none !important;
  }

  .uneven-left-weight.uneven-left-weight,
  .uneven-right-weight.uneven-right-weight{
    width:100% !important;
  }

  /*gutters */
  .span-col-4__gutter,
  .span-col-4__gutter-hs-flex-grid > span > div{
    width:100% !important;
    margin:0 auto !important;
    margin-top:1em !important;
  }


  .span-col-3__gutter,
  .span-col-4__gutter-hs-flex-grid-m > span > div,
  .span-col-4__gutter-hs-flex-grid-m > span > div:nth-child(3n + 1){
    width: calc(50% - 1%) !important;
    margin-left: calc(1% + 1%) !important;
  }

  .span-col-4__gutter-hs-flex-grid-m > span > div:nth-child(2n + 1){
    margin-left:0 !important;
  }

  .span-col-3__gutter:nth-child(3){
    margin-left:0;
  }

  .span-col-2__gutter {
    width: calc(33.33333333% - 1%);
    margin-left: calc(1% + (1% / 2));
  }
  .span-col-2__gutter:nth-child(4){
    margin-left:0;
  }

  .span-col-6__gutter,
  .span-col-4__gutter,
  .span-col-3__gutter,
  .span-col-2__gutter{
    margin-top:1%;
  }

  .span-col-6__gutter:first-of-type,
  .span-col-4__gutter:first-of-type,
  .span-col-4__gutter-hs-flex-grid > span > div:first-of-type,
  .span-col-3__gutter:first-of-type,
  .span-col-2__gutter:nth-child(1),
  .span-col-2__gutter:nth-child(2),
  .span-col-2__gutter:nth-child(3){
    margin-top:0 !important;
  }

}

@media (max-width: 480px) {
  .span-col-2 {
    width: 50% !important;
  }

  .span-col-hs-flex-grid__col-4 > span > div,
  .span-col-4__gutter-hs-flex-grid-m > span > div,
  .span-col-3__gutter, .span-col-4__gutter-hs-flex-grid-m > span > div, .span-col-4__gutter-hs-flex-grid-m > span > div:nth-child(3n + 1),
  .span-col-3, .span-col-3__sm, .span-col-2__sm {
    min-width: 100%; 
    margin-left:0 !important;
  }

  /*   gutters */
  .span-col-2__gutter,
  .span-col-2__gutter:nth-child(4){
    width: calc(50% - 1%);
    margin-left: calc(1% + (1% / 1));
  }

  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(3),
  .span-col-2__gutter:nth-child(5){
    margin-left:0;
  }

  .span-col-2__gutter:nth-child(3){
    margin-top:1%;
  }
}

@media (max-width: 320px) {
  .span-col-2,
  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(4){
    width: 100%;
    margin-left:0;
  }
}


.col-section-title {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 2em !important;
  margin-bottom: -1em;
  position:relative;
  z-index:2;
}

/*.col-section-title {*/
/*    margin-top: 0 !important;*/
/*}*/

/*.col-section-title .container-wrapper {*/
/*    padding-left: 1em;*/
/*    padding-right: 1em;*/
/*}*/

@media (max-width:768px){
  .col-section-title{
    margin-bottom: -0.5em;
    margin-top: 1em !important;
  }
  .col-section-title > div{
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .mobile-paragraph > div:first-of-type,
  .mobile-paragraph-reverse > div:last-of-type{
    padding-bottom: 0 !important;
  }

  .mobile-paragraph > div:last-of-type,
  .mobile-paragraph-reverse > div:first-of-type{
    padding-top: 0 !important;
  }
}



/*
//////////////////////////////////////////////////////////////////////////////
//
// Reset
//
//////////////////////////////////////////////////////////////////////////////
*/

html
label,
.body-container-wrapper p{
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  /*   html,
  label,
  p,
  span,
  div,
  li{
  font-size:14px;
} */
}

ul, ol{
  padding-left:1em;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:after,
*:before {
  box-sizing: inherit;
}

img {
  height: auto !important;
}

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

main {
  display: block;
}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Typography
//
//////////////////////////////////////////////////////////////////////////////
*/

/*
General Styles
*/

body {
  font-size: 100%;
  font-family: 'open sans', sans-serif;
  color: #333;
}

@media (max-width:768px){
  .body-container-wrapper {
    overflow: hidden;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.25;
  font-family: ;
  position:relative;
  margin-top: 1.4em;
  margin-bottom: 1em;
}

h1,
.h1 {
  font-size: 2.4em;
  color:#143a5b;
}


h2,
.h2 {
  font-size: 1.9em;
  color:#143a5b;
  color:#3a86c6;
  font-weight: 500;

}


h3,
.h3 {
  font-size: 1.4em;
  /*font-weight: 600;*/
  margin-top:0;
}

h4,
.h4 {
  font-size: 1.2em;
  /*font-weight: 600;*/
}

h5,
.h5 {
  font-size: 1em;
  font-weight: 700;
  color: ;
  margin-top:0;
}

@media (max-width:480px){
  h1,
  .h1{
    font-size:2em !important;
  }

  h2,
  .h2 {
    font-size: 1.71em;
  }

  h3,
  .h3{
    font-size:1.17em;
  }

  h4,
  .h4{
    font-size:1em;
  }
}



.body-container-wrapper p,
.body-container-wrapper div,
.body-container-wrapper span,
.body-container-wrapper li{
  line-height: 1.7 !important;  
}

.body-container-wrapper li{
  margin-bottom:0.8em;
}

.body-container-wrapper p{
  margin:0.5em 0;
}

.body-container-wrapper  p + p {
  margin-top: 1.25em;
}

.small {
  font-size: 0.875em;
}

.thin-text {
  font-weight: 200;
}



/*/////////////////////////////////
HERO
/////////////////////////////////*/

.hero {
  width: 100%;
  height: 75vh;
  margin: 0 auto;
  float: none;
  background-position: center;
  background-size: cover;
  position:relative;
  overflow:hidden;
}

.hero:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 100%;
}


@media (max-height:570px){
  .hero{
    height:502px;
  }
}

.home-hero-content__position {
  max-width: 50%;
  padding: 0 2em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.home-hero-content{
  color:#fff;
  padding-top:2em;
  padding-bottom:2em;
}

.home-hero-content h1{
  margin-bottom:0.6em;
}


/*--inner page hero--*/
.innerpage-hero {
  height:auto;
  min-height: 300px;
}


.innerpage-hero .home-hero-content__position{
  transform:initial;
}

@media (max-width:768px){
  .hero:before{
    width:100%;
  }
  .home-hero-content__position {
    max-width: 100%;
  }

  .innerpage-hero{
    margin-top: 4em;
  }
}

/*////////////////////////////////////
Back to top
///////////////////////////////////*/

.back-to-top .fa {
  color:#fff;
}


/*////////////////////////////////////
Courtesy Bar
///////////////////////////////////*/

.search-bar--container {
  background: #17aed2;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  width: auto;
  float: right;
  padding: 0 1rem;
}

@media (max-width:1030px){
  .search-bar--container {
    position: absolute;
    top: 12px;
    right: 32px;
    font-size: 1.25rem;
    padding: 5px 13px;
  }
  .search-bar--container span {
    display:none;
  }
}

.courtesy-content{
  text-align:right;
  font-weight:bold;
  color:#17aed2;
  width: auto;
  float: right;
  margin: 0 1rem;
}

.courtesy-content i {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: solid 2px;
  color:#17aed2;
}
.courtesy-content a{
  color:#17aed2;
}

@media (max-width:768px){
  .courtesy-content{
    display:none !important;
  }
}

.search-bar__popup {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 4rem;
  color: #fff;
}

.search-bar__popup h3 {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1rem;
}

/* ---- search popup ---- */

.hs-search-highlight {
  color: #ff6600;
}
.blog-search__wrapper {
  position: relative;
}
.search__results {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}
.search__results--list {
  margin: 0;
  padding: 0;
  height: auto;
  background: #fff;
  box-shadow: 0 10px 5px -1px rgba(0,0,0,.2);
}
.search__item {
  padding: .5rem 1rem;
  list-style: none;
  margin-bottom: .25rem;
  border-bottom: solid thin #efefef !important;
  color:black;
}

.search__item:hover {
  background-color: #eee;
}

.search__item h3, .search__item p {
  margin: 0
}
.search__item a {
  font-size: 1rem;
}
.search__item p {
  font-size: .7rem;
} 
.search__item small {
  color: black;
}

/* --- search bar and results ---- */
.hs-search-highlight {
  color: #b3ce4b;
}
.blog-search__wrapper {
  position: relative;
}
.search__results {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}
.search__results--list {
  margin: 0;
  padding: 0;
  height: auto;
  background: #fff;
  box-shadow: 0 10px 5px -1px rgba(0,0,0,.2);
}
.search__item {
  padding: .5rem;
  list-style: none;
  border-bottom: #efefef;
  margin-bottom: .25rem;
}
.search__item:hover {
  background-color: #eee;
}
.search__item h3, .search__item p {
  margin: 0
}
.search__item a {
  font-size: 1rem;
}
.search__item p {
  font-size: .7rem;
}


/*////////////////////////////////////
NAVIGATION
///////////////////////////////////*/
.header-container {
  background: #fff;
  z-index: 9999;
  padding:0;
}

.header-container-wrapper {
  width: 100%;
  z-index: 9999;
}

.custom-header-wrapper{
  padding: 0;
}

.bz-menu-primary .hs-menu-depth-1:nth-last-child(1) a {
  background-color: #b3ce4b;
  border-radius: 50px;
  color: #fff !important;
}

.bz-menu-primary .hs-menu-depth-1:nth-last-child(1) a:hover {
  background-color: #17aed2;
  color: #fff !important;
}


.bz-menu-primary .hs-menu-wrapper>ul{
  padding-top: 18px !important;
  padding-right:0;
}

.bz-menu-primary .hs-menu-depth-1{
  margin-right:10px;
  padding:0 !important;
}

.bz-menu-primary .hs-menu-depth-1:last-of-type{
  margin-right:0;
}

/*--first level--*/
.bz-menu-primary .hs-menu-depth-1 a{
  text-transform: capitalize !important;
  padding: 5px 10px !important;
  font-weight:700 !important;
  color:#34495e !important;
}

.bz-menu-primary .hs-menu-depth-1 a:hover{
  color:#17aed2 !important;
}



/*--children--*/
.bz-menu-primary .hs-menu-depth-1.hs-item-has-children > ul{
  padding:1em 0 0;
}

.bz-menu-primary .hs-menu-depth-1.hs-item-has-children ul li a {
  /*color: #17aed2;*/
  border-bottom: solid 1px #ddd;
  padding: 0.7em !important;
  min-width:190px;
}

.bz-menu-primary .hs-menu-depth-1.hs-item-has-children ul li:nth-last-child(1) a {
  border-bottom:0;
}

.bz-menu-primary .hs-menu-depth-1.hs-item-has-children ul li a:hover{
  color:#fff !important;
  background-color:#17aed2;
}

@media (max-width:768px){
  .bz-menu-primary div.active-branch {
    position: absolute !important;
    top: 65px !important;
  }

  .bz-menu-primary .hs-menu-depth-1:nth-last-child(1) a{
    border-radius:0;
    width: 100% !important;
  }
}

/* --- children glitch dropdown --- */

.bz-menu-primary li.hs-menu-item.hs-menu-depth-1.active.hs-item-has-children.active-branch > ul:before {
  box-shadow: none !important;
  top: -30px;
  border-color: transparent transparent #fff transparent;
  left: -10px;
  font-size: 2rem;
  border-width: 2p;
  width: 10px;
  height: 10px;
  background: transparent !important;
}

/*/////////////////////////////////
ELEMENTS
/////////////////////////////////*/

/*---Round Element--*/

/*-blue-*/
.round-element-blue{
  padding-top: 5em !important;
}

.round-element-blue:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translate(-50%, 0);
  background-image:url(https://2328579.fs1.hubspotusercontent-na1.net/hubfs/2328579/halfmoon-icon-blue-01.svg);
  background-repeat:no-repeat;

}

.round-element-blue:after{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  background-image: url(https://2328579.fs1.hubspotusercontent-na1.net/hubfs/2328579/mouse-icon-01.svg?t=1492608177042);

  background-repeat: no-repeat;
  background-position: center;
}


/*white*/
.round-element-white{
  padding-top: 5em !important;
}

.round-element-white:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translate(-50%, 0);
  background-color:#fff;

}

.round-element-white:after{
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  background-image: url(https://2328579.fs1.hubspotusercontent-na1.net/hubfs/2328579/mouse-icon-blue-01.svg);
  background-repeat: no-repeat;
  background-position: center;
}


.round-element-white.bottom > div{
  padding-bottom:5em;
}

.round-element-blue.bottom,
.round-element-lblue.bottom,
.round-element-white.bottom{
  padding-top: 0 !important;
  position: relative;
  overflow: hidden;
}

.round-element-blue.bottom:before,
.round-element-lblue.bottom:before,
.round-element-white.bottom:before{
  top: auto;
  bottom: -55px;
  z-index:1;
  width:94px;
  height:94px;
}

.round-element-blue.bottom:after,
.round-element-lblue.bottom:after,
.round-element-white.bottom:after{
  z-index:1;
  top:auto;
  bottom:-3px;
  width:19px;
}


/*/////////////////////////////////
UTILITIES
/////////////////////////////////*/

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


.section-wrapper_small{
  padding:2.5em 0;
  display:block;
  width:100% !important;
  margin:0 auto !important;
  float:none !important;
}

.relative{
  position:relative !important;
}

@media (max-width:767px){
  .section-wrapper{
    padding:2em 0;
  }
}


.container-wrapper{
  max-width:1200px !important;
  width:100% !important;
  position: relative;
  -overflow:hidden;
  margin:0 auto !important;
  float:none !important;
  display:block;
  padding-left:2em;
  padding-right:2em;
  padding-top:0;
  padding-bottom:0;
}

.narrow .container-wrapper,
.container-wrapper__small,
.container-wrapper-small{
  max-width:900px !important;
  width:100% !important;
  position: relative;
  -overflow:hidden;
  margin:0 auto !important;
  float:none !important;
  display:block;
  padding-left:2em;
  padding-right:2em;
  padding-top:0;
  padding-bottom:0;
}


.container-wrapper-smaller,
.container-wrapper__smaller{
  max-width:700px !important;
  width:100% !important;
  position: relative;
  -overflow:hidden;
  margin:0 auto !important;
  float:none !important;
  display:block;
  padding-left:2em;
  padding-right:2em;
  padding-top:0;
  padding-bottom:0;
}



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


/*///////--PEAK--/////////*/
@media (max-width: 768px) {
  .peak,
  .peak-grid > div > div,
  .peak-hs-flex > span {
    margin: 0 auto !important;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 1em;
    max-width: 95% !important;
    display: block !important;
  }

  .peak > a,
  .peak > div,
  .peak-grid > div > div > div,
  .peak-hs-flex > span > div {
    width: 70% !important;
    display: inline-block !important;
    white-space: initial;
    vertical-align: top;
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
  }

  .peak.peak__small > a,
  .peak.peak__small > div{
    width: 30% !important;
    min-width:200px !important;
  }

  .peak > a:first-of-type, 
  .peak > div:first-of-type {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .peak > a,
  .peak > div,
  .peak-hs-flex > span > div {
    width: 87% !important;
  }
}


/*---Columns---*/

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

.col-4 > div {
  max-width: calc(26% - 1em);
  width: 100%;
  display: inline-block;
  padding-right:1em;
  vertical-align:top;
}

.col-4 > div:nth-last-child(1){
  padding-right:0em;
}

@media (max-width:980px){
  .col-4 > div {
    max-width: calc(50% - 1em);
    padding-right:1em;
  }

  .col-4 > div:nth-child(2),
  .col-4 > div:nth-child(4){
    padding-right:0em;
  }
}

@media (max-width:480px){
  .col-4 > div {
    max-width: calc(100% - 1em);
    padding-right:0em;
  }
}


/*---Overflow---*/

.no-overflow{
  overflow:hidden;
}


/*---2 COLUMN TEXT AREA LI---*/
.ul-2col ul {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.ul-2col li{
  position:relative;
  padding-left:1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ul-2col li:before{
  left: -13px;
  top: 7px;
  position: absolute;
  color:#3a86c6 !important;
}



@media (max-width:480px){
  .ul-2col ul {
    display: block;
    width: 100%;
  }
}

/*---alignment---*/

.center{
  text-align:center;
}

.left{
  text-align:left;
}

@media (max-width:768px){
  .tablet-center{
    text-align:center;   
  }
}
.section-border-bottom{
  border-bottom: solid 2em #eee;
}

/*////////////////////////////////////
//BUTTON
////////////////////////////////////*/

a,
button{
  text-decoration:none;
  cursor: pointer;
}

a:focus,
button:focus{
  outline:none;
}

.link{
  color:#17aed2;
  cursor: pointer;
}

.hs-button.active {
  color: #fff;
}

input[type="submit"].hs-button.primary,
.hs-button{
  display:inline-block;
  background-color: #3a86c6;
  padding: 12px 22px;
  border:solid 1.5px;
  border-color: #3a86c6 !important;
  color: #fff;
  text-align:center;
  text-transform: uppercase;
  text-decoration:none;
  font-size: 14px !important;
  letter-spacing: 1.51px;
  line-height: 16px;
  border-radius: 50px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0.6em;
  vertical-align:middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: transparent !important;
}

input[type="submit"].hs-button.primary:hover,
.hs-button:hover{
  background-color:#fff;
  border-color:#fff !important;
  color:#3a86c6;
  border: 1.5px solid;
}

a:focus,
link:focus,
input[type="submit"].hs-button.primary:focus,
.hs-button:focus{
  outline: none;
}

@media (max-width:480px){
  input[type="submit"].hs-button.primary,
  .hs-button{
    display: block;
    font-size:12px;
  }
}


.hs-button-red{
  background-color:#d3232c;
  color:#fff;
  border-color:transparent !important;
}


.hs-button-purple{
  background-color:#873e8d;
  color:#fff;
  border-color:transparent !important;
}

.hs-button-purple:hover,
.hs-button-red:hover{
  background-color:#3a86c6;
  color:#fff;
  border-color:transparent !important;
}



/*--ghost buttons--*/
.hs-button__ghost-white,
.hs-button__ghost-white a{
  background-color:transparent;
  border-color:#fff !important;
  color:#fff !important;
  border:solid 2px #fff !important;
}

.hs-button__ghost-white:hover,
.hs-button__ghost-white:hover a{
  background-color:#fff;
  color:#5a6063 !important;
}


.hs-button__ghost-red{
  background-color:transparent;
  border-color:#d3232c !important;
  color:#d3232c;
}

.hs-button__ghost-red:hover{
  background-color:#d3232c;
  color:#fff;
}

.hs-button__lgreen{
  background-color:#b3ce4b;
  /*#b3ce4b*/
  color:#fff;
}


/*////////////////////////////////////
//.border and border colors
////////////////////////////////////*/
.b1p{
  border:solid 1px;
}

.bb1p{
  border-bottom:solid 1px #eee;
}


/*-border color--*/

.bwhite{
  border-color:#fff;
}

/*----block full---*/
.block{
  display:block;
  width:100%;
}

/*////////////////////////////////////
//PADDING AND MARGIN
////////////////////////////////////*/
.line-h-1 h1,
.line-h-1 h2,
.line-h-1 h3,
.line-h-1 h4{
  line-height:1;
}


/*--padding decimals--*/
.pt0{
  padding-top:0 !important;
}

.plr0{
  padding-left:0;
  padding-right:0;
}


.p0_5e{
  padding:0.5em;
}

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


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


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

.p2e{
  padding:2em;
}

.p3e{
  padding:3em;
}

.pb1e{
  padding-bottom:1em;
}

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

/*Padding 2em*/


.pb0{
  padding-bottom:0;
}

.pb2e{
  padding-bottom:2em;
}

.pb3e{
  padding-bottom:3em;
}

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


.pt1e {
  padding-top: 1em;
}


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

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

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

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


/*--MARGINS--*/

.mt1e{
  margin-top:1em;
}

.mb1e{
  margin-bottom:1em !important;
}

.mb2e{
  margin-bottom:2em !important;
}

.mt2e {
  margin-top: 2em !important;
}

.mb3e{
  margin-bottom:3em !important;
}
/*////////////////////////////////////
//COLORS AND BACKGROUND COLORS
////////////////////////////////////*/

/*--background--*/

.logo-background{
  position:relative;
}

.logo-background:before{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:100%;
  --background-image:url(https://2328579.fs1.hubspotusercontent-na1.net/hubfs/2328579/mouse-icon-01.svg?t=1492621995390);
  background-image: url(https://2328579.fs1.hubspotusercontent-na1.net/hubfs/2328579/Fotolia_123635388_Subscription_Monthly_M.jpg?t=1492621995390);
}


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

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

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

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

.background-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  max-width:none !important;
  background-repeat:no-repeat;
  background-position: center center;
}


.background-top {
  background-position: top;
}

.featured-bg{
  min-height:200px !important;
}


@media (max-width:768px){
  .background-fixed{
    background-attachment: initial;
  }

  .background-fixed{
    background-attachment: inherit;
  }

}

@media (max-width:480px){
  .background-absolute-section-sm{
    padding-top:0 !important;
  }  

  .background-absolute-section-sm .background-absolute {
    position: relative;
    height: 200px;
  }

  .background-absolute-section-sm:before{
    background-color: transparent !important;
  }
}

.black-background{
  background-color:#000;
}

.lgrey-background{
  background-color:#f8f8f8;
}

.dgrey-background{
  background-color:#333;
}
.white-background{
  background-color:#fff;
}

.blue-background{
  background-color:#3a86c6;
}

.lblue-background{
  background-color:#17aed2;
}

.llblue-background{
  background-color:#eaf0f6;
}

.dblue-background{
  background-color:#143a5b;
}

.lp-white-background{
  background-color:rgba(255,255,255,0.7);
}

.ifs__background{
  background-color:#873e8d !important;
  color:#fff;
}

.sap__background{
  background-color:#2b6cab !important;
  color:#fff;
}

.serviceNow__background{
  background-color:#d3232c !important;
  color:#fff;
}




/*--background gradient--*/
.background-gradient__lblue{
  background-color:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a86c6+0,17c7d2+100 */
background: #3a86c6; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3a86c6 0%, #17c7d2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3a86c6 0%,#17c7d2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3a86c6 0%,#17c7d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a86c6', endColorstr='#17c7d2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
}


@media (max-width:769px){
  .background-gradient__lblue{
    background:#2e9cca;
  }
}


/*--background-overlay--*/
.background-overlay__black:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.60);
}

.background-overlay__dblue:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 58, 91, 0.60);
}

.blue-background{
  background-color:#3a86c6;
  color:#fff;
}

.llblue-background{
  background-color:#f2f5f8;
}

.black-overlay-after:after{
  background-color: rgba(0, 0, 0, 0.45) !important;
}


/*--color--*/
.blue{
  color:#3a86c6;
}

.ifs__color{
  color:#873e8d !important;
}

.sap__color{
  color:#2b6cab !important;
}

.serviceNow__color{
  color:#d3232c !important;
}


/*--colors--*/
.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h4,
.white p,
.white div,
.white a{
  color:#fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h4,
.black p,
.black div,
.black a{
  color:#444;
}

.a-text{
  text-decoration:none;
  color:#444;
}

.green{
  color:#b3ce4b;
}

.blue{
  color:#3a86c6;
}


.hide-overflow{
  overflow:hidden;
}


@media (max-width: 767px){
  .hide-m{
    display:none !important;
  }
}

/*////////////////////////////////////
//HOME PAGE
////////////////////////////////////*/

/*--- MANAGE IT SERVICES---*/
.IT-services-icons ul{
  padding-left:0;
}

.IT-services-icons li {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  width: 49%;
  vertical-align: top;
  margin-bottom: 24px;
  margin-top:1em;
}

.IT-services-icons ul li:before{
  display:none;
}

.IT-services-icons img {
  position: absolute;
  width: 36px;
  left: 0;
  top: -11px;
  width: 4vw;
  max-width:44px;
}

@media (max-width:768px){
  .it-service-content{
    text-align:center;
  }

  .IT-services-icons li{
    padding-left:10px;
    padding-right:10px;
  }

  .IT-services-icons li img,
  .IT-services-icons li span{
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;

  }

  .IT-services-icons li img {
    width: 45px;
  }
}




.card-wrapper {
  border: solid 1px #eee;
}

.card-wrapper:hover {
  box-shadow: 0 5px 5px #d0d0d0;
}


.service-image{
  height: 191px;
}

.service-logo {
  width: 59px;
  height: 50px;
  background-size: cover;
  position: relative;
  margin-top: -42px;
  border: solid 2px #fff;
  border-radius: 10px;
  margin-bottom:1em;
}

.homepage-device{
  width: 825px !important;
  margin-bottom: -75px;
  /*margin: 0 825px 0 463px;*/
}

@media (max-width:768px){
  .homepage-device{
    float: none !important;
    max-width: 412px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }  
}





/*////////////////////////////////////
//JS-COUNTER
////////////////////////////////////*/
.counter {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  padding-top: 2rem;
  position: relative;
}

.counter-main-wrapper > div > div > div {
  margin: 0.5em !important;
  min-width: 163px;
  max-width: 24% !important;
  outline: solid 2px rgba(255, 255, 255, 0.4) !important;

}


.counter__number--show-plus:after {
  content: '+';
  font-size: 0.75em;
}

.counter__title {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}

.odometer{
  font-weight:500;
}

.odometer-inside{
  font-size:3.5em !important;
}

.counter__number--show-plus:after{
  font-size:2em;
}

@media (max-width: 768px) {

  .counter-main-wrapper div > div{
    text-align:center;
  }

  .counter-main-wrapper div > div > div {
    max-width: 100%;
    display: inline-block !important;
  }

  .counter-main-wrapper .span3 {
    width: 22.8%;
  }

  .counter {
    font-size: 3em;
    padding:0.2em;
    border:none;
  } 

  .odometer-inside{
    font-size:7vw !important;
  }

  .counter__number--show-plus:after{
    font-size:0.5em;
  }

}



@media (max-width: 450px) {

  .counter {
    font-size: 3em;
  }

  .odometer-inside{
    font-size:7vw !important;
  }

  .odometer-inside span {
    font-size: 3rem;
  }

  .counter__number--show-plus:after {
    font-size: 2rem;
  }

}




/*///////Testimonials//////////*/
.testimonial-logo {
  margin-bottom: 1em;
}

.testimonial-logo img {
  object-fit: cover;
  vertical-align: middle;
  width: 150px;
}

.testimonial-wrapper {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.testimonial-content {
  margin-bottom: 2em;
}

.testimonial-user-wrapper > div {
  display: inline-block;
}

.testimonial-user-image {
  width: 55px;
  height: 55px;
  line-height: 60px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 2px #fff;
  position: relative;
}

.testimonial-user-image img {
  object-fit: cover;
  width: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
}

.testimonial-user-info {
  text-align: left;
  vertical-align: top;
  margin-left: 1em;
}

p.testimonial-user-name {
  font-weight: 700;
  margin-top:0;
  margin-bottom:0;
}

.testimonial-user-company {
  margin-top: 0;
  font-style: italic;
  font-size: 13px;
}



/*--Testimonial Slides---*/
.testimonial-slide{
  width: 100%;
  margin: 0 20% 2em;
}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Blog Post 
//
//////////////////////////////////////////////////////////////////////////////
*/

.related-articles {
  margin: 2rem 0;
}

.related-articles .blog-card {
  -webkit-transition:ease-in 0.5s;
  -o-transition:ease-in 0.5s;
  transition:ease-in 0.5s;
}

.related-articles .blog-card:hover {
  -webkit-box-shadow: 8px 8px 20px #ededed;
  box-shadow: 8px 8px 20px #ededed;
}

.related-articles .blog-card .featured-content {
  background: #fafafa;
  padding: 1rem 1rem;
  border: solid thin #f3f3f3;
}

.related-articles .blog-card .featured-content .custom-date {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  color: #b5b2b2;
}

.related-articles .blog-card .featured-content h4 {
  font-size: 16px;
  margin:5px 0;
}

.related-articles .blog-card:hover .featured-content h4 {
  color:#17aed2;
}

.related-articles .blog-card--featured-image {
  height: 180px;
}

@media (max-width:768px){
  .blog-card {
    margin-bottom: 3rem;
  }
  .blog-card:last-of-type {
    margin-bottom: 0;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Partner Carousel
//
//////////////////////////////////////////////////////////////////////////////
*/

.brand-carousel {
  margin-bottom: 8em;
  min-height: 150px !important;
}

.brand-slide {
  width: 20%;
  padding: 1em;
  text-align:center;
}

.brand-slide img {
  border: 1px solid #eee;
  border-radius: 3px;
}

@media (max-width: 900px) {

  .brand-slide {
    width: 33.33333332%;
  }

}



/*////////////////////////////
HOME PAGE BLOG LISTING
///////////////////////////*/
.pl-featured-image {
  height: 200px;
}


.blog-post-wrapper {
  margin-top: 3em !important;
}

@media (max-width:1064px){
  .blog-post-wrapper {
    margin-top: 5em !important;
  }
}

@media (max-width:768px){
  .blog-post-wrapper {
    margin-top: 2em !important;
  }
}

/*////////////////////////////
RESOURCES PAGE
///////////////////////////*/

/*--CONTROLS--*/
.controls {
  text-align: center;
  margin: 3em 0;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 1em;
  max-width: 95% !important;
}

.controls::-webkit-scrollbar{
  background-color:transparent;
  height: 0px;
  position: relative;
}

.controls::-webkit-scrollbar-thumb{
  background-color:#fff;
  position:absolute;
}


.control.hs-button {
  background-color: #0096d7;
  color: #fff !important;
  margin-bottom: 5px;
  background-color: transparent;
  border: solid 2px !important;
  border-color: transparent !important;
}

.control.hs-button:hover{
  border-color:#fff !important;
}

@media (max-width:480px){
  .control.hs-button {
    display: inline-block;
  }
}

.control.mixitup-control-active {
  background-color: #fff;
  color: #3a86c6 !important;
}

/*---CARD LISTING---*/

.resource-card-main-wrapper > div {
  max-width: calc(24% - .8em);
  width:100%;
  display: inline-block;
  margin: .4em;
  text-align:center;
  min-height:300px;
}

.resource-card-wrapper a{
  display:block;
  text-align:center;
  background-color: #fff;
}

.resource-card-wrapper{
  border:solid 1px #ddd;
  overflow:hidden;
  text-align:left;
}

.resource-card-wrapper img {
  max-width: 238px;
  width:100%;
  padding: 1em;
  margin-bottom: 2em;
  text-align:center;
}

.resource-card-content-wrapper{
  position:absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0.5em;
  border-top: solid 0.7em;
  background-color: rgba(255, 255, 255, 0.95);
  text-align:left;
}

.resource-content-slide{
  opacity:0;
  display:none;
}

.resource-content-slide p{
  font-size:14px;
}

.resource-content-slide .link{
  font-size:14px;
}

.resource-card-wrapper a:hover .resource-content-title{
  opacity:0;
  display:none;
}

.resource-card-wrapper a:hover .resource-card-content-wrapper,
.resource-card-wrapper a:hover .resource-card-content-wrapper .resource-content-slide{
  bottom:0%;
  transition: 0.7s ease-in-out;   
  display:block;
  opacity:1;
}

@media (max-width:980px){
  .resource-card-main-wrapper > div{
    max-width: calc(32.5% - .8em); 
  }
}

@media (max-width:768px){
  .resource-card-main-wrapper > div{
    max-width: calc(49.5% - .8em); 
  }
}

@media (max-width:425px){
  .resource-card-main-wrapper > div{
    max-width: calc(100% - .8em); 
  }
}

/*--resources colors--*/
.resource-card-content-wrapper.Guide,
.resource-category-title.Guide {
  color: #3a95fb;
  border-color:#3a95fb;
}

.resource-category-title{
  font-size:14px;
}

.resource-card-content-wrapper.Whitepaper,
.resource-category-title.Whitepaper {
  color: #ffb83f;
  border-color:#ffb83f;
}

.resource-card-content-wrapper.Case-Study,
.resource-category-title.Case-Study {
  color: #45e8c5;
  border-color:#45e8c5;
}

.resource-card-content-wrapper.Checklist,
.resource-category-title.Checklist {
  color: #796ec2;
  border-color:#796ec2;
}

.resource-card-content-wrapper.Brochure,
.resource-category-title.Brochure {
  color: #f358e6;
  border-color:#f358e6;
}

.resource-card-content-wrapper.Guide,
.resource-card-content-wrapper.Whitepaper,
.resource-card-content-wrapper.Case-Study,
.resource-card-content-wrapper.Checklist,
.resource-card-content-wrapper.Brochure{
  color:#333;
}
/*---resources colors ends--*/



/*////////////////////////////
LANDING PAGE
///////////////////////////*/
@media (max-width: 768px){
  .landing-page-3dcover {
    max-width: 250px;
    display:block;
    margin-bottom: 1em;
  }

  .land-page-form fieldset > div {
    display: block;
    width: 100% !important;
  }

}


/*////////////////////////////////////
//FORMS
////////////////////////////////////*/



input {
  border: solid 1px rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.form-input-space label input {
  margin-right: 7px;
}

.form-2col-li li {
  display: inline-block;
  width: calc(50% - 3px);
  vertical-align: top;
}

@media (max-width:600px){
  .form-2col-li li {
    display:block;
    width:100%;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// CONTACT US PAGE
//
//////////////////////////////////////////////////////////////////////////////
*/

.contact-us-form {
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
}

.contact-cards-wrap .contact-cards-content{
  width:300px;
  margin:1em;
}

.contact-us-resource-cards img{
  max-height: 200px;
}

.get-direction {
  background-color: #3a86c6;
  color: #fff;
  border-top: solid 5px #3a86c6;
  display:none;
}


.contact-cards-content li {
  margin-bottom: 1em;
  font-size:15px;
  font-weight: 600;
}


.contact-us-address a {
  color: #3a86c6;
}


.usa-blue:hover{
  background-color: #17aed2;
  border-color: #17aed2;
}

.philippines-background:hover{
  background-color: #ce1126;
  border-color: #ce1126; 
}

.germany-yellow:hover{
  background-color: #ffce00;
  border-color: #ffce00; 
}

.india-green:hover{
  background-color: #128807;
  border-color: #128807; 
}

@media (max-width:480px){
  .contact-cards-wrap .contact-cards-content{
    width:80%;
    margin:0.5em;
  }
}

/*////////////////////////////
FOOTER
///////////////////////////*/
.footer-section-wapper:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -33%;
  opacity: 0.02;
  width: 100%;
  height: 144%;
  background-repeat: no-repeat;
  background-image: url(https://2328579.fs1.hubspotusercontent-na1.net/hubfs/2328579/ProV-circle-logo-white-01.svg?t=1493205129805);
}

/*--footer Navigation---*/

.footer-nav-wrapper{
  display:block;
  width:100%;
}

.footer-nav-wrapper ul{
  width: 100%;
  display: block;
  position:relative !important;
}

.footer-nav-wrapper a,
.footer-nav-wrapper li{
  white-space: normal !important;
  color: #b3b3b3;
  font-size: 14px;
  max-width: none;
  width: 100%;
  display: block !important;
}

.footer-nav-wrapper a{
  padding: 5px 0 !important;
}

.footer-nav-wrapper a:hover{
  color:#fff !important;
}

.footer-nav-wrapper .hs-menu-item.hs-menu-depth-1{
  display:block;
  float: none !important;
}


.footer-nav-wrapper .hs-menu-item.hs-menu-depth-1 > a {
  color: #fff;
  color:#17aed2;
  font-size: 16px;
  font-weight: 600;
  text-transform:uppercase;
}

.footer-nav-wrapper .hs-menu-item.hs-menu-depth-1 > a:after{
  display:none !important;
}

.footer-contact-us {
  font-size: 14px !important;
  border: solid 2px #fff;
  text-align: center;
  min-width: 70%;
  margin-top: 1em;
  color: #fff !important;
}

.footer-contact-us:hover{
  background-color:#17aed2;
  border-color:#17aed2;
}



@media (max-width:767px){
  .footer-nav-wrapper{
    display: none !important;
  }
}


/*--Footer Social----*/
.footer-social-icon li {
  display: inline-block !important;
  float: none !important;
  width: auto;
  margin-top:1em;
  margin-right:10px;
}

.footer-social-icon li a {
  padding: 0.3em 0.8em !important;
  border: solid 2px;
  font-size: 1em;
  border-radius: 7px;
}

.footer-social-icon li a:hover{
  background-color:#fff;
  border-color:#fff !important;
}
/*--social colors---*/
/* .facebook,
i.fa.fa-facebook{
color:#3b5998;
border-color:#3b5998 !important;
}

.linkedin,
i.fa.fa-linkedin{
color:#007bb6;
border-color:#007bb6 !important;
}

.twitter,
i.fa.fa-twitter{
color:#00aced;
border-color:#00aced !important;
} */

/*--copywrite---*/
.copywrite{
  border-top:2px solid #444848;
  padding-top:30px;
  width:100%;
  display:block;
}
.copywrite img {
  max-width: 80px;
  display: inline-block;
  float: left;
}

.copywrite p {
  display: inline-block;
  text-align: right;
  float: right;
  color: #797979;
  font-size: 13px;
}


/*/////////////////////
//ServiceNow Page
/////////////////////*/
.button-tab{
  cursor:pointer;
}

/*--device--*/
.sn-software-title-logo img {
  max-width: 300px;
  width:100% !important;
  margin-bottom: 1em;
}

.sn-software-icon-title {
  display: block;
  width: 100%;
}

.sn-software-icon{
  min-height: 6em;
}

.sn-software-icon__ext{
  display:none !important;
}

.sn-software-icon:nth-last-child(1){
  margin-bottom:0;
}

.sn-software-icon-title__right{
  text-align: right;
  padding-right: 4em;
}

.sn-software-icon.sn-software-icon-title__right img {
  position: absolute;
  max-width: 59px;
  right: -9px;
  top: 0px;
}

.sn-software-icon-title__left{
  text-align: left;
  padding-left: 4em;
}

.sn-software-icon.sn-software-icon-title__left img {
  position: absolute;
  max-width: 59px;
  left: -9px;
  top: 0px;
}


.sn-software-img {
  max-width: 600px;
  display: inline-block;
}

/*--tabs slider section--*/

.service-section{
  padding-top:5em;
  padding-bottom:5em;
  width:100%;
}


.service-section-tab-wrapper{
  border-bottom: solid 7px #e4e4e4;
  border-top: solid 1px #e4e4e4;
}

.service-section-tab{
  display: inline-block;
  max-width: calc(98% / 4);
  width: 100%;
  vertical-align: top;
  text-align: center;
  border-right: solid 1px #e4e4e4;
  border-top: 0;
  padding: 5px;
  font-size: 14px;
  color: #969696;
  padding-top: 1em;
  padding-bottom: 1em;
}

.service-section-tab:nth-child(1){
  border-left:solid 1px #e4e4e4;
}

.service-section-tab:hover,
.service-section-tab.active{
  box-shadow: 0px 7px 0px #3a86c6;
  color: #3a86c6;
}


.js-service-slide .flickity-page-dots{
  bottom: 6.5em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  text-align: left;
  padding-left: 16em;
}

.service-section-card {
  background-color: #fff;
  padding: 2em;
  padding-bottom:4.5em;
  max-width: 600px;
  border-radius: 20px;
}

.service-section .service-section-card{
  opacity:0;
  transition-duration:2s;
}

.service-section.is-selected .service-section-card{
  opacity:1;
}

.service-section-img {
  max-width: 80px;
  width: 100%;
}

/*--Service Now pricing cards--*/
.pricing-cards-wrapper {
  margin-top: -10em !important;
  position: relative;
}

.pricing-card {
  background-color: #fff;
  /*border-radius: 8px;*/
  overflow: hidden;
  border: solid 1px #eee;
}

.pricing-card:hover{
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
}

.pricing-card-title {
  background-color: #333;
  color: #fff !important;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
}

.pricing-card-price {
  font-size: 5vw;
  font-size:3em;
  background-color:transparent !important;
}

.pricing-card-button{
  color:#fff !important;
  border-color:transparent !important;
}

.p-lgreen{
  color:#b4cd48;
  background-color:#b4cd48;
}

.p-teal-blue{
  color:#3786c7;
  background-color:#3786c7;
}

.p-lblue{
  color:#21b5cf;
  background-color:#21b5cf;
}

/* ---- pricing card buttons --- */

.hs-button.p-lgreen{
  color:#fff !important;
  background-color:#b4cd48 !important;
}

.hs-button.p-lgreen:hover{
  color:#b4cd48 !important;
  border: solid 1.5px #b4cd48 !important;
  background-color:transparent !important;
}

.hs-button.p-teal-blue{
  color:#fff !important;
  background-color:#3786c7 !important;
}

.hs-button.p-teal-blue:hover{
  color:#3786c7 !important;
  border: solid 1.5px #3786c7 !important;
  background-color:transparent !important;
}

.hs-button.p-lblue{
  color:#fff !important;
  background-color:#21b5cf !important;
}

.hs-button.p-lblue:hover{
  color:#21b5cf !important;
  border: solid 1.5px #21b5cf !important;    
  background-color:transparent !important;
}


@media (max-width:768px){

  .sn-software-section-wrapper {
    display: flex;
    flex-flow: column;
    text-align:center;
  }

  .span3.sn-software-icon-group {
    order: 1;
    width:100%;
    margin:0;
  }

  .sn-software-icon {
    display: inline-block;
    margin: 0;
    padding: 1em;
    text-align:center;
    width: 32%;
    vertical-align:top;
  }

  .sn-software-icon.sn-software-icon-title__right,
  .sn-software-icon.sn-software-icon-title__left {
    width:  100%;
    display:  block;
    min-height:  1rem;
  }  

  .sn-software-icon img {
    position: relative !important;
    margin: 0 auto !important;
    top: 0 !important;
    padding-bottom: 10px;
    left:0 !important;
    right:0 !important;
  }

  .service-section:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.44);
  }


  .service-section-tab-wrapper{
    display:none;
  }

  .service-section-card{
    margin:0 auto;
  }

  .service-section-img {
    max-width: 50px;
  }

  .sn-software-img {
    max-width: 400px;
    margin: 0 auto !important;
  }

  .js-service-slide .flickity-page-dots{
    padding-left: 0;
    text-align: center;
  }


}


@media (max-width:480px){
  .sn-software-icon__ext{
    display:inline-block !important;
  }

  .sn-software-icon__ext-original {
    display:none;
  }

  .sn-software-icon {
    width: 45%;
  }

  .service-section{
    padding-bottom:3em;
  }

  .service-section-card{
    padding:1em;
  }

  .js-service-slide .flickity-page-dots{
    bottom: 2.5em;
  }
}

/*//////-Clear flickity-////////*/
.flickity-clear > div {
  display: none;
}

.flickity-clear .flickity-viewport{
  display:block;
}







/*2 column */
.ul-2-col{
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 !important;
  width:100% !important;
  position:relative;
}


.ul-2-col > ul {
  width: calc(50% - 3em);
  margin: 0;
  padding: 0;
  margin-left:3em;
}

.ul-2-col > ul:first-of-type{
  /*margin-left:0;*/
}


.ul-2-col > ul li:first-of-type{
  /*list-style:none;*/
}

.ul-2-col > ul li:first-of-type em{
  font-size:1.3em;
  font-style: normal;
  position: relative;
  left: -1em;
  color: #25acf0;
  color:#000;
}

.ul-2-col > ul li{
  margin-left: 1.5em;
}


body {
  counter-reset: section; 
}

.counter-child{
  position:relative;
  padding-left: 2.2em;
}

.counter-child::before {
  counter-increment: section;                 /* Increment the value of section counter by 1 */
  content: counter(section);                  /* Display the value of section counter */
  position: absolute;
  left: -1em;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  line-height: 35px;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28);
  color:#3a86c6;
  font-weight:bold;
}

@media (max-width:768px){
  .ul-2-col > ul {
    width:100%;
  }
}



/*//////////////////////
//accordion
/////////////////////*/
.accordion-button.active{
  color:#3a86c6;
}
.js-accordion{
  margin-bottom:0;
}
.js-accordion.active .accordion-content{
  max-height: 1000px;
  transition-delay: 0.1s;
  transition: ease-in-out all 0.8s;
  height:auto;
  padding:1em 0.5em;
}

.accordion-content{
  overflow: hidden;
  height:0;
  max-height: 0;
  padding:0 0.5em;
}

.accordion-button {
  width: 100%;
  text-align: left;
  padding: 1em 0em;
  border: 0;
  background-color: #fff;
  border-bottom: solid 1px #aaa;
  position: relative;
  font-size: 13px;
  font-weight:500;
  color: #9a9a9a;
}

/*.accordion-button:first-of-type{*/
/*    border-top:solid 1px #aaa;*/
/*}*/

.accordion-button:before {
  content: "\f0d7";
  font-family: fontAwesome;
  position: absolute;
  right: 01em;
}

.accordion-button.active:before {
  content: "\f0d8";
}



/*//////////////////
service card
////////////////*/
.service-card {
  padding: 1em;
  /*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.36);*/
  border-radius:10px;
  margin-bottom:2rem;
}

.service-card-icon{
  border-radius: 100%;
  overflow: hidden;
  width: 71px !important;
  height: 71px !important;
  line-height: 71px !important;
  border: solid 4px transparent;
  position: relative;
  margin-bottom: 1em;
}

.service-card-icon img{
  width: 90%;
  height: 90% !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}








/*////////////////////////
//ABOUT US
///////////////////////*/
.mission-item{
  margin:2em 0.5em;
  width: 20%;
  transition: all ease-in-out 0s;
  text-align: center;
}

.mission-item img {
  min-height: 200px !important;
  height:100%;
}

.csr-logo{
  text-align:center;
}
.csr-logo img{
  max-width: 100px;
}


.partners-section{
  position:relative;
}

.partners-section:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.46);
}

.partner-cards{
  position:relative;
  z-index:1;
}

.partner-card-item {
  background-color:#fff;
  padding: 1em;
  margin: 2em 1em !important;
  width:30% !important;
}

.partner-card-item .logo {
  max-width: 150px;
  padding: 1em 0;
  /*height:100% !important;*/
  margin:0 auto;
}

.partner-card-item > p{
  display:block;
  width:100%;
  text-align:center;
  margin-top:1em;
}

@media (max-width:768px){
  .partner-card-item{ 
    width:50% !important;
    margin: 2em 0.5em !important;
  }

  .csr-logo > div > div > div{
    max-width: 150px;
  }

  .mission-item{
    width:40%;
  }
}

@media (max-width:480px){
  .partner-card-item{ 
    width:80% !important;
  }
}



/*6 column cards*/
.col-6-card .span-col-flex-item {
  /*margin: 1em;*/
  padding: 1em;
  text-align: center;
}

.col-6-card img {
  max-width: 100px;
  margin-bottom: 1em;
}


.h2-underline h2 {
  border-bottom: solid 1px #00000040;
  padding-bottom: 0.5em;
}

/*////////////////////////
//LEADERSHIP PAGE
//////////////////////*/
.leadership-card{
  background-color:#fff;
  padding: 1em 2em;
  min-width: calc(50% - 2em);
  max-width: calc(50% - 2em);
  margin: 1em !important;
  position:relative;
  cursor:pointer;
  border-radius: 4px;
}

.leadership-card:hover{
  box-shadow: 0px 0px 3px #0000003d;
}

.plus-sign:before {
  position: absolute;
  content: "\f067";
  font-family: fontAwesome;
  right: 0.5em;
  top: 0;
  font-size: 1em;
  z-index: 1;
  color: #3a86c6;
}

.leadership-card.active .plus-sign:before {
  display:none;
}

.leadership-img {
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  width:100%;
  height:100px;
  background-size: cover;
  border-radius: 100%;
  margin-right: 1em !important;
}

.leadership-content-area {
  padding-left: 1em;
  border-left: solid 1px #7777;
}


.leadership-name {
  font-size: 1.3em;
  font-weight: 600;
  color: #3e86c6;
}

.leadership-job {
  font-weight: 600;
}


.leadership-overview{
  display:none;
}

.leadership-social {
  padding: 0;
  list-style: none;
  margin-top: 1em;
}

.leadership-social li {
  display: inline;
  border-right: solid 1px;
  font-size: 14px;
}

.leadership-social li a{
  padding:0.3em;
}

.leadership-social li:last-of-type {
  margin-right: 0;
  border: 0;
}

.leadership-social li a:hover{
  color:#000;
  background-color:#b3cd4b;
  padding:0.3em;
  border-radius:5px;
}

.leadership-social li a:hover i{
  color:#000;
}


.leadership-card.active{
  -webkit-box-flex:1;
  -ms-flex:auto;
  flex:auto;
  max-width:none;
  min-width:auto;
}

.leadership-card.active .leadership-overview{
  display:block;
  padding-top: 0.5em;
  margin-top: 1em;
  border-top: solid 1px #d0d0d0;
}



@media (max-width:768px){
  .leadership-card{
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
    max-width:none;
    min-width:auto;
    width:100%;
  }
}

@media (max-width:480px){
  .leadership-card{
    padding:1em;   
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .leadership-img{
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
  }

  .leadership-content-area{
    -ms-flex:auto;
    flex:auto;
    max-width:none;
    min-width:auto;
    width:100%;
  }
}




/*CTA*/
.section-cta-2 {
  z-index:  1;
}

.section-cta-2 span {
  background-color: transparent;
  box-shadow: none;
  border-bottom:  none;
}

.section-cta-2 span:before {
  display:  none;
}

.section-cta-2 h2, .section-cta-2 p {
  color:  #fff;
}





/* Case Study */

.case-study-page .widget-type-form label,
.case-study-page .widget-type-form h3 {
  color: #fff;
}

.row-fluid .fsubs-sec input[type="email"] {
  border: 0!important;
}
.row-fluid .fsubs-sec .hs-button, .row-fluid .fsubs-sec input[type="submit"] {
  margin: 0;
  font-size: 0!important;
}
.row-fluid form .hs-button:hover, .row-fluid form input[type="submit"]:hover {
  background: #00a7d8!important;
}

.row-fluid .site-search .hs-search-field__input, .row-fluid .site-search input[type="text"] {
  border-radius: 60px 0 0 60px!important;
  box-shadow: 0 20px 60px -10px rgb(0 0 0 / 30%)!important;
  border: 1px solid transparent!important;
}

.row-fluid .site-search .hs-search-field__bar button {
  padding: 1px 6px;
  margin: 0;
}

.mobile-trigger.cta_border_button {
  display: none!important;
}

.background__lightGrey input[type="submit"].hs-button.primary {
  border: 0!important;
  font-size: 18px!important;
  font-family: 'Lato',sans-serif!important;
  -webkit-appearance: none;
  cursor: pointer;
  outline: 0;
  border-radius: 100px !important;
  padding: 16px 32px 16px 72px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block !important;
  height: auto!important;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin: 0;
}

.body-container-wrapper form li {
  line-height: 22px!important;
  margin: 0 0 5px;
}

.body-container-wrapper .background__lightGrey form li,
.body-container-wrapper .background__lightGrey form li span {
  line-height: 22px!important;
  margin: 0 0 5px;
}

.background__lightGrey h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.background__lightGrey input[type="submit"].hs-button.primary:hover {
  background: #1b4261 url(https://www.provintl.com/hubfs/New_2018/button-icon.png) no-repeat left center/contain !important;
}