@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Ubuntu:300,400');

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


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

html, body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
} 

body.hs-content-id-1.hs-landing-page.hs-page {
  margin: 0;
}

strong {
  font-weight: 700;
}

.page-center {
  max-width: 1240px!important;
  padding: 0 20px;
  float: none !important;
  margin: 0 auto !important;
}

.light-text {color: #ffffff;}

/***** TYPOGRAPHY *****/



/***** COLOURS *****/
   /*Blue*/
 /*Green*/
 /*Light Blue*/



/***** GLOBAL STYLES *****/
.content-sub .body-padding { padding: 116px 0 45px 0; }

.mint-bg {
  background-color: #E0EEED;
  padding: 50px 0 73px 0;
}

h1, h2, h3, h4, h5, h6 { font-family: "Ubuntu", sans-serif;;}
h2, h3, h4, h5, h6. p, a { color: #002640; }

h1 {
  color: #002640;
  font-size: 56px;	
  font-weight: 300;	
  line-height: 60px;
  max-width: 500px;
  margin-bottom: 0;
}

.header-module-page h1,
.header-module h1 {
  color: #FFFFFF;
  margin-bottom: 35px;
}

h2,
.email-prefs .main-body h1,
.email-prefs h2 {
  font-size: 40px;	
  font-weight: 300;	
  line-height: 47px;
  color: #002640;
  margin-bottom:0;
  max-width: 600px;
}

h3 { 
  font-size: 25px;	
  line-height: 36px; 
  font-weight: normal; 
  color: #002640;
  margin-bottom:0;
}

h4 {
	font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  color: #002640;
  margin-bottom:0;
}

h5 {
  font-family: "Lato", sans-serif;;
  font-size: 13px;	
  font-weight: 900;	
  line-height: 29px;	
  letter-spacing: 0.51px;	
  text-align: left;
  text-transform: uppercase;
  color: #002640;
}

h5 span { text-transform: none; }

p, ol, ul {
  font-family: "Lato", sans-serif;;
  font-size: 18px;
  line-height: 34px;
  font-weight:normal;
  color: #002640;
}

a {
  font-family: "Lato", sans-serif;;
  color: #0099FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

span.green-highlight {
  color: #07D2BF;	
  font-family: Lato;	
  font-size: 23px;	
  line-height: 34px;
}

.header-module-page a,
.header-module a  { color: #07D2BF; }

.reduced-width { max-width: 763px; }
.content-padding { padding: 80px 0 100px 0; }
.green-bg { background-color: #76D1C9; padding: 0 30px 30px 50px;  }
.privacy .green-bg { max-width: 600px; }
/***** LISTS *****/
ul {
  list-style-image: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/right%20arrow%20turquoise.svg');
  padding-left: 55px;
  margin-top: 18px;
}

ul li { padding-left: 10px; }

ol, ul li { padding-bottom: 16px; }

ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  padding-bottom: 16px;
}

ol li:before {
  color: #07D2BF;
  font-weight: 900;
  content: counter(list) ".";
  left:-38px;
  position: absolute;
  text-align: right;
  width: 26px;
}

/***** BLOCKQUOTE *****/
blockquote {
  border-left: 2px solid #07D2BF;
  border-top:none;
  border-bottom:none;
  border-right:none;
  margin-bottom: 36px;
  margin-left: 0;
}

blockquote p,
blockquote h4 {
  font-weight: 500;
  font-size:20px;
  padding-left: 23px!important;
}

/****** FORM ******/

.hs_cos_wrapper_type_form h3 { margin-bottom: 11px; } 

input[type="submit"],
.btn,
#hs-eu-confirmation-button {
  border:none;
  color: #002640;
  background-color: #76D1C9;	
  font-family: "Lato", sans-serif;;
  margin: 0;
  text-align:center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px; 
} 

#hs-eu-confirmation-button {
 color: #002640!important;
  background-color: #76D1C9!important;	
}

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="tel"],
input[type="color"],
select{
  border-radius: 2px;	
  border:none;
  background-color: #E0EEED;
  font-size: 14px;
  font-weight: bold;
	line-height: 30px;
  color: #002640;
  vertical-align: middle;
  padding: 2px 10px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  font-family: "Ubuntu", sans-serif;;
  margin-bottom: 10px;
  width: 100%!important;
}

input[name="firstname"],
input[name="lastname"] {
  margin-top: 0px;
}

input[type="submit"] {
  letter-spacing: 0.7px;
  padding: 12px 30px;
  margin-right: 8px;
}

input[type="file" i] {
  padding-top: 10px;
  margin-bottom: 20px;
  color: #4E535E;
  font-family: "Lato", sans-serif;;	
  font-size: 14px;	
}

.hs_.hs-.hs-fieldtype-text.field.hs-form-field {
    display: none;
}

span.hs-form-required {
  display: none;
}

::placeholder { 
  font-size: 14px;
  line-height: 30px;
  color: #002640;
  font-weight: normal;
}

:-ms-input-placeholder { 
  font-size: 14px;
  line-height: 30px;
  color: #002640;
  font-weight: normal;
}

::-ms-input-placeholder { 
  font-size: 14px;
  line-height: 30px;
  color: #002640;
  font-weight: normal;
}

.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
  background-color: #E0EEED;
  outline: none;
}

 select {
  background: #E0EEED url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/up%20down%20arrows.svg') 98% no-repeat!important; 
  background-size: 16px; 
  font-weight: normal;
} 

