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

@font-face {
  font-family:'SF-Pro-Display';
  src:url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-regular-webfont.eot');
  src:url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-regular-webfont.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-regular-webfont.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-regular-webfont.svg#sf-pro-display-regular-webfont') format('svg');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'SF-Pro-Display-Bold';
  src:url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-bold-webfont.eot');
  src:url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-bold-webfont.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-bold-webfont.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-bold-webfont.svg#sf-pro-display-bold-webfont') format('svg');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'SF-Pro-Display-Heavy';
  src:url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-heavy-webfont.eot');
  src:url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-heavy-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-heavy-webfont.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-heavy-webfont.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/4147193/Autobooks%20February2019/Fonts/sf-pro-display-heavy-webfont.svg#sf-pro-display-heavy-webfont') format('svg');
  font-weight:normal;
  font-style:normal;
}

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


html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{background-color: #f2f2f2;margin:0;}
aside,figure,footer,.main,nav,section{display:block;}
a{background:transparent;}
a:active,a:hover{outline:0;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
input{color:inherit;font:inherit;margin:0;}
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}



html,body,.main,div,span,iframe,h2,h3,h5,h6,p,a,img,ul,li,form,input,aside,figure,footer,nav,section{/*position:relative;*/margin:0;padding:0;border:0;font-family:'SF-Pro-Display', sans-serif;font-size:100%;color:#000;font-weight:400;vertical-align:baseline;-webkit-overflow-scrolling:touch;letter-spacing:0px;line-height:1;}
html,body{width:100%;height:100%;}
ul{list-style:none;}
a{font-weight:500;text-decoration:none;outline:0;-webkit-transition:color .15s ease 0s;-moz-transition:color .15s ease 0s;-ms-transition:color .15s ease 0s;-o-transition:color .15s ease 0s;transition:color .15s ease 0s;}
a, body:not(.home) span{display:inline-block;font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;} /* added :not(.home) - inline-block was throwing off slick slider responsiveness */
span{font-weight:inherit;color:inherit;}
a:focus,a:active,a:link{outline:0;}
.bold{font-family:'SF-Pro-Display-Bold', sans-serif;}
figure a{display:block;}
img{display:inherit;width:100%;max-width:100%;height:auto;outline:0;}
*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;-ms-text-rendering:optimizeLegibility;-o-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility;}
h2{font-family:'SF-Pro-Display-Heavy', sans-serif;font-size:21px;line-height:1.25;}
h3{font-family:'SF-Pro-Display-Heavy', sans-serif;font-size:18px;line-height:1.25;}
h5{font-size:14px;line-height:1.45;}
h6{font-size:10px;}
p,li{font-size:18px;color:#5c6670;letter-spacing:0.01em;line-height:1.35;}
::selection{color:#fff;background:#000;}
::-moz-selection{color:#fff;background:#000;}
::-webkit-input-placeholder{opacity:1!important;}
:-moz-placeholder{opacity:1!important;}
::-moz-placeholder{opacity:1!important;}
:-ms-input-placeholder{opacity:1!important;}

/****** Variables *******/























/**************** Global Syles *************/

body {font-size: 16px; color: #666; line-height: 1.5; margin: 0px; font-family: 'SF-Pro-Display', sans-serif;}

.row-fluid .page-center {max-width: 1200px; padding: 0 15px; margin: 0 auto!important; float: none;}








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


/***** Padding *******/
.paddingt10 {padding-top: 10px;}
.paddingt20 {padding-top: 20px;}
.paddingt30 {padding-top: 30px;}
.paddingt40 {padding-top: 40px;}
.paddingt50 {padding-top: 50px;}
.paddingt60 {padding-top: 60px;}
.paddingt70 {padding-top: 70px;}
.paddingt80 {padding-top: 80px;}
.paddingt90 {padding-top: 90px;}
.paddingt100 {padding-top: 100px;}
.paddingt120 {padding-top: 120px;}
.paddingt140 {padding-top: 140px;}
.paddingt160 {padding-top: 160px;}
.paddingt180 {padding-top: 180px;}

.paddingb10 {padding-bottom: 10px;}
.paddingb20 {padding-bottom: 20px;}
.paddingb30 {padding-bottom: 30px;}
.paddingb40 {padding-bottom: 40px;}
.paddingb50 {padding-bottom: 50px;}
.paddingb60 {padding-bottom: 60px;}
.paddingb70 {padding-bottom: 70px;}
.paddingb80 {padding-bottom: 80px;}
.paddingb90 {padding-bottom: 90px;}
.paddingb100 {padding-bottom: 100px;}
.paddingb120 {padding-bottom: 120px;}
.paddingb140 {padding-bottom: 140px;}
.paddingb160 {padding-bottom: 160px;}
.paddingb180 {padding-bottom: 180px;}

.paddingtb10 {padding-top: 10px; padding-bottom: 10px;}
.paddingtb20 {padding-top: 20px; padding-bottom: 20px;}
.paddingtb30 {padding-top: 30px; padding-bottom: 30px;}
.paddingtb40 {padding-top: 40px; padding-bottom: 40px;}
.paddingtb50 {padding-top: 50px; padding-bottom: 50px;}
.paddingtb60 {padding-top: 60px; padding-bottom: 60px;}
.paddingtb70 {padding-top: 70px; padding-bottom: 70px;}
.paddingtb80 {padding-top: 80px; padding-bottom: 80px;}
.paddingtb90 {padding-top: 90px; padding-bottom: 90px;}
.paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
.paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
.paddingtb120 {padding-top: 120px; padding-bottom: 120px;}
.paddingtb140 {padding-top: 120px; padding-bottom: 120px;}
.paddingtb160 {padding-top: 160px; padding-bottom: 160px;}
.paddingtb180 {padding-top: 180px; padding-bottom: 180px;}

@media (max-width: 767px) {
  .mobile_paddingt0 {padding-top: 0px;}
  .mobile_paddingt10 {padding-top: 10px;}
  .mobile_paddingt20 {padding-top: 20px;}
  .mobile_paddingt30 {padding-top: 30px;}
  .mobile_paddingt40 {padding-top: 40px;}
  .mobile_paddingt50 {padding-top: 50px;}
  .mobile_paddingt60 {padding-top: 60px;}
  .mobile_paddingt70 {padding-top: 70px;}
  .mobile_paddingt80 {padding-top: 80px;}
  .mobile_paddingt90 {padding-top: 90px;}
  .mobile_paddingt100 {padding-top: 100px;}

  .mobile_paddingb0 {padding-bottom: 0px;}
  .mobile_paddingb10 {padding-bottom: 10px;}
  .mobile_paddingb20 {padding-bottom: 20px;}
  .mobile_paddingb30 {padding-bottom: 30px;}
  .mobile_paddingb40 {padding-bottom: 40px;}
  .mobile_paddingb50 {padding-bottom: 50px;}
  .mobile_paddingb60 {padding-bottom: 60px;}
  .mobile_paddingb70 {padding-bottom: 70px;}
  .mobile_paddingb80 {padding-bottom: 80px;}
  .mobile_paddingb90 {padding-bottom: 90px;}
  .mobile_paddingb100 {padding-bottom: 100px;}

  .mobile_paddingtb10 {padding-top: 10px; padding-bottom: 10px;}
  .mobile_paddingtb20 {padding-top: 20px; padding-bottom: 20px;}
  .mobile_paddingtb30 {padding-top: 30px; padding-bottom: 30px;}
  .mobile_paddingtb40 {padding-top: 40px; padding-bottom: 40px;}
  .mobile_paddingtb50 {padding-top: 50px; padding-bottom: 50px;}
  .mobile_paddingtb60 {padding-top: 60px; padding-bottom: 60px;}
  .mobile_paddingtb70 {padding-top: 70px; padding-bottom: 70px;}
  .mobile_paddingtb80 {padding-top: 80px; padding-bottom: 80px;}
  .mobile_paddingtb90 {padding-top: 90px; padding-bottom: 90px;}
  .mobile_paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
  .set-height {height: auto!important;}
}

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

@media (max-width: 767px) {
  .mobile-text-left {text-align: left;}
  .mobile-text-center {text-align: center;}
  .mobile-text-right {text-align: right;}
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'SF-Pro-Display-Heavy', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  margin: 8px 0;
}

h5 {font-family: 'SF-Pro-Display', sans-serif; font-weight: 400;}

h1 {font-size: 28px; line-height: 1.25;}
h2 {font-size: 21px; line-height: 1.25;}
h3 {font-size: 18px; line-height: 1.25;}
h4 {font-size: 16px; line-height: 1.35;font-family: 'SF-Pro-Display', sans-serif; font-weight: 400;}
h5 {font-size: 14px; line-height: 1.45;}
h6 {font-size: 10px; line-height: 1;}

a {text-decoration:none; transition: .25s;}
a:hover {text-decoration: none;}

@media (min-width: 1300px) {
  h1, .h1 {
    font-size: 2.154vw;
  }
  h2, .h2 {
    font-size: 1.615vw;
  }  
  h3, .h3 {
    font-size: 1.385vw;
  }
  h4, .h4 {
    font-size: 1.231vw;
  }
  h5, .h5 {
    font-size: 1.077vw;
  }
}

/****************** Header ******************/
/*   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{overflow: visible;text-overflow: inherit;width: auto; max-width: 100%;}

.nav-global .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal {position: fixed; background-color: #f2f2f2; border-right: 1px solid rgba(164,169,173,0.5);}
.nav-global .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {top: 0; left: 0; width: 165px; height: 100vh; padding: 25px 25px 0;}
.nav-global .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {position: absolute; content:""; top: -50vh;left: 0; width: 100%; bottom: -50vh; border-right: 1px solid rgba(164,169,173,0.5);}
.nav-global .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {margin-bottom:5px;}
.nav-global .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {font-family:'SF-Pro-Display-Heavy'; font-size: 13px; font-weight: 800;color: #008aab; line-height: 15px; width: calc(100% + 50px); left: -25px; padding-left: 10px;} */
/* .nav-global .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover:after {position:absolute;content:"";right:-25px;top:-2px;bottom:-2px;width:3px;background-color:#ff6c0e;} */

/*   .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {}

.nav-global .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {margin:0;}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {} */
/* ******** */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{overflow: visible;text-overflow: inherit; padding-top: 0px; width: auto; max-width: 100%;}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {}


.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {}


/****** Form Styles ******/
/* Input/Textarea  */
input[type="password"],
.hs-search-field__input,
.input > .hs-input {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  margin: 0px 0px 10px 0px;
  padding: 0px 20px;
  width: 100%;
  font-size: 14px;
}
input[type="password"],
.hs-search-field__input {padding: 0px 20px!important;border: 2px solid rgba(255, 255, 255, 0.5)!important;}
input[type="password"] {height: auto!important; margin-top: 0!important;}
.input > textarea.hs-input {}

/* Form Button */
input[type="submit"] {
  font-family: 'SF-Pro-Display-Heavy', sans-serif;
  background-color: #ff6c0e;
  color: #ffffff;
  border-radius: 50px!important;
  width: inherit !important;
  padding: 15px 30px;
  margin: 20px 0 0 0;
  float: right;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  background-color: #fff;
  color: #ff6c0e; 
}

@media (min-width: 1300px) {
  input[type="submit"] {font-size: 0.923vw; letter-spacing: 0.154vw;}
}

/* Form input list */
ul.inputs-list.multi-container {}
.input > input.hs-input.hs-error-msgs {}

/* Form Label */
#hs-search-module label,
.hs-form-field > label {
  color: #ff6c0e;
}



/************** CTA Styles ****************/

a.cta_button {-moz-box-sizing: border-box!important; -webkit-box-sizing: border-box!important; box-sizing: border-box!important;}
a.cta_button.cta-primary {
  background-color: #ff6c0e;
  font-family: 'SF-Pro-Display-Heavy', sans-serif;
  color: #fff;
  display: inline-block;
  border-radius: 45px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 60px 0 25px;
  margin-top: 10px;
}

a.cta_button.cta-primary.trans-blue {background-color: rgba(26,59,81,0.5);}

a.cta_button.cta-primary:before {
    position: absolute;
    content: ">";
    top: 0;
    right: 20px;
    line-height: 45px;
    z-index: 0;
}

a.cta_button.cta-primary:hover {
  background-color: #fff;
  color: #ff6c0e;
}

a.cta_button.cta-primary.trans-blue:hover {background-color: rgba(26,59,81,1); color: #fff;}

a.cta_button.cta-primary.cta-header {
  padding: 15px;
  line-height: 1.2;
  margin-top: 20px;
}

a.cta_button.cta-primary.cta-header:before {display: none;}

@media (min-width: 1300px) {
  a.cta_button.cta-primary:not(.cta-header) {
    font-size: 0.769vw;
    border-radius: 43.462vw;
    font-size: 0.846vw;
    letter-spacing: 0.077vw;
    line-height: 3.462vw;
    padding: 0 4.615vw 0 1.923vw;
  }
  a.cta_button.cta-primary:not(.cta-header):before {
    right: 1.538vw;
    line-height: 3.462vw;
  }

}


/************** Blog Styles ************/
.blog-section{ padding: 20px 0 0 0px; }
.blog-section .post-item{ overflow:hidden; }
.blog-section .post-item .post-left-col{ width:48%; float:left; }
.blog-section .post-item .post-left-col .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{ max-width: 100%; }
.blog-section .post-item .post-right-col{ width:48%; float:right; }
.blog-section .blog-listing-wrapper .post-listing .post-item{ border:0px; margin: 0 0 40px; }
.blog-section .post-item .post-right-col > p{ text-transform:uppercase; font-weight:bold; color:#999999; font-size:14px; letter-spacing:1px; }
.blog-section .post-item .post-right-col > p a{ color: #00a7e0; }
.blog-section .post-item .post-right-col > p a:hover{ color: #e46849; }
.blog-section .post-item .post-right-col h2{text-transform:inherit; margin-bottom:5px; }
.blog-section .post-item .post-right-col h2 a{ color: #00a7e0; }
.blog-section .post-item .post-right-col h2 a:hover{ color: #e46849; }
.blog-section .post-item .post-right-col .post-body{}
.blog-section .post-item .post-right-col .post-body p{color:#999999;}
.blog-section .post-item .post-right-col .post-body p span{}
.blog-section .post-item .post-right-col .post-body p a{color:#00a7e0; }
.blog-section .post-item .post-right-col .post-body p a:hover{ color: #e46849; }
.blog-section .post-item .post-right-col .post-body a.more-link{ font-size:14px; font-weight:bold; color: #00a7e0; letter-spacing:1px; text-transform:uppercase; background:none; float:none; padding: 0px;
  margin: 0px; text-indent:0; display: initial; }
.blog-section .post-item .post-right-col .post-body a.more-link:hover{ color: #e46849; }

.blog-section .post-item .post-left-col .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image:hover{ opacity:0.7; }

.blog-pagination{ display:block; text-align:center; padding:40px 0 10px; }
.blog-pagination ul{ margin:0px; padding:0px; list-style:none; }
.blog-pagination ul li{ display:inline-block; vertical-align:middle; margin:0 4px; }
.blog-pagination ul li a{ height:48px; width:48px; text-align:center; line-height:48px; font-size:14px; color:#333; font-weight:600; text-decoration:none; border-radius:50%; display:block;
  background:#fff; box-shadow:0 0 7px rgba(0,0,0,0.05); }
.blog-pagination ul li:first-child a{ padding: 0 50px; width: auto; border-radius: 25px; }
.blog-pagination ul li:last-child a{ padding: 0 50px; width: auto; border-radius: 25px; }
.blog-pagination ul li a:hover{ background: #ff6c0e; color: #fff; border: 1px solid #ff6c0e;}
.blog-pagination ul li.active a{ background: #fff; color: #ff6c0e; }


/************** OG Autobooks CSS ************/
input:focus {
  outline: 0;
  border: 0px;
}

#container {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-left: 165px;
}

.home #container {
  background-color: #f2f2f2;
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

section {
  width: 100%;
  clear: both;
  z-index: 1;
}

.col-1 {
  width: 100%;
}

.col-3-4 {
  width: 75%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.row-1 {
  height: 100%;
}

input:not([type='checkbox']) {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-container.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex-container.flex-justify {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.flex-container.align-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.flex-container.flex-justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.flex-container.flex-justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.button a {
  display: block;
  text-align: center;
  white-space: normal;
}

.button.grid-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.button.grid-button a {
  line-height: 72px;
}

.button.grid-button.ltblue {
  background-color: #95d4e9;
}

.button.grid-button.ltblue a {
  color: #fff;
}

/*  Nav Orange Button */
.button.rounded-button-nav {
  display: inline-block;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  overflow: hidden;
}

.button.rounded-button-nav a {
  font-family: 'SF-Pro-Display-Heavy', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 45px;
  max-width: 120px;
  text-transform: uppercase;
  padding: 0 60px 0 12px;
}

.button.rounded-button-nav a:before {
  position: absolute;
  content: ">";
  top: 0;
  right: 8px;
  line-height: 45px;
  z-index: 0;
}

.button.rounded-button-nav.orange {
  background-color: #ff6c0e;
}

.button.rounded-button-nav.orange a {
  color: #fff;
}

.button.rounded-button-nav.trans-blue {
  background-color: rgba(26, 59, 81, 0.5);
}

.button.rounded-button-nav.trans-blue a {
  color: #fff;
}
/* End Nav Orange Button */

.button.rounded-button {
  display: inline-block;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  overflow: hidden;
}


.button.rounded-button a {
  font-family: 'SF-Pro-Display-Heavy', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 60px 0 25px;
}

.button.rounded-button a:before {
  position: absolute;
  content: ">";
  top: 0;
  right: 20px;
  line-height: 45px;
  z-index: 0;
}

.button.rounded-button.orange {
  background-color: #ff6c0e;
}

.button.rounded-button.orange a {
  color: #fff;
}

.button.rounded-button.trans-blue {
  background-color: rgba(26, 59, 81, 0.5);
}

.button.rounded-button.trans-blue a {
  color: #fff;
}

.button-grid {
  margin-bottom: 20px;
}

.button-grid .col-1-2 {
  width: calc(50% - 6px);
}

.subheading h2, .subheading h3 {
  color: #008aab;
}

.subheading.dark h1, .subheading.dark h3, .subheading.dark h2,.subheading.dark h5 {
  color: #1a3b54;
}

#fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 165px;
  height: 100vh;
  padding: 25px 25px 0;
}

#fixed-nav:before {
  position: absolute;
  content: "";
  top: -50vh;
  left: 0;
  width: 100%;
  bottom: -50vh;
  background-color: #f2f2f2;
  border-right: 1px solid rgba(164, 169, 173, 0.5);
}

#fixed-nav .logo img {
  width: 115px;
}

#fixed-nav .logo path {
  fill: #ff6c0e;
}

#fixed-nav .logo-type {
  display: none;
}

#fixed-nav #thumb-nav {
  display: none;
  position: absolute;
  right: 25px;
  cursor: pointer;
}

#fixed-nav #thumb-nav hr {
  width: 30px;
  height: 3px;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
  background-color: #ff6c0e;
}

#fixed-nav #thumb-nav hr:last-child {
  margin: 0;
}

.body-container {padding-left: 165px;}

.row-fluid .wrapper {width: 100%; max-width: 1360px; margin: 0;}

@media (min-width: 1300px) {
  .row-fluid .wrapper {max-width: 104.615vw;}
  .body-container {padding-left: 12.692vw}

}

.row-fluid .main {
  width: 100%;
  padding: 25px 100px 0 100px;
  margin-left: 0;
  background-color: #fff;
}

.home .row-fluid .main {background-color: #f2f2f2;}

.main .section {
  padding: 50px 0;
  border-bottom: 1px solid rgba(164, 169, 173, 0.5);
}

.main footer .section:first-child,
.main .hs_cos_wrapper_widget_container > div:first-child .section {
  padding-top: 0;
}

.main .section .col-left {
  width: 500px;
}

.main .section .col-left figure {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.main .section .col-left .button.floater {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 2;
}

.main .section .col-left .button.floater a.cta-primary {
  padding-right: 80px;
}

.main .section .col-right {
  padding-left: 75px;
  width: calc(100% - 500px);
}

.row-fluid .nav-global {width: auto; min-height: 0px;}

#side-nav {
  padding-top: 22px;
}

#side-nav ul li {
  margin-bottom: 5px;
}

#side-nav ul li:last-child {
  margin: 0;
}

#side-nav ul li a {
  font-family: 'SF-Pro-Display-Heavy', sans-serif;
  font-size: 13px;
  color: #008aab;
  line-height: 30px;
  width: calc(100% + 50px);
  left: -25px;
  padding: 0;
  padding-left: 25px;
}

#side-nav ul li.active > a {color: #a4a9ad;}

#side-nav ul li:hover:after {
  position: absolute;
  content: "";
  left: -25px;
  top: -2px;
  bottom: -2px;
  width: 3px;
  background-color: #ff6c0e;
}

#nav-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: transparent;
  z-index: -1;
}

#footer {
  padding: 50px 0;
}

#footer .section:first-child {
  border-bottom-color: rgba(63, 148, 184, 0.5);
}

#footer .section:last-child {
  border-bottom: 0;
}

#footer #newsletter-signup, #teal-form {
  background-color: #008aab;
  padding: 50px 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
}
#teal-form {padding: 25px;}

#footer #newsletter-signup .submitted-message,
#teal-form .submitted-message {
    color: #fff;
    font-weight: bold;
    font-family: 'SF-Pro-Display', sans-serif;
    font-weight: 400;
    font-size: 24px;
    overflow: visible;
}

#footer #newsletter-signup>.col-1-2:first-child {
  padding-right: 40px;
}

#footer #newsletter-signup>.col-1-2:last-child {
  padding-left: 40px;
}

#footer #newsletter-signup .subheading,
#footer #newsletter-signup .subheading h3 {
  color: #fff;
}
#teal-form form,
#footer #newsletter-signup form {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#teal-form form input[type="password"],
#teal-form form .hs-search-field__input,
#teal-form form .input input,
#teal-form form .input textarea,
#footer #newsletter-signup form .input input,
#footer #newsletter-signup form .input textarea {
  background-color: transparent;
  line-height: 40px;
  color: #fff;
}

