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

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

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

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    /*padding: 10px 12px;*/
    white-space: nowrap;
    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;
    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    */
/*****************************************/
/*
blue = #2a66ae
grey = #f1f1f1
green = #8ac53e
nav color = #a6a8ab
blue nav outline = #256aa7
cta bg = #95b3d7
cta bg:hover = #d4e0ef
red = #ff4860

*/
 /**************** Global Syles *************/
 
body {
     width: 100%!important;
     font-size: 16px;
     color: #808080;
     margin: 0px;
     font-family: 'Oxygen', sans-serif;
     background-color: #fff;
    
}


div.site-width {
     max-width: 960px;
     margin: 0 auto!important;
     float: none!important;
     overflow: hidden;
}

div.header-width {
     max-width: 1024px;
     margin: 0 auto!important;
     float: none!important;
     position: relative;
}

div.site-width .layout-widget-wrapper {
    margin-bottom: 0;
}


div.wide-white {
    width: 100%!important;
    background-color: #ffffff;
}

div.wide-blue {
    width: 100%!important;
    background-color: #2a66ae;
}

div.wide-grey {
    width: 100%;
    background-color: #f1f1f1;
}



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

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a {
    font-weight: 400;
    line-height: 1.2em;
}

h1 {font-size: 34px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}

.homePage h1 {font-size: 44px;}
.homePage h2 {font-size: 44px;}
 
a {text-decoration:underline; color: #2a66ae;}
a:hover {text-decoration: none;}

.wide-blue a {color: #50a63c;}

ol li {
  list-style-type: disc;
}

.padding-50 {
    padding:50px 0;
}
a.bios-cta.cta_button {
    background-color: #95b3d7;
    text-decoration: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-align: center;
    width: 100%;
    max-width: 230px;
    padding: 8px 0;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    display: block;
    color: #2a66ae;
}

a.bios-cta.cta_button:hover {background-color: #d4e0ef;}

span.slText {
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
}

/****************** Header ******************/
.custom-logo img {width: 160px!important; padding-top: 15px!important; padding-bottom: 15px!important;}

.header-container-wrapper,
.nav,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a span {
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
}

.homePage .header-container-wrapper {
    position: absolute;
    width: 100%;
    padding: 35px 0 25px 0;
    background-color: transparent;
    box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0);
    -webkit-box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0);
    -moz-box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0);
    z-index: 10;
}

.header-container-wrapper {
/*  position: absolute; Commented out by Sean HS Support ticket #2224237 22nd Jan 2019 */
    width: 100%;
   /* padding: 35px 0 25px 0; Changes made by HS Support Rep - Wendy - 31st Dec 2018 */
    background-color: #004C92;
    box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0);
    -webkit-box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0);
    -moz-box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0);
    z-index: 10;
}


.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {float: right;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    font-size: 14px; 
    color: #fff;
    padding: 0px!important;
    max-width: 100%;
}