form label span {
  color: #4E535E;
  font-size: 14px;	
  line-height: 30px;
  font-family: "Ubuntu", sans-serif;;
  padding-top: 3px;
}

/* FORM LIGHT */
.form-light textarea,
.form-light input[type="text"],
.form-light input[type="password"],
.form-light input[type="datetime"],
.form-light input[type="datetime-local"], 
.form-light input[type="date"], 
.form-light input[type="month"],
.form-light input[type="time"],
.form-light input[type="week"],
.form-light input[type="number"], 
.form-light input[type="email"], 
.form-light input[type="url"],
.form-light input[type="tel"],
.form-light input[type="color"],
.form-light  select {
  background-color: #FFFFFF;
  color: #002640;
}

.form-light ::placeholder { 
   color: #002640;
}

.form-light :-ms-input-placeholder { 
   color: #002640;
}

.form-light ::-ms-input-placeholder { 
   color: #002640;
}

.form-light .hs-form input[type="text"]:focus,
.form-light .hs-form input[type="password"]:focus, 
.form-light .hs-form input[type="datetime"]:focus, 
.form-light .hs-form input[type="datetime-local"]:focus, 
.form-light .hs-form input[type="date"]:focus, 
.form-light .hs-form input[type="month"]:focus, 
.form-light .hs-form input[type="time"]:focus, 
.form-light .hs-form input[type="week"]:focus, 
.form-light .hs-form input[type="number"]:focus, 
.form-light .hs-form input[type="email"]:focus, 
.form-light .hs-form input[type="url"]:focus, 
.form-light .hs-form input[type="search"]:focus, 
.form-light .hs-form input[type="tel"]:focus, 
.form-light .hs-form input[type="color"]:focus,
.form-light .hs-form input[type="file"]:focus,
.form-light .hs-form textarea:focus,
.form-light .hs-form select:focus {
  background-color: #ffffff;
  outline: none;
}

.hs-error-msgs { 
  padding-left: 0!important; 
  font-size: 12px;
  margin: 0px!important;
}

.form-light input[type="submit"],
.form-light .btn,
.form-light #hs-eu-confirmation-button {
  color: #002640;
  background-color: #FFFFFF;	
} 

/*END Form Light */

/*Checkboxes*/
form ul.inputs-list{ 
  list-style: none;
  margin: 0 0 15px 0;
  padding-left: 25px;
}

form li.hs-form-checkbox, 
form li.hs-form-radio { padding-bottom:0; }

form input[type=checkbox] {
  display:none;
}

form input[type=checkbox]+span {
  position:relative;
}