#teal-form .input > .hs-input {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    margin: 0px 0px 10px 0px;
    padding: 0px 20px;
    width: 100%;
    font-size: 14px;
}

#teal-form form .input textarea.hs-input,
#footer #newsletter-signup form .input textarea {padding: 20px; line-height: 1.2;}


#teal-form form ::-webkit-input-placeholder,
#footer #newsletter-signup form .input ::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
#teal-form form :-moz-placeholder,
#footer #newsletter-signup form .input :-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
#teal-form form ::-moz-placeholder,
#footer #newsletter-signup form .input ::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
#teal-form form :-ms-input-placeholder,
#footer #newsletter-signup form .input :-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
#teal-form form .input.email,
#footer #newsletter-signup form .input.email {
  width: calc(100% - 85px);
  padding: 0 20px;
}
#teal-form form .input.email input,
#footer #newsletter-signup form .input.email input {
  font-size: 14px;
}
#teal-form form .input.submit,
#footer #newsletter-signup form .input.submit {
  width: 85px;
}
#teal-form form .input.submit input,
#footer #newsletter-signup form .input.submit input {
  font-family: 'SF-Pro-Display-Heavy', sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}
#teal-form form ul.hs-error-msgs.inputs-list li,
#footer #newsletter-signup ul.hs-error-msgs.inputs-list li {color: #fff;}
#teal-form form ul.hs-error-msgs.inputs-list li label,
#footer #newsletter-signup ul.hs-error-msgs.inputs-list li label {display: block; font-size: 14px;}

