/****************/
/* CSS @imports */
/****************/

@import url("https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/MyFontsWebfontsKit.css?t=1541708589449")

/* Dependencies */
@import url(//cdn2.hubspot.net/hub/154001/hub_generated/template_assets/1523537415243/EL18/css/variables/normalize.min.css);

/* Grid */
@import url(//cdn2.hubspot.net/hub/154001/hub_generated/template_assets/1530640264898/EL18/css/grid/grid.min.css);

/* Utilities */
@import url(//cdn2.hubspot.net/hub/154001/hub_generated/template_assets/1526918063442/EL18/css/utilities/size/size.min.css);
@import url(//cdn2.hubspot.net/hub/154001/hub_generated/template_assets/1523540832756/EL18/css/utilities/size/size-lg.min.css);
@import url(//cdn2.hubspot.net/hub/154001/hub_generated/template_assets/1523540832810/EL18/css/utilities/size/size-md.min.css);
@import url(//cdn2.hubspot.net/hub/154001/hub_generated/template_assets/1523540832870/EL18/css/utilities/size/size-sm.min.css);

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



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

:root {
  /* New colours */
  --coral-red: #ff3043;
  --crimson: #D92939;
  --radical-red: #FF4455;
  --malibu: #6192ff;
  --malibu-hover: #709DFF;
  --bright-grey: #313547;
  --mid-grey: #656774;
  --bright-turquoise: #00eac8;
  --turbo: #ffe600;
  --waterloo: #838690;
  --santas-grey: #9b9ba4;
  --zircon: #f4F7ff;
  --iron: #d6d7da;
  --manatee: #989AA3;
  
  /* Social media colours */
  --google: #DD4B39;
  --linkedin: #0075B2;
  --twitter: #1da1f2;
  --facebook: #3B5998;
  
  /* base colours */
  --white: #ffffff;
  --black: #000000;
  --red: #ff0000;
}

/*****************************************/
/* 						BASE STYLES								 */
/* 					  Font Size: 15 px 					 */
/*						Line height: 1.575				 */
/*			      Scale Factor 1.5					 */	 
/*****************************************/

html {
  font-size: 62.5% !important;
  line-height: 2.4rem !important;
  min-width: 320px;
}
body {
  font-family: AkagiPro-Book,sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 2.4rem !important;
  color: var(--mid-grey) !important;
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .container { 
    width: 1280px;
  }
}

.responsive-container {
	width: calc(100% - 2rem);
	max-width: 98rem;
  margin: auto
}

.responsive-container-wrapper {
    margin: 12rem auto 0 auto;
    min-height: 100vh;
    width: 100%;
}

@media (min-width: 915px) {
    .responsive-container-wrapper {
        margin: 16rem auto 0 auto !important;
    }
}

.wrapper,
.wrapper-sticky {
  width: 1000px !important;
}

.wrapper {
  margin: 9rem auto 0 auto !important;
}

.wrapper-sticky {
  margin: 19.9rem auto 9rem auto !important;
}

.wrapper-small {
  padding-bottom: 9rem !important;
}

.wrapper-demo {
  width: 1280px !important;
  margin: 0 auto !important;
}

/****************************************/
/*                ICONS 	              */
/****************************************/

@font-face {
  font-family: 'icomoon';
  src:  url('https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/icomoon.eot?1zq3ub&t=1541708589449');
  src:  url('https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/icomoon.eot?1zq3ub&t=1541708589449#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/icomoon.ttf?1zq3ub&t=1541708589449') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/icomoon.woff?1zq3ub&t=1541708589449') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/icomoon.svg?1zq3ub&t=1541708589449#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-tick:before {
  content: "\e90e";
}

.icon-star:before {
  content: "\e90d";
}

.icon-chat:before {
  content: "\e900";
}

.icon-facebook-metric:before {
  content: "\e901";
}

.icon-messenger .path1:before {
  content: "\e902";
  color: rgb(255, 255, 255);
}

.icon-messenger .path2:before {
  content: "\e909";
  margin-left: -1.125em;
}

.icon-response:before {
  content: "\e90a";
}

.icon-smile:before {
  content: "\e90b";
}

.icon-twitter-metric:before {
  content: "\e90c";
}

.icon-quoteIcon:before {
  content: "\e908";
}

.icon-stat-arrow-up:before {
  content: "\e905";
}

.icon-stat-arrow-down:before {
  content: "\e907";
}

.icon-nav-chevron:before {
  content: "\e906";
}

.icon-link-arrow:before {
  content: "\e904";
}

.icon-reply:before {
  content: "\e903";
}

.icon-link-arrow {
  font-weight: bold;
  position: relative;
  top: 1px;
  font-size: 1.2rem;
}

/*****************************************/
/* 						TYPOGRAPHY								 */
/* 					  Font Size: 15 px 					 */
/*						Line height: 1.575				 */
/*			      Scale Factor 1.5					 */	 
/*****************************************/

.grid__item.type-styles,
.grid__item.blog-type-styles {
	text-align: left;
  background: var(--white);
  padding: 0;
}

h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-family: FFTisaWebPro, serif;
	font-weight: normal;
	font-style: normal;
  margin-top: 0;
  color: var(--bright-grey);
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  color: var(--malibu) !important;
}

h1 {
  font-size: 4.2rem !important;
 	line-height: 1.352941176 !important;
  margin-top: 1.8rem;
  margin-bottom: 5.1rem;
}

h2 {
  font-size: 3.2rem !important;
  line-height: 1.333333333 !important;
  margin-bottom: 2.5rem;
}

h3, blockquote {
  font-size: 2.0rem !important;
  line-height: 3.3rem !important;
  margin-bottom: 2.5rem;
}

h4 {
  font-size: 1.6rem !important;
  line-height: 1.375 !important;
  margin-top: 0.3rem;
  margin-bottom: 1.8rem;
}

h5 {
  font-size: 1.4rem !important;
  line-height: 1.2 !important;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

h6 {
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-family: AkagiPro-Bold;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
  letter-spacing: .2rem;
  color: var(--manatee);
}

h6.label {
  background-image: url(https://cdn2.hubspot.net/hubfs/154001/labelBG-light@3x.png?t=1541708589449);
  background-size: 100% 100%;
  padding: 1rem 1rem;
  text-transform: uppercase;
  margin-right: 0.6rem;
  display: inline-block;
  margin: 0 0 2rem 0;
  line-height: 1;
  color: var(--mid-grey);
}

.theme-charcoal h6.label {
  background-image: url(https://cdn2.hubspot.net/hubfs/154001/labelBG@3x.png?t=1541708589449);
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 5.1rem !important;
    line-height: 1.352941176 !important;
    margin-top: 1.8rem;
    margin-bottom: 5.1rem;
  }

  h2 {
    font-size: 3.6rem !important;
    line-height: 1.333333333 !important;
    margin-bottom: 2.5rem;
  }

  h3, blockquote {
    font-size: 2.4rem !important;
    line-height: 3.3rem !important;
    margin-bottom: 2.5rem;
  }

  h4 {
    font-size: 1.8rem !important;
    line-height: 1.375 !important;
    margin-top: 0.3rem;
    margin-bottom: 1.8rem;
  }

  h5 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}

p, a, ul, ol, pre, table  {
  margin-top: 0rem;
  text-decoration: none;
}

blockquote{
	margin: 2.1rem 0;
  padding-left: 2.1rem;
  border-left: 0.25rem solid var(--coral-red);
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0rem;
  margin-bottom: 2.4rem;
}

ul li + li {
    margin-top: 2rem;
}

hr, {
  border-top: 1px solid var(--waterloo);
  margin: -1px 0;
  margin-top: 3rem;
  margin-bottom: 3.3rem;
  border-width: 0;
}

b, strong {
  line-height: 0;
  color: var(--mid-grey);
  font-family: AkagiPro-Bold;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

img {
  height: auto;
}

a { 
  color: var(--malibu);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

a .icon-link-arrow {
  transition: left 0.3s;
  left: 0px;
}

a:hover .icon-link-arrow {
  left: 7px;
}

.strapline {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: AkagiPro-Book;
  display: block;
  margin-bottom: 2rem;
}

.cta__red,
.cta__white,
.cta__white-alt,
input[type="submit"] {
  font-size: 1.5rem;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  font-family: AkagiPro-SemiBold;
  transition: 0.3s;
}

.cta__red,
input[type="submit"] {
  color: var(--white) !important;
  background-color: var(--coral-red);
  padding: 0.9rem 2.4rem 0.7rem;
  cursor: pointer;
  border: none;
} 

.cta__red:hover,
input[type="submit"]:hover {
  background-color: var(--crimson);
} 

.cta__red:active,
input[type="submit"]:active {
  background-color: var(--radical-red);
} 

.cta__white {
  color: var(--malibu) !important;
  border: 2px solid var(--malibu);
  background-color: var(--white);
  padding: 0.6rem 2.4rem;
}

.cta__white:hover {
  color: var(--white) !important;
  background-color: var(--malibu);
} 

.cta__white:active {
  color: var(--white) !important;
  background-color: var(--malibu-hover);
} 

.cta__white-alt {
  color: var(--coral-red) !important;
  border: 2px solid var(--coral-red);
  background-color: var(--white);
  padding: 0.6rem 2.4rem;
} 

.cta__white-alt:hover {
  color: var(--white) !important;
  background-color: var(--coral-red);
} 

.cta__white-alt:active {
  color: var(--white) !important;
  background-color: var(--radical-red);
} 

.card {
  border: 1px solid rgba(49,53,71,0.2);
  padding: 3.2rem 4.5rem;
}

.sidr-inner {
  display: none;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

.u-letter-spacing {
  letter-spacing: 0.2rem;
}

.general-overlay {
  position: absolute;
  top: 0;
}

/****************************************/
/*                NAVBAR 	              */
/****************************************/

.navbar,
.footer{
	position: relative;
  width: 100%;
}   

.navbar__content,
.footer__content {
  width: 1280px;
  margin: 0 auto;
  padding: 0 4rem;
} 

.navbar {
  z-index: 4;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid rgba(49,53,71,0.15);
  top: 0;
  position: fixed;
  background: var(--white);
}

.navbar,
.navbar__top {
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navbar a {
	color: var(--bright-grey);
  cursor: pointer;
}

.navbar a:hover,
.navbar a:hover h4{
	color: var(--malibu);
}

.navbar ul {
	list-style-type: none;
	margin: 0 0 0 0;
}

.navbar ul li {
	margin: 0;
	display: inline-block;
}

.navbar__logo {
  margin: 0 2rem 1.5rem 0;
}
  
.navbar__logo-text {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
	border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
  
.navbar__logo a {  
	width: 100%;
	max-width: 187px;
}

.navbar__top {
	font-size: 1.2rem;
  text-align: right;
  padding-right: 3rem;
}

.navbar__top ul li {
	margin: 1.5rem 0 0.4rem 2rem;
}
  
.navbar__btm {
  display: flex;
  align-items: center;
}
  
.navbar__main {
  flex: 1;
  text-align: right;
}
  
.navbar__main::before, 
.navbar__main::after  {
  display: flex;
}
  
.navbar__main__desktop, 
.navbar__top {
  width: auto;
  height: auto;
  margin: auto;
  position: relative;
  clip: auto;
  overflow: visible;
  z-index: 7;
}
  
.navbar__main a {
  font-size: 1.8rem;
  padding: 0.9rem 0;
  display: block;
  margin: 0 0 1.3rem;
  font-family: AkagiPro-SemiBold;
}
  
.navbar__main ul li ul li a {
  margin: 0;
  padding: 0;
}
  
.navbar__main i {
  font-size: 0.3rem;
  color: #989AA3;
  position: relative;
  bottom: 2px;
}
  
.navbar-cta > .cta__red,
.navbar-cta > .cta__white-alt{
  font-size: 1.5rem;
} 
  
.navbar-cta > .cta__red{
  padding: 0.8rem 2.4rem 0.5rem;
} 
  
.navbar-cta > .cta__white-alt{
  padding: 0.5rem 2.1rem 0.2rem;
} 
  
.navbar__main__desktop ul li {
  position: relative;
  margin-left: 4rem;
}

.navbar__main__desktop ul li ul {
	display: none;
	position: absolute;
	min-width: 375px;
	z-index: 6;
	box-shadow: 0 4px 7px 0 rgba(69,103,252,0.11);
	padding: 0.8rem 0;
	border: 1px solid rgba(49,53,71,0.15);
	transition: 0.5s linear;
  background: var(--white);
  text-align: left;
  top: 45px;
  left: -20px;
}
  
.navbar__main__desktop ul li ul li {
  display: block;
  margin: 0;
  padding: 1.5rem 3.9rem;
}

.navbar__main__desktop ul .super ul {
	min-width: 475px;
  left: -40px;
  padding: 0;
}

.navbar__main__desktop ul .super ul li {
	padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.navbar__main__desktop ul li ul div {    
  width: 50%;
  display: table-cell;
}

.navbar__main__desktop ul .super ul div a {    
  display:block;
  font-family: AkagiPro-SemiBold;
  padding: 0;
  margin: 0 0 1rem 0;
}

.navbar__main__desktop ul .super ul div a:last-child {    
  margin-bottom: 0;
}

.navbar__main__desktop ul .super ul div:nth-child(1) {    
  padding-right: 2.5rem;
}

.navbar__main__desktop ul .super ul div:nth-child(2) {    
  padding-left: 2.5rem;
}

.navbar__main__desktop ul .super ul li { 
  border-bottom: 1px solid rgba(49,53,71,0.1);
}

.navbar__main__desktop ul .super ul li:last-child { 
  border-bottom: none;
}
  
.navbar .packages {
  background-color: var(--zircon);
  text-align: center;
  padding: 0 !important;
}
  
.navbar .packages a {
  background-color: var(--zircon);
	color: var(--malibu);
  font-size: 1.8rem;
  font-family: AkagiPro-SemiBold;
	padding: 1.5rem 16.4rem 1.1rem;
  transition: 0.3s;
}
  
.navbar .packages a:hover {
  background-color: var(--malibu);
	color: var(--white);
}

.navbar .about .u-lg-size1of2:nth-child(1) {
  padding-right: 1.3rem;
}

.navbar .about .u-lg-size1of2:nth-child(2) {
  padding-left: 1.2rem;
}

.navbar__main__desktop ul .super ul li h5 { 
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  font-family: AkagiPro-SemiBold;
}

.navbar__main__desktop ul .super ul li span { 
  color: var(--mid-grey);
}

.navbar__main__desktop ul .about ul {
	min-width: 475px;
  left: unset;
  right: -45px;
}

.navbar__main__desktop ul .about ul li a {
	padding: 0 2.5rem 2.3rem 0;
}

.navbar__main__desktop ul .about ul li a:last-child {
	padding-bottom: 0;
}

.navbar__main__desktop ul .about ul:before,
.navbar__main__desktop ul .about ul:after {
	left: unset;
  right: 80px;
}
  
.navbar__main__desktop ul li:hover ul {
  display:block;
}
  
.navbar__main__desktop ul li:hover ul {
  display:block;
}

.navbar__main__desktop ul li ul:before,
.navbar__main__desktop ul li ul:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 80px;
	border-style: solid;
  border-width: 0 10px 10px 10px;
}

.navbar__main__desktop ul li ul:before {
  border-color: transparent transparent var(--iron) transparent; 
	top: -10px;
}

.navbar__main__desktop ul li ul:after {
  border-color: transparent transparent var(--white) transparent; 
	top: -9px;
}
  
.navbar__main__desktop ul li ul li h4 {
  line-height: 2.7rem !important;
  margin: 0;
  font-family: AkagiPro-SemiBold;
  margin-bottom: 0.3rem;
}
  
.navbar__main__desktop ul li ul li span {
  color: var(--mid-grey);
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: AkagiPro-Book;
}

.navbar__main__desktop ul .learn ul {
  left: -70px;
}

.sticky {
  top: -30px;
}

.sticky .navbar__top {
  opacity: 0;
}

.navbar.sticky,
.sticky-blog {
  box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.4);
}

.dropbtn {
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--white);
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 8;
  top: 0
}

.dropdown-logo {
  margin-top: 0.1rem;
  margin-bottom: 2.9rem;
}

.dropdown-logo img {
  width: 40px
}

.dropdown-content h5 {
  font-family: AkagiPro-SemiBold;
  margin-bottom: 1.2rem;
}

.dropdown-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dropdown-content li {
  margin-bottom: 1rem;
}

.dropdown-content li a {
  color: var(--mid-grey);
}

.dropdown-close {
  position: relative;
}

.dropdown-close a {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 4rem;
  color: var(--bright-grey);
}

.dropdown-close a:hover {
  color: var(--malibu);
}

.show {
  display: block;
}

.navbar.navblog {
  position: initial;
}

header {
  position: fixed;
  background-color: var(--white);
  width: 100%;
  z-index: 7;
  top: 0;
}

header,
.navblog{
  border-bottom: 1px solid #DADBDE;
}

.navblog { 
  padding: 1rem 4rem;
}

.dropdown-content .navblog { 
  padding-bottom: 6rem;
}

.blog__logo img {
  width: 40px;
}

.blog__logo a {
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}

.blog__logo .blog__logo-title {
  position: relative;
  top: 5px;
  font-size: 2.4rem;
  font-family: FFTisaWebPro !important;
  left: 10px;
  line-height: 30px;
  color: var(--bright-grey);
}

.blog__logo .blog__logo-title a {
  line-height: 3rem;
}

.blog__logo .blog__logo-title i {
  font-size: 1.7rem;
  color: rgba(49,53,71,0.5);
  margin-right: 5px;
  line-height: 36px;
  vertical-align: top;
}

.navblog .navbar-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.navblog .navbar__main__desktop ul {
  padding-left: 0;
}

.navblog .navbar__main__desktop .blog__logo {
  margin-left: 0;
}

.navblog .navbar__categories {
  text-align: right;
  padding: 0;
}

.navblog .navbar__categories li a {
  padding: 1.3rem 0 0.6rem;
  margin-left: 2.5rem;
}

.navblog .navbar__categories i {
  font-size: 1.8rem;
}

a.top-dropdown {
  cursor: default;
}

.stat-text__small {
  font-size: 2rem;
  display: inline-block !important;
}

/****************************************/
/*                FOOTER 	              */
/****************************************/

.footer {
  border-top: 1px solid rgba(49,53,71,0.15);
}

.footer__content {
  font-size: 1.5rem;
  margin: 0 auto;
  padding-top: 4rem;
}

.footer__content a {
  color: var(--mid-grey);
  font-family: AkagiPro-Book;
  display: block;
  margin: 0;
}

.footer__content a:hover,
.footer__content a:active {
  color: var(--malibu);
}

.footer__content h5 {
  font-family: AkagiPro-SemiBold;
  margin-bottom: 0.5rem;
  color: var(--mid-grey);
}

.footer__content h5 a {
  font-family: AkagiPro-SemiBold;
}

.footer__menu_learn {
 margin-top: 2.0rem; 
}

.footer__menu .footer-list,
.footer__social_partner .footer-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0
}

.footer__menu .footer-list-item {
  padding: 0.55rem 0;
}

.footer__blog-link a {
  color: var(--malibu);
  font-family: AkagiPro-SemiBold;
}

.footer__social_partner {
  padding-top: 5.5rem;
  padding-bottom: 3rem;
}

.footer__social_partner .footer-list-item {
  display: inline-block;
}

.footer__social_partner .footer__partner li:nth-child(1) img {
  height: 28px;
}

.footer__social_partner .footer__partner li:nth-child(2) img {
  height: 32px;
}

.footer__partner .footer-list-item {
  margin-right: 2.8rem;
}

.footer__social .footer-list {
  text-align: right;
}

.footer__social .footer-list-item {
  margin-left: 2.3rem;
}

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

.default__forms input[type=text], 
.default__forms input[type=email], 
.default__forms textarea, 
.default__forms select,
form input,
form select {
  height: 42px;
  padding: 0 1.1rem;
  margin-bottom: 1.3rem;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #C1C3C8;
}

.default__forms textarea {
  padding: 1.4rem 1.1rem 1.2rem !important;
}

.default__forms input[type=text]::placeholder, 
.default__forms input[type=email]::placeholder, 
.default__forms textarea::placeholder, 
form input::placeholder,
form select:invalid,
form select:disabled {
  color: #C1C3C8;
}

.hs-form > fieldset:nth-child(6) > div > div > ul > li > label > span {
  display: block;
}

#subscribe_to_conversocial_updates-6ecfddfd-176a-48f9-8bae-5182c4f6fffb {
  margin-top: 0.3rem !important;
}

.default__forms .hs-form-field label,
.default__forms .hs-error-msgs label,
.hs-error-msgs label {  
  font-size: 1.2rem;
  line-height: 1.8rem;  
}

.default__forms .hs-error-msgs label,
.hs-error-msgs label {
  color: indianred;
  font-family: AkagiPro-Bold;
}

.default__forms .hs-form fieldset.form-columns-2 .hs-form-field:first-child .input {
  margin-right: 0.5rem !important;
  margin-top: 0.2rem !important;
}

.default__forms .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input,
.default__forms .hs-form fieldset.form-columns-2 .hs-form-field:last-child label {
  margin-left: 0.5rem;
  margin-top: 0.2rem !important;
}

.default__forms fieldset.form-columns-1 input[type="checkbox"] {
  margin: 0.6rem 1rem 1.5rem 0;
  float: left;
}

.default__forms input[type="submit"] {
  width: 100%;
  padding: 1.3rem 2.4rem 0.9rem;
  margin-top: 2rem;
  border: none;
}

.default__forms fieldset.form-columns-1 input[type=text],
.default__forms fieldset.form-columns-1 input[type=email],
.default__forms fieldset.form-columns-1 textarea,
.default__forms fieldset.form-columns-1 select,
input,
select,
textarea {
  width: 100% !important;
  margin-top: 0.2rem !important;
}

.default__forms fieldset.form-columns-2 .input,
.default__forms fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}

.default__forms .inputs-list,
.hs-error-msgs li,
.inputs-list {
	list-style-type: none;
  padding-left: 0;
}

.default__forms .hs-form-required {
  color: var(--coral-red);
}

.blog-subscribe {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #F8F9F9;
  padding: 1.3rem 0;
}

.blog-subscribe .hs-input,
.blog-subscribe .hs-button {
  border-radius: 50px !important;
  height: auto !important;
}

.blog-subscribe .hs-input {
  border: 1px solid rgba(49,53,71,0.3);
  padding: 1rem 1.5rem 0.7rem !important;
  width: 264px !important;
  font-family: AkagiPro-Book;
  margin: 0 1rem 0 0 !important;
}

.hbspt-form > .submitted-message > p {
  margin: 1rem 0 0.2rem;
}

.blog-subscribe .hs-button {
  padding: 1.1rem 2.2rem 0.8rem;
  text-align: center;
  display: inline-block;
  color: var(--white) !important;
  background-color: var(--coral-red);
  border: none;
  margin: 0 !important;
}

.blog-subscribe form div {
  display: inline-block;
}

.blog-subscribe form div label {
  display: inline-block;    
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: AkagiPro-Bold;
  line-height: 1.4rem;
  padding-right: 2rem;
  letter-spacing: 2px;
}

form label {
  font-size: 1.2rem;
}

/****************************************/
/*                DEMO  	              */
/****************************************/

.demo__confirmation-logo {
  border-bottom: 1px solid #E0E1E4;
}

.demo__confirmation-logo div {
  width: 1280px;
  margin: 0 auto;
  padding: 4rem 4rem 2rem;
}

/************************************************************/
/*                WEBINARS & WHITE PAPDERS  	              */
/************************************************************/

.webinar-header {
  border-bottom: 1px solid var(--iron);
}

.webinar-upcoming,
.webinar-listings,
.webinar-related {
  width: 100%;
  max-width: 992px;
  margin: auto;
}

.webinar-upcoming {
  padding-bottom: 4rem;
}

.customer-upcoming {
  margin-top: 17.9rem !important;
}

.webinar-upcoming__text h1 {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.webinar-upcoming__text span {
  font-size: 2.4rem;	
  font-family: AkagiPro-Book;
  line-height: 36px;
  display: block;
  padding-bottom: 2.4rem;
}

.webinar-listings {
  margin: 5rem auto 9rem auto;
}

.webinar-upcoming__link .cta__red {
  padding: 0.7rem 2.4rem 0.5rem;
}

.webinar-upcoming__image {
  background-size: 100% 100%;
  max-width: 375px;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 215px;
  width: 100%;
  margin-top: 1rem;
}

.webinar-upcoming__image img {
  width: 100%;
}

.webinar-upcoming__guests {
  padding: 2rem;
  text-align: center;
}

.webinar-upcoming__guests span {
  display: block;
  margin-bottom: 0.5rem;
}

.u-text-small {
  font-size: 1.2rem;
}

.u-text-center {
  text-align: center;
  display: block;
}

.webinar-upcoming__guests img {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  margin-bottom: 0.7rem;
}

.webinar-upcoming__guests img:nth-child(2),
.webinar-upcoming__guests img:nth-child(3) {
  margin-left: -1.2rem;
}

.webinar-upcoming__guests img:nth-child(3) {
  margin-right: 1rem;
}

.webinar-upcoming__guests-small {
  padding: 2rem;
}

.webinar-upcoming__guests-small img {
  float: left;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  margin-bottom: 7rem;
}

.webinar-upcoming__guests-small img:nth-child(2),
.webinar-upcoming__guests-small img:nth-child(3) {
  margin-left: -1.2rem;
}

.webinar-upcoming__guests-small img:nth-child(3) {
  margin-right: 1rem;
}


.webinar__guests {
  padding: 2rem 0;
}

.webinar__guests-title {
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-family: AkagiPro-Bold;
  color: var(--santas-grey);
  letter-spacing: 0.1rem;
}
      
.webinar__guests-image {
  margin-bottom: 1rem;
  padding-right: 2rem;
}

.webinar__guests-image img {
  float: left;
  border-radius: 50px;
  width: 50px !important;
  height: 50px;
  margin: 0rem 1.5rem 2rem 0;
}

.webinar__guests-name {
  display: block;
  font-family: AkagiPro-Bold;
}

.webinar__guests-job {
  font-family: AkagiPro-Book;
}

.webinar-filter {
  list-style-type: none;
  padding: 0;
  margin-bottom: 7rem
}

.webinar-filter li {
  display: inline-block;
  margin-left: 1.5rem;
}

.webinar-filter li input,
.webinar-upcoming input[type="checkbox"] {
  margin-right: 0.5rem;
  display: inline-block;
  width: auto !important;
  height: auto;
}

.webinar-listing {
  width: 268px;
  margin-bottom: 9rem;
}

.webinar-listing__image {
  background-size: cover;
}

.webinar-listings__text {
  padding: 3rem 2rem 0;
}

.webinar-listings__details {
  margin-bottom: 0.4rem;
}

.webinar-listings__text span {
  display: block;
  color: var(--bright-grey);
}

.webinar-listings__link {
  color: var(--malibu) !important;
  padding: .5rem 0;
  font-family: AkagiPro-Book;
}

.webinar-upcoming__details {
  font-size: 1.2rem;
  font-family: AkagiPro-Bold;
}

.webinar-upcoming__details div {
  display: inline-block;
}

.webinar-upcoming__details .label {
  background-image: url('https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/labelBG.svg?t=1541708589449');
  background-size: 100% 100%;
  padding: 1rem;
  text-transform: uppercase;
  margin-right: 0.6rem;
}

.webinar-upcoming__details .date {
  font-family: AkagiPro-Bold;
  display: inline-block;
}
      
.webinar-register {
  margin-left: 5.7rem;
}

.webinar-speaker__image {
  position: relative;
  overflow: hidden;
  margin-left: 5.7rem;
}

.webinar-background,
.whitepaper-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.webinar-related {
  margin: 9rem auto 8rem auto;
}

.webinar-related h2,
.webinar-related .related-title {
  text-align: center;
}

.webinar-related h2 {
  margin-bottom: 5rem;
}

.webinar-related h3 {
  margin-bottom: 4rem;
}

.whitepapers-upcoming__image {
  position: relative;
  overflow: hidden;
  max-width: 375px;
  width: 100%;
  margin-top: 4rem;
}

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

.webinar-register a {
  display: block;
}

.webinar-register-right {
  float: right;
  width: 372px;
}

.webinar-register-right iframe {
  width: 315px;
}

.social-share-set {
  text-align: center;
  margin-top: 1.5rem;
}

.whitepaper-main__text #hs_cos_wrapper_ > ul,
.whitepaper-main__text #hs_cos_wrapper_ > ol {
  margin: 0 0 0 1.7rem;
  padding: 0;
}

.whitepaper-main__text #hs_cos_wrapper_ > ul li,
.whitepaper-main__text #hs_cos_wrapper_ > ol li {
  padding-left: 1rem;
}

.webinar-listings a .icon-link-arrow {
  transition: left 0.3s;
  left: 0px;
}

.webinar-listings a:hover .icon-link-arrow {
  left: 7px;
}

/****************************************/
/*                BLOG  	              */
/****************************************/

.blog-latest {
  min-height: 480px;
  margin-top: 16.7rem;
}

.blog-listings__content,
.blog-latest__content {
  width: 1280px;
  margin: 0 auto;
}

.blog-latest__content {
  color: var(--white);
  padding: 6.5rem 37.5rem 6.5rem 14.5rem;
}

.blog-latest__content.blog-post__title {
  padding: 12.6rem 37.5rem 12.6rem 14.5rem !important;
}

.blog-latest__details,
.blog-latest__text,
.blog-latest__link {
  background-color: var(--bright-grey);
}

.blog-latest__details,
.blog-latest__text {
  color: var(--santas-grey);
}

.blog-latest__details {
  width: fit-content;
  font-family: AkagiPro-Book;
  padding: 1.6rem 3rem 0;
}

.blog-latest__details div {
  position: relative;
  bottom: -13px;
}

.blog-latest__details .latest {
  background-color: var(--malibu);
  text-transform: uppercase;
  padding: 0.2rem 0.5rem 0rem 0.6rem;
  margin-right: 0.5rem;
  font-family: AkagiPro-Book;
  font-size: 1.2rem;
  position: relative;
  bottom: 1px;
  color: var(--white);
}

.blog-latest__text {
  padding: 1.5rem 3rem 2rem;
}

.blog-latest__text h1 {
  color: var(--white) !important;
  margin: 0 0 1.5rem;
}

.blog-latest__text .blog-latest__description {
  font-size: 1.8rem;
  line-height: 2.7rem !important;
  margin: 0;
  font-family: AkagiPro-Book;
}

.blog-latest__link {
  width: fit-content;
  padding: 1.6rem 3rem 2.5rem;
  font-family: AkagiPro-Bold;
  color: var(--white);
}

.blog-latest__link a {
  width: fit-content;
  padding: 1.5rem 2.5rem 2.5rem;
  color: var(--white);
  text-decoration: none;
  padding: 0;
}

.blog-listings__content {
  padding: 0 12.4rem;
}

.blog-listings__image,
.blog-latest {
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center; 
}

.blog-listings__image {
  width: 268px; 
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
}

.blog-listings__text {
  padding: 2.3rem 1rem;
  font-size: 1.5rem;	
  font-family: AkagiPro-Book;
  line-height: 24px;
  color: var(--mid-grey);
}

.blog-listings__text h3 {
  font-family: FFTisaWebPro;
  font-size: 2.4rem;	
  line-height: 33px !important;
  margin: 1rem 0 2rem;
  transition: 0.3s;
}

a:hover .blog-listings__text h3 {
  color: var(--malibu) !important;
}

.blog-listings__details {
  font-size: 1.2rem;
}

.blog-subscribe__large {
  border: 1px solid rgba(49,53,71,0.2);
  text-align: center;
  padding: 3.5rem 4.2rem;
  margin: 0 auto 8rem auto;
  width: 100%;
  max-width: 1093px;
}

.blog-subscribe__large h2 {
  font-family: FFTisaWebPro;
  font-size: 3.6rem;
  line-height: 36px !important;
  color: #313547 !important;
  margin: 0 0 3rem;
}

.blog-subscribe__large .post-subscribe__text {
  font-family: AkagiPro-Book;
  margin-bottom: 2.5rem;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.blog-subscribe__large form .hs-button,
.blog-subscribe__large .hs-form-field {
  margin-bottom: 0 !important;
}

.blog-post__author{
  margin-bottom: 6rem;
}

.blog-post__author img {
  height: 40px;
  border-radius: 50px;
  width: 40px;
  margin-right: 1rem;
}

.blog-post__author span {
  line-height: 35px;
  font-family: AkagiPro-Book;
  display: inline-block;
}

.blog-post__author a {
  font-family: AkagiPro-Bold;
  color: var(--bright-grey);
  transition: 0.3s;
}

.blog-post__author a:hover {
  color: var(--malibu);
}

.blog-post__intro {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: AkagiPro-Book;
  margin-bottom: 6rem;
}

.blog-post__content {
  position: relative;
  padding: 0rem 12rem;
}

.blog-post__content p {
  margin-bottom: 3.5rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: AkagiPro-Book;
}

.blog-post__related {
  border: 1px solid #D6D7DA;
  max-width: 371px;
  padding: 2rem 3rem;
  float: left;
  margin: 0 4rem 4rem -11rem;
}

.blog-post__related span div {
  margin-bottom: 2rem;
}

.blog-post__related ol {
  margin: 0 0 0 2.5rem;
  padding: 0;
}

.blog-post__related ol li {
  padding: 0 0 1.5rem 1rem;
}

.blog-post__related ol li:nth-child(3) {
  padding-bottom: 0;
}

.blog-post__related ol li a {
	display: block;
}

.blog-post__content a:hover {
  text-decoration: underline;
}

.blog-post__snippet {
  border-left: 5px solid var(--coral-red);
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: FFTisaWebPro;
  padding: 0 2rem 0 2.5rem;
  margin: 12rem 0;
  clear: both;
}

#hs_cos_wrapper_ > figure {
  padding: 0;
  margin: 0 0 4.5rem 0;
}

#hs_cos_wrapper_ > figure figcaption {
  max-width: 371px;
  text-align: center;
  margin: 1.5rem auto;
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: #C0C1C6;
  font-family: FFTisaWebPro;
}

.blog-post__quote {
  max-width: 584px;
  text-align: center;
  margin: 10rem auto 9rem;
}

.blog-post__quote blockquote {
	border: none;
  padding: 0;
  font-family: FFTisaWebPro;
  color: var(--bright-grey)
}

.blog-post__quote blockquote div {
  display: inline;
}

.blog-post__quote span {
  color: #A6A7AF;
}

.blog-post__quote i {
  width: 60px;
  height: 60px;
  background-color: var(--coral-red);
  color: var(--white);
  padding: 1.7rem 1.6rem;
  border-radius: 50px;
  position: relative;
  top: -10px;
  font-size: 1.5rem;
  font-family: AkagiPro-Bold;
}

.blog-post_tags {
  margin: 7rem 0 9rem;
}

.blog-post_tags ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  font-size: 1.2rem !important;
}

.blog-post_tags ul li {
  display: inline-block;
  padding: 0.2rem 1rem 0;
  background-color: #EAEAEC;
  margin-right: 0.6rem !important;
}

.blog-post__social {
  position: absolute;
  top: 0;
  right: 0;
}

.blog-post__social.sticky-social {
  right: 43px;
}

.sticky-social ul {
  position: fixed;
  top: 140px;
}

.blog-post__social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-post__social a {
  color: var(--white);
  font-size: 1.5rem;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}

.blog-post__social-twitter a {
  background-color: var(--twitter);
  padding: 1.1rem 1.3rem 0.7rem;
  font-size: 1.7rem;
}

.blog-post__social-facebook a {
  background-color: var(--facebook);
  padding: 1.2rem 1.3rem 0.7rem;
  font-size: 1.9rem;
}

.blog-post__social-linkedin a {
  background-color: var(--linkedin);
  padding: 1rem 1.3rem 0.8rem;
  font-size: 1.9rem;

}

.blog-post__social-google a {
  background-color: var(--google);
  padding: 1.1rem 0.9rem 0.7rem 1rem;
  font-size: 1.9rem;
}

ul.pagination { 
  list-style: none; 
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pagination li {
  float: left; 
  margin: 0 0.5rem;
}

.pagination li a {
  color: var(--mid-grey);
  font-family: AkagiPro-Bold;
}

.pagination .disabled {
  visibility: hidden;
}

.pagination .active a {
  color: var(--malibu);
}

.pagination-container {
  overflow: hidden; 
  text-align: center;
  margin-bottom: 6rem;
}

/****************************************/
/*                MODAL  	              */
/****************************************/

.search-modal {
  display: none;
  position: fixed; 
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: var(--white);
}

.search-modal-content {
  max-width: 600px;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 127px;
  margin-top: -63px;
}

.search-modal-content .post-search-field {
  border: none;
  border-bottom: 1px solid #C0C1C6;
  font-family: FFTisaWebPro;
  font-size: 3.6rem;
  line-height: 4.8rem;
  padding: 3rem 0;
  color: var(--bright-grey);
}

.search-modal-content .post-search-field::placeholder {
  color: var(--bright-grey);
}

.post-search-box div {
  text-align: center;
  margin-top: 1.5rem;
}

.post-search-button {
  font-size: 1.5rem;
  border: none;
  padding: 1.1rem 3.4rem .8rem;
  cursor: pointer;
}

.search-close {
  position: absolute;
  right: 0;
  top: -40px;
  color: var(--bright-grey);
  font-size: 5rem;
  font-family: AkagiPro-Book;
  cursor: pointer;
  transition: 0.3s;
}

.search-close:hover {
  color: var(--malibu);
}

.blog-post__content ul,
.blog-post__content ol {
  margin: 0 0 3rem;
  padding: 0 0 0 1.9rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.blog-post__content ul li,
.blog-post__content ol li {
  margin-bottom: 0.5rem;
}

.blog-post__content ul li:last-child,
.blog-post__content ol li:last-child {
  margin-bottom: 0;
}

/****************************************************/
/*                CUSTOMER STORIES  	              */
/****************************************************/

.case-studies {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-family: AkagiPro-Book;
}

.case-studies-main {
  width: 784px;
  margin: 0 auto;
  font-family: AkagiPro-Book;
}

.case-studies-main p {
  margin-bottom: 3rem;
}

.customer-logo {
  padding: 1.5rem 0;
}

.customer-logo .customer-listing__logo {
  width: 160px;
  height: 50px;
  margin-bottom: 0;
}

.customer-download {
  margin-left: 10.11rem;
  text-align: center;
  position: relative;
}

.customer-download img {
  margin-bottom: 3rem;
  height: auto;
  width: 269px;
}

.download-overlay {
  position: absolute;
}

.customer-text span {
  display: block;
}

.customer-metrics__trio {
  margin-bottom: 8rem;
}

.customer-metrics {
  border: 1px solid var(--iron); 
  text-align: center;
  padding: 1.2rem 1.4rem;
  max-width: 165px;
}

.customer-metrics i,
.customer-help-metric i,
.customer-listing__metric i {
  font-size: 3rem;
  color: var(--bright-turquoise);
  position: relative;
  bottom: -4px;
}

.customer-metrics i,
.customer-help-metric i {
  left: 2px;
}

.customer-listing__metric i {
    left: 0;
}

.customer-metrics_hilo {
  font-size: 3.3rem !important;
  font-family: FFTisaWebPro,serif !important;
  margin-bottom: 1rem;
  color: var(--bright-grey);
  margin-left: 0.5rem;
}

.customer-metrics_hilo div {
  display: inline-block;
}

.customer-metrics_name {
  font-size: 1.5rem !important;
}

.customer-intro p,
.customer-intro span {
  margin-bottom: 3.5rem;
  display: block;
}

.customer-details {
  width: 212px;
  margin: 5rem 2rem 0 auto;
}

.customer-features {
  margin-bottom: 4rem;
}

.customer-features span {
  padding: 0.2rem 0.8rem 0;
  color: var(--white);
  background-color: var(--malibu);
  font-size: 1.2rem;
  font-family: AkagiPro-SemiBold;
  letter-spacing: 0.08rem;
  margin: 0 0.5rem 0.8rem 0;
  display: inline-block;
}

.customer-about {
  font-size: 1.2rem;
  line-height: 2.1rem
}

.customer-about p,
.customer-about span {
  margin-bottom: 1rem;
  display: block;
}

.customer-sector {
  margin: 2rem 0 2.5rem;
}

.customer-sector span:nth-child(1) {
  font-family: AkagiPro-Bold;
  display: block;
  margin-bottom: 0;
}

.customer-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.customer-social ul li {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0;
}

.customer-social ul li a {
  border-radius: 50px;
  color: var(--white);
}

.customer-social-twitter a {
  background-color: var(--twitter);
  padding: 0.7rem 1.1rem 0.2rem 1.1rem;
  font-size: 1.4rem;
}

.customer-social-facebook a {
  background-color: var(--facebook); 
  padding: 0.7rem 0.93rem 0.2rem 1.1rem;
  font-size: 1.8rem;
}

.customer-social-linkedin a {
  background-color: var(--linkedin);
  padding: 0.5rem 1.1rem 0.4rem 1.1rem;
  font-size: 1.6rem;
}

.customer-social-google a {
  background-color: var(--google); 
  padding: 0.7rem 0.75rem 0.2rem 0.85rem;
  font-size: 1.6rem;
}

.customer-quote {
  position: relative;
  overflow: hidden;
  margin-bottom: 9rem !important;
}

.customer-quote img {
  position: absolute;
  bottom: -35px;
  height: 255px;
  width: auto;
  right: 60px;
}

.customer-quote,
.customer-platform,
.customer-latest__image {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.customer-quote,
.customer-platform {
  margin: 7rem auto 5rem;
}

.customer-quote,
.customer-latest__image {
  padding: 4rem;
}

.customer-platform {
  background-image: url('https://cdn2.hubspot.net/hubfs/154001/--EL--2018+/homePageTestimonialBG.png?t=1541708589449');
  padding: 2.5rem 5rem 3rem;
}

.customer-quote span,
.customer-quote blockquote {
  z-index: 2;
  position: relative;
  display: block;
}

.customer-quote span,
.customer-latest__image span,
.customer-listing__metric .customer-metrics_name {
  font-size: 1.5rem;
  font-family: AkagiPro-Book;
  line-height: 2.4rem;
  margin-top: 2.1rem;
  display: block;
}

.customer-quote blockquote,
.customer-latest__image blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-family: FFTisaWebPro,serif;
}

.customer-quote blockquote {
  width: 65%;
}

.customer-latest__image blockquote {
  color: var(--bright-grey);
  width: 46%;
}

.customer-quote blockquote div,
.customer-latest__image blockquote div{
  display: inline; 
}

.customer-section {
  margin-bottom: 8rem;
}

.case-studies .blog-post__related span div {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.customer-section figure {
  width: 578px;
  margin: 7rem auto !important;
}

.bottom-social {
  text-align: center;
  margin-bottom: 7rem;
}

.customer-listing {
  border: 1px solid var(--iron);
  padding: 3.6rem 3.1rem;
  position: relative;
  margin-bottom: 6rem;
  transition: 0.3s;
  min-height: 400px;
}

.customer-listing:hover {
	box-shadow: 0 9px 15px 2px rgba(69,103,252,0.11);
}

.customer-listing__logo {
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1.3rem;
  background-position: left center;
  width: 130px;
}

.customer-listing h3 {
  margin-bottom: 10rem;
}

.customer-listings a {
  position: absolute;
  bottom: 2.3rem;
}

.customer-latest__text {
  text-align: center;
  padding: 0 100px;
}

.customer-latest__text h1 {
  margin-bottom: 8rem;
}

.customer-latest__image {
  position: relative;
  min-height: 314px;
}

.customer-image {
  position: absolute;
  bottom: 0;
  max-width: 271px;
  right: 310px;
}

.customer-help {
  position: absolute;
  top: 48px;
  right: 41px;
  width: 250px;
}

.customer-help img {
  max-width: 130px;
  max-height: 40px;
}

.customer-latest__image .customer-metrics_name,
.customer-listing__metric .customer-metrics_name {
  margin-top: 0rem;
  margin-left: 0.5rem;
}

.customer-latest__link {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3rem;
}

.customer-brands {
  margin: 50px 0 110px;
  text-align: center;
  display: block;
}

.customer-brands img {
  margin: 0 auto;
  vertical-align: middle;
  max-width: 95px;
  opacity: 0.6;
}

.customer-brands .u-size1of5 span {
  display: table-cell;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 160px;
}

.customer-brands .u-size1of5:nth-child(5) > span {
  padding-bottom: 5rem;
}

.customer-brands .customer-brands__title {
  text-transform: uppercase;
  font-family: AkagiPro-Bold;
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: #ADAEB5;
  margin-bottom: 2.9rem;
  display: block;
  letter-spacing: 0.1rem;
}

.customers-say {
  width: 939px;
  margin: 0rem auto 9rem;
  text-align: center;
}

.customers-say h2 {
  margin-bottom: 4rem;
}

.customers-say blockquote {
  border: none;
  padding: 0;
  margin: 0.5rem 0;
  font-family: FFTisaWebPro,serif;

}

.customer-stories__link {
  font-family: AkagiPro-Bold;
  position: absolute;
  bottom: 30px;
}

.customers-say > div > div > div {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1.8rem;
}

.customers-say .icon-star {
  font-size: 2.4rem;
  color: var(--bright-grey);
}

.customers-say > div > div > div >  .icon-star:nth-child(1),
.customers-say > div > div > div >  .icon-star:nth-child(3) {
  transform: rotate(-12deg);
}

.customers-say > div > div > div >  .icon-star:nth-child(2) {
  transform: rotate(-24deg);
}

.customers-say > div > div > div >  .icon-star:nth-child(4) {
  transform: rotate(-19deg);
}

.customers-say > div > div > div >  .icon-star:nth-child(5) {
  transform: rotate(-28deg);
}

.customers-say > div > div:nth-child(1) > div > .icon-star:nth-child(5) {
  color: #BABABF;
}

.customers-say a {
  margin-top: 2.5rem;
  font-family: AkagiPro-Bold;
}

.customer-listing:hover h3 {
  opacity: 0;
}
.customer-listing h3 {
  transition: 0.3s;
}

.customer-listing .customer-listing__intro,
.customer-listing .customer-listing__metric {
  opacity: 0;
  transition-duration: 0.3s;
  position: absolute;
  color: var(--mid-grey);
  margin-right: 3rem;
}

.customer-listing .customer-listing__intro {
  top: 90px;
}

.customer-listing .customer-listing__metric {
  top: 210px;
}

.customer-listing:hover .customer-listing__intro,
.customer-listing:hover .customer-listing__metric {
  opacity: 1;
}

.customer-listing:hover .customer-listing__intro {
  top: 100px;
  transition-delay: 0.1s;
}

.customer-listing:hover .customer-listing__metric {
  top: 230px;
  transition-delay: 0.3s;
}

.platforms-automation {
  margin-bottom: 6rem;
}

.platforms-automation h2 {
  text-align: center;
  margin-bottom: 4.5rem;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.platforms-automation img {
  margin-bottom: 3rem;
}

.platforms-automation h3 {
  margin-top: 6rem;
  width: 320px;
  margin-bottom: 1.7rem;
}

.platforms-automation span {
  width: 370px;
}

.platforms-automation h3,
.platforms-automation span {
  display: block;
  margin-left: 6rem;
}

.platforms-automation.covered h2 {
  margin-bottom: 2rem;
}

.platforms-automation .covered-strapline {
  text-align: center;
  width: 600px;
  margin: 0 auto 4.5rem;
}

.platforms-automation.covered h3 {
  margin-top: 0;
}

.platforms-automation.covered h3,
.platforms-automation.covered .covered-text,
.platforms-automation.covered .covered-bullets {
  margin-left: 4.5rem;
}

.platforms-automation.covered h3,
.platforms-automation.covered span,
.platforms-automation.covered p {
  display: block;
  width: auto;
}

.platforms-automation.covered span,
.platforms-automation.covered p {
  margin-left: 0;
}

.platforms-automation .covered-text {
  font-family: AkagiPro-Bold;
}

.platforms-automation .covered-bullets {
  font-family: AkagiPro-Book;
  margin: 2rem 0 8rem;
}

.platforms-automation > div > div:nth-child(7) > span.covered-bullets {
  margin-bottom: 0;
}

.platforms-automation .covered-bullets ul {
  margin: 0 0 0 2.5rem;
  padding: 0;
}

.platforms-automation .covered-bullets ul li {
  margin-bottom: 2.5rem;
  padding-left: 1rem;
}

.intgration-logos img {
  vertical-align: middle;
  margin-right: 1rem;
}

.covered-logos {
  margin-left: 2rem;
}

.covered-logos img {
  vertical-align: middle; 
  max-height: 40px; 
  max-width: 75px;
  margin-right: 0.8rem;
}

.theme-red {
	background: var(--crimson);
	border-color: var(--red);
}

.theme-red h1,
.theme-red h2,
.theme-red h3,
.theme-red h4,
.theme-red h5,
.theme-red h6,
.theme-red div,
.theme-red label,
.theme-red span,
.theme-red p {
    color: white
}

.theme-red .demo__hi {
    background: transparent    
}

.theme-red .demo__lo {
    background: transparent   
} 

.theme-red i[class*="icon-"] {
    mix-blend-mode: screen;   
}



.theme-blue {
	background: var(--malibu);
	border-color: var(--malibu-hover);
}
.theme-blue h1,
.theme-blue h2,
.theme-blue h3,
.theme-blue h4,
.theme-blue h5,
.theme-blue h6,
.theme-blue div,
.theme-blue label,
.theme-blue span,
.theme-blue p {
    color: white
}

.theme-blue .demo__hi {
    background: transparent    
}

.theme-blue .demo__lo {
    background: transparent   
} 

.theme-blue i[class*="icon-"] {
    mix-blend-mode: screen;   
}

.theme-turquoise {
	background: var(--bright-turquoise);
	border-color: var(--white);
}

.theme-turquoise .demo__hi {
    background: transparent    
}

.theme-turquoise .demo__lo {
    background: transparent   
} 

.theme-turquoise i[class*="icon-"] {
    mix-blend-mode: screen;   
}


.theme-charcoal {
	background: var(--bright-grey);
	border-color: var(--malibu-hover);
}
.theme-charcoal h1,
.theme-charcoal h2,
.theme-charcoal h3,
.theme-charcoal h4,
.theme-charcoal h5,
.theme-charcoal h6,
.theme-charcoal div,
.theme-charcoal label,
.theme-charcoal span,
.theme-charcoal p {
    color: white
}

.theme-charcoal .demo__hi {
    background: transparent    
}

.theme-charcoal .demo__lo {
    background: transparent   
} 

.theme-charcoal i[class*="icon-"] {
    mix-blend-mode: screen;   
}

.header-shown .u-sizeFull {
    padding-top: 9.9rem;
}

#hs_cos_wrapper_Right_Content > div { height: 100% }

.hs-form .hs-form-booleancheckbox-display span {
    display: block;
    margin-left: 0.8rem;
    top: -0.2rem;
    position: relative;
}

.hs-form .hs-form-booleancheckbox-display span > span {
    margin-left: 0;
    top: initial;
}

.hs-form .hs-form-booleancheckbox-display {
    display: flex;
    align-items: baseline;
}

label {
    font-size: 13px !important;
    font-weight: bold;
}

.hs-error-msgs label {
    font-size: 12px !important;
    font-weight: 400 !important 
}

select,
input,
textarea {
    min-height: 42px;
    padding: 1.1rem .6rem;
    margin-bottom: 1.3rem;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #c1c3c8;
    outline: none;
    box-shadow: none;
}


select:focus,
input:focus,
textarea:focus {
    outline: none;
    border-color: var(--malibu)
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--manatee) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: var() !important;
}


/* Will's Blog Edits - Aug 28, 2018 */ 
.blog-latest__content.blog-post__title {
    padding: 10% 0 !important;
    max-width: 800px;
    width: 90%;
    margin: auto;
}

@media(min-width: 780px) { 
    .blog-latest__content.blog-post__title {
        transform: translateX(0)
    }
}


@media(min-width: 940px) { 
    .blog-latest__content.blog-post__title {
        transform: translateX(-5rem)
    }
}

@media(max-width: 800px) { 
    .blog-latest__text h1 {
        font-size: 6.5vw !important;
    }
}

.blog-latest {
    min-height: auto;
}

@media(max-width: 915px) { 
    .blog-latest {
        margin-top: 13.5rem;
    }
}

@media(max-width: 750px) { 
    .blog-latest {
        margin-top: 6.5rem;
    }
}

@media(max-width: 1050px) { 
    .blog-post__related {
        float: none;
        max-width: initial;
        width: 100%;
        margin: 5vw auto;
    }
}

.blog-post {
  max-width: 78rem;
  margin: auto;
  width: 90%;
}

.blog-post__content__wrapper {
    padding-right: 7rem;
}

div#blog-post__social {
    margin-right: -2rem !important;
    transform: translateX(4rem);
}

@media (max-width: 500px) {
    div#blog-post__social {
        display: none;
    }

    .blog-post__content__wrapper {
        padding: 0
    }
}

.blog-subscribe__large .post-subscribe__text {
    max-width: 550px;
    width: 100%;
}

.blog-subscribe form div.actions {
    margin-top: 2rem;
}

.blog-subscribe__large {
    width: calc(100% + 7rem);
    margin: auto;
    float: none;
}

@media (max-width: 500px) {
  .blog-subscribe__large {
    width: 100%;
  }
}

.blog-listings__image {
    width: 100%;
    height: auto;
}

.blog-listings__image:before {
    content: "";
    display: block;
}

.webinar-related {
    width: 100%;
}

.blog-listings__image {
    width: 100%;
    height: auto;
}

@media (max-width: 400px) {
    .blog-subscribe form div.input {
        width: 100%;
    }


    .blog-subscribe .hs-input {
        width: 100% !important;
        margin: 0 !important;
        max-width: 100% !important;
        display: block;
    }
}

.blog-latest__content {
    width: 100%;
    max-width: 1280px;
}

@media (max-width: 1280px) {
   .blog-latest__content {
        padding: 5vw 5vw 5vw;
        max-width: 980px;
    } 
}

@media (max-width: 780px) {
    .blog-latest__text .blog-latest__description {
        font-size: 1.4rem;
    }
}

.blog-subscribe__wrapper {
    grid-column: 1 / span 3;
    grid-row: 3;
    width: 100% 
}

@media (max-width: 1000px) {
    .blog-subscribe__wrapper {
        grid-column: 1 / span 2;
        grid-row: 3;
        width: 100% 
    }
}

@media (max-width: 650px) {
    .blog-subscribe__wrapper {
        grid-column: 1 / span 1;
        grid-row: 3;
        width: 100% 
    }
}

.demo__left {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 650px) {
  .demo__left {
    width: 90%;
    max-width: 92rem;
    margin-top: 4rem !important;
    padding: 0 4rem;
    margin: 0 auto;
  }
}

.u-lg-size2of3 .demo__left,
.u-lg-size3of4 .demo__left {
    margin: 0 auto;
}

/* CTA's */
.cta,
input[type="submit"] {
    font-size: 1.5rem;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-family: AkagiPro-SemiBold;
    padding: 0.92275em 2.6em 0.8em;
    cursor: pointer;
    border: 0;
    color: var(--white);
    border: 2px solid transparent;
    line-height: 1;
}

.cta.small {
    font-size: 1.5rem !important;
    padding: 0.5em 1.8em 0.4em;
}

.cta.large {
    font-size: 1.8rem !important;
}

.cta.wide {
    padding-left: 3.6em;
    padding-right: 3.6em;
}

.cta.slim {
    padding-left: 1em;
    padding-right: 1em;
}

.cta.red,
input[type="submit"] {
    background-color: var(--coral-red)
}

.cta.red:hover,
input[type="submit"]:hover,
.cta.red:focus,
input[type="submit"]:focus {
    background-color: var(--crimson)
}

.cta.red:active,
input[type="submit"]:active {
    background-color: var(--radical-red)
}

.cta.blue {
    background-color: var(--malibu)
}

.cta.blue:hover,
.cta.blue:focus {
    background-color: var(--malibu-hover)
}

.cta.blue:active {
    background-color: var(--malibu-hover)
}

.cta.gray {
    background-color: var(--bright-grey);
}

.cta.gray:hover,
.cta.gray:focus {
    background-color: var(--black)
}

.cta.gray:active {
    background-color: var(--bright-grey)
}

.cta.white {
    background-color: var(--white);
    color: var(--bright-gray)
}

.cta.white:hover,
.cta.white:focus,
.cta.white:active {
    background-color: var(--white)
}

.cta.outline {
    border-color: var(--red);
    outline: 0;
    background: transparent;
}

.cta.red.outline {
    color: var(--red)
}

.cta.red.outline:hover,
.cta.red.outline:focus {
    color: white;
    background: var(--coral-red);
    border-color: var(--coral-red);
}

.cta.blue.outline {
    border-color: var(--malibu);
    color: var(--malibu)
}

.cta.blue.outline:hover,
.cta.blue.outline:focus {
    color: white;
    background: var(--malibu)
}

.cta.gray.outline {
    border-color: var(--bright-grey);
    color: var(--bright-grey)
}

.cta.gray.outline:hover,
.cta.gray.outline:focus {
    color: white;
    background: var(--bright-grey)
}

.cta.white.outline {
    border-color: var(--white);
    color: var(--white)
}

.cta.white.outline:hover,
.cta.white.outline:focus {
    color: var(--bright-grey);
    background: var(--white)
}

.cta i.icon-link-arrow {
    margin-left: 0.75rem
}

.cta.ghost {
    border: 0;
    background: transparent !important;
    padding: 0;
}

.cta.ghost.red {
    color: var(--coral-red)
}

.cta.ghost.red:hover,
.cta.ghost.red:focus {
    color: var(--crimson)
}

.cta.ghost.blue {
    color: var(--malibu)
}

.cta.ghost.blue:hover,
.cta.ghost.blue:focus {
    color: var(--malibu-hover)
}

.cta.ghost.gray {
    color: var(--bright-grey)
}

.cta.ghost.gray:hover,
.cta.ghost.gray:focus {
    color: var(--grey)
}

.cta.ghost.white {
    color: var(--white)
}

.cta.ghost.white:hover,
.cta.ghost.white:focus {
    color: var(--zircon)
}


#copied.active {
  transform: translateY(0%) !important; 
}

.custom-checkbox {
  position: relative;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  flex: 0 0 17px;
  background-color: var(--zircon);
  opacity: 1;
  transition: all 200ms ease 0s;
  background: transparent;
  border: 1px solid var(--iron);
  cursor: pointer;
}

.cs-theme-blue .custom-checkbox, 
.theme-blue .custom-checkbox {
    background: white;
    border-color: var(--iron) !important;
}

/* On mouse-over, add a grey background color */
label:hover input[type="checkbox"] ~ .custom-checkbox {
  opacity: 0.725;
  border-color: var(--bright-grey);
}

.theme-dark label:hover input[type="checkbox"] ~ .custom-checkbox,
.cs-theme-dark label:hover input[type="checkbox"] ~ .custom-checkbox {
  border-color: white;
}

/* When the checkbox is checked, add a blue background */
label input[type="checkbox"]:checked ~ .custom-checkbox {
  opacity: 1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox::after {
  content: "";
  position: absolute;
}

/* Show the checkmark when checked */
label input[type="checkbox"]:checked ~ .custom-checkbox:after {
  transform: scale(1) rotate(45deg);
}

/* Style the checkmark/indicator */
.custom-checkbox::after {
  left: 5px;
  top: 2px; 
  width: 3px;
  height: 7px;
  border: solid var(--malibu);
  border-width: 0 2px 2px 0;
  transition: all 200ms ease 0s;
  transform: scale(0) rotate(45deg)
}

.no-header .responsive-container-wrapper {
    margin-top: 0 !important;
}