form input[type=checkbox]+span:before {
  content:'';
  position:absolute;
  display:inline-block;
  width:20px;
  height:20px;
  left: -28px;
  top:2px;
  border: none;
  background-color: #858A95;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
}

form input[type=checkbox]:checked+span:before {
  content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/tick.png');
  color: #FFFFFF;
  border: none;
  background-color: #07D2BF;
  font-size: 14px;
  line-height: 19px;
  padding-left: 4px;
  width: 20px;
  height: 20px;
  left: -28px;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
}

/*Radio Button*/
form input[type=radio] {
  display:none;
}

form input[type=radio]+span {
  position:relative;
}

form input[type=radio]+span:before {
  content:'';
  position:absolute;
  display:inline-block;
  border: none;
  background-color: #858A95;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width:20px;
  height:20px;
  text-align:center;
  left: -28px;
  top: 3px;
  color: #ffffff;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
}

form input[type=radio]:checked+span:before {
  content:'\f111';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFFFFF;
  background-color: #07D2BF;
  border: none;
  font-size: 8px;
  line-height: 20.5px;
  width: 20px;
  height: 20px;
  left: -28px;
}

/****** BUTTONS ******/
.btn {
  padding: 15px 30px;
  line-height: 20px;
  display: inline-block;
  margin-top: 14px!important;
  transition: all 0.5s ease;
}

a.cta-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 20px;
  text-decoration: none;
  text-align: right;
  display: inline-block;
  margin-top: 5px;
  text-decoration:none;
}