#footer .foot .mobile {
  display: none;
}

#footer .foot * {
  color: #3f94b8;
}

#footer .foot h5 {
  font-size: 13px;
}

#footer .foot .footer-nav {
  margin-top: 30px;
}

#footer .foot .footer-nav ul li {
  margin-bottom: 5px;
  line-height: inherit;
}

#footer .foot .footer-nav ul li a {
  font-size: 13px;
  line-height: 1.35;
  vertical-align: text-top;
}

.leadership-social {margin-top: 15px;}
.leadership-social a,
#footer .foot .social-net a {
  margin-right: 17px;
}
.leadership-social a:last-child,
#footer .foot .social-net a:last-child {
  margin: 0;
}
.leadership-social a img,
#footer .foot .social-net a img {
  width: 33px;
  height: 33px;
}

.home .main .section .col-right {
  padding-left: 120px;
}

@media screen and (min-width: 1300px) {
  h2 {
    font-size: 1.615vw;
  }

  h3 {
    font-size: 1.385vw;
  }

  h5 {
    font-size: 1.077vw;
  }

  h6 {
    font-size: 0.769vw;
  }

  p, li {
    font-size: 1.385vw;
  }

  #container {
    padding-left: 12.692vw;
  }

  .wrapper {
    max-width: 104.615vw;
  }

  .button.grid-button {
    -webkit-border-radius: .308vw;
    -moz-border-radius: .308vw;
    -ms-border-radius: .308vw;
    -o-border-radius: .308vw;
    border-radius: .308vw;
  }

  .button.grid-button a {
    line-height: 5.538vw;
  }

  .button.rounded-button {
    -webkit-border-radius: 43.462vw;
    -moz-border-radius: 43.462vw;
    -ms-border-radius: 43.462vw;
    -o-border-radius: 43.462vw;
    border-radius: 43.462vw;
  }

  .button.rounded-button a {
    font-size: 0.846vw;
    letter-spacing: 0.077vw;
    line-height: 3.462vw;
    padding: 0 4.615vw 0 1.923vw;
  }

  .button.rounded-button a:before {
    right: 1.538vw;
    line-height: 3.462vw;
  }

  .button-grid {
    margin-bottom: 1.538vw;
  }

  .button-grid .col-1-2 {
    width: calc(50% - 0.462vw);
  }

#fixed-nav {
    width: 12.692vw;
    padding: 1.923vw 1.923vw 0;
}

  #fixed-nav:before {
    border-right: 0.077vw solid rgba(164, 169, 173, 0.5);
  }

  #fixed-nav .logo {
    width: 9.692vw;
  }

  .row-fluid .main {
    padding: 1.923vw 7.692vw 0 7.692vw;
  }

  .main .section {
    padding: 3.846vw 0;
    border-bottom: 0.077vw solid rgba(164, 169, 173, 0.5);
  }

  .main .section .col-left {
    width: 38.462vw;
  }

  .main .section .col-left figure {
    -webkit-border-radius: .308vw;
    -moz-border-radius: .308vw;
    -ms-border-radius: .308vw;
    -o-border-radius: .308vw;
    border-radius: .308vw;
    -webkit-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
  }

  .main .section .col-left .button.floater a.cta-primary {
    bottom: 1.923vw;
    right: 1.923vw;
  }

  .main .section .col-left .button.floater a.cta-primary {
    padding-right: 6.154vw;
  }

  .main .section .col-right {
    padding-left: 5.769vw;
    width: calc(100% - 38.462vw);
  }

  #side-nav {
    padding-top: 1.692vw;
  }

  #side-nav ul li {
    margin-bottom: 0.385vw;
  }

  #side-nav ul li a {
    font-size: 1vw;
    line-height: 2.308vw;
    width: calc(100% + 3.846vw);
    left: -1.923vw;
    padding-left: 1.923vw;
  }

  #side-nav ul li:hover:after {
    left: -1.923vw;
    top: -0.154vw;
    bottom: -0.154vw;
    width: 0.231vw;
  }

  #footer {
    padding: 3.846vw 0;
  }

  #teal-form,
  #footer #newsletter-signup {
    padding: 3.846vw 4.615vw;
    -webkit-border-radius: .3077vw;
    -moz-border-radius: .3077vw;
    -ms-border-radius: .3077vw;
    -o-border-radius: .3077vw;
    border-radius: .3077vw;
    -webkit-box-shadow: .3846vw .3846vw .308vw 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: .3846vw .3846vw .308vw 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: .3846vw .3846vw .308vw 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: .3846vw .3846vw .308vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: .3846vw .3846vw .308vw 0 rgba(0, 0, 0, 0.25);
  }
  
  #teal-form {padding: 35px;}

  #footer #newsletter-signup>.col-1-2:first-child {
    padding-right: 3.077vw;
  }

  #footer #newsletter-signup>.col-1-2:last-child {
    padding-left: 3.077vw;
  }

  #teal-form form,
  #footer #newsletter-signup form {
    -webkit-border-radius: .3077vw;
    -moz-border-radius: .3077vw;
    -ms-border-radius: .3077vw;
    -o-border-radius: .3077vw;
    border-radius: .3077vw;
  }
  #teal-form form input[type="password"],
#teal-form form .hs-search-field__input,
  #teal-form form .input input,
  #footer #newsletter-signup form .input input {
    line-height: 3.077vw;
  }

  #teal-form form .input.email,
  #footer #newsletter-signup form .input.email {
    width: calc(100% - 6.538vw);
    padding: 0 1.538vw;
  }

  #teal-form form .input.email input,
  #footer #newsletter-signup form .input.email input {
    font-size: 1.077vw;
  }

  #teal-form form .input.submit,
  #footer #newsletter-signup form .input.submit {
    width: 6.538vw;
  }

  #teal-form form .input.submit input,
  #footer #newsletter-signup form .input.submit input {
    font-size: 0.923vw;
    letter-spacing: 0.154vw;
  }

  #footer .foot h5 {
    font-size: 1vw;
  }

  #footer .foot .footer-nav {
    margin-top: 0;
  }

  #footer .foot .footer-nav ul li {
    margin-bottom: 0.3846vw;
  }

  #footer .foot .footer-nav ul li a {
    font-size: 1vw;
  }
  .leadership-social a,
  #footer .foot .social-net a {
    margin-right: 1.308vw;
  }
  .leadership-social a img,
  #footer .foot .social-net a img {
    width: 2.538vw;
    height: 2.538vw;
  }

  .home .main .section .col-right {
    padding-left: 9.231vw;
  }
}

@media screen and (max-width: 1200px) {
  .row-fluid .main {
    padding: 25px 50px 0 50px;
  }

  .main .section .col-left {
    width: 41.667vw;
  }

  .main .section .col-right {
    width: calc(100% - 41.667vw);
  }

  .home .main .section .col-right {
    padding-left: 10vw;
  }
}

@media screen and (max-width: 1000px) {
  .home .main .section .col-right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 770px) {
  .button.rounded-button-nav a {
    font-size: 8px;
    width: 100px;
    transition: ease all .5s;
  }

  .button.rounded-button-nav a:before {
    /* content: ">"; */
    right: 12px;
    transition: ease all .5s;
  }
}