.nav {padding-top: 25px;}
body:not(.homePage) .nav {padding-top: 45px;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {color: #a6a8ab;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li {padding: 10px 9px;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child {}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul.hs-menu-children-wrapper {
    background-color: #004C92;
    padding: 8px 10px 8px 0;
}

.homePage .nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul.hs-menu-children-wrapper {
    background-color: transparent;
    padding: 8px 10px 8px 0;
}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul.hs-menu-children-wrapper li {padding: 6px 12px;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul.hs-menu-children-wrapper li a {font-size: 12px;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    overflow: visible!important;
    text-overflow: inherit!important;
    width: auto!important;
}

.courtesy-links {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.courtesy-links ul:not(.lang_list_class) {list-style: none; float: right; background-color: #2464a2; padding: 8px 55px 8px 15px; margin: 0;}
.courtesy-links ul:not(.lang_list_class) li {float: left; display: inline-block; color: #fff; font-size: 12px; margin-right: 15px;}
.courtesy-links ul:not(.lang_list_class) li:last-child {line-height: 28px; margin-right: 0px;}
.courtesy-links ul:not(.lang_list_class) li a span {
    background-color: #256aa7;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    color: #fff;
    padding: 8px 12px!important;
}

.courtesy-links ul li.language-toggle {margin: 4px 15px 0px 0px;}
.courtesy-links ul li.language-toggle .globe_class {background-image: url(https://169136.fs1.hubspotusercontent-na1.net/hubfs/169136/globe-white.png)!important;}

.courtesy-links ul li.language-toggle .lang_list_class li {
  display: block;
  line-height: 1.1; 
  white-space: nowrap; 
  float: none;
  margin: 0;
}

.courtesy-links ul li.language-toggle .lang_list_class li a:hover {color: #a6a8ab;}
.fa-lock:before,
.fa-phone:before {margin-right: 5px;}

/*.sticky.header-container-wrapper {
    background-color: #004C92; 
    padding-top: 8px; 
    padding-bottom: 5px;
    box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0.92);
    -webkit-box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0.92);
    -moz-box-shadow: 0 1px 5px 0 rgba(136, 136, 136, 0.92);
}
.sticky.header-container-wrapper .nav {padding-top: 8px;}*/

.body-container-wrapper { /* padding: 138px 0 30px;  Changes made by HS Support Rep Wendy - 31st December 2018 */}
.homePage .body-container-wrapper {padding: 0px;}


/****************** Banner ******************/


video.video-bg {
    background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/bios-temp-banner.jpg);
    background-size: cover;
    width: 100%;
    margin-top: -200px;
}
video {
    display: block;
    max-width: 100%;
    height: auto;
}

.hero-content {
    text-align: center; 
    padding-top: 200px; 
    color: #fff; 
    margin: 0 auto!important; 
    float: none!important; 
    max-width: 850px;
    position: absolute;
    left: 0;
    right: 0;
}
.hero-content h3 {color: #8BC53F;}
#arrow-house {position: relative; padding: 30px 0;}
.down-arrow {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*background: rgba(255,255,255,.5);*/
    padding: 20px 0;
}

.down-arrow.fixed-da {position: fixed;}

.arrow-down {
    width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #a6a8ab;
    margin: 0 auto;
    cursor: pointer;
}



/***** Three Box ******/
.tb-outer {position: relative; padding-bottom: 60px;}
.tb-outer:before,
.tb-outer:after {
    content: '+';
    position: absolute;
    top: 30px;
    font-size: 24px;
    color: #000;
}

.tb-outer:before {left: 32.35%;}
.tb-outer:after {right: 32.35%;}

.three-box {text-align: center; position: relative;}

.three-box .widget-type-header {position: relative;}
.three-box .widget-type-header h2 {
    font-size: 32px; 
    color: #fff; 
    background-repeat: no-repeat!important; 
    padding-left: 40px;
    display: inline-block;
    background-position: 0% 50%!important;
    background-size: auto auto!important;
    margin: 0;
    padding: .83em 0 .83em 40px;
}

.three-box .widget-type-rich_text {min-height: 0px!important;}

.three-box .widget-type-rich_text {background-color: #F1F1F1; position: relative;}
.three-box .widget-type-rich_text > .layout-widget-wrapper {padding: 20px 15px 50px;}

.on-premise {color: #C82C4B;}
.from-cloud {color: #2A66AF;}
.managed-services {color: #50A63C;}

.on-premise .widget-type-header {background-color: #C82C4B;}
.from-cloud .widget-type-header {background-color: #2A66AF;}
.managed-services .widget-type-header {background-color: #50A63C;}

.on-premise .widget-type-header h2 {background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/on-premise.png);}
.from-cloud .widget-type-header h2 {background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/from-cloud.png);}
.managed-services .widget-type-header h2 {background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/managed-services.png);}

.three-box h4 {font-size: 22px; margin-bottom: 0px;}
.three-box p {margin: 0px;}

.tb-toggle {
    display: none;
    position: absolute;
    top: 30%;
    right: 15px;
    color: #fff;
    font-size: 28px;
    width: 28px;
    height: 36px;
}

.tb-toggle .fa-chevron-up {
    position: absolute;
    left: 0;
    top: 0;
}


/************* Better Technology ************/
.better-tech {
    padding: 35px 0 45px;
    color: #fff;
}

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

.videoCopy h2,
.videoCopy h3,
.videoCopy h4,
.videoCopy h5 {margin-top: 20px; margin-top: 0px;}

.better-tech h2 {font-size: 44px;}
.better-tech p {font-size: 15px; line-height: 22px; margin-bottom: 30px;}

.better-tech .videoModule {padding-top: 15px;}


/************* Logo Rotator ************/
.sectionHead h2 {text-align: center; margin-top: 0px;}
.logo-section {padding: 45px 0; background-color: #F1F1F1;}
.logo-section .widget-type-raw_html img {width: 100%;}
.vert-logo-flex {text-align: center; margin-top: 30px; padding: 0 65px;}

.bx-wrapper img {margin: 25px 0; height: auto; max-height: 110px; width: auto;}

.bx-wrapper .bx-prev {
    border-bottom: 20px solid #2a66ae;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.bx-wrapper .bx-next {
    border-top: 20px solid #2a66ae;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.clientVideo {text-align: center;}

.owl-flex {padding: 0 20px;}

.owl-carousel .owl-item img {
    width: 90%!important;
    max-width: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.owl-item {
height: 150px; // Set as required
position: relative;
}

.owl-item > div > div {
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.owl-item img {
/*position: absolute;
left: 0;
right: 0;
top: 50%;
-ms-transform: translate(0,-50%); 
transform: translate3d(0,-50%,0); */
display: inline-block!important;
vertical-align: middle;
margin: 0 auto;
}

.owl-prev {
    left: -20px;    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #2a66ae transparent transparent;
}
.owl-next {
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #2a66ae;
}
/**** Testimonial Section ******/
.testimonial-outer {
    background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/cloud-background-1.jpg);
    background-size: cover!important;
    padding: 45px 0;
      background-position: 60% 50%!important;
      position: relative;
}

.white-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
}

.testimonial-outer .site-width {position: relative;}

.testimonial-outer .testimonial-quote {text-align: center;}
.testimonial-outer .testimonial-quote h3 {font-size: 28px; line-height: 34px; color: #2A66AF; margin-top: 0px;}
.testimonial-outer .testimonial-quote h4 {font-size: 16px; color: #808080; margin: 0px; font-weight: bold;}
.home-video-testimonial {max-width:468px;text-align:center;margin:0 auto!important;}
.iframe-outer {position: relative; text-align: center;}
.iframe-outer a {position: absolute; height: 100%; width: 100%; display: block;}
iframe {max-width: 100%;}

/**** Home Blog Feed *****/
@media (min-width: 768px) {
    .home-blog-feed .hs-rss-item {
        width: 31.5%!important;
        margin-left: 2.75%!important;
        float: left!important;
    }
    .home-blog-feed .hs-rss-item:first-child {margin-left: 0px!important;}
}

.home-blog-feed {padding: 0px 0 35px;}
.home-blog-feed h3 {text-align: center; font-size: 44px;}

.home-blog-feed .hs-rss-item {background-color: #f1f1f1; position: relative;}
.home-blog-feed .hs-rss-item-text {padding: 20px;}

.home-blog-feed .hs-rss-item a {text-decoration: none;}
.home-blog-feed .hs-rss-title {font-size: 22px; line-height: 26px;}
.home-blog-feed .hs-rss-item:first-child a {color: #c82c4b;}
.home-blog-feed .hs-rss-item:nth-child(2) a {color: #2A66AF;}
.home-blog-feed .hs-rss-item:last-child a {color: #50A63C;}

.home-blog-feed  .hs-rss-description {font-size: 15px; line-height: 22px; color: #000;}

.rmOuter {text-align: center;}
.readMore {
  display: block;
  display: inline-block;
  background-color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  text-align: center;
  width: 90%;
  max-width: 177px;
  padding: 8px 5px;
  margin: 30px auto 0;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
}

.readMore span {margin-right: 5px;}

/**** Datacenter 3.0 *****/
.datacenter-template {}

.datacenter-header {margin-top: 0px; text-align: center;}
.datacenter-header h4 {color: #2A66AF; font-size: 24px; line-height: 30px;}
.datacenter-template .body-container ul {padding-left: 0px;}
.datacenter-template .body-container ul li {
    list-style: none; 
    position: relative; 
  /*  padding-left: 25px; */ commented out by HubSpot Support on 9/24/2018
    margin-bottom: 10px;
}

@media (min-width: 768px) {
.listGroup {padding: 0 5%;}
.listGroup .span6 {
  text-align: center;
}
.listGroup .span6 ul {text-align: left; display: inline-block;}
}

/*.datacenter-template .body-container ul li:before {
    content: '';
    position: absolute;
    background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/custom-check.png);
    width: 15px;
    height: 18px;
    left: 0;
}

*/ commented out by HubSpot Support on 9/24/2018

.datacenter-form {margin: 0px 0 45px;}
.datacenter-form form {position: relative; margin-right: 115px;}

.datacenter-form form label {
    color: #2A66AF; 
    font-size: 16px; 
    font-weight: bold; 
    margin-bottom: 8px;
    display: inline-block;
}

.datacenter-form form fieldset {width: 100%; max-width: 100%;}

.datacenter-form form fieldset .hs-form-field {margin-bottom: 0px;}

.datacenter-form form fieldset .hs-form-field .input input.hs-input {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border: 0px;
    background-color: #f1f1f1;
    color: #cbcbcb;
    font-size: 16px;
}

.datacenter-form .hs-form fieldset.form-columns-2 .input {margin-right: 20px;}

.datacenter-form .hs_submit {
    position: absolute;
    right: -115px;
    width: 115px;
    bottom: 5px;
}

.datacenter-form .hs_submit .actions input.hs-button.primary {
  width: 100%;
  padding: 0;
  height: 35px;
  line-height: 35px;
  background-color: #808080;
  font-size: 14px;
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.dc-number {text-align: center; margin-top: 20px;}
.dc-number span {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}

.dc-copy {max-width: 60%; margin: 0 auto;}

.dc-copy,
.dc-copy h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.dc-copy h4 {
    margin: 20px 0;
}

.dc-copy a[class^="wistia-popover"],
.dc-copy a.cta_button {
    height: 35px;
    line-height: 35px;
    width: 185px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(255,255,255,.5);
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    position: absolute;
    bottom: 20px;
}
.dc-copy a.cta_button:hover {background-color: rgba(255,255,255,1);}

.dc-box {float: left; position: relative;}
.dc-box_1 {
    background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/step1_v2.png);
    min-height: 244px;
    background-repeat: no-repeat;
    width: 341px;
}

.dc-box_1 .dc-number {color: #C82C4B; padding-right: 20px;}
.dc-box_1 .dc-copy {padding-right: 20px;}

.dc-box_2 {
    background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/step2_v2.png);
    min-height: 244px;
    background-repeat: no-repeat;
    width: 375px;
    margin-left: -48px;
}

.dc-box_2 .dc-number {color: #2A66AF;}
.dc-box_2 .dc-copy a[class^="wistia-popover"],
.dc-box_2 .dc-copy a.cta_button {right: 0; left: 0; margin: 0 auto;}

.dc-box_3 {
    background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/step3_v3.png);
    min-height: 244px;
    background-repeat: no-repeat;
    width: 340px;
    margin-left: -48px;
}

.dc-box_3 .dc-number {color: #50A63C; padding-left: 40px;}
.dc-box_3 .dc-copy a.cta_button {margin-left: 10px;}
.dc-box.dc-box_3 .dc-copy {padding-left: 40px;}

.free-consult-outer {
    background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/free-consult-banner.jpg);
    background-size: cover!important;
    min-height: 250px!important;
    margin: 40px 0;
    background-position: 55%;
}

.free-consult-outer h2 {
    color: #fff; 
    font-size: 44px; 
    line-height: 52px; 
    max-width: 75%;
    margin: 0;
    padding-top: 60px;
}

.datacenter-form.consult-form form label {color: #fff;}

.narrative table {width: 100%;}
.narrative table td {vertical-align: top; width: 50%;}
.narrative table td:last-child {padding-left: 20px;}

.narrative td,
.narrative td p {line-height: 24px;}

.consumer-datacenter_header h2 {font-size: 44px; text-align: center; color: #2A66AF;}
.consumer-datacenter_image {margin-bottom: 40px; text-align: center;}

.dcBottom {
  padding-bottom: 40px;
}

.dcBottom .widget-type-linked_image {text-align: center;}
.dcBottom .widget-type-linked_image img {max-width: 75%;}

::-webkit-input-placeholder {color: #666666;}
:-moz-placeholder {color: #666666;}
::-moz-placeholder {color:#666666;}
:-ms-input-placeholder {color: #666666;}

@media (max-width: 1024px) {
    .datacenter-form form label {font-size: 14px;}
    .dc-box .dc-number {padding: 20px 0 0px!important;}
    .dc-box .dc-copy {padding: 0px!important; max-width: 50%;}
    .dc-box .dc-copy a.cta_button {margin: 0 auto!important; right: 0; left: 0;}
    .dc-box {width: 500px; margin: 0 auto 70px!important; float: none;}
    .dc-box_1 {background: url(); background-color: #C82C4B;} 
    .dc-box_2 {background: url(); background-color: #2A66AF;}
    .dc-box_3 {background: url(); background-color: #50A63C;}
    
    .dc-box_1:after {
      content: '';
        border-style: solid;
        border-width: 50px 250px 0 250px;
        border-color: #C82C4B transparent transparent transparent;
      position: absolute;
      bottom: -50px;
    }
    
    .dc-box_2:before{
      content: '';
      border-style: solid;
      border-width: 50px 250px 0 250px;
      border-color: transparent #2A66AF transparent #2A66AF;
      position: absolute;
      top: -50px;
    }

    .dc-box_2:after {
      content: '';
      border-style: solid;
      border-width: 50px 250px 0 250px;
      border-color: #2A66AF transparent transparent transparent;
      position: absolute;
      bottom: -50px;
    }
    
    .dc-box_3:before{
      content: '';
      border-style: solid;
      border-width: 50px 250px 0 250px;
      border-color: transparent #50A63C transparent #50A63C;
      position: absolute;
      top: -50px;
    }
    .free-consult-outer {margin: 20px 0 90px;}
}
@media (max-width: 767px) {
    .datacenter-form {margin-bottom: 35px;}
    .datacenter-form form {margin-right: 0px;}
    .hs-form fieldset.form-columns-2 .hs-form-field {width: 100%!important; margin-bottom: 20px;}
    .datacenter-form .hs_submit {position: relative; right: auto; bottom: auto;}
    .free-consult-outer {margin: 0px 0 35px; background-color: #2A66AF!important; background: url(); padding: 60px 0; min-height: 0px!important;}
    .free-consult-outer h2 {text-align: center; padding-top: 0px; max-width: 100%;}
    
    .narrative table { width: 100% !important; table-layout: fixed;}
    .narrative table td { display: block; width: 100% !important; padding: 0px!important;}
    
    .dcBottom .widget-type-linked_image {padding-top: 0px!important; margin-bottom: 25px;}
}

@media (max-width: 585px) {
    .dc-box .dc-copy {padding: 0px!important; max-width: 70%;}
    .dc-box {width: 280px; margin: 0 auto 45px!important; float: none;}
    .dc-box_1 {background: url(); background-color: #C82C4B;} 
    .dc-box_2 {background: url(); background-color: #2A66AF;}
    .dc-box_3 {background: url(); background-color: #50A63C;}
    
    .dc-box_1:after {
      content: '';
        border-style: solid;
        border-width: 25px 140px 0 140px;
        border-color: #C82C4B transparent transparent transparent;
      position: absolute;
      bottom: -25px;
    }
    
    .dc-box_2:before{
      content: '';
      border-style: solid;
      border-width: 25px 140px 0 140px;
      border-color: transparent #2A66AF transparent #2A66AF;
      position: absolute;
      top: -25px;
    }

    .dc-box_2:after {
      content: '';
      border-style: solid;
      border-width: 25px 140px 0 140px;
      border-color: #2A66AF transparent transparent transparent;
      position: absolute;
      bottom: -25px;
    }
    
    .dc-box_3:before{
      content: '';
      border-style: solid;
      border-width: 25px 140px 0 140px;
      border-color: transparent #50A63C transparent #50A63C;
      position: absolute;
      top: -25px;
    }
    
    .free-consult-outer h2,
    .consumer-datacenter_header h2 {font-size: 32px; line-height: 36px;}
}

/************* Blog ************/
div.hs-blog-header h1 {
    color: #000000!important;
    font-size: 34px!important;
}
div.post-header h2,
div.post-header h2 a {
    color: #2a66ae;
    margin: 0 0 15px 0!important;
 }
div.post-header p {
    font-size: 13px;
 }
div.post-listing div.post-body {
    margin-bottom: 15px;
}
div.post-item a.more-link {
    font-size: 14px!important;
    color: #ffffff!important;
    padding: 8px 20px;
    background: #2a66ae;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
    display:inline-block!important;
 }
 p#hubspot-topic_data {
    font-size: 11px;
    margin: 0!important;
 }
 div.blog-section p#hubspot-topic_data a {
    color: #999999;
 }
 div.post-item img {
    max-width: 30%;
    max-height: 30%;
    padding: 0 0 10px 10px;
    float: right;
 }
 div.blog-post-wrapper div.post-body {
    margin-top: 50px;
 }
 div.blog-listing-wrapper div.post-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #959595;
 }
 div.blog-right-col {
    padding-left: 30px;
 }
 div.blog-right-col .row-fluid-wrapper{
     margin-bottom: 20px;
 }
div.blog-pagination a.all-posts-link,
div.blog-pagination a.next-posts-link,
div.blog-pagination a.previous-posts-link{
    font-size: 12px!important;
    color: #ffffff!important;
    padding: 4px 15px!important;
    background: #2a66ae;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    text-decoration: none;
    line-height: 22px!important;
}
div.blog-pagination a.previous-posts-link,
div.blog-pagination a.all-posts-link {
    margin-right: 15px!important;
}

.custom-social {margin: 8px 0;}

.hs-button.primary {
  background-color: #2a66ae;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  border: 0px;
  padding: 8px 15px;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none!important;
}

.hs-button.primary:hover {background-color: #256aa7;}

.blog-right-col li {margin-bottom: 8px;}
.blog-right-col .widget-type-post_listing li a,
.blog-right-col .widget-type-post_filter li a {text-decoration: none;}
.blog-right-col h3 {margin: 12px 0;}
.widget-type-blog_comments {margin: 25px 0;}
.hs-form-field {margin-bottom: 10px;}

/************** Footer ****************/
.footer-container-wrapper .fa-facebook:before{font-family: 'FontAwesome' !important;}
.footer-container-wrapper .fa-twitter:before{font-family: 'FontAwesome' !important;}
.footer-container-wrapper .fa-linkedin:before{font-family: 'FontAwesome' !important;}
.footer-upper {padding: 45px 0 30px;}
.footer-logo img {max-width:101px;}
.footer-menu {text-align: center;}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical ul {display: inline-block;}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li a {color: #808080; font-size: 13px; white-space: normal; padding: 0px 25px 0 0!important;}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li a:hover {color: #2a66ae;}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li {margin-top: 10px; text-align: left;}
.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li.hs-menu-depth-1>a {font-weight: bold; padding-right: 0!important;}
.footer-menu-one .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {color: #ff4860!important;}
.footer-menu-two .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {color: #2a66ae!important;}
.footer-menu-three .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {color: #8ac53e!important;}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: relative;
}

.footer-group {
    width: 20%!important;
    margin: 0!important;
}



.footer-social .hs-menu-wrapper.hs-menu-flow-horizontal ul {margin-top: 20px;}
.footer-social .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {padding: 0px!important; color: #808080; font-size: 20px;}
.footer-social .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover {color: #2a66ae;}
.footer-social .hs-menu-wrapper.hs-menu-flow-horizontal ul li {margin-right: 25px;}
.footer-social .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child {margin-right: 0px;}

.custom-copyright {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  padding: 20px 0;
}

.mobile-toggle {display: none}

/****** 2017 Redesign ******/
.courtesy-links.cl17 .hs_cos_wrapper {float: right;}
.courtesy-links.cl17 ul:not(.lang_list_class) {display: inline-block; /*float: none;*/}
.courtesy-links.cl17 .hs_cos_wrapper > span {display: inline-block;vertical-align: top;padding-top: 15px;color: #fff;padding-right: 40px;font-size: 14px;}


.home17 .hero-content {text-align: left; max-width: 925px; z-index: 1;}
.home17 .hero-content h1 {margin: 0 0 40px;}
.home17 .hero-content .widget-type-linked_image {margin-top: 15px;}

.home17 .on-premise .widget-type-header h2 {background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/from-cloud.png?t=1496286270137);}
.home17 .three-box h4 a {color: inherit; text-decoration: none;}
.home17 .three-box h4 a:hover {text-decoration: underline;}

.build-it-together {padding: 0px 100px 80px;text-align:center;}
.build-it-together .widget-type-header h2 {font-size: 44px; text-align: center; color: #000;}
.build-it-together img {padding: 30px 0;}
@media (max-width: 767px) {.build-it-together {padding:0!important;}}
.wide-section {background-size: cover; text-align: center; color: #fff; font-size: 15px; padding: 80px 0 115px;}
.wide-section .ws-buttons {text-align: center;}
.wide-section .ws-buttons a {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family: sans-serif !important;
    background: rgb(247,136,3) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 5px !important;
    border-width: 0px !important;
    transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    text-shadow: none !important;
    line-height: 1.5em !important;
    padding: 6px 18px !important;
    min-width: 190px;
    margin: 30px 20px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.awards-outer {text-align: center; padding: 65px 0;}
.awards-outer h2, .awards-outer h3 {color: #808080;}
.awards-flex {font-size: 0px;}
.awards-flex > span > div {display: inline-block; margin: 0 30px 60px;}

.testimonial-block {background-size: cover; padding: 100px 0 35px; background-position: 50%; text-align: center;}
.testimonial-block .tb-inner {max-width: 500px; margin: 0 auto; padding: 0 15px;}
.testimonial-block .tb-quote {font-size: 18px; color: #2a66af;font-style:italic;}
.testimonial-block .tb-attribution {color: #808080;}
.testimonial-block .slick-slide {outline: none!important;}
.testimonial-block .testimonial-block-slider > p {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 12px 0px 0px;
}
.testimonial-block .testimonial-read-more {
    display: inline-block;
    background: #f78803;
    border-radius: 5px;
    padding: 6px 18px;
    line-height: 1.4;
    margin: 0px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}


.inner-banner {text-align: center; background-size: cover; color: #fff; padding: 125px 0;background-position:center center;}
.inner-banner h1 {font-size: 48px; text-transform: uppercase; margin: 5px 0;}
.inner-banner h4 {font-size: 30px; text-transform: uppercase; margin: 5px 0;}

.intro-copy {text-align: center; padding: 55px 0 65px;}
.intro-copy h2 {font-size: 48px; font-weight: bold; margin: 10px 0;}
.intro-copy a.cta_button {margin-top: 20px;}

.cisco-section {border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 75px 0;}
.cisco-section .widget-type-linked_image {margin-top: 15px;}

.tab-module {border: 1px solid #dbdbdb;}
.tab-module .tab-nav {font-size: 0px;}
.tab-module .tab-nav > span {
    background-color: #f0f0f0; 
    border-right: 1px solid #dbdbdb; 
    border-bottom: 1px solid #dbdbdb; 
    color: #000;
    font-weight: bold;
    width: calc(100% / 6);
    padding: 12px;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}
.tab-module .tab-nav > span:last-child {border-right: 1px solid #f0f0f0; position: relative;}
.tab-module .tab-nav > span:last-child:after {content: ''; width: 2px; height: 100%; background-color: #f0f0f0; position: absolute; right: -2px; top: 1px;}

.tab-module .tab-nav span:hover,
.tab-module .tab-nav span.active-tab {background-color: #fff; border-bottom: 1px solid #fff;}

.tab-module .tab-nav > span:last-child:hover:after,
.tab-module .tab-nav > span.active-tab:last-child:after {background-color: #fff;}

.tab-module .tab-content {}
.tab-module .tab-content .tab {padding: 50px 12px 60px;}
.tab-module .tab-content .tab h4 {color: #000; font-size: 24px; font-weight: bold; margin: 10px 0;}
.tab-module .tab-content .tab:not(.tab1) {display: none;}



@media (max-width: 767px) {
    .inner-banner h1,.intro-copy h2 {font-size: 32px;}
    .inner-banner h4 {font-size: 22px;}   
    .tab-module .tab-nav span {width: 100%;}
    .tab-module .tab-nav > span:last-child:after {display: none;}
}


/* ------ Mobile ------ */
/* Large desktop */

@media (min-width: 768px) {
  
}

@media (max-width: 1080px) {
    .logo-container {padding: 0 40px;}
    .customNavigation .btn.prev {left: 0px;}
    .customNavigation .btn.next {right: 0px;}
}

@media (max-width: 1024px) {
    div.site-width,
    div.header-width {padding-left: 12px; padding-right: 12px;}  
    
    .nav {padding-right: 60px; width: auto!important; float: right!important;}
    .custom-logo {width: auto!important; float: left!important;}
    .nav li {display: none;}
    .nav li.non-mobile {display: list-item!important; float: left!important; width: auto!important; }
    .mobile-toggle {
        display: block!important;
        height: 45px;
        width: 50px;
        cursor: pointer;
        right: 12px;
        position: absolute;
        top: 10px;
    }
    span.menu-text {
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-size: 14px;
    }
    
    .sidr-class-contact,
    .sidr-class-login {display: none!important;}
    
    .courtesy-links.cl17 .hs_cos_wrapper > span {display: none!important;}
    
    .home17 .home-hero-outer {
        background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/bios-temp-banner.jpg);
        background-size: cover;
        
    }
    .home17 .hero-content {position: relative; padding: 150px 15px 50px;z-index: 0;text-align:center;}
    .home17 video.video-bg {display: none!important;}

}

@media  (max-width: 980px) {

}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    .tb-outer:before {left: 32%;}
    .tb-outer:after {right: 32%;}
    .three-box .widget-type-header h2 {font-size: 20px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .header-container-wrapper {position: inherit!important; padding-top: 50px!important;}
    .courtesy-links {text-align: center; /*overflow: hidden;*/ background-color: #2464a2;}
    .courtesy-links ul:not(.lang_list_class) {display: inline-block; padding: 8px 0 4px; float: none;}
    .courtesy-links ul:not(.lang_list_class) li:last-child {display: none;}
    .nav {
        padding: 0px!important;
        width: 100%!important;
        position: absolute;
        top: -35px!important;
        left: 0;
    }
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li {width: 50%!important; text-align: center; padding: 0px;}
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a span {
        border-radius: 0px; 
        padding: 0!important;
        height: 32px;
        line-height: 32px;
        top: 0;
        border-bottom: 1px solid #fff;
    }
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {width: auto!important;}
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a {border-left: 1px solid #fff;}
    .nav .hs-menu-wrapper, .nav .hs-menu-wrapper * {width: 100%!important;}
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .nav .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%;
    }
    
    .mobile-toggle {top: 0;}
    
    body:not(.home17) .home-hero-outer {
        background: url(//169136.fs1.hubspotusercontent-na1.net/hubfs/169136/2015_Images/bios-temp-banner.jpg);
        background-size: cover;
    }
    body:not(.home17) .hero-content {position: relative; padding-top: 100px;}
    body:not(.home17) video.video-bg {display: none!important;}
    
    .footer-upper {padding: 30px 0;}
    .footer-group {width: 100%!important; text-align: center;}
    .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li {text-align: center;}
    .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical ul li a {padding-right: 0px!important;}
    .footer-social {margin-bottom: 20px;}
    .footer-social .hs-menu-wrapper.hs-menu-flow-horizontal ul li {margin: 0 0 25px;}
    .footer-social .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child {margin-bottom: 0;}
    
     div.blog-right-col {padding-left: 0px;}
     
     .three-box {margin-bottom: 20px;}
     .three-box .widget-type-rich_text {display: none;}
     .tb-outer:before,
     .tb-outer:after {content: '';}
     .tb-toggle {display: block;}
     
     .better-tech h2,
     .home-blog-feed h3 {font-size: 32px;}
     .vert-logo-flex {margin-top: 60px;}
     .testimonial-quote {margin-bottom: 30px;}
     .widget-type-raw_html {text-align: center;}
     .tb-outer {padding-bottom: 30px;}
     .better-tech {padding: 35px 0 45px;}
     .logo-section,
     .testimonial-outer {padding: 40px 0;}
     .home-blog-feed {padding: 0  0 30px;}
     
     .home17.homePage h1 {font-size: 28px; margin-top: 25px;} 
     .build-it-together .widget-type-header h2 {font-size: 32px;}
}
     
/* Landscape phones and down */
@media (max-width: 480px) {
    .mobile-toggle {right: 0px;}
    .three-box .widget-type-header h2 {font-size: 24px;}

}

/* Mobile Menu Trigger */
.lines-button {
  padding: 0;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.57143rem;
  border-image: none!important;
    border: 0px;
    -webkit-appearance: none!important;
 background-color: transparent!important;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #fff;
  /*border-radius: 0.28571rem;*/
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #fff;
  /*border-radius: 0.28571rem;*/
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines:before {
  top: 8px;
}
.lines:after {
  top: -8px;
}

.mobile-toggle:hover .lines:before {
  top: 10px
}
.mobile-toggle:hover .lines:after {
  top: -10px;
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 2.22222rem;
}
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

button.lines-button:focus {outline: none;}

.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 40px;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
  -moz-transition: background 0.3s 0.5s ease;
  -webkit-transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.sidr-class-hs-item-has-children {position: relative;}
.sidr-class-hs-item-has-children .dd-trigger {
    position: absolute;
    width: 51px;
    height: 49px;
    top: 0;
    right: 0;
    padding: 0px;
    text-align: center;
    border-left: 1px dotted #fff;
    cursor: pointer;
    transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}

.sidr-class-hs-item-has-children .dd-trigger .dd-inner.dd-open {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sidr-class-hs-item-has-children .dd-inner {
    padding: 0px;
    transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  background-color: transparent;
}

.sidr-class-hs-item-has-children>a {
    margin-right: 42px;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.sidr-class-hs-menu-depth-3 {padding-left: 5px;}
.sidr-class-hs-menu-depth-3 a {font-size: 12px;}


/***** Award Section *****/
.award-section {background-size: cover; background-position: 50%; padding: 80px 0; font-size: 0px; text-align: center;}
.award-section .award-box {
    display: inline-block; 
    margin: 15px 0.5%; 
    margin: 0px;
    width: 100%; 
    font-size: 18px; 
    color: #666666; 
    text-align: center;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 35px 15px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.award-section .slick-slide {
    padding: 0px 5px;
    outline: none!important;
}
.award-section .award-box .ab-text {margin-top: 25px;}
.award-section .award-box .ab-logo img {height: auto;margin: auto;}
.award-section .award-section-slider {
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .award-section .award-box {display: block; width: 100%; max-width: 175px; margin: 0 auto 20px;}
    .award-section .award-box:last-child {margin-bottom: 0;}
}


/* ========================== */
/* Case Studies Page */
/* ========================== */
@media (min-width:768px) {
  .vertical-aligncenter .row-fluid {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.text-alignright {
    text-align: right;
}
.text-alignleft {
    text-align: left;
}
@media (max-width:767px) {
    .mb-text-aligncenter {
        text-align: center;
    }
}
body.case-studies-page .header-container-wrapper {
    position: relative!important;
    background: #004C92!important;
}
.case-studies-header-section {
    text-align: center;
    margin: 50px 0px;
    font-size: 24px;
    color: #2a66af;
}
.case-studies-header-section h2 {
    font-size: 35px;
    margin: 0px;
}

/* Top case study */
.case-study-feature {
    position: relative;
    margin-top: 40px;
    padding: 82px 30px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.case-study-feature:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.15+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#26000000',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}
.case-study-feature .case-study-industry-tag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 5px 15px;
    margin: 0px;
    line-height: 1.1;
    background: #2a66ae;
    z-index: 3;
    font-weight: bold;
}
.case-study-feature .case-study-industry-tag:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #2a66ae;
    top: 0;
    right: -10px;
    z-index: 2;
}
.case-study-feature .case-study-content {
    position: relative;
    width: 680px;
    max-width: 100%;
    margin: auto;
    z-index: 2;
} 
.case-study-feature h1 {
    font-size: 52px;
    font-weight: bold;
    margin: 0px;
}
.case-study-feature h4 {
    font-size: 26px;
    margin: 0px 0px 40px;
}
.case-study-feature p {
    font-size: 18px;
}
.case-study-feature .case-study-content > div {
    margin-top: 40px;
}
.case-study-feature a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.35);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s ease;
}
    .case-study-feature a:hover {
        background: rgba(255,255,255,0.5);
    }
@media (max-width:767px) {
    .case-study-feature h1 {
        font-size: 36px;
    }
    .case-study-feature h4 {
        margin: 0px 0px 20px;
    }
}

/* Case study Box */
.case-study-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom: 60px;
}
.case-study-box {
    position: relative;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 82px 30px;
    margin-bottom: 2%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.case-study-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.15+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#26000000',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}
.case-study-box .case-study-industry-tag {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 5px 15px;
    margin: 0px;
    line-height: 1.1;
    background: #2a66ae;
    z-index: 3;
    font-weight: bold;
}
.case-study-box .case-study-industry-tag:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #2a66ae;
    top: 0;
    right: -10px;
    z-index: 2;
}
.case-study-box .case-study-content {
    position: relative;
    max-width: 100%;
    margin: auto;
    z-index: 2;
} 
.case-study-box h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0px;
}
.case-study-box p {
    font-size: 18px;
}
.case-study-box .case-study-content > div {
    margin-top: 20px;
}
.case-study-box .case-study-content > div img {
    height: auto;
    width: 120px;
}
.case-study-box a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    width: 100px;
    max-width: 100%;
    text-align: center;
    background: rgba(152,152,152,0.8);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s ease;
    outline: none!important;
}
    .case-study-box a:hover {
        background: rgba(152,152,152,1);
    }
@media (min-width:480px) {
    .case-study-box .case-study-content > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .case-study-box .case-study-content > div img {
        margin-right: 5px;
    }
}
@media (max-width:480px) {
    .case-study-box .case-study-content > div img {
        display: block;
        margin-bottom: 10px;
    }
}
@media (max-width:650px) {
    .case-study-box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 40px 20px;
        margin-bottom: 20px;
    }
}

/* Case Studies Popup Form Styling */
.case-study-popup-styling {
	background: white;
	padding: 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
.case-study-popup-styling h4 {
    margin: 0px 0px 12px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.case-study-popup-styling form.hs-form {
    margin-bottom: 0px!important;
}  
.case-study-popup-styling .hs-form-field { margin-bottom: 15px; }
.case-study-popup-styling label {
    margin-bottom: 5px;
    font-weight: 700;
} 
.case-study-popup-styling form.hs-form input[type="text"],
.case-study-popup-styling form.hs-form input[type="password"],
.case-study-popup-styling form.hs-form input[type="datetime"],
.case-study-popup-styling form.hs-form input[type="datetime-local"],
.case-study-popup-styling form.hs-form input[type="date"],
.case-study-popup-styling form.hs-form input[type="month"],
.case-study-popup-styling form.hs-form input[type="time"],
.case-study-popup-styling form.hs-form input[type="week"],
.case-study-popup-styling form.hs-form input[type="number"],
.case-study-popup-styling form.hs-form input[type="email"],
.case-study-popup-styling form.hs-form input[type="url"],
.case-study-popup-styling form.hs-form input[type="search"],
.case-study-popup-styling form.hs-form input[type="tel"],
.case-study-popup-styling form.hs-form input[type="color"],
.case-study-popup-styling form.hs-form input[type="file"],
.case-study-popup-styling form.hs-form textarea,
.case-study-popup-styling form.hs-form select {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    line-height: 1.4;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    -o-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
} 
.case-study-popup-styling .hs_submit .actions {
    margin: 0px!important;
    padding: 0px!important;
}
.case-study-popup-styling input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    font-size: 15px;
    box-shadow: none!important;
    outline: none!important;
    background: #2a66ae;
    color: #fff;
}
    .case-study-popup-styling input[type="submit"]:hover {
        background: #004C92;
    }
.case-study-popup-styling form fieldset.form-columns-2 input {
    width: 100%;
}


/* Slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://169136.fs1.hubspotusercontent-na1.net/hubfs/169136/js/slick%20fonts/slick.eot');
    src: url('https://169136.fs1.hubspotusercontent-na1.net/hubfs/169136/js/slick%20fonts/slick.eot#iefix') format('embedded-opentype'), url('https://169136.fs1.hubspotusercontent-na1.net/hubfs/169136/js/slick%20fonts/slick.woff') format('woff'), url('https://169136.fs1.hubspotusercontent-na1.net/hubfs/169136/js/slick%20fonts/slick.ttf') format('truetype'), url('https://169136.fs1.hubspotusercontent-na1.net/hubfs/169136/js/slick%20fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: rgba(0,0,0,0.3);
    border-radius: 100%;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
    background: rgba(0,0,0,0.7);
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}







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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
    
    
    
    
    
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


/****** 2018 Hero Slider ******/
.hero-slider__inner__item {
    padding: 180px 0 80px;
    color: #fff;
    background-size: cover;
    background-position: 50%;
}

.hero-slider__inner__item__copy {
    max-width: 1024px;
    margin: 0 auto;
}


.homePage .hero-slider__inner__item__copy h1 {font-size: 64px; margin: 10px 0; font-weight: bold;}
.homePage .hero-slider__inner__item__copy h2 {font-size: 52px;font-weight: 300; margin: 10px 0;}

.hero-slider .slick-prev, 
.hero-slider .slick-next {z-index: 10;}
.hero-slider .slick-prev:before, 
.hero-slider .slick-next:before {font-size: 36px; content: "\f054"; font-family: 'FontAwesome';}
.hero-slider .slick-prev:before {content: "\f053";}
.hero-slider .slick-prev {left: 15px;}
.hero-slider .slick-next {right: 25px;}

@media (max-width: 1150px) {
	.hero-slider__inner__item__copy {padding-left: 40px; padding-right: 40px;}
  .hero-slider .slick-prev {left: 5px;}
  .hero-slider .slick-next {right: 15px;}
  .hero-slider .slick-prev:before, 
  .hero-slider .slick-next:before {font-size: 24px;}
}

@media (max-width: 1024px) {
  
  .homePage .hero-slider__inner__item__copy h1 {font-size: 44px;}
  .homePage .hero-slider__inner__item__copy h2 {font-size: 38px;}
}


@media (max-width: 767px) {
  .hero-slider__inner__item__copy {padding-left: 12px; padding-right: 12px;}
  .hero-slider .slick-prev, 
  .hero-slider .slick-next {top: auto; bottom: 3px;}
  .homePage .hero-slider__inner__item__copy h1 {font-size: 36px;}
  .homePage .hero-slider__inner__item__copy h2 {font-size: 28px;}
}
html {
  scroll-behavior: smooth;
}