/* @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 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;}






























@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

*:focus {
  outline: none !important;
}

::focus, ::selection, *:focus, *:selection {
	color: inherit;
	background-color: inherit;
	text-shadow: none !important;
	outline: none !important;
}

::-moz-focus, ::-moz-selection, *:-moz-focus, *:-moz-selection {
  color: inherit;
	background-color: inherit;
	text-shadow: none !important;
	outline: none !important;
}

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

body {
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  color: #333333;
  background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0; 
}

h1, h1 *, .h1, .h1 * {
  font-size: 60px;
  line-height: 62px;
  font-weight: 900;
  color: #702082;
}

h2, h2 *, .h2, .h2 * {
  font-size: 50px;
  line-height: 52px;
  font-weight: 900;
  color: #702082;
}

h3, h3 *, .h3, .h3 * {
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  color: #702082;
}

h4, h4 *, .h4, .h4 * {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}

.p2, .p2 * {
  font-size: 30px;
  line-height: 35px;
  color: #702082;
}

a {
  text-decoration: underline;
	color: #702082;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul, ol {
  padding-left: 17px;
}

hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 2px solid #702082; 
}

img {
  height: auto;
}

.white-text, .white-text * {
  color: #fff; 
}

.hero.hero-1 img.logo,
.hero.hero-2 img.logo {
  width: 150px;
}

@media screen and (max-width: 768px) {
  
  h1, h1 *, .h1, .h1 * {
    font-size: calc(60px * 0.68);
    line-height: calc(62px * 0.68);
  }

  h2, h2 *, .h2, .h2 * {
    font-size: calc(50px * 0.68);
    line-height: calc(52px * 0.68);
  }
  
  .p2, .p2 * {
    font-size: calc(30px * 0.68);
    line-height: calc(35px * 0.68);
  }
  
  .logo {
    width: 150px; 
    z-index: 4;
    position: relative;
  }

}

/*****************************************/
/* Structre                              */
/*****************************************/

.container {
  position: relative;
  max-width: 1120px;
  padding: 80px 20px;
  margin: 0 auto;
}

.top-1 {
  padding-top: 80px;
}

.top-2 {
  padding-top: 40px;
}

.top-3 {
  padding-top: 20px;
}

.bottom-1 {
  padding-bottom: 80px;
}

.bottom-2 {
  padding-bottom: 40px;
}

.bottom-3 {
  padding-bottom: 20px;
}

.remove-top {
  padding-top: 0 !important;
}

.remove-bottom {
  padding-bottom: 0 !important;
}

.align-center, .align-center * {
  text-align: center; 
}

.align-left, .align-left * {
  text-align: left; 
}

.align-right, .align-right * {
  text-align: left; 
}

.desktop {
  display: block !important; 
}

.mobile {
  display: none !important; 
}

.equal-columns,
.row-fluid.equal-columns {
  display: flex;
  width: 100%;
}

.vertical-align-wrapper {
  position: relative; 
}