.light-text, .light-text p, .light-text h2, .light-text h3, .light-text a { color: #ffffff; }
.dark-text, .dark-text p, .dark-text h2, .dark-text h3, .dark-text a { color: #002640; }

a.btn-blue { background-color: #002640; color: #ffffff; }
a.btn-white { background-color: #FFFFFF; color: #002640; }
a.btn-turq { background-color: #76D1C9; color: #002640; }

a.btn-blue:hover { background-color: #033B61; text-decoration:none; }
a.btn-white:hover,
.nav-wrapper .main-nav ul li.hs-menu-depth-1:last-child a:hover { background-color: #E0EEED; text-decoration:none; }
a.btn-turq:hover, input[type="submit"]:hover { background-color: #07D2BF; text-decoration:none;}

a.arrow-white:after,
a.arrow-blue:after,
a.arrow-green:after,
a.arrow-orange:after,
a.arrow-turq:after{
  padding-left: 16px;
  vertical-align: middle;
  transition: all 0.1s ease;
}

 a.arrow-blue:hover:after,
a.arrow-green:hover:after,
a.arrow-orange:hover:after,
a.arrow-turq:hover:after{
  margin-left: 4px;
}

a.arrow-white:hover:after {
  margin-left: 4px;
  margin-right: -4px;
} 

a.arrow-white:after { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/right%20arrow%20white.svg'); }
a.arrow-blue:after { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/right%20arrow%20blue.svg'); }
a.arrow-green:after { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/right%20arrow%20green.svg'); }
a.arrow-orange:after { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/right%20arrow%20yellow.svg'); }
a.arrow-turq:after { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/right%20arrow%20turquoise%20%281%29.svg'); }

.btn-arrow { padding: 16px 24px 12px 30px;  }

/*  
.btn-arrow:after { 
  margin-left: 4px;
  vertical-align: middle;
  transition: all 0.5s ease;
  position:ab
}
a.btn-arrow:hover:after {
  margin-left: 8px;
    -ms-transform: transform: translate(4px,0);
    -webkit-transform: transform: translate(4px,0);
    transform: translate(4px,0); 
} */

/***** COOKIE POPUP ******/
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px;
  display: flex;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  border-radius: 0px;
  color: #002640;
  text-transform: uppercase;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 15px 10px 12px 10px;
  font-family: "Ubuntu", sans-serif;;		
  font-size: 16px;	
  line-height: 25px;
}

/***** FLEX CONTAINERS *****/
.summary-boxes-wrapper,
.logo-wrapper,
.icons-module,
.icons-wrapper,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  flex-wrap: wrap;
}

/***** MAIN MAV *****/
.nav-wrapper.block-nav { background-color: rgb(118, 209, 201); }

.nav-wrapper {
/*     position: fixed; */
  	position: absolute;
    top: 0px;
    z-index: 10;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  	padding: 30px 58px 20px 58px;
}

  .nav-wrapper .nav-logo img { 
    min-width: 112px; 
  }

.nav-wrapper .main-nav {text-align:right;}
/* .nav-wrapper .main-nav:before { 
  content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/dropdown%20triangle.svg'); 
  position: absolute; 
  top:-14px; 
  right:35px; 
} */

.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.37px;
  line-height: 29px;
  font-family: "Lato", sans-serif;;
  text-transform: uppercase;
  color: #fff;
  display: unset;
}


.nav-wrapper li.hs-menu-item.hs-menu-depth-1.active a,
.nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a { color:rgba(255,255,255,0.5); }

.nav-wrapper .main-nav ul li.hs-menu-depth-1:last-child a {
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(18,0,0,0.1);
  border-radius: 21px;
  font-size: 13px;	font-weight: 500;	letter-spacing: 0.7px;	text-align: center;
  padding: 12px 30px;
  color: #002640;
  margin-left:10px;
}

  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 a {
    font-weight: 400;
    font-size: 16px;
    padding-left: 25px;
    text-align: left;
  }

.nav-wrapper.scroll {
  background-color: #074A4D;
  position: fixed;
}

/**Dropdown**/
.main-nav ul.hs-menu-children-wrapper {
	background-color: #FFFFFF;
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
  border-radius: 3px;
  min-width: 260px;
  padding: 25px 0;
  margin-top:14px;
}

.main-nav ul.hs-menu-children-wrapper:before {
  content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/dropdown%20triangle.svg');
  position: absolute;
  top: -24px;
  left: 42px;
}

.main-nav ul.hs-menu-children-wrapper li {
  padding: 0;
}
.main-nav ul.hs-menu-children-wrapper li a {
  color: #002640!important;	
  font-size: 16px;	
  line-height: 27px;
  text-transform: none!important;
  padding-top: 0;
  padding-bottom: 5px;
}

.main-nav ul.hs-menu-children-wrapper li a:after {
  content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/small%20right%20arrow%20navy.svg');
  right: 25px;
  position: absolute;
}

.main-nav ul.hs-menu-children-wrapper li:hover a { 
  color: #007267!important;
}

.main-nav ul.hs-menu-children-wrapper li:hover a:after {
  content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/small%20right%20arrow%20turquoise.svg');
}

.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { 
  width: 250px;
  overflow: unset;
  text-overflow: ellipsis;
/*   white-space: pre-line; */
} 

/***** Mobile Nav ****/
  .mobile-trigger{
    display: none !important;
  }

/***** HOMEPAGE *****/
.homepage .summary {
  background:url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/modular%20solution%20background.jpg');
  background-size:cover;
  background-position:center;
  padding: 114px 0 100px 0;
}

.homepage .summary .summary-intro { padding-right: 7%; }

.homepage .client-logos h4 { margin-bottom: 40px; }

/***** FOOTER *****/
.footer {
	padding: 61px 0 136px;
  border-top: 1px solid #E0EEED;
}

.footer .address-wrap p {
  	color: #4E535E;	font-size: 14px;	line-height: 22px;
}

.footer p.address { display: flex; }

.footer p.address:before { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Footer/location%20pin.svg'); padding-right: 9px; vertical-align: middle; vertical-align: -webkit-baseline-middle;}
.footer p.email:before { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Footer/At%20sIgn.svg'); padding-right: 9px; vertical-align: middle; vertical-align: -webkit-baseline-middle;}
.footer p.telephone:before { content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Footer/phone%20icon.svg'); padding-right: 9px; vertical-align: middle; vertical-align: -webkit-baseline-middle;}

.footer p { 
  font-size: 16px;	
  line-height: 25px; 
  max-width: 442px; 
  color: #002640;
}
.footer .links h3 { 
  font-size: 22px;
  line-height: 36px;
  margin-top: 57px;
  margin-bottom: 0;
  color: #002640;
}

.footer img { margin-bottom: 30px; }

.footer ul {
  list-style:none;
  padding: 0;
  margin:0;
}

.footer ul li { padding-bottom: 6px; padding-left:0; }

.footer ul li a {
  font-size: 16px;
  line-height: 29px;
  text-decoration:none;
  color: #002640;
}

.footer ul li a:hover {
  color: #007267;
}

.footer-form h3 { 
  margin:0;
  font-size: 20px;
  line-height: 36px;
  margin-bottom:9px;
  color: #002640;
}

.bottom-footer {
  background-color: #002640;
}

.bottom-footer p {
  font-size: 12px;	
  line-height: 29px;
  color: #ffffff;
}

.bottom-footer .socials a,
.bottom-footer a {
  color: #ffffff;
  text-decoration:none;
}

.bottom-footer .socials a {
  font-size: 20px;
  padding-right: 11px;
}

.bottom-footer .socials i.fa-facebook-f {
  font-size: 18px;
}

.bottom-footer .blend { text-align: right; }
.bottom-footer .blend a {  text-decoration: underline; }

/*simple footer */ 
.simple-footer p { float:left; }
.simple-footer p.text-right a {
  font-size: 12px!important;	
  line-height: 29px;
}
.simple-footer p.text-right { float:right; text-align:right; }
}


/***** BLOG ******/
.hs-author-profile {
    width: 100%;
    margin-bottom: 10px;
  margin-top:50px;
}

.hs-author-listing-header { width: 100%; } 

.post-listing {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.post-listing .blog-post-item {
  width: 30%;
  margin-right: 5%;
  background: #fff;
  margin-bottom: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.post-listing .blog-post-item:nth-child(3n + 3) {
  margin-right: 0;
}

.post-listing.content-padding { padding: 80px 0 30px 0; }

.post-listing .blog-post-item .post-header { padding: 2px 20px 25px 20px; }

.post-listing .blog-post-item:hover{
  text-decoration:none;
  -webkit-box-shadow: 0 0 30px 0 #f0f0f0;
  -moz-box-shadow: 0 0 30px 0 #f0f0f0;
  box-shadow: 0 0 30px 0 #f0f0f0;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
  background:transparent;
}


.blog-post-item .post-header { padding-bottom: 25px; }

.blog-post-item h2 a {
	color: #002640;	
  font-family: Ubuntu;	
  font-size: 20px;	
  line-height: 31px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 20px;
  text-decoration: none;
}

.listing-author {
  	color: #002640;	font-family: Lato;	font-size: 16px;	line-height: 32px;
}

.blog-post-item .featured-image {
  height: 250px; 
background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-post-item h2 {
  font-family: "Ubuntu", sans-serif;;	
  color: ;	
  font-size: 20px;	
  line-height: 31px;
}

/* Post */
.post-body {
  max-width: 793px;
    margin: 0 auto;
}

.post-body ol {
  padding-bottom: 0;
}

.cta-image {
    margin: 50px 0 20px 0;
}

/* .blog-additional-wrapper {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content: space-between;
} */
.back-button p a {
  font-size: 16px;	
  font-weight: 600;	
  letter-spacing: 0.7px;	
  line-height: 20px;
  color: #002640;
  text-decoration: none;
}

.blog-additional-wrapper .blog-topics p {
  font-size: 16px; line-height: 18px; 
}
.blog-additional-wrapper .blog-topics a.topic-link{
  text-transform: capitalize; 
}

.back-button {
   display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  float:left;
  min-width: 150px;
}
.blog-additional-wrapper .blog-topics { float:right; max-width: 500px;}
.blog-additional-wrapper .back-button p {
   margin: 0;
   padding-left: 12px;
/*    padding-top: 5px; */
} 

.blog-latest-listing {
  padding-top: 105px; 
  border-top: 1px solid #E0EEED;
}

.blog-latest-listing .blog-post-item {margin-bottom: 82px; }

/** Pagination **/
.blog-pagination { width: 100%; padding: 0 20px; }
ul.pagination {
  list-style:none;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content: flex-end;
  padding: 0;
  padding-right: 4px;
}

ul.pagination li a {
  	color: #002640;	
  font-size: 18px;	
  line-height: 34px;
  text-decoration:none; 
}

ul.pagination li a:hover {
  color: #0099FF;
}

ul.pagination li.active a {
	color: #002640;
  font-weight: 900;
}

ul.pagination .previous img, 
ul.pagination .next img {
  padding-bottom: 8px;
  margin-left: 4px;
  transition: all 0.5s ease;
}

ul.pagination .next img:hover {
    -ms-transform: transform: translate(4px,0);
  -webkit-transform: transform: translate(4px,0);
  transform: translate(4px,0);
}

.back-button:hover img {
      -ms-transform: transform: translate(-4px,0);
  -webkit-transform: transform: translate(-4px,0);
  transform: translate(-4px,0);
}

/** END Pagination **/

/***** Case Study *****/
.cs-pag {
  text-align:right;
  padding-bottom: 60px;
}
.cs-post-content {
  padding-top: 80px;
}
blockquote p.name { font-size: 18px; }
/****** END Case Study *****/

/***** END BLOG ******/

/***** LEGAL *****/
.legal-consent-container p,
.legal-consent-container .hs-richtext {
  color: #4E535E;	
  font-family: "Ubuntu", sans-serif;;	
  font-size: 12px;	
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 20px;
}
.legal-consent-container a { color: #4E535E; text-decoration: underline; }

/***** Email Preferences *****/
.email-prefs .header-module-page .content {
    top: 50%;
}

#email-prefs-form { margin-bottom: 100px; } 

.email-prefs .email-pref p.header { line-height: 30px; margin-left: 0;}
.email-prefs .email-pref p {
 font-size: 18px;	
  line-height: 34px;
  max-width: 793px;
  margin-bottom: 17px;
}

.email-prefs .email-pref .item { margin: 0; }

.email-prefs .email-pref h2,
.email-subscribe h2
{ color: #0099FF; }

.email-prefs .item .item-inner,
.email-prefs .item .item-inner.selected,
.email-prefs .item .item-inner.hovered
{
  background:transparent;
  border:none;
  box-shadow: none;
  padding-left: 23px;
  padding-top: 0;
  padding-bottom: 6px;
}
.email-prefs .checkbox-row {
    overflow: unset;
}
.email-prefs .item-inner p {display:none;}

.email-prefs .checkbox-row span.fakelabel span,
.subscribe-options label span,
.email-prefs .success {
  font-family: "Ubuntu", sans-serif;;	
  font-size: 14px;	
  line-height: 30px;
  font-weight:normal; 
  color: #002640!important;
}

.email-prefs .emailpref-icon img { margin-top: 10px; }

.email-prefs  form input[type=checkbox]+span:before { margin-top: 3px; }
.subscribe-options { margin-top:15px; }
.subscribe-options label { margin-left: 27px; }
.subscribe-options label span { padding-top: 7px;}

.email-prefs .email-unsubscribe { max-width: 500px; }

/*Remove email pref defaults*/

/*End email pref defaults*/

/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1240px) {
  /** Nav **/
  .nav-wrapper { padding: 30px 20px; }
  
  /** Homepahe **/
  .homepage .summary .summary-intro {
    width: 60%;
    padding-bottom: 40px;
    margin-left: 0;
  }
  .homepage .summary-mod { 
    width: 100%; 
    margin-left: 0;
  }
  
  .icons-wrapper {
    width: 30%;
  }
  
}

@media only screen and (max-width : 979px) {
  
  /**** Case Study *****/
  .cs-back { margin-top: 200px; }
  .cs-post-content { padding-top: 10px; } 
  
  /*** BLOG ***/
  .post-listing { justify-content: center; }
  .blog-header-module .main {
    padding-top: 100px;
  }
  
  .post-listing .blog-post-item {
    width: 45%;
    margin-right: 2%;
  }
  
  .post-listing .blog-post-item:nth-child(3n+3) { margin-right: 2%; }
  .post-listing .blog-post-item:nth-child(2n+2) {margin-right: 0;}
  /*** END BLOG ***/

/***** MOBILE NAV *****/
  .nav-wrapper {
    background-color: #074A4D;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    padding: 20px;
  }

  .nav-wrapper .nav-logo img { 
    width: 112px!important; 
  }

  .nav-wrapper .mobile-trigger img { 
    width: 22px!important; 
    content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/hamburgerwhite.svg?t=1542110598932');
  }

  .nav-wrapper.nav-open .mobile-trigger img { 
    opacity: 0.5!important;
    filter: alpha(opacity=50); /* For IE8 and earlier */
  }

  .main-nav{
    width:100% !Important;
    margin-left:0 !Important;
    visibility: hidden;
    opacity: 0;
    top: 43px;
    background: #ffffff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
    border-bottom-left-radius: 3px;
    color: #007267;
    padding: 16px 0 20px 0;
    margin-top: 25px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
    max-width: 250px;
  }
  
  .main-nav ul { width: 100%; }

  .mobile-trigger {
    display: inline-block !important;
    position: absolute;
    top: 8px;
    right: 32px;
    color: #fff;
    font-size: 30px;
    width: auto !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .nav-wrapper.nav-open .main-nav{
    visibility: visible;
    /* show sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  
  .main-nav ul li{
    width:100%;
    text-align: left;
    padding:0;
  }
  .main-nav ul li.hs-menu-depth-1 a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
  }
/*   .main-nav ul li.hs-menu-depth-1:last-child a {
    border-radius: 4px;
    background-color: #04a3ff;
    margin-left: 0px;
  } */

  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #007267;
    font-size: 14px;
    font-weight: 500;
  }

    .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a {
      color: #002640;      
  }
  
   .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:after {
    content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/small%20right%20arrow%20turquoise.svg');
    position: absolute;
    right: 20px;
  }
  
   .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
    content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/Plus.svg');
    position: absolute;
    right: 20px;
  }

  .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.parent-open > a:after {
    content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/minus.png');
    position: absolute;
    right: 20px;
  } 
  
  .nav-wrapper .main-nav ul li.hs-menu-depth-1:last-child a {
    margin-top: 20px;
    display:inline-block;
    background-color: #002640;
    color: #ffffff;
    max-width: 160px;
    letter-spacing: 0.7px;
    padding: 7px 12px;
    margin-left: 20px;
    box-shadow: none;
    border-radius: 21px;
  }
  
  .nav-wrapper .main-nav ul li.hs-menu-depth-1:last-child:hover a {
    background-color: #033B61;
  }
  
  /**Dropdown**/
  .main-nav .hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
  }

  .main-nav .hs-item-has-children > ul.hs-menu-children-wrapper {
    visibility: hidden!important;
    position:absolute !important;
    opacity: 0!important;
	}
  
 .main-nav .hs-item-has-children > ul.hs-menu-children-wrapper li a:after {
    content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/small%20right%20arrow%20navy.svg');
  }
  
     .main-nav .hs-item-has-children > ul.hs-menu-children-wrapper li:first-child a:after {
    content: url('https://cdn2.hubspot.net/hubfs/2620840/Evolok%20Website/Homepage/small%20right%20arrow%20navy.svg');
  }
  
    .nav-wrapper .main-nav ul li.hs-menu-depth-1:last-child a:after {
    content: '';
  }
  
  
  .main-nav .hs-item-has-children > ul.hs-menu-children-wrapper.child-open {
  	visibility: visible !important;
    opacity: 1!important;
    position:static !important;
    
    background-color: #EFF6F5;
    color: #fff;
    box-shadow:none;
    width: 100%;
  }
 

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin-bottom: 10px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul li a {
  	font-size: 16px; 
  }
  
  .main-nav ul.hs-menu-children-wrapper { padding: 10px 0; }

  .main-nav ul.hs-menu-children-wrapper:before {
    content: '';
  }
  
  .nav-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 a {
    padding-left: 20px;
  }

  /** HOMEPAGE **/
  .summary-boxes-group {
    margin: 0 20px 20px 0;
  }
  /** LOGO **/
  .logo-wrapper {justify-content: space-around;}
  .span3.logo-group {
    width: 48%;
    margin-left: 3%;
    padding: 30px;
  }
  
  .span3.logo-group img {position: static; margin:0 auto; display: block; }

  .span3.logo-group:nth-child(2n + 3) {margin-left: 0px;}
  
  .content-sub .body-padding { padding: 80px 0 100px 0; }
  
}

@media only screen and (max-width : 767px) {
  
  /*** BLOG ***/
  .blog-header-module h1 { padding-bottom: 10px; }
  .blog-post-listing {
    max-width: 500px;
    margin: 0 auto;
  }
  .post-item.featured { display: block; }
  .post-item.featured .blog-featured-image, .post-item.featured .blog-featured-content {
    width: 100%;
    min-height: 225px;
  }
  
  .post-item.featured .featured-footer {
    margin-top: 10px;
  }
 
  .post-listing {
    padding-top: 60px!important;
  }
  .post-listing .blog-post-item {
    width: 100%;
    margin-right: 0%;
    max-width: 500px;
  }
  
  .post-listing .blog-post-item:nth-child(3n+3),
  .post-listing .blog-post-item:nth-child(2n+2) {margin-right: 0;}
  
  .blogpost-hero .hs-featured-image-link img { max-height: 280px; }
  .blogpost-hero h1 { margin-bottom: 0; }
  
  .blog-additional-wrapper { display: block!important; }
  .back-button p { padding-top: 0; }

  /*** END BLOG ***/

  /** HOMEPAGE **/
  .summary-boxes-group {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .homepage .summary .summary-intro {
    width: 100%;
  }
  
  .icons-wrapper {
    width: 1000%;
  }
  .icons-wrapper .icon {
    width: auto;
  }
  
  .homepage a.cta-link {
    margin-top:20px;
  }
  
  .homepage .summary {
    padding: 40px 0 60px 0;
  }
  .summary-boxes-module {
    padding-bottom: 40px;
  }
  
  /** Global Styles **/
  .header-module-page .content { top: 120px; }
  .header-module-page .image-bg { height: 510px!important; }
  .header-module .image-bg { height: 600px!important; }
  .double-module { padding: 60px 0; text-align:center;}
  .footer, .client-logos { padding: 40px 0 60px 0; }
  
  .content-padding { padding: 20px 0px 60px; }
  
  h1 {
    font-size: 35px!important;	
    font-weight: 300;	
    line-height: 45px!important;
  }
  
  h2,
  .email-prefs h2 {
    font-size: 30px;	font-weight: 300;	line-height: 38px;
  }
  h3 { line-height: 34px; }
  h4 { line-height: 32px; }
  
  h5 {
  	font-size: 13px;	font-weight: 500;	letter-spacing: 0.51px;	line-height: 23px;
  }
  
  p { font-size: 17px; }
  
  /** Latest Blog **/
  .blog-box {
    max-width: 500px;    
    margin-left: auto!important;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  /** Footer **/
  .widget-span.widget-type-custom_widget.footer-about { display:none; }
  .footer .row-fluid-wrapper > .row-fluid {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer-wrapper .footer-address { width: 50%; padding-bottom: 30px; }
  .footer-wrapper .links { width: 50%; padding-left: 50px; }
}

@media only screen and (max-width : 580px) {
/*     .span3.logo-group {
      width: 100%;
      margin-right: 0;
      margin-left:0;
  } */
  
    /** LOGO **/
  .logo-wrapper {justify-content: space-around;}
  .span3.logo-group {
    width: 48%;
    margin-left: 3%;
    padding: 30px;
  }
  
  .span3.logo-group img {position: static; margin:0 auto; display: block; }

  .span3.logo-group:nth-child(2n + 3) {margin-left: 0px;}
  
  /*** BLOG ***/
    .post-listing .blog-post-item {
    max-width: 320px;
  }
  
}

@media only screen and (max-width : 320px) {

}