@media screen and (max-width: 950px) {
  .row-fluid .main {
    max-width: 600px;
    margin: 0 auto!important;
    float: none;
  }

  .main .section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .main .section .col-left, .main .section .col-right {
    width: 100%;
  }

  .main .section .col-right {
    padding-left: 0 !important;
    padding-top: 50px;
  }

  #teal-form,
  #footer #newsletter-signup {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 50px;
  }
  #teal-form {padding: 25px;}

  #footer #newsletter-signup>.col-1-2 {
    width: 100%;
    padding: 0 !important;
  }

  #footer #newsletter-signup>.col-1-2:nth-of-type(2) {
    padding-top: 25px !important;
  }

  #footer .foot .full {
    display: none;
  }

  #footer .foot .mobile {
    display: block;
  }

  #footer .foot .col-1-4, #footer .foot .col-3-4 {
    width: 100%;
  }

  #footer .foot .col-1-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  #footer .foot .col-1-4 .footer-nav.mobile {
    margin-top: 0;
    padding-left: 100px;
  }

  #footer .foot .col-3-4 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  #footer .foot .social-net {
    margin-top: 30px;
  }

  #footer .foot .copyright.mobile {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .body-container {
    padding-left: 0;
  }

  .row-fluid .main {
    padding: 75px 25px 0 25px;
  }

  #fixed-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    background-color: #f2f2f2;
    z-index: 999;
  }

  #fixed-nav:before {
    display: none;
  }

  #fixed-nav .logo  {
    width: 95px;
  }    

  #fixed-nav .logo svg {
    width: auto;
    height: 18px;
  }

  #fixed-nav .logo path {
    fill: #008aab;
  }

  #fixed-nav .logo-type {
    display: block;
    margin-left: 25px;
  }

  #fixed-nav .logo-type img {
    width: auto;
    height: 18px;
  }

  #fixed-nav #side-nav {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    top: 50px;
    left: 0;
    padding-top: 0;
    text-align: right;
    background-color: #f2f2f2;
    -webkit-transition: max-height .5s ease 0s;
    -moz-transition: max-height .5s ease 0s;
    -ms-transition: max-height .5s ease 0s;
    -o-transition: max-height .5s ease 0s;
    transition: max-height .5s ease 0s;
    max-height: 0px;
    overflow: hidden;
    display: block;
  }
  #fixed-nav #side-nav > span {display: block;}
  
  #fixed-nav #side-nav.active {
    max-height: 500px;
  }
  #fixed-nav #side-nav ul {
    padding: 30px 0 0;
    display: block;
  }

  #fixed-nav #side-nav ul li {
    margin-bottom: 20px;
    float: none;
  }

  #fixed-nav #side-nav ul li:hover:after {
    left: auto;
    right: 0;
  }

  #fixed-nav #side-nav ul li a {
    font-size: 16px;
    left: auto;
    width: auto;
    padding-left: 0;
    padding-right: 25px;
  }
  a.cta_button.cta-primary.cta-header {margin: 0 0 20px;}
  #fixed-nav #thumb-nav {
    display: block;
  }
  #side-nav a.cta_button {
    margin-right: 20px;
  }  
}

@media screen and (max-width: 600px) {
  #teal-form,
  #footer #newsletter-signup {
    padding: 50px 25px;
  }
  #teal-form {padding: 25px;}
}

@media screen and (max-width: 500px) {
  .button-grid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-grid .col-1-2 {
    width: 100%;
  }

  .button-grid .col-1-2:first-child {
    margin-bottom: 10px;
  }
}
}

/*! CSS Used from: Embedded */
#error-message {
  padding-left: 1.5em;
}

#ab-subscribe {
  border: none !important;
}

#newsletter-signup .footer-logo {
  max-width: 100px;
  margin: 30px 0 0 0;
}

#ab-subscribe .input-wrapper {
  /*     border: 2px solid rgba(255, 255, 255, 0.5); */
  border-radius: 4px;
  margin: 0px 0px 10px 0px;
}

#ab-subscribe .input-wrapper .input {
  padding: 0px 20px;
  width: 100%;
  font-size: 14px;
}

/*   #ab-subscribe .submit-wrapper {
float: right;
} */

#ab-subscribe .submit-wrapper .submit {
  background-color: #ff6c0e;
  border-radius: 50px;
  color: #ffffff;
  width: inherit !important;
  padding: 0px 30px;
  margin: 20px 0 0 0;
}

/*! CSS Used from: Embedded */
.fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset>div {
  overflow: hidden;
}  

/* @media for Modules Image and Text Position Reverse */
@media screen and (min-width: 950px) {
  .flex-container.image_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1300px) {
  .main .section.flex-container.image_right .col-right {
    padding-right: 5.769vw;
    padding-left: 0;
  }
}

@media screen and (min-width: 951px) and (max-width: 1299px) {
  .main .section.flex-container.image_right .col-right {
    padding-right: 75px;
    padding-left: 0;
  }
}
/* END @media for Modules Image and Text Position Reverse */

/* CSS For Our Solutions Page (Some Repeats) */
#left-icon {background:#5c6670;}
#right-icon {background:#1a3b54;}


  figure, footer, .main, nav, section {
    display: block;
  }

  a {
    background: transparent;
  }

  a:active, a:hover {
    outline: 0;
  }

  h1 {
    font-size: 2em;
    margin: .67em 0;
  }

  img {
    border: 0;
  }


  input {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }

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

  input {
    line-height: normal;
  }


  .main, div, h1, h2, h3, h5, p, a, img, ul, li, form, input, figure, footer, nav, section, article {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'SF-Pro-Display', sans-serif;
    font-size: 100%;
    color: #000;
    font-weight: 400;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
    letter-spacing: 0px;
    line-height: 1;
  }

  ul {
    list-style: none;
  }

  a {
    font-weight: 500;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .15s ease 0s;
    -moz-transition: color .15s ease 0s;
    -ms-transition: color .15s ease 0s;
    -o-transition: color .15s ease 0s;
    transition: color .15s ease 0s;
  }


  a {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
  }

  a:focus, a:active, a:link {
    outline: 0;
  }

  img {
    display: inherit;
    width: 100%;
    max-width: 100%;
    height: auto;
    outline: 0;
  }

  *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
  }

  h1 {
    font-family: 'SF-Pro-Display-Heavy', sans-serif;
    font-size: 28px;
    line-height: 1.25;
  }

  h2 {
    font-family: 'SF-Pro-Display-Heavy', sans-serif;
    font-size: 21px;
    line-height: 1.25;
  }

  h3 {
    font-family: 'SF-Pro-Display-Heavy', sans-serif;
    font-size: 18px;
    line-height: 1.25;
  }

  .h4 {
    font-size: 16px;
    line-height: 1.35;
  }

  h5 {
    font-size: 14px;
    line-height: 1.45;
  }

  p, li {
    font-size: 18px;
    color: #5c6670;
    letter-spacing: 0.01em;
    line-height: 1.35;
  }

  ::selection {
    color: #fff;
    background: #000;
  }

  ::-moz-selection {
    color: #fff;
    background: #000;
  }

  ::-webkit-input-placeholder {
    opacity: 1 !important;
  }

  :-moz-placeholder {
    opacity: 1 !important;
  }

  ::-moz-placeholder {
    opacity: 1 !important;
  }

  :-ms-input-placeholder {
    opacity: 1 !important;
  }

  input:focus {
    outline: 0;
    border: 0px;
  }

  section {
    width: 100%;
    clear: both;
    z-index: 1;
  }

  .col-1 {
    width: 100%;
  }

  .col-3-4 {
    width: 75%;
  }

  .col-1-2 {
    width: 50%;
  }

  .col-1-4 {
    width: 25%;
  }

  .row-1 {
    height: 100%;
  }

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

  input:not([type='checkbox']) {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none;
  }

  .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .flex-container.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-container.flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .flex-container.flex-justify {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .flex-container.align-middle {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }

  .flex-container.align-top {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }

  .button.rounded-button {
    display: inline-block;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    overflow: hidden;
  }

  .subheading {
    color: #008aab;
  }

  .subheading.dark {
    color: #1a3b54;
  }

  .main {
    width: 100%;
    padding: 25px 100px 0 100px;
  }

  .main .section {
    padding: 50px 0;
    border-bottom: 1px solid rgba(164, 169, 173, 0.5);
  }


  .main .section .col-left {
    width: 500px;
  }

  .main .section .col-left figure {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .main .section .col-right {
    padding-left: 75px;
    width: calc(100% - 500px);
  }

  .main .section .col-right p+p {
    margin-top: 1rem;
  }

  .main .section.flex-column .col-left, .main .section.flex-column .col-right {
    width: 100%;
    padding: 0;
  }

  .main .section.flex-column .col-right {
    padding-top: 60px;
  }

  .main .section.highlight-lists>.col-1 {
    padding-bottom: 50px;
  }

  .main .section.highlight-lists>.col-1-2 {
    width: calc(50% - 30px);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 40px;
  }

  .main .section.highlight-lists>.col-1-2 * {
    color: #fff;
  }

  .main .section.highlight-lists>.col-1-2 .icon {
    margin-bottom: 60px;
  }

  .main .section.highlight-lists>div:nth-of-type(2) {
    background-color: #5c6670;
  }

  .main .section.highlight-lists>div:nth-of-type(3) {
    background-color: #1a3b54;
  }

  .main .section .two-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    -ms-column-gap: 75px;
    -o-column-gap: 75px;
    column-gap: 75px;
  }

  .main .section ul:not(.no-dots) {
    list-style: disc outside;
    padding-left: 20px;
  }

  .main .section ul:not(.no-dots) li {
    margin-bottom: 20px;
  }

  .main .section ul:not(.no-dots) li:last-child {
    margin-bottom: 0;
  }

@media screen and (min-width: 1300px) {
  h1 {
    font-size: 2.154vw;
  }

  h2 {
    font-size: 1.615vw;
  }

  h3 {
    font-size: 1.385vw;
  }

  .h4 {
    font-size: 1.231vw;
  }

  h5 {
    font-size: 1.077vw;
  }

  p, li {
    font-size: 1.385vw;
  }

  .button.rounded-button {
    -webkit-border-radius: 43.462vw;
    -moz-border-radius: 43.462vw;
    -ms-border-radius: 43.462vw;
    -o-border-radius: 43.462vw;
    border-radius: 43.462vw;
  }

  .main {
    padding: 1.923vw 7.692vw 0 7.692vw;
  }

  .main .section {
    padding: 3.846vw 0;
    border-bottom: 0.077vw solid rgba(164, 169, 173, 0.5);
  }

  .main .section .col-left {
    width: 38.462vw;
  }

  .main .section .col-left figure {
    -webkit-border-radius: .308vw;
    -moz-border-radius: .308vw;
    -ms-border-radius: .308vw;
    -o-border-radius: .308vw;
    border-radius: .308vw;
    -webkit-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
  }

  .main .section .col-right {
    padding-left: 5.769vw;
    width: calc(100% - 38.462vw);
  }

  .main .section.flex-column .col-right {
    padding-top: 4.615vw;
  }

  .main .section.highlight-lists>.col-1 {
    padding-bottom: 3.846vw;
  }

  .main .section.highlight-lists>.col-1-2 {
    width: calc(50% - 2.308vw);
    -webkit-border-radius: .308vw;
    -moz-border-radius: .308vw;
    -ms-border-radius: .308vw;
    -o-border-radius: .308vw;
    border-radius: .308vw;
    padding: 3.077vw;
  }

  .main .section.highlight-lists>.col-1-2 .icon {
    margin-bottom: 4.615vw;
  }

  .main .section .two-col {
    -webkit-column-gap: 5.769vw;
    -moz-column-gap: 5.769vw;
    -ms-column-gap: 5.769vw;
    -o-column-gap: 5.769vw;
    column-gap: 5.769vw;
  }

  .main .section ul:not(.no-dots) {
    padding-left: 1.538vw;
  }

  .main .section ul:not(.no-dots) li {
    margin-bottom: 1.538vw;
  }
}
@media screen and (max-width: 1200px) {
  .main {
    padding: 25px 50px 0 50px;
  }

  .main .section .col-left {
    width: 41.667vw;
  }

  .main .section .col-right {
    width: calc(100% - 41.667vw);
  }
}

@media screen and (max-width: 950px) {
  .main {
    max-width: 600px;
    margin: 0 auto;
  }

  .main .section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .main .section .col-left, .main .section .col-right {
    width: 100%;
  }

  .main .section .col-right {
    padding-left: 0 !important;
    padding-top: 50px;
  }

  .main .section.highlight-lists>.col-1-2 {
    width: 100%;
  }

  .main .section .two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
}

@media screen and (max-width: 750px) {
  .main {
    padding: 75px 25px 0 25px;
  }
}
/* END CSS For Our Solutions Page (Some Repeats) */


/* CSS For Our Team Page (Some Repeats) */  
 @media all {
  figure, section {
    display: block;
  }

  img {
    border: 0;
  }

}


  section {
    width: 100%;
    clear: both;
    z-index: 1;
  }

  .col-1 {
    width: 100%;
  }

  .col-1-2 {
    width: 50%;
  }


  .subheading {
    color: #008aab;
  }

  .main .section {
    padding: 50px 0;
    border-bottom: 1px solid rgba(164, 169, 173, 0.5);
  }

  .main .section .col-left {
    width: 500px;
  }

  .main .section .col-left figure {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .main .section .col-right {
    padding-left: 75px;
    width: calc(100% - 500px);
  }

  .main .section .col-right p+p {
    margin-top: 1rem;
  }

  .main .section .dual-image {
    padding: 75px 0 50px;
  }

  .main .section .dual-image .col-1-2 {
    width: calc(50% - 20px);
  }

  .main .section .dual-image .col-1-2 figure {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  }

  .our-team .dual-image .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  .our-team .dual-image .overlay h3 {
    color: #fff;
  }

  .our-team .dual-image .overlay:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mix-blend-mode: multiply;
    -moz-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    -o-mix-blend-mode: multiply;
    mix-blend-mode: multiply;
  }

  .our-team .dual-image .col-1-2:nth-of-type(1) .overlay:before {
    background-color: #98d5e9;
  }

  .our-team .dual-image .col-1-2:nth-of-type(2) .overlay:before {
    background-color: #5c6670;
  }

  @media screen and (min-width: 1300px) {
    h2 {
      font-size: 1.615vw;
    }

    h3 {
      font-size: 1.385vw;
    }

    p {
      font-size: 1.385vw;
    }

    .main .section {
      padding: 3.846vw 0;
      border-bottom: 0.077vw solid rgba(164, 169, 173, 0.5);
    }

    .main .section .col-left {
      width: 38.462vw;
    }

    .main .section .col-left figure {
      -webkit-border-radius: .308vw;
      -moz-border-radius: .308vw;
      -ms-border-radius: .308vw;
      -o-border-radius: .308vw;
      border-radius: .308vw;
      -webkit-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
      -ms-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
      -o-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
      box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    }

    .main .section .col-right {
      padding-left: 5.769vw;
      width: calc(100% - 38.462vw);
    }

    .main .section .dual-image {
      padding: 5.769vw 0 3.846vw;
    }

    .main .section .dual-image .col-1-2 {
      width: calc(50% - 1.538vw);
    }

    .main .section .dual-image .col-1-2 figure {
      -webkit-border-radius: .308vw;
      -moz-border-radius: .308vw;
      -ms-border-radius: .308vw;
      -o-border-radius: .308vw;
      border-radius: .308vw;
    }

    .our-team .dual-image .overlay {
      height: 4.615vw;
    }
  }

  @media screen and (max-width: 1200px) {
    .main .section .col-left {
      width: 41.667vw;
    }

    .main .section .col-right {
      width: calc(100% - 41.667vw);
    }
  }

  @media screen and (max-width: 950px) {
    .main .section {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
    }

    .main .section .col-left, .main .section .col-right {
      width: 100%;
    }

    .main .section .col-right {
      padding-left: 0 !important;
      padding-top: 50px;
    }

    .main .section .dual-image .col-1-2 {
      width: 100%;
    }

    .main .section .dual-image .col-1-2:nth-of-type(1) {
      margin-bottom: 50px;
    }
  }
} 
  