.vertical-align {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  
  .container {
    padding-top: calc(80px * 0.68);
    padding-bottom: calc(80px * 0.68);
  }

  .top-1,
  .top-1-mobile {
    padding-top: calc(80px * 0.68);
  }

  .top-2,
  .top-2-mobile {
    padding-top: calc(40px * 0.68);
  }
  
  .top-3-mobile {
    padding-top: 20px;
  }

  .bottom-1,
  .bottom-1-mobile {
    padding-bottom: calc(80px * 0.68);
  }

  .bottom-2,
  .bottom-2-mobile {
    padding-bottom: calc(40px * 0.68);
  }
  
  .bottom-3-mobile {
    padding-bottom: 20px;
  }
  
  .desktop {
    display: none !important;
  }
  
  .mobile {
    display: block !important; 
  }
  
  .equal-columns,
  .row-fluid.equal-columns {
    display: block;
  }

  .vertical-align {
    position: relative;
    top: 0;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  
  .row-fluid [class*="span"] {
    min-height: 0px !important;
  }

}

/*****************************************/
/* CTA                                   */
/*****************************************/

.cta, .cta.primary,
input.hs-button.primary.large {
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  border: 2px solid #702082;
  border-radius: 30px;
  background-color: #702082;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.cta.secondary {
  background-color: transparent;
  color: #702082;
}

.cta.secondary.white {
  border: 2px solid #fff;
  color: #fff;
}

.cta:hover, .cta.primary:hover,
input.hs-button.primary.large:hover,
.cta.secondary:hover, .cta.secondary.white:hover {
  opacity: .7;
}

.filter-cta {
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  color: #702082;
  text-align: center;
  padding: 8px 14px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  margin: 0 0 5px 0;
}

.filter-cta.filter-cta-secondary {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

/*****************************************/
/* Form                                  */
/*****************************************/

.form-bg {
  background: #f0f1fc; 
}

.hs_cos_wrapper_type_form h3 {
  margin: 0;
}

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

form label,
form p {
  color: #666666; 
}

form p a {
  color: #666666;
}

input.hs-button.primary.large {
  margin-top: 20px; 
}

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 {
  width: 100% !important; 
  padding: 14px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 2px solid #666666;
  border-radius: 0;
}

select {
  background: #fff;
  -webkit-appearance: none;
}

.legal-consent-container {
  margin-top: 18px; 
}

ul.inputs-list {
  list-style: none;
  padding-left: 0;
  margin-top: 6px;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  border: 2px solid #666666;
  padding: 8px;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  background: #fff;
  margin-left: 0;
}

input[type="checkbox"]:active, input[type="checkbox"]:checked:active {
  outline: none;
}

input[type="checkbox"]:checked {
	border: 2px solid #666666;
  color: #702082;
  outline: none;
}

input[type="checkbox"]:checked:after {
  content: '\2714';
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 4px;
  color: #666666;
  outline: none;
}

fieldset.form-columns-3 .hs-form-field {
  width: 33.3333% !important;
}

fieldset.form-columns-1 .hs-fieldtype-intl-phone.hs-input {
  width: 100% !important;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  
  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 {
    width: 100% !important; 
  }
  
}

/*****************************************/
/* Header                                */
/*****************************************/

.nav {
  max-width: 905px;
  display: inline-block;
  top: 40px;
  right: 20px;
  position: absolute;
}

.nav input[type="checkbox"] {
  width: 40px;
  height: 28px;
  position: absolute;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.nav input[type="checkbox"]:checked ~ .hamburger span:nth-child(1),
.nav input[type="checkbox"]:checked ~ .hamburger span:nth-child(4) {
  top: 10px;
  width: 0px;
  left: 20px;
}

.nav input[type="checkbox"]:checked ~ .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav input[type="checkbox"]:checked ~ .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav input[type="checkbox"]:checked ~ .hs_cos_wrapper_type_menu:before {
  opacity: 1;
  visibility: visible;
}

.nav input[type="checkbox"]:checked ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper {
  left: 0%;
}

.nav .hamburger {
  width: 40px;
  height: 28px;
  position: relative;
  z-index: 5;
  display: none;
}

.nav .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 5px;
  background-color: #702082;
  border-radius: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav .hamburger span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav .hamburger span:nth-child(2),
.nav .hamburger span:nth-child(3) {
  top: 10px;
}

.nav .hamburger span:nth-child(4) {
  top: 20px;
  left: 0px;
}

.nav .hs_cos_wrapper_type_menu:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.75);
  z-index: 2;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.nav .hs_cos_wrapper_type_menu,
.nav .hs_cos_wrapper_type_menu .hs-menu-wrapper,
.nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul,
.nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li {
  height: 67px; 
}

.nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li a {
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  padding: 22px 8px 21px 8px;
}

.nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li:last-of-type a {
  padding-right: 0;
}

@media screen and (max-width: 1120px) {
  
  .nav {
    max-width: 529px;
  }
  
  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
    width: 100%;
    text-align: center;
  }
  
  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li {
    height: 33px;
    display: inline-block;
    float: none;
  }
  
  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li a {
    padding: 5px 10px 4px 10px;
  }
  
}

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

  .nav input[type="checkbox"] {
    display: block;
  }

  .nav .hamburger {
    display: block;
  }
  
  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper {
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    padding: 105px 20px;
    background-color: #fff;
    z-index: 3;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  
  .nav .hs_cos_wrapper_type_menu,
  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul,
  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li {
    height: auto; 
  }

  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
    padding: 0;
    list-style: none;
    max-width: 752px;
    width: 100%;
  }

  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li {
    width: 100%;
  }

  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li a {
    max-width: 752px;
  }
  
  .nav .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li:last-of-type a {
    padding-right: 10px;
  }
  
}

/*****************************************/
/* Footer                                */
/*****************************************/

.footer-lp {
  background: url(https://5576244.fs1.hubspotusercontent-na1.net/hubfs/5576244/Images/Heros/footer-image-small.jpg) no-repeat center center;
  background-size: cover;
}

.footer-lp .container {
  padding-bottom: 950px;
}

.footer-lp .icon {
  background-image: url(https://5576244.fs1.hubspotusercontent-na1.net/hubfs/5576244/Icons/footer-icons.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  display: inline-block;
  margin-right: 10px;
}

.footer-lp .span8 {
  position: relative; 
}

.contact-icon {
  width: 35px;
  height: 34px;
  background-position: -124px -1px;
}

.linkedin-icon {
  width: 35px;
  height: 35px;
  background-position: 0px -1px;
}

.youtube-icon {
  width: 35px;
  height: 35px;
  background-position: -84px -1px;
}

.facebook-icon {
  width: 35px;
  height: 35px;
  background-position: -42px -1px;
}

.work-icon {
  width: 33px;
  height: 36px;
  background-position: -167px 0px;
}

.work,
.work-info {
  width: auto;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.work-info {
  width: 244px;
  top: 62px;
}
  
.contact-us p,
.work p {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  color: #702082;
  top: -10px;
  position: relative;
}

.contact-info p,
.work-info p {
  font-weight: 700;
  color: #702082;
  margin-bottom: 0;
}

.contact-info p:first-child {
  text-transform: uppercase;
}

.privacy p a {
  color: #702082;
  opacity: .7;
}

.icons a,
.contact-info a {
  text-decoration: none; 
}

@media screen and (max-width: 768px) {
  
  .footer-lp .container {
    padding-bottom: calc(950px * 0.68);
  }
  
  .work,
  .work-info {
    position: relative;
    top: 0;
    width: 100%;blog
  }

}

/*****************************************/
/* Hero                                  */
/*****************************************/

.hero-1 {
  background: #f0f1fc; 
}

.hero-1 h1 {
  margin-top: 20px; 
}

.hero-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-2.blog-list {
  background-image: url(https://5576244.fs1.hubspotusercontent-na1.net/hubfs/5576244/Images/Heros/leanheat-draft.jpg);
  position: relative;
}

.hero-2.blog-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}

.overlay {
  position: relative; 
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}

/*****************************************/
/* Social sharing                        */
/*****************************************/

.social-sharing {
  position: absolute; 
  top: 80px;
  left: 0;
  z-index: 1;
}

.social-sharing a {
  width: 40px;
  border-width: 0px;
  border: 0px;
  text-decoration: none;
}

.social-sharing img {
  height: 40px;
  width: 40px;
  border-radius: 0px;
  border-width: 0px;
  border: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block; 
}

.social-sharing span {
  position: absolute;
  top: 95px;
  right: -121px;
  width: 215px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}

@media screen and (max-width: 1255px) {
  
  .social-sharing.page {
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
    max-width: 1120px;
    padding: 80px 20px 0 20px;
    margin: 0 auto;
  }
  
  .social-sharing.page img {
    margin-right: -6px;
    display: inline-block;
  }
  
  .social-sharing.page span {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    display: block;
  }
  
}

@media screen and (max-width: 768px) {
  
  .social-sharing {
    padding-top: calc(80px * 0.68);
  }

  .social-sharing.blog {
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
    max-width: 1120px;
    padding-top: calc(80px * 0.68);
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }

  .social-sharing.blog img {
    margin-right: -6px;
    display: inline-block;
  }
  
  .social-sharing.blog span {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    display: block;
  }
  
}

/*****************************************/
/* RSS-feed                              */
/*****************************************/

.img-wrapper {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  position: absolute;
  max-width: 900%;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.post-wrapper a {
  text-decoration: none;
}

/*****************************************/
/* Blog                                  */
/*****************************************/

.blog-list .post-item.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-list .post-item.img-bg .span6:hover {
  box-shadow: 0px 0px 16px 0px rgba(51,51,51,0.5);
  transform: scaleX(1.02) scaleY(1.02);
}
  
.blog-list .post-item.img-bg .span6:first-of-type {
  background: #fff; 
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px;
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.blog-list .post-item.img-bg .span6:last-of-type {
  display: none;
}

.blog-list .post-item.span4:hover {
  box-shadow: 0px 0px 16px 0px rgba(51,51,51,0.5);
  transform: scaleX(1.02) scaleY(1.02);
}

.blog-list .post-item.span4 {
  padding: 20px; 
  position: relative;
  min-height: 600px;
  margin-bottom: 27px;
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.blog-list .post-item.span4 a {
  display: block;
  min-height: 560px;
}

.blog-list .post-item.span4 .img-wrapper {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  padding-top: calc(100% - 40px);
}

.blog-list .post-item.span4 .img-wrapper img {
  width: auto;
  height: 100%;
}

.blog-list a,
.blog-list a * {
  text-decoration: none;
}

.blog-list select {
  max-width: 300px; 
}

.date-tags {
  color: #666666;
}

.date-tags a {
  color: #702082;
}

.hero.blog-post .date-tags.white-text {
  color: #fff;
}

.hero.blog-post .date-tags.white-text a {
  color: #fff;
  text-decoration: underline;
}

.span4.post-item:nth-child(4),
.span4.post-item:nth-child(7) {
  margin-left: 0;
}

.blog-pagination a {
  padding: 6px 12px; 
}

.page-number.current,
.page-number.current * {
  color: #00acd8;
}

.blog-pagination img {
  width: 26px;
  height: 36px;
}

.list-topic {
  text-transform: capitalize; 
}

.hero.blog-post {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero.blog-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.hero.blog-post a {
  text-decoration: none;
}

.blog-post .span4.post-wrapper:nth-child(4) {
  display: none;
}

.hs-author-profile {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.hs-author-profile .hs-author-info {
  width: 66.6666%;
  margin-right: 20px;
}

.hs-author-profile .hs-author-avatar {
  width: 33.3333%;
}

@media screen and (max-width: 768px) {
  
  .blog-list .post-item.img-bg .span6:first-of-type {
    margin-top: calc(80px * 0.68);
    margin-bottom: calc(80px * 0.68);
    margin-left: calc(40px * 0.68);
    margin-right: calc(40px * 0.68);
  }
  
  .blog-list .post-item.span4 {
    min-height: 0px;
    margin-bottom: 20px;
  }

  .blog-list .post-item.span4 a {
    min-height: 0px;
  }

  .blog-list .post-item.span4 .img-wrapper {
    position: relative;
    bottom: 0;
    width: 100%;
    padding-top: 100%;
  }
  
  .hero.blog-post .img-wrapper {
    width: 100%;
    padding-top: 20px;
    margin-bottom: -40px;
  }

  .hero.blog-post .img-wrapper img {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  
  .blog-pagination img {
    width: 18px;
    height: 24px;
  }
  
  .hs-author-profile {
    margin-top: 30px;
    flex-direction: column;
  }

  .hs-author-profile .hs-author-info {
    width: 100%;
    margin-right: 0;
  }

  .hs-author-profile .hs-author-avatar {
    width: 100%;
    margin-top: 20px;
  }
  
}