@media all {
  section {
    display: block;
  }

  a {
    background: transparent;
  }

  a:active, a:hover {
    outline: 0;
  }

  h1 {
    font-size: 2em;
    margin: .67em 0;
  }
}


  section {
    width: 100%;
    clear: both;
    z-index: 1;
  }

  .col-1-3 {
    width: 33.33%;
  }

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

  .button.grid-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  .button.grid-button a {
    line-height: 72px;
  }

  .subheading {
    color: #008aab;
  }

  .subheading.dark {
    color: #1a3b54;
  }

  .main .section {
    padding: 50px 0;
    border-bottom: 1px solid rgba(164, 169, 173, 0.5);
  }

  #roles-thumbs {
    padding-top: 50px;
  }

  #roles-thumbs .button {
    width: calc(33.33% - 18px);
    margin-bottom: 27px;
    background-color: #008aab;
  }

  #roles-thumbs .button a {
    width: 100%;
    height: 100%;
    min-height: 74px;
    line-height: 1.25;
    padding: 15px 30px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
#roles-listing article .details .buttons[data-button-count="2"] {
    width: 100%;
    padding-bottom: 20px;
}  
#roles-listing article .details .buttons[data-button-count="2"]>div {
    min-width: calc(50% - 20px);
    margin-bottom: 30px;
}

  @media screen and (min-width: 1300px) {
    h1 {
      font-size: 2.154vw;
    }

    h3 {
      font-size: 1.385vw;
    }

    .button.grid-button {
      -webkit-border-radius: .308vw;
      -moz-border-radius: .308vw;
      -ms-border-radius: .308vw;
      -o-border-radius: .308vw;
      border-radius: .308vw;
    }

    .button.grid-button a {
      line-height: 5.538vw;
    }

    .main .section {
      padding: 3.846vw 0;
      border-bottom: 0.077vw solid rgba(164, 169, 173, 0.5);
    }

    #roles-thumbs {
      padding-top: 3.846vw;
    }

    #roles-thumbs .button {
      width: calc(33.33% - 1.385vw);
      margin-bottom: 2.077vw;
    }

    #roles-thumbs .button a {
      min-height: 5.692vw;
      padding: 1.154vw 2.308vw;
    }
    #roles-listing article .details .buttons[data-button-count="2"] {
      padding-bottom: 1.538vw;
    }    
    #roles-listing article .details .buttons[data-button-count="2"]>div {
      min-width: calc(50% - 1.538vw);
      margin-bottom: 2.308vw;
    }
  }

  @media screen and (max-width: 1100px) {
    #roles-thumbs .button {
      width: calc(50% - 20px);
    }
  }

  @media screen and (max-width: 950px) {
    .main .section {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
    }
  }

  @media screen and (max-width: 600px) {
    #roles-thumbs .button {
      width: 100%;
    }
    #roles-listing article .details .buttons[data-button-count="2"]>div {
        width: 100%;
    }
  }

  
@media all {
  article {
    display: block;
  }

  a {
    background: transparent;
  }

  a:active, a:hover {
    outline: 0;
  }
}

  .subheading {
    color: #008aab;
  }

  #roles-listing article {
    padding: 50px 0;
    border-bottom: 1px solid rgba(164, 169, 173, 0.5);
  }

  #roles-listing article .details {
    padding-top: 50px;
  }

  #roles-listing article .details .buttons[data-button-count="1"]+.contact {
    padding-left: 50px;
  }

  #roles-listing article .details .button {
    background-color: #008aab;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    min-width: 240px;
  }

  #roles-listing article .details .button a {
    width: 100%;
    height: 100%;
    min-height: 74px;
    line-height: 1.25;
    padding: 15px 30px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }

  #roles-listing article .details .contact h3 {
    color: #5c6670;
    margin-bottom: 10px;
  }

  #roles-listing article .details .contact .email {
    font-family: 'SF-Pro-Display-Heavy', sans-serif;
    color: #008aab;
  }

  @media screen and (min-width: 1300px) {
    h2 {
      font-size: 1.615vw;
    }

    h3 {
      font-size: 1.385vw;
    }

    p {
      font-size: 1.385vw;
    }

    #roles-listing article {
      padding: 3.846vw 0;
      border-bottom: 0.077vw solid rgba(164, 169, 173, 0.5);
    }

    #roles-listing article .details {
      padding-top: 3.846vw;
    }

    #roles-listing article .details .buttons[data-button-count="1"]+.contact {
      padding-left: 3.846vw;
    }

    #roles-listing article .details .button {
      -webkit-border-radius: .308vw;
      -moz-border-radius: .308vw;
      -ms-border-radius: .308vw;
      -o-border-radius: .308vw;
      border-radius: .308vw;
      min-width: 18.462vw;
    }

    #roles-listing article .details .button a {
      min-height: 5.692vw;
      padding: 1.154vw 2.308vw;
    }

    #roles-listing article .details .contact h3 {
      margin-bottom: 0.769vw;
    }
  }

  @media screen and (max-width: 1000px) {
    #roles-listing article .details {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    #roles-listing article .details .buttons {
      padding-bottom: 50px;
    }

    #roles-listing article .details .contact {
      padding-left: 0 !important;
    }
  }


/* END CSS For Our Team Page (Some Repeats) */ 

/* CSS For Contact Us Page (Some Repeats) */ 
@media all {
  section {
    display: block;
  }

  a {
    background: transparent;
  }

  a:active, a:hover {
    outline: 0;
  }

  strong {
    font-weight: bold;
  }

  input, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }

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

  input {
    line-height: normal;
  }

  legend {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
  }
}



/*! CSS Used from: Embedded */
.hubspot-form {
  padding: 0 20px 20px 20px;
  font-family: 'SF-Pro-Display-Heavy', helvetica, sans-serif;
}

.hubspot-form br {
  display: none;
}

.hubspot-form label {
  display: none;
}

.hubspot-form .hs-form-field, .hubspot-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.hubspot-form .hs-form-field input, .hubspot-form .hs-form-field textarea {
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 0px 0px 10px 0px;
  width: 100%;
  padding: 10px 20px;
}

.hubspot-form .actions {
  text-align: right;
  max-width: 500px;
  padding-right: 5%;
}

a.hs-button.primary,
.hubspot-form .actions input[type="submit"] {
  background: #ff6c0e;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 0 30px;
  margin: 10px 0 0 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: inherit;
}

@media screen and (max-width: 950px) {
  .hubspot-form {
    padding: 40px 0 0 0;
  }
}

/*! CSS Used from: Embedded */
.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
}

.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308 fieldset.form-columns-1 .hs-input {
  width: 95%;
}

.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308 fieldset.form-columns-1 .input {
  margin-right: 8px;
}

.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308 fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308 fieldset.form-columns-2 .input {
  margin-right: 8px;
}

.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308 .hs-field-desc {
  width: 100%;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308:not(.hs-video-form) .form-columns-2 .hs-form-field {
    float: none;
    width: 100%;
  }

  form.hs-form-8bcc5dd5-46fb-4d60-b2b3-21fe88040761_2ab816dc-655c-4b7b-9aab-7b3277226308:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input {
    width: 95%;
  }
}

/* END CSS For Contact Us Page (Some Repeats) */ 

  
.main .section .col-right.double-copy .col-1-2:first-child {padding-right: 60px;}
.main .section .col-right.double-copy .col-1-2:last-child {padding-left: 30px;}  

@media screen and (min-width: 1300px) {
  .main .section .col-right.double-copy .col-1-2:first-child {padding-right: 4.615vw;}
  .main .section .col-right.double-copy .col-1-2:last-child {padding-left: 2.308vw;}  
  
}
  
  
/*** Career Footer Contact Form ***/
  footer.career-footer form {position: relative;}
  footer.career-footer form .hs_submit {position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
  footer.career-footer form input[type="submit"] {
    background-color: transparent;
    padding: 0px 15px;
    margin: 0;
  }  
  footer.career-footer #newsletter-signup form .input input {padding-right: 165px; margin-bottom: 0;}

  /**** Form Reset *****/
@media (min-width: 768px) {
  .contact-form form {width: 300px;}
}

@media (max-width: 767px) {
  .contact-form {width: 100%;}
  .contact-form > span {display: block;}
  .contact-form form {width: 100%;}
}

  @media (min-width: 400px) {
    body fieldset.form-columns-1 .input {margin-right: 0!important;}
    body fieldset.form-columns-2 .hs-form-field .input {margin-right: 4px!important;}
    body fieldset.form-columns-2 .hs-form-field:last-child .input {margin-left: 4px!important; margin-right: 0!important}
    body fieldset.form-columns-1 .hs-input {width: 100%!important;}
  }
  @media (max-width: 399px) {
    .contact-form > span {width: 100%;}
  }
  
  
  /***** Open Content Section *****/
  .open-content h1 {color: #1a3b54;font-size: 36px;}
  strong {font-family:'SF-Pro-Display-Bold';}
  .open-content p strong {color: #1a3b54;}
  .open-content p a {color: #ff6c0e;}
  .open-content ul li {margin-bottom: 0!important;}
  @media (min-width: 1300px) {
    .open-content h1 {font-size: 2.769vw;}
  }
  
  @media (max-width: 950px) {
    .open-content h1 {font-size: 28px;}
  }
  
 
  /**** Product Suite ****/

.product-suite .toggle-options .toggle-options-wrap {
    background-color: #f2f2f2;
    padding: 60px 0 60px 60px;
}
.product-suite .toggle-options .toggle-options-wrap .options-nav {
    border-bottom: 1px solid rgba(164,169,173,0.5);
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.product-suite .toggle-options .toggle-options-wrap .options-nav li {
    width: 18%;
    text-align: center;
    cursor: pointer;
      font-family: 'SF-Pro-Display-Heavy', sans-serif;
}

.product-suite .toggle-options .toggle-options-wrap .options-nav li[data-option="payment-acceptance"] {
    width: 28%;
}

.product-suite .toggle-options .toggle-options-wrap .options-nav li.active {
    color: #a4a9ad;
}

.product-suite .toggle-options .toggle-options-wrap .options-nav li.active:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 4px;
    background-color: #a4a9ad;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap {
    display: none;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .image {
    width: 500px;
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    -o-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -ms-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap.active .image {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}  
  
.product-suite .toggle-options .toggle-options-wrap .option-wrap .image figure {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -ms-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -o-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .details {
    width: calc(100% - 500px);
    padding: 0 60px 0 40px;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .details h4 {
    color: #5c6670;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable {
    padding: 10px 0;
    border-bottom: 1px solid rgba(164,169,173,0.5);
    cursor: pointer;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable:nth-of-type(1) {
    border-top: 1px solid rgba(164,169,173,0.5);
    margin-top: 10px;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable h5 {
    color: #a4a9ad;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable:hover h5, 
.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable.active h5 {
    color: #ff6c0e;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap .image .focus {
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #a4a9ad;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    cursor: pointer;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
  
.product-suite .toggle-options .toggle-options-wrap .option-wrap .image .focus:hover, 
.product-suite .toggle-options .toggle-options-wrap .option-wrap .image .focus.pulse {
    -webkit-animation: pulse .75s 3 ease 0s;
    -moz-animation: pulse .75s 3 ease 0s;
    -ms-animation: pulse .75s 3 ease 0s;
    -o-animation: pulse .75s 3 ease 0s;
    animation: pulse .75s 3 ease 0s;
}  

.product-suite .toggle-options .toggle-options-wrap .option-wrap .image .focus.active {
    background-color: #ff6c0e;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="dashboard"] .image .focus[data-focus="1"] {
    top: 9%;
    left: 25%;
}

.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="dashboard"] .image .focus[data-focus="2"] {
    top: 13%;
    left: 73%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="dashboard"] .image .focus[data-focus="3"] {
    top: 38%;
    left: 13%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="dashboard"] .image .focus[data-focus="4"] {
    top: 47%;
    left: 51%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="invoicing"] .image .focus[data-focus="1"] {
    top: 5.35%;
    left: 12.35%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="invoicing"] .image .focus[data-focus="2"] {
    top: 36%;
    left: 12.5%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="invoicing"] .image .focus[data-focus="3"] {
    top: 26.5%;
    left: 84.5%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="payment-acceptance"] .image .focus[data-focus="1"] {
    top: 18%;
    left: 34.5%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="payment-acceptance"] .image .focus[data-focus="2"] {
    top: 11%;
    left: 60%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="payment-acceptance"] .image .focus[data-focus="3"] {
    top: 78.5%;
    left: 57.5%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="accounting"] .image .focus[data-focus="1"] {
    top: 24.5%;
    left: 66.5%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="accounting"] .image .focus[data-focus="2"] {
    top: 46.5%;
    left: 37%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="accounting"] .image .focus[data-focus="3"] {
    top: 11%;
    left: 42%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="bill-pay"] .image .focus[data-focus="1"] {
    top: 67%;
    left: 59.5%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="bill-pay"] .image .focus[data-focus="2"] {
    top: 44%;
    left: 88%;
}
.product-suite .toggle-options .toggle-options-wrap .option-wrap[data-option-content="bill-pay"] .image .focus[data-focus="3"] {
    top: 11%;
    left: 27%;
}

@media (min-width: 1300px) {
	.product-suite .toggle-options .toggle-options-wrap {
	    padding: 4.615vw 0 4.615vw 4.615vw;
	}
	.product-suite .toggle-options .toggle-options-wrap .options-nav {
	    border-bottom: 0.077vw solid rgba(164,169,173,0.5);
	    padding-bottom: 2.308vw;
	    margin-bottom: 3.846vw;
	}
	.product-suite .toggle-options .toggle-options-wrap .options-nav li.active:after {
	    bottom: -2.308vw;
	    height: 0.308vw;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .image {
	    width: 38.462vw;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .image figure {
	    -webkit-border-radius: .308vw;
	    -moz-border-radius: .308vw;
	    -ms-border-radius: .308vw;
	    -o-border-radius: .308vw;
	    border-radius: .308vw;
	    -webkit-box-shadow: 0 0 1.923vw 0 rgba(0,0,0,0.05);
	    -moz-box-shadow: 0 0 1.923vw 0 rgba(0,0,0,0.05);
	    -ms-box-shadow: 0 0 1.923vw 0 rgba(0,0,0,0.05);
	    -o-box-shadow: 0 0 1.923vw 0 rgba(0,0,0,0.05);
	    box-shadow: 0 0 1.923vw 0 rgba(0,0,0,0.05);
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details {
	    width: calc(100% - 38.462vw);
	    padding: 0 4.615vw 0 3.077vw;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable {
	    padding: 0.769vw 0;
	    border-bottom: 0.077vw solid rgba(164,169,173,0.5);
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable:nth-of-type(1) {
	    border-top: 0.077vw solid rgba(164,169,173,0.5);
	    margin-top: 0.769vw;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .image .focus {
	    width: 1.538vw;
	    height: 1.538vw;
	    -webkit-box-shadow: 0 0 0.615vw 0 rgba(0,0,0,0.15);
	    -moz-box-shadow: 0 0 .615vw 0 rgba(0,0,0,0.15);
	    -ms-box-shadow: 0 0 .615vw 0 rgba(0,0,0,0.15);
	    -o-box-shadow: 0 0 .615vw 0 rgba(0,0,0,0.15);
	    box-shadow: 0 0 0.615vw 0 rgba(0,0,0,0.15);
	}
}

@media (max-width: 1100px) {
	.product-suite .toggle-options .toggle-options-wrap {
	    padding: 60px 0 60px 30px;
	}	
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .image {
	    width: 400px;
	    -webkit-transform: scale3d(1, 1, 1);
	    -moz-transform: scale3d(1, 1, 1);
	    -ms-transform: scale3d(1, 1, 1);
	    -o-transform: scale3d(1, 1, 1);
	    transform: scale3d(1, 1, 1);
	}
}

@media (max-width: 950px) {
	.product-suite .toggle-options {
	    padding-top: 0;
	}
	.product-suite .toggle-options .toggle-options-wrap {
	    padding: 0;
	    background-color: transparent;
	}
	.product-suite .toggle-options .toggle-options-wrap .options-nav {
	    display: none;
	}
	.product-suite .toggle-options .toggle-options-wrap .options-nav li.active:after {display: none;}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap {
	    display: block !important;
	    border-bottom: 1px solid rgba(164,169,173,0.5);
	    padding-left: 0;
	    padding-bottom: 50px;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap>.flex-container {
	    -webkit-flex-direction: column;
	    -moz-flex-direction: column;
	    -ms-flex-direction: column;
	    -o-flex-direction: column;
	    flex-direction: column;
	}	
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .image, 
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details {
	    width: 100%;
	    padding: 0;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .image {
	    padding: 50px 0;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details h4 {
	    font-size: 18px;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details ul {
	    list-style: disc outside;
	    padding-left: 20px;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable {
	    pointer-events: none;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable, .product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable.active {
	    border: 0;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable h5, .product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable.active h5 {
	    font-size: 16px;
	    color: #5c6670 !important;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable h5, 
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .details .clickable.active h5 {
	    font-size: 16px;
	    color: #5c6670 !important;
	}
	.product-suite .toggle-options .toggle-options-wrap .option-wrap .image .focus {
	    display: none;
	}
}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


/***** Blog Styles ******/
.articles .article, body.author .article, .single-post .article {
  border: 0;
}

.articles .article .article-meta, body.author .article .article-meta, .single-post .article .article-meta {
  padding-bottom: 50px;
}
.articles .article .post-meta a, body.author .article .post-meta a, .single-post .article .post-meta a {
    color: #008aab;
}
.articles #article-index .article:first-child {
  padding-top: 50px;
}

.articles .article .post-meta, body.author .article .post-meta, .single-post .article .post-meta {
  color: #5c6670;
}

.articles #article-index .article:first-child {
  padding-top: 3.846vw;
}

.articles .pagination {
  margin-top: 50px;
  margin-bottom: -10px;
  padding-top: 40px;
  border-top: 1px solid rgba(164,169,173,0.5);
}

.articles .pagination .page-numbers {
  font-size: 14px;
  color: #a4a9ad;
  margin-right: 25px;
}

.articles .pagination .page-numbers.current {
  font-family: 'SF-Pro-Display-Bold', sans-serif;
  color: #008aab;
}

.articles .pagination .page-numbers:last-child {
  margin: 0;
}

.articles .pagination .page-numbers.next {
  margin-left: 25px;
}

.articles .pagination .page-numbers.prev span, .articles .pagination .page-numbers.next span {
  width: 11px;
  height: 11px;
  border-top: 2px solid #008aab;
}

.articles .pagination .page-numbers.next span {
  border-right: 2px solid #008aab;
  -webkit-transform: rotate(45deg) translate(10%, 0%);
  -moz-transform: rotate(45deg) translate(10%, 0%);
  -ms-transform: rotate(45deg) translate(10%, 0%);
  -o-transform: rotate(45deg) translate(10%, 0%);
  transform: rotate(45deg) translate(10%, 0%);
}

.articles .pagination .page-numbers.prev {
  margin-right: 50px;
}

.articles .pagination .page-numbers.prev span {
  border-left: 2px solid #008aab;
  -webkit-transform: rotate(-45deg) translate(10%, 0%);
  -moz-transform: rotate(-45deg) translate(10%, 0%);
  -ms-transform: rotate(-45deg) translate(10%, 0%);
  -o-transform: rotate(-45deg) translate(10%, 0%);
  transform: rotate(-45deg) translate(10%, 0%);
}



@media (min-width: 1300px) {
  .articles .article .article-meta, 
  body.author .article .article-meta, 
  .single-post .article .article-meta {
    padding-bottom: 3.846vw;
  }
  .articles #article-index .article:first-child {
    padding-top: 3.846vw;
  }

  .articles .pagination {
    margin-top: 3.846vw;
    margin-bottom: -0.769vw;
    padding-top: 3.077vw;
    border-top: 0.077vw solid rgba(164,169,173,0.5);
  }

  .articles .pagination .page-numbers {
    font-size: 1.077vw;
    margin-right: 1.923vw;
  }

  .articles .pagination .page-numbers.next {
    margin-left: 1.923vw;
  }

  .articles .pagination .page-numbers.prev span, .articles .pagination .page-numbers.next span {
    width: 0.846vw;
    height: 0.846vw;
    border-top: 0.154vw solid #008aab;
  }

  .articles .pagination .page-numbers.next span {
    border-right: 0.154vw solid #008aab;
  }

  .articles .pagination .page-numbers.prev {
    margin-right: 3.846vw;
  }

  .articles .pagination .page-numbers.prev span {
    border-left: 0.154vw solid #008aab;
  }
}

#case-study-blog.main{}
#case-study-blog.main .article-meta{}
#case-study-blog.main .article-meta h4{ text-transform:uppercase; margin-bottom:20px; }
#case-study-blog.main h3.post-meta{ color:#ff6c0e; margin-bottom:10px; text-transform:uppercase; }
#case-study-blog.main h3.post-meta a{ color:#ff6c0e; }
#case-study-blog .two-column-sec .article.section.col-1-2{ padding-right:10%; }
#case-study-blog .two-column-sec .article.section.col-1-2 .align-middle{ margin-bottom:30px; box-shadow:0 0 25px rgba(0,0,0,0.2); border-radius: 10px;
overflow: hidden; }
#case-study-blog #article-index .pagination{ width:100%; }
#case-study-blog.main #featured-article-index.section .article.section{ padding:0px; }


/********* Blog Single **********/
.single-post article.section {padding-top: 0;}
.single-post article.section .col-full .related-posts {
  float: right;
  width: calc(100% - 575px);
  margin-left: 75px;
  padding: 25px 0 0 25px;
  border: 1px solid rgba(164,169,173,0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  z-index: 10;
}

.single-post article.section .col-full .related-posts article {
  padding: 25px 25px 25px 0;
  border-bottom: 1px solid rgba(164,169,173,0.5);
}

.single-post article.section .col-full .related-posts article:nth-of-type(1) {
  padding-top: 0;
}

.single-post article.section .col-full .related-posts article figure {
  width: 70px;
}

.single-post article.section .col-full .related-posts article .post-info {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.single-post article.section .col-full .related-posts article .post-info h5 .subheading {
  font-size: 13px;
  font-family: 'SF-Pro-Display-Bold', sans-serif;
}

.single-post article.section .col-full .related-posts article .post-info .post-meta {
  font-size: 12px;
}

.single-post article.section .col-full .related-posts .all-articles {
  padding: 20px 20px 20px 0;
}

.single-post article.section .col-full .related-posts .all-articles a {
  font-family: 'SF-Pro-Display-Bold', sans-serif;
  font-size: 13px;
  color: #a4a9ad;
}

.single-post article.section .col-full .related-posts.mobile {
  display: none;
}

.single-post article.section .col-full .body-copy {
  margin-bottom: 60px;
}

.single-post article.section .col-full .body-copy .post-meta {
  margin-top: 10px;
}

.single-post article.section .col-full .article-comments {
    width: 500px;
    margin-right: 75px;
    border-top: 1px solid rgba(164,169,173,0.5);
    padding-top: 30px;
}

.single-post article.section .col-full .body-copy span.hs_cos_wrapper {display: inline;}
.single-post article.section .col-full .body-copy p {margin-top: 32px;}
.single-post article.section .col-full .body-copy a {color: #008aab;}
.article-comments .input > .hs-input {
    border: 2px solid rgba(164,169,173,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px;
  line-height: 30px;
}

.article-comments input[type="submit"] {
  text-transform: uppercase;
  background-color: #ff6c0e!important;
  color: #fff!important;
  float: none;
}

.article-comments .hs_cos_wrapper_type_blog_comments {display: inline;}

.article-comments ::-webkit-input-placeholder {color: #a4a9ad!important; font-size: 16px!important;}
.article-comments :-moz-placeholder {color: #a4a9ad!important; font-size: 16px!important;}
.article-comments ::-moz-placeholder {color: #a4a9ad!important; font-size: 16px!important;}
.article-comments :-ms-input-placeholder {color: #a4a9ad!important; font-size: 16px!important;}


#case-study-detail-page{}
#case-study-detail-page .post-banner{ min-height:500px; position:relative; border-radius:7px; padding:50px; background-size: cover; overflow: hidden; }
#case-study-detail-page .post-banner:after{ content:''; width:100%; height:100%; left:0; top:0; background:rgba(0,138,171,0.75); position:absolute; display:block; }
#case-study-detail-page .post-banner .post-banner-content{ position:absolute; z-index:1; bottom:60px; left:60px; right:60px; }
#case-study-detail-page .post-banner .post-banner-content h3{ text-transform:uppercase; color:#ff6c0e; }
#case-study-detail-page .post-banner .post-banner-content h3 a{ color:#ff6c0e; }
#case-study-detail-page .post-banner .post-banner-content h1{ color:#fff; } 

#case-study-detail-page .body-copy {padding-top: 30px;}
#case-study-detail-page .body-copy,
#case-study-detail-page .body-copy p {font-family: 'SF-Pro-Display-Heavy', sans-serif;    color: #008aab;}

@media (min-width: 1300px) {
  #case-study-detail-page .post-banner .post-banner-content h1 {font-size: 3.5vw; max-width: 700px;}
}

#case-study-detail-page .case-study-mod{  }  
#case-study-detail-page .case-study-mod .case-study-box{ display:flex; background:#1a3b54; padding:50px; border-radius:5px; margin-bottom:40px; }
#case-study-detail-page .case-study-mod .case-study-box .box-items{ width:100%; padding-right: 20px;}
#case-study-detail-page .case-study-mod .case-study-box .box-items .box-icon{ margin-bottom:20px;}
#case-study-detail-page .case-study-mod .case-study-box .box-items .box-icon img{ max-width:71px; }
#case-study-detail-page .case-study-mod .case-study-box .box-content{}
#case-study-detail-page .case-study-mod .case-study-box .box-content h3{ color:#fff; margin-bottom:20px; }
#case-study-detail-page .case-study-mod .case-study-box .box-content ul li{ color:#fff; }

#case-study-detail-page .expand-info-mod{ margin-bottom:40px; } 
#case-study-detail-page .expand-info-mod h2{ text-transform:uppercase; color:#008aab; margin-bottom:20px; }
#case-study-detail-page .mod-selection{ padding:20px 40px 20px 100px; border-left:18px solid #ff6c0e; margin:60px 0px; }
#case-study-detail-page .mod-selection .quote-box{ margin-top:50px; }
#case-study-detail-page .mod-selection .quote-box .left-col{ width:77px; display:inline-block; vertical-align:middle; margin-right:25px; }
#case-study-detail-page .mod-selection .quote-box .left-col img{ box-shadow:0 0 20px rgba(0,0,0,0.1); border-radius:4px; }
#case-study-detail-page .mod-selection .quote-box .right-col{ display:inline-block; vertical-align:middle; }
#case-study-detail-page .mod-selection .quote-box .right-col h6{ font-size:14px; color:#ff6c0e; margin:0px; letter-spacing:1; }
#case-study-detail-page .mod-selection .quote-box .right-col p{ font-size:14px; margin:0px; }
#case-study-detail-page .mod-selection blockquote{ font-size:27px; color:#008aab; font-style:italic; line-height:normal; margin: 0; padding:80px 0 20px 0px; background:url(https://cdn2.hubspot.net/hubfs/4147193/Autobooks-April-2019/quote-icon.png) 0 0 no-repeat; }

#case-study-detail-page .recent-case-study-mod{ border-top:2px solid #e1e1e1; margin-top:40px; padding-top:60px; }
#case-study-detail-page .recent-case-study-mod .recent-case-head h2{ color:#008aab; text-transform:uppercase; }
#case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article{ padding-right:90px; }  
#case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article .post-img { 
    -webkit-box-shadow: 0.385vw 0.385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0.385vw 0.385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
  border-radius:10px; 
  overflow:hidden; 
  margin-bottom:30px; 
}
#case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article .article-meta{}
#case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article .article-meta h3.post-meta{ text-transform:uppercase; }
#case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article .article-meta h3.post-meta a{ color:#ff6c0e; } 
#case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article .article-meta .subheading{ margin-bottom:20px; }
#case-study-detail-page .mod-selection .mod-image{ 
    -webkit-box-shadow: 0.385vw 0.385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0.385vw 0.385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
  border-radius:10px; 
  overflow:hidden; 
}
#case-study-detail-page .mod-selection .mod-video{ 
    /*-webkit-box-shadow: 0.385vw 0.385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: .385vw .385vw 2.308vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0.385vw 0.385vw 2.308vw 0 rgba(0, 0, 0, 0.25);*/
  border-radius:10px; 
  overflow:hidden; 
}
#case-study-detail-page .mod-selection .mod-video iframe,
#case-study-detail-page .mod-selection .mod-video video{ width:100%; display: block;}

@media (min-width: 1300px) {
  .single-post article.section .col-full .related-posts {
    width: calc(100% - 44.231vw);
    margin-left: 5.769vw;
    padding: 1.923vw 0 0 1.923vw;
    border: 0.077vw solid rgba(164,169,173,0.5);
    -webkit-border-radius: .615vw;
    -moz-border-radius: .615vw;
    -ms-border-radius: .615vw;
    -o-border-radius: .615vw;
    border-radius: .615vw;
  }

  .single-post article.section .col-full .related-posts article {
    padding: 1.923vw 1.923vw 1.923vw 0;
    border-bottom: 0.077vw solid rgba(164,169,173,0.5);
  }

  .single-post article.section .col-full .related-posts article figure {
    width: 5.385vw;
  }

  .single-post article.section .col-full .related-posts article .post-info {
    width: calc(100% - 5.385vw);
    padding-left: 1.538vw;
  }

  .single-post article.section .col-full .related-posts article .post-info h5 .subheading {
    font-size: 1vw;
  }

  .single-post article.section .col-full .related-posts article .post-info .post-meta {
    font-size: 0.923vw;
  }
  .single-post article.section .col-full .related-posts .all-articles {
    padding: 1.538vw 1.538vw 1.538vw 0;
  }

  .single-post article.section .col-full .related-posts .all-articles a {
    font-size: 1vw;
  }

  .single-post article.section .col-full .body-copy .post-meta {
    margin-top: 0.769vw;
  }
  
.single-post article.section .col-full .article-comments {
    width: 38.462vw;
    margin-right: 5.769vw;
    border-top: 0.077vw solid rgba(164,169,173,0.5);
    padding-top: 2.308vw;
} 
  
  .article-comments .input > .hs-input {
    border: 0.154vw solid rgba(164,169,173,0.5);
    -webkit-border-radius: .308vw;
    -moz-border-radius: .308vw;
    -ms-border-radius: .308vw;
    -o-border-radius: .308vw;
    border-radius: .308vw;
    padding: 0 1.154vw;
    line-height: 2.308vw;
  }  

  .article-comments input[type="submit"] {

  }


}

@media (max-width: 1440px) {
  #case-study-detail-page .post-banner{ min-height: 400px; }
} 

@media (max-width: 1100px) {
  .single-post article.section .col-full .related-posts {
    width: 260px;
  }

}

@media (max-width: 950px) {
  .single-post article.section .col-full .related-posts {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .single-post article.section .col-full .related-posts.full {
    display: none;
  }
  .single-post article.section .col-full .related-posts.mobile {
    display: block;
  }
  #case-study-blog .two-column-sec .article.section.col-1-2 { padding-right: 0; width: auto; }
  
  #case-study-detail-page .mod-selection{ padding: 20px 20px 20px 60px; margin: 40px 0px; }
  #case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article { padding-right: 30px; }
  #case-study-detail-page .mod-selection blockquote{ font-size: 24px; }
  #case-study-detail-page .case-study-mod .case-study-box{ padding: 30px; }

}

main .section .col-left figure.no-shadow {
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    -ms-box-shadow: 0px 0px 0px 0px transparent;
    -o-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
} 

@media (max-width: 950px) {
  main .section .col-right.double-copy {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .section .col-right.double-copy .col-1-2 {
    width: 100%;
  }
  main .section .col-right.double-copy .col-1-2:last-child {
      margin-top: 50px;
      padding-left: 0!important;
  }
}
  
@media (max-width: 767px) {
  #case-study-detail-page .post-banner { min-height: 300px; padding: 30px; }
  #case-study-detail-page .post-banner .post-banner-content{ bottom: 30px; left: 30px; right: 30px; }
  #case-study-detail-page .case-study-mod .case-study-box{ display: block; }
  #case-study-detail-page .case-study-mod .case-study-box .box-items{ margin-bottom:25px; padding-right: 0;}
  
}
  
@media (max-width: 480px) {
  #case-study-detail-page .mod-selection{ padding: 10px 10px 10px 30px; border-left: 10px solid #ff6c0e; }
  #case-study-detail-page .mod-selection .quote-box { margin-top: 20px; }
  #case-study-detail-page .recent-case-study-mod .recent-case-outer-div{ display:block; }
  #case-study-detail-page .recent-case-study-mod .recent-case-outer-div .case-items.article{ padding-right: 0; width: auto; padding: 25px 0; }
  #case-study-detail-page .recent-case-study-mod{ margin-top: 20px; padding-top: 40px; }
  #case-study-detail-page .mod-selection blockquote { font-size: 20px; }
}
  

/* About page new module css */
  
.main-leadership-mod{ display:flex; }
.main-leadership-mod .leadership-items{ padding:25px; }
.main-leadership-mod .leadership-items .mod-image{ margin-bottom:30px; }  
.main-leadership-mod .leadership-items .mod-image img{ box-shadow:0 0 25px rgba(0,0,0,0.2); border-radius:10px; }
.main-leadership-mod .leadership-items h3{ color:#008aab; }
.main-leadership-mod .leadership-items h4{ color:#008aab; }
.main-leadership-mod .leadership-items p a{ color:#008aab; }
.main-leadership-mod .leadership-items p a:hover{  color:#ff6c0e; }  

.case-study-box{ background:#5f6770; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px; padding:20px; }
.case-study-box .box-icon{ max-width:71px; margin-bottom:15px; }
.case-study-box h2{ color:#fff; text-transform:uppercase; margin-bottom:30px; }
.case-study-box .box-items{ display:inline-block; vertical-align:top; width:32%; }
.case-study-box .box-items h3{ color:#fff; margin-bottom:15px; }
.case-study-box .box-items ul li{ color:#fff; }

.main-join-mod{ background:#008aab; padding:20px; margin:80px 0px 30px; display:flex; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px; }  
.main-join-mod .left-col{ padding-right:15px; align-self:center; }
.main-join-mod .right-col{ align-self:center;}
.main-join-mod h2{ color:#fff; }
.main-join-mod a.cta_button{ background-color: #ff6c0e; font-family: 'SF-Pro-Display-Heavy', sans-serif; color: #fff;
display: inline-block; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;  font-size:18px; letter-spacing: 1px; line-height: 45px; text-transform: uppercase; padding:0px 35px; margin-top:0px; }
.main-join-mod a.cta_button:hover{ color:#ff6c0e; background:#ffffff; }


@media (max-width: 950px) {
  .main-leadership-mod { display: block; }
  .main-join-mod{ display: block; }
  .main-join-mod .left-col{ padding-right:0px; padding-bottom:20px; }
  
}  

@media (max-width: 767px){
  .main-join-mod{ margin: 40px 0px 0px; }
  .main-leadership-mod .leadership-items{ padding: 25px 0px; }
}

@media (max-width: 480px) {
  .case-study-box .box-items{ display: block; width: auto; margin-bottom:25px; }

}

@media (min-width: 1300px) {
  #featured-article-index h2 {font-size: 1.915vw;}
}

.hs-search-results__listing li {
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px;
}

a.hs-search-results__title {
    color: #008aab;
    font-weight: bold;
}

p.hs-search-results__description {
    font-size: 18px;
}

.checkbox-row input {top: auto;}
#email-prefs-form input[type="submit"] {float: left;}
#email-prefs-form input[type="email"] {background: #f7f7f7;}

.hs-inline-edit .single-post article.section .col-full .body-copy {}

.hs-inline-edit .article-comments {display: none;}

html.hs-inline-edit div {position: static;}
.hs-tinymce-toolbar-component {position: fixed!important;}

/* Csutom Styles for Footer Newsletter form */


.trustBadges {}
.trustBadges > img {
    width: 100px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}
#blog-newsletter-footer  {
    background: #008aab;
    padding: 25px 10px; margin: 20px 0px;border-radius: 6px;min-height: 248px;
}
#blog-newsletter-footer .input > .hs-input {
    background: transparent;
    color: #fff;
    padding: 15px;
}
#blog-newsletter-footer .hs_submit.hs-submit {
    display: flow-root;
}
#blog-newsletter-footer input[type="submit"] { background-color: #ff6c0e; color: #fff; }
#blog-newsletter-footer input[type="submit"]:hover { color: #ff6c0e; background-color: #fff; }
#blog-newsletter-footer .hs-error-msgs.inputs-list {
    display: block;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
#blog-newsletter-footer .hs-error-msgs.inputs-list li {
    font-size: 14px;
}
#blog-newsletter-footer .hs-error-msgs.inputs-list li label {
    color: #fff;
}
.section.foot {
    padding: 3.846vw 0 25px !important;
    border-bottom: none !important;
}
#blog-newsletter-footer .submitted-message { text-align: center; }
#blog-newsletter-footer .submitted-message p { color: #fff; }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

@media screen and (min-width: 950px) {
  
.trustBadges {
    position: absolute;
    bottom: 160px;
}
  
}

@media screen and (max-width: 1140px) {
  
.trustBadges > img { width: 50px; margin-right: 5px; }
  
}

@media screen and (max-width: 950px) {
#footer .foot .col-1-4 {
    display: block;
    text-align: center;
    margin-bottom: 27px;
}
#footer .foot .footer-nav {
    margin-top: 0;
}

.trustBadges {
    text-align: center;
}
.section.foot {
    padding: 3.846vw 0 25px !important;
    border-bottom: none !important;
}
  
}

@media screen and (min-width: 1300px) {


}