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

@font-face {
    font-family: 'AvenirRoman';
    src: url('https://cdn2.hubspot.net/hubfs/3314308/Case%20Studies%20Page/Fonts/Avenir/AvenirRoman.eot?t=1533964726973');
    src: url('https://cdn2.hubspot.net/hubfs/3314308/Case%20Studies%20Page/Fonts/Avenir/AvenirRoman.eot?t=1533964726973') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/3314308/Case%20Studies%20Page/Fonts/Avenir/AvenirRoman.woff2?t=1533964726973') format('woff2'),
         url('https://cdn2.hubspot.net/hubfs/3314308/Case%20Studies%20Page/Fonts/Avenir/AvenirRoman.woff?t=1533964726973') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/3314308/Case%20Studies%20Page/Fonts/Avenir/AvenirRoman.ttf?t=1533964726973') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/3314308/Case%20Studies%20Page/Fonts/Avenir/AvenirRoman.svg?t=1533964726973#AvenirRoman') format('svg');
}

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

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

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




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

@charset "UTF-8";
/*@import url("//hello.myfonts.net/count/3461a5");*/
/* Images */
@import url("//fonts.googleapis.com/css?family=Inconsolata:400,700");
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */
}

img.alignRight, img.alignright {
  margin: 0 0 5px 15px;
}

img.alignLeft, img.alignleft {
  margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] {
  min-height: 1px;
}

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}

@media (max-width: 479px) {
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important;
    /* Stack social icons into two rows on phones */
  }
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span {
  vertical-align: top !important;
  /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {
  line-height: 0;
}

.recaptchatable #recaptcha_response_field {
  min-height: 0;
  line-height: 12px;
}

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden;
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important;
  }
  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important;
  }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}

#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  box-sizing: content-box;
}

#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

#caldays {
  margin-bottom: 4px;
}


/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 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 {
  display: inline-block;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}

#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

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

.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;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}

.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;
}

/* Vertical Menu
   ========================================================================== */
.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;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}

.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}

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

@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    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;
  }
  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }
  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

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

/* Space Module */
.widget-type-space {
  visibility: hidden;
}

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

/* 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;
  padding: 0;
  background: #fff;
  border: 0;
  position: relative;
  border-radius: 4px;
  zoom: 1;
}

.hs_cos_flex-viewport {
  max-height: 2000px;
  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;
}

/* FlexSlider Necessary Styles
*********************************/
.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%;
}

/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: 0.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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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;
  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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

.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;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
  max-width: initial;
}

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

/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */
/* =============== Base =============== */
*, *:before, *:after {
  box-sizing: border-box;
}

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

body {
  background: #fdfdfd;
  color: #333;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #3390ff;
  text-shadow: none;
}

/* =============== Typography =============== */
/* Basic text */
p {
  color: #5B5B5B;
  margin: 1em 0 0 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 1.5em 0 0.75em 0;
  padding: 0;
}

h1 {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  margin-bottom: 50px;
  color: #5B5B5B;
  line-height: 1.4;
}

h2 {
  color: #5B5B5B;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 37px;
}

h3 {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 18px;
  color: #5B5B5B;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

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

/* Anchor Links */
a {
  color: #5B5B5B;
  text-decoration: none;
}

a:hover, a:focus {
  color: #5B5B5B;
}

/* Lists */
ul, ol {
  color: #5B5B5B;
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* Block Quotes */
/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* =============== EU Cookie Confirmation Bar =============== */
/* Confirmation Outer Wrapper*/
/* Confirmation Inner Wrapper*/
/* Confirmation Button */
/* =============== Header =============== */
.hs-header-group {
  padding: 25px 0;
}

.custom-logo a {
  margin-right: 40px;
  margin-left: 20px;
  color: #5B5B5B;
  text-decoration: none;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

.logo-text {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  font-size: 30px;
  margin-left: 15px;
  color: #666;
}

.logo-mark {
  fill: #666;
}

/*==========Form Popup=================*/
.form-pop-wrapper .hs-input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-pop-wrapper .hs-input:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-pop-wrapper .hs-input::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-pop-wrapper .hs-input:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-pop-wrapper {
  margin: 0 !important;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}

.popup-open .form-pop-wrapper {
  opacity: 1;
  visibility: visible;
}

.form-pop-wrapper > div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
  transition: opacity 400ms, transform 400ms;
  -webkit-transition: opacity 400ms, -webkit-transform 400ms;
  visibility: inherit;
  opacity: 1;
  background-color: #f0f2f3;
  background-image: linear-gradient(top, #f0f2f3, #eaeded);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f2f3', EndColorStr='#eaeded');
  border-radius: 7px;
  box-shadow: inset 0 1px 1px #ffffff, 0 2px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
  -webkit-transform: translate3d(-50%, 100%, 0) rotate3d(0, 1, 0, 0deg);
  width: auto !important;
  margin-left: 0 !important;
}

.form-pop-wrapper .popup-inner-wrapper {
  max-width: 320px;
  min-height: 332px;
  padding: 16px;
}

.popup {
  cursor: pointer;
}

.pricing-module .button.popup {
  background: white !important;
  color: #5B5B5B;
  border-color: #B0B0B0;
}

.pricing-module .button.popup:active {
  border: 1px solid #e6e6e6;
  color: #5B5B5B;
  border-color: #B0B0B0;
  background: #f2f2f2 !important;
}

.popup-open .form-pop-wrapper > div {
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transition: opacity 400ms, transform 400ms cubic-bezier(0, 1.32, 0.63, 1);
  -webkit-transition: opacity 400ms, -webkit-transform 400ms cubic-bezier(0, 1.32, 0.63, 1);
  opacity: 1;
  visibility: visible;
}

.form-pop-wrapper h3 {
  margin: 1.5em 0 0.75em 0;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 18px;
  margin-top: 16px;
  text-align: center;
  color: #5B5B5B;
}

.form-pop-wrapper form {
  margin: 0 !important;
}

.form-pop-wrapper .hs-form-field > label {
  display: none;
}

.form-pop-wrapper fieldset {
  padding-top: 16px !important;
  margin-right: -16px !important;
}

.form-pop-wrapper .hs-form-field {
  padding-right: 16px !important;
}

.form-pop-wrapper .hs-form-field .hs-input {
  margin: 0;
}

.form-pop-wrapper .actions {
  padding-bottom: 12px;
  text-align: center;
}

.form-pop-wrapper .hs-button.primary.large {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  font-family: 'AvenirLTStd-Light';
  padding: 20px 65px 20px 65px;
  font-size: 21px;
  opacity: 0.97;
  border: none;
  border-radius: 5px;
  line-height: 13px;
}

.popup-open .overlay {
  opacity: 1;
  display: block;
  pointer-events: initial;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  visibility: visible;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 10, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  z-index: 100;
  visibility: hidden;
}

.col2 .pricing-module .content ul li:first-child:before {
  background-image: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/ic-sync-starter@2x.png?t=1533964726973");
}

.col2 .pricing-module .content ul li:before {
  color: #5CB0DA;
}

.col3 .pricing-module .content ul li:first-child:before {
  background-image: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/ic-sync-business@2x.png?t=1533964726973");
}

.col3 .pricing-module .content ul li:before {
  color: #8ECAD5;
}

.col4 .pricing-module .content ul li:first-child:before {
  background-image: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/ic-sync-enterprise@2x.png?t=1533964726973");
}

.col4 .pricing-module .content ul li:before {
  color: #626C78;
}

img.align-left {
  float: left;
  position: relative;
  margin-right: 44px;
  margin-left: -120px;
  width: 50%;
}

img.Align-Center {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 50%;
  display: block;
  vertical-align: baseline;
}

a.image-popup img {
  border: 1px solid #ccc;
  border-radius: 4px;
}

a.image-popup {
  text-decoration: none !important;
}

button.mfp-close:hover {
  color: rgba(85, 85, 85, 0.95);
}

.post-body small {
  font-size: 13.6px;
}

.hs-blog-post .post-body h5 {
  padding-top: 0.35em;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "AvenirLTStd-Medium", sans-serif;
  margin-top: 90px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  color: #555555;
}

.hs-blog-post .post-body h1 {
  padding-top: 50px;
  margin-bottom: 0px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #555555;
  line-height: 1.4;
}


.left-quote:before {
  content: "{{";
}

.right-quote:after {
  content: "}}";
}

/* =============== Content =============== */
.body-container .page-center {
  padding: 20px 15px;
}

/*==============Splitting The Atom Layout Styling================*/
.splitting-the-atom-section1 {
  background: #bfd8d8;
}

.splitting-the-atom-section1 .page-center {
  padding: 47px 0 0 !important;
  position: relative;
  z-index: 2;
  max-width: 750px !important;
}

.custom-banner-top-image img {
  width: 36.8% !important;
  margin: auto;
  display: block;
  position: relative;
  left: -22px;
}

.custom-banner-content h2 {
  color: #143231;
  font-size: 18px;
  font-family: 'AvenirLTStd-Black';
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  margin-top: 40px;
  opacity: 0.8;
  line-height: 37px;
  font-weight: 500;
}

.custom-banner-content p {
  margin-bottom: 25px;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  margin-top: 1.4em;
  line-height: 1.7;
  font-size: 16px;
  color: #555555;
}

.custom-banner-content {
  width: 95% !important;
  padding: 0 15px 30px 30px;
  margin: 0 auto !important;
  float: none !important;
}

.custom-cloud-banner {
  position: relative;
  margin-top: -46px;
  overflow: hidden;
  z-index: 1;
  width: 100% !important;
  min-height: 420px !important;
  background: url(//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/bgtile@1x.png?t=1533964726973) repeat-x bottom;
  background-size: 1px 420px;
  background-position: center 95%;
}

.custom-cloud-banner-image img {
  width: 1800px !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 1;
  height: 420px;
  max-width: none !important;
  margin-left: -900px;
  left: 50%;
}

.cloud-animated-images {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1080px;
  min-height: 540px;
  margin: 0 auto !important;
  right: 0;
}

.column1 img {
  position: absolute;
  vertical-align: middle;
  top: 283px;
  left: 15%;
  animation: cloud1move 110s ease-out 0s infinite alternate;
  -o-animation: cloud1move 110s ease-out 0s infinite alternate;
  -moz-animation: cloud1move 110s ease-out 0s infinite alternate;
  -webkit-animation: cloud1move 110s ease-out 0s infinite alternate;
  width: auto !important;
}

.column2 img {
  position: absolute;
  vertical-align: middle;
  top: 78px;
  left: 67%;
  animation: cloud2move 110s ease-out -45s infinite alternate;
  -o-animation: cloud2move 110s ease-out -45s infinite alternate;
  -moz-animation: cloud2move 110s ease-out -45s infinite alternate;
  -webkit-animation: cloud2move 110s ease-out -45s infinite alternate;
  width: auto !important;
}

.column1 img, .column2 img {
  z-index: 2;
}

.rocket-image img {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  margin: 0 auto;
  display: block;
  top: 57px;
  z-index: 3;
}

.custom-cloud-banner-image {
  padding-top: 27px;
}

.splitting-the-atom-section2 .page-center {
  max-width: 680px !important;
  padding: 20px 0 5px !important;
}

.splitting-the-atom-section2 p {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 30px;
  color: #555555;
}

.splitting-the-atom-section2 img.Align-Left {
  float: left;
  position: relative;
  margin-right: 44px;
  margin-left: -120px;
  width: 50%;
}

.splitting-the-atom-section2 img.Align-Right {
  float: right;
  position: relative;
  margin-left: 44px;
  max-width: 272px;
  margin-right: 0;
  margin-top: 20px;
}

.splitting-the-atom-section2 img.Align-Center {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 50%;
  display: block;
}

.splitting-the-atom-section2 a {
  text-decoration: underline;
}

.splitting-the-atom-section2 h3 {
  font-family: "AvenirLTStd-Medium", sans-serif;
  padding-top: 0.35em;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 90px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  color: #555555;
}

.splitting-the-atom-section2 h2 {
  text-align: center;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  padding-top: .5em;
  opacity: 0.8;
  font-size: 22px;
  color: #555555;
  margin-top: 40px;
  margin-bottom: 40px;
}

@keyframes cloud1move {
  from {
    left: 25%;
  }
  to {
    left: 75%;
  }
}

@-webkit-keyframes cloud1move {
  from {
    left: 25%;
  }
  to {
    left: 75%;
  }
}

@keyframes cloud2move {
  from {
    left: 10%;
  }
  to {
    left: 85%;
  }
}

@-webkit-keyframes cloud2move {
  from {
    left: 10%;
  }
  to {
    left: 85%;
  }
}

span.close-popup {
  cursor: pointer;
  font-size: 18px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  color: #000;
  display: none;
}

/*==============Download Layout Styling================*/
body.download-layout {
  background-color: #FBFBFB;
  font-size: 14px;
  font-weight: normal;
  font-family: 'AvenirNextW01Regular', sans-serif;
  line-height: 1.5;
  color: #333;
}

.hs-header-v2-group .page-center {
  padding: 20px 50px !important;
  max-width: 100% !important;
}

.hs-header-v2-group {
  min-height: 100px !important;
}

.custom-v2-logo img {
  width: 40px;
  height: 40px;
}

.download-layout .body-container .row-fluid .page-center {
  max-width: 800px;
  padding: 0 !important;
}

.download-row1 h1 {
  color: #5B5B5B;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-weight: 300;
  margin: 1.5em 0 0.75em 0;
  padding: 0;
  text-align: center;
  margin-bottom: 56px;
}

.download-row1 p {
  color: #5B5B5B;
  font-size: 16.8px;
  line-height: 24px;
  text-align: center;
  margin: 16.800px 0;
}

.custom-four-col-icon-module {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.custom-four-col-icon-module .four-col-icon-column {
  padding: 15px 24px;
  display: inline-block;
  border: 1px solid #eee;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
  min-width: 50px;
  color: #5B5B5B;
  font-size: 12px;
  text-decoration: none;
  background-color: white;
  cursor: pointer;
}

.custom-four-col-icon-module .four-col-icon-column:hover {
  background-color: #f0f0f0;
  color: #5B5B5B;
}

.custom-four-col-icon-module .four-col-icon-column img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  max-width: none;
  height: 35px;
  width: auto;
}

.download-row1 {
  background-image: url(//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/start_trial@2x.png?t=1533964726973);
  background-repeat: no-repeat;
  background-size: 1138px;
  background-position: 48.9% 146px;
}

.custom-four-col-icon-module .four-col-icon-column:hover img {
  -webkit-filter: brightness(70%);
}

.download-row2 {
  padding: 92px 0 43px;
}

.download-row-right-content img {
  max-width: 489px;
}

.download-row-right-content p {
  text-align: center;
  margin-top: 10px;
  opacity: 0.8;
  font-size: 12px;
  white-space: normal;
}

.download-row-right-content p a {
  color: #666;
  text-decoration: underline;
}

.submit.transitions {
  padding: 10px 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'AvenirNextW01Regular', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #5fafde;
  background-image: linear-gradient(top, #5fafde, #3689d2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5fafde', EndColorStr='#3689d2');
  border: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: none;
  letter-spacing: normal;
  transition: color 800ms, opacity 800ms;
  color: white;
  opacity: 1;
  margin-left: -10px;
  margin-top: 12px;
  display: inline-block;
  line-height: 17px;
}

.submit.transitions:active {
  background-color: #2e76b5;
  background-image: linear-gradient(top, #2e76b5, #4f8bb0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2e76b5', EndColorStr='#4f8bb0');
}

.download-two-col-innwe-row.row3 .download-row-left-content h3 {
  margin-top: 40px;
}

.download-two-col-innwe-row {
  padding-bottom: 90px;
}

.download-two-col-innwe-row .download-row-left-content {
  padding-left: 25px;
}

.download-two-col-innwe-row .download-row-left-content h3 {
  margin: 10px 0;
  transition: color 800ms, opacity 800ms;
  color: #5B5B5B;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
  font-family: 'AvenirNextW01Regular', sans-serif;
  line-height: 1.5;
  font-size: 16.38px;
}

.download-two-col-innwe-row .download-row-left-content p {
  transition: color 800ms, opacity 800ms;
  color: #5B5B5B;
  opacity: 1;
  margin: 14px 0;
}

/*==============About US Styling================*/
.custom-about-row1 {
  text-align: center;
}

.custom-about-row2 .custom-two-col-image-with-content-wrapper .custom-right-content h2:first-child {
  margin-top: 0;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 18px;
}

.custom-about-row2 .custom-two-col-image-with-content-wrapper .custom-right-content p {
  font-size: 14px;
  line-height: 1.6;
  font-family: "AvenirLTStd-Light", sans-serif;
}

.custom-about-us-layout .logo-text {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
}

.custom-about-us-layout .body-container .row-fluid .page-center {
  max-width: 800px;
  padding-top: 125px;
  padding-bottom: 125px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-about-row1 h5 {
  color: #5B5B5B;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 43px;
  margin: 0;
  font-weight: normal;
}

.custom-about-row1 p {
  margin: 100px 0 0;
  color: #5B5B5B;
  font-size: 14px;
  line-height: 24px;
}

.custom-about-us-layout .body-container .row-fluid .custom-about-row2 .page-center {
  padding: 0 15px;
  border: none;
}

.custom-about-row2 .custom-two-col-image-with-content-wrapper {
  max-width: 800px;
  padding-top: 125px;
  padding-bottom: 125px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-two-col-image-with-content-wrapper .custom-left-image {
  float: left;
}

.custom-two-col-image-with-content-wrapper .custom-right-content {
  float: right;
  max-width: 50%;
  width: 100%;
}

.custom-two-col-image-with-content-wrapper.right-side .custom-left-image {
  float: right;
}

.custom-two-col-image-with-content-wrapper.right-side .custom-right-content {
  float: left;
}

.custom-two-col-image-with-content-wrapper .custom-right-content h2 {
  color: #5B5B5B;
  font-weight: normal;
}

.custom-two-col-image-with-content-wrapper .custom-left-image img[src*="//cdn2.hubspot.net/hub/3314308/hubfs/%20Nylas%20May%202017%20/Images/making-life-easy@2x.png"] {
  margin-top: 50px;
}

/*==============API Layout Styling================*/
.custom-api-layout .logo-text {
  font-family: "AvenirLTStd-Light", sans-serif;
}

.custom-api-row1 .page-center {
  padding: 100px 165px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-api-row1 .custom-two-col-image-with-content-wrapper .custom-right-content {
  max-width: 360px;
  text-align: center;
  float: right;
}

.custom-api-row1 h1 {
  font-size: 36px;
  margin-bottom: 15px;
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  color: #5B5B5B;
  line-height: 1.4;
}

.custom-api-row1 .custom-two-col-image-with-content-wrapper .custom-right-content h2 {
  font-size: 16px;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  line-height: 1.5em;
  margin: 1.5em 0 0.75em 0;
  color: #5B5B5B;
}

.custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-right-content h2 {
  margin: 1.5em 0 0.75em 0;
  padding: 0;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 37px;
  margin-top: 0;
  color: #5B5B5B;
}

.custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-right-content p {
  margin: 1em 0 0 0;
  color: #5B5B5B;
  font-size: 14px;
  line-height: 1.6;
  font-family: "AvenirLTStd-Light", sans-serif;
}

.btn {
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 10px 16px 9px 16px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn.white-btn {
  position: relative;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 24px;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  color: #5B5B5B;
  display: inline-block;
}

.btn.white-btn:after {
  font-family: AvenirLTStd-Light, sans-serif;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  font-size: 22px;
  content: "›";
  padding: 8px 0px 0px;
}

.blue-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  background-image: none;
  padding: 10px 16px 9px 16px;
  min-width: 150px;
  background: #80B7F8;
  border: 1px solid #76AFF1;
  border-radius: 5px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #fff !important;
  margin-top: 15px;
  text-decoration: none;
}

.blue-btn:active {
  background: #68a9f7;
}

.custom-api-row1 .btn.white-btn {
  margin: 20px 0;
}

.btn.green-btn {
  line-height: 13px;
  min-width: 150px;
  font-family: 'AvenirLTStd-Light';
  padding: 20px 65px 20px 65px;
  font-size: 21px;
  opacity: 0.97;
  background: #41C3B6;
  border: none;
  box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: white;
  display: inline-block;
}

.btn.green-btn.small {
  padding: 20px 40px;
}

.btn.green-btn:active {
  background: #2a9385;
}

.btn.green-btn.blue-btn {
  background: #518690;
}

.silver-btn {
  line-height: 13px;
  font-family: 'AvenirLTStd-Light';
  padding: 20px 65px 20px 65px;
  font-size: 18.2px;
  opacity: 0.97;
  background: rgba(246, 246, 246, 0.9);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.41) 3%, rgba(255, 255, 255, 0) 99%);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  border: none;
  color: #333 !important;
  display: inline-block;
}

.body-container .custom-api-row2 .page-center {
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-api-row2 .custom-two-col-image-with-content-wrapper {
  margin-top: 100px;
}

.custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-left-image {
  float: left;
  width: 160px;
  text-align: center;
}

.custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-right-content {
  float: none;
  padding-left: 210px;
  max-width: inherit;
}

.custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-left-image img {
  margin-top: 30px;
}

.custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-left-image img[src*="//cdn2.hubspot.net/hub/3314308/hubfs/%20Nylas%20May%202017%20/Images/lightning@2x.png"] {
  margin-top: 0;
}

.inner-row1 h2 {
  text-align: center;
  margin-top: 130px;
  margin-bottom: 30px;
  color: #5B5B5B;
}

.inner-row2 {
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 80px 50px 45px;
}

.custom-api-row3 .main-content {
  padding: 0 0 0 25px;
}

.custom-api-row3 .main-content h3 {
  font-family: "Avenir Next LT W04 Demi1437516", sans-serif;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #5B5B5B;
  margin-top: 57px;
}

.custom-api-row3 .main-content h3:first-child {
  margin-top: 0;
}

.custom-api-row3 .main-content ul {
  margin-top: 0;
  margin-bottom: 10px;
  color: #5B5B5B;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}

.custom-api-row3 .main-content ul li {
  margin-top: 1em;
}

.inner-row3 {
  padding: 30px 0 100px 0;
  text-align: center;
}

.custom-api-row4 .page-center {
  padding: 0 30px !important;
}

.custom-api-row4 .left-content {
  float: right;
  text-align: center;
}

.custom-api-row4 .page-center > div {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}

.custom-api-row4 .left-content p {
  color: #5B5B5B;
  font-size: 14px;
  line-height: 1.6;
  font-family: "AvenirLTStd-Light", sans-serif;
  margin: 0;
}

.btn.btn-white {
  max-width: 230px;
  background: white;
  border: 1px solid #f2f2f2;
  color: #5B5B5B;
  border-color: #B0B0B0;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 27px 11px 27px;
  white-space: normal;
  width: 100%;
}

.btn.btn-white:active {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
}

.custom-api-row4 .right-content img {
  float: left;
  margin-right: 50px;
  margin-top: 15px;
  vertical-align: middle;
}

.custom-api-row4 .right-content h3 {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 18px;
  color: #5B5B5B;
  margin-top: 0;
}

.custom-api-row4 .right-content p {
  padding-left: 186px;
}

.custom-api-row4 .right-content {
  margin-left: 0 !important;
}

/*====================Two Column Equal Layout==========================*/
.custom-two-col-eq-layout .body-container .page-center {
  padding: 50px 15px;
}

.two-col-eq-row1 {
  text-align: center;
}

.body-container .two-col-eq-row2 .page-center {
  max-width: 900px;
}

.custom-two-col-eq-layout .body-container h2 {
  color: #5B5B5B;
}

.two-col-eq-row2 .left-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.two-col-eq-row2 .left-content ul li a {
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  margin-top: 20px;
  width: 100%;
  position: relative;
  text-align: left;
  display: block;
  border: 1px solid #E2E2E2;
  padding: 10px 16px 14px 16px;
  border-radius: 5px;
  background: transparent;
  font-size: 18px;
  color: #5B5B5B;
  max-width: 355px;
}

.two-col-eq-row2 .left-content ul li a:hover {
  border-color: rgba(25, 30, 29, 0.3);
  color: #5B5B5B;
}

.two-col-eq-row2 .left-content ul li a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.two-col-eq-row2 .left-content ul li a span {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 22px;
}

.two-col-eq-row2 .main-content ul {
  color: #5B5B5B;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.two-col-eq-row2 .main-content ul li {
  position: relative;
  list-style: none;
  padding-left: 2em;
  margin-top: 0.5em;
}

.two-col-eq-row2 .main-content ul li:before {
  font-family: "AvenirLTStd-Light", sans-serif;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}

.two-col-eq-row2 .main-content ul li:first-child {
  margin-top: 0;
}

.two-col-eq-row2 .left-content ul li a:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: "Avenir Next LT W04 Ultra Light", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 42px;
  content: "›";
  padding: 8px 20px 0 0;
}

.two-col-eq-row3 {
  text-align: center;
}

.two-col-eq-row3 p {
  margin: 0;
}

.purple-btn {
  border-radius: 5px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 13px;
  line-height: 13px;
  min-width: 150px;
  background: #B693D5;
  border: 1px solid #aa81ce;
  color: white !important;
  margin-top: 20px;
  margin-bottom: 100px;
  display: inline-block;
}

.purple-btn:active {
  background: #aa81ce;
  border: 1px solid #9d6ec7;
}

/*==============Team Layout Styling================*/
.custom-team-layout .logo-text {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
}

.custom-team-layout .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.custom-team-layout .body-container h1 {
  margin: 50px 0 100px 0;
  text-align: center;
}

.custom-team-member-module {
  position: relative;
  width: 250px;
  margin: 0 15px 30px 15px;
  float: left;
  min-height: 360px;
  overflow: hidden;
  text-align: center;
}

.custom-team-member-module img {
  max-width: 125px;
  border-radius: 50%;
  vertical-align: middle;
}

.custom-team-member-module .content h2 {
  font-size: 24px;
  color: #5B5B5B;
  line-height: 1.6;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-weight: normal;
  margin: 10px 0 0;
}

.custom-team-member-module .content h2 a {
  color: #5B5B5B;
  text-decoration: none;
}

.custom-team-member-module .content p {
  margin: 5px 0 0;
  font-size: 14px;
  text-align: left;
}

.custom-team-member-module .content p a {
  border-bottom: 1px solid #ccc;
  color: #5B5B5B;
  text-decoration: none;
}

/*==============Security Layout Styling================*/
.body-container .custom-security-row1 .page-center {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 640px;
}

.custom-security-row1 h1 {
  text-align: center;
}

.custom-security-row1 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.custom-security-row1 .hs_cos_wrapper_type_rich_text p {
  text-align: left;
}

.custom-security-row1 .blue-btn {
  margin-top: 30px;
}

.custom-security-module {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 30px 25px;
  margin: 30px 0;
}

.custom-security-module .security-left-col {
  width: 91px;
  height: 91px;
  border: 2px solid;
  border-radius: 6px;
  text-align: center;
  float: left;
  margin-right: 30px;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 38.33px;
  letter-spacing: 3.34px;
  line-height: 24px;
}

.custom-security-module .security-left-col .level {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  font-size: 15px;
  letter-spacing: 1.35px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 11px 0 9px 0;
  display: block;
}

.custom-security-module .security-right-col h2 {
  font-size: 18px;
  margin: 0;
  font-family: "AvenirLTStd-Light", sans-serif;
  margin-top: -10px;
  color: #5B5B5B;
}

.custom-security-module .security-right-col p {
  font-size: 14px;
  line-height: 21px;
  font-family: "AvenirLTStd-Light", sans-serif;
  margin-top: 0;
}

.custom-security-module .security-right-col {
  overflow: hidden;
}

.custom-security-row2 {
  text-align: center;
}

.body-container .custom-security-row2 .page-center {
  padding-top: 100px;
  padding-bottom: 40px;
}

.custom-security-row2 p {
  color: #5B5B5B;
  margin: 0;
}

.gray-btn {
  padding: 10px 16px 9px 16px;
  border-radius: 5px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #fff !important;
  background: #B0B0B0;
  border: 1px solid #a3a3a3;
  display: inline-block;
}

.gray-btn:active {
  background: #a3a3a3;
  border: 1px solid #979797;
}

/*==============Full Width Layout Styling================*/
.custom-full-width-layout .body-container .page-center {
  padding-top: 0;
  padding-bottom: 44px;
}

.custom-full-width-layout .hs_cos_wrapper_type_header h1 {
  text-align: center;
  margin: 20px 0 40px 0;
}

.custom-full-width-layout .content-wrapper h6 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.6;
  font-family: "AvenirLTStd-Light", sans-serif;
  color: #5B5B5B;
}

.custom-full-width-layout .custom-updated-date {
  text-align: center;
  padding-bottom: 30px;
}

.custom-full-width-layout .custom-updated-date p {
  color: #5B5B5B;
  margin: 0;
}

.custom-full-width-layout .main-content {
  max-width: 66.66666667%;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}

.custom-full-width-layout .main-content p:first-child {
  margin: 0;
}

strong {
  font-family: "Avenir Next LT W04 Demi1437516", sans-serif;
}

/*==============Customers Layout Styling================*/
.customers-layout .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.customers-layout .hs_cos_wrapper_type_header h1 {
  margin: 50px 0;
  font-family: "AvenirLTStd-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #5B5B5B;
  line-height: 1.4;
}

.customers-row h2 {
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 16px;
  line-height: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #5B5B5B;
}

.customers-row {
  padding: 0 15px;
  margin-bottom: 100px;
}

.custom-three-col-logo-module .custom-three-col-logo-column {
  float: left;
  width: 31.3333333333%;
  margin-right: 2%;
}

.custom-three-col-logo-module .custom-three-col-logo-column img {
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.8;
  vertical-align: middle;
}

.customers-row8 .custom-three-col-logo-module .custom-three-col-logo-column {
  width: 48%;
  margin-right: 2%;
}

.customers-row9 .custom-three-col-logo-module .custom-three-col-logo-column {
  width: 100%;
  margin-right: 0;
}

/*==============Nylas Mail Layout Styling================*/
.body-container .nylas-mail-row1 .page-center {
  text-align: center;
  padding: 0 30px !important;
}

.nylas-mail-row1 {
  padding: 60px 0;
  margin-bottom: 60px;
}

.nylas-mail-row1 h1 {
  padding-top: 20px;
  color: #5B5B5B;
  font-size: 2.6em;
  font-family: 'AvenirLTStd-Light';
  margin: 0;
  text-align: center;
}

.nylas-mail-row1 p {
  color: #5B5B5B;
  font-size: 1.3em;
  line-height: 24px;
  text-align: center;
}

.nylas-mail-row1 .green-btn {
  margin-top: 93px;
}

.nylas-mail-row1 .hs_cos_wrapper_type_linked_image {
  margin-top: 30px;
}

.nylas-mail-row1 .hs_cos_wrapper_type_linked_image img {
  -webkit-animation: fade-in ease-in-out 2s 1;
  animation: fade-in ease-in-out 2s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.custom-slider .main-content {
  max-width: 800px;
  margin: 0 auto !important;
  float: none;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 22px;
}

.custom-slider .main-content h1 {
  color: #5B5B5B;
  line-height: 1.4;
  font-size: 30.8px;
  margin: 0;
}

.custom-slider .main-content p {
  margin-top: 20px;
  font-size: 16.8px;
  color: #5B5B5B;
}

.custom-slider .hs_cos_gallery_main .slick-slide img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.custom-slider img.Enriched.contacts {
  max-width: 220px;
}

.custom-slider img.Open.tracking {
  max-width: 314px;
}

.custom-slider img.Link.tracking {
  max-width: 300px;
}

.custom-slider img.Link.tracking {
  max-width: 300px;
}

.custom-slider img.Unified.inbox {
  margin-top: 48px;
  max-width: 240px;
}

.custom-slider img.Signatures {
  margin-top: 26px !important;
  max-height: 210px;
  max-width: 425.750px;
  width: 100% !important;
}

.custom-slider img.Themes {
  max-height: 320px;
  margin-top: -30px !important;
}

.custom-slider img.Undo.Send {
  max-height: 280px;
}

.custom-slider img.Quick.reply.templates {
  max-width: 240px;
}

.custom-slider img.Translation {
  max-width: 220px;
}

.custom-slider img.Spell.Check {
  max-height: 300px;
}

.custom-slider .slick-slider {
  padding: 0;
  max-width: 800px;
  margin: 22px auto 0;
}

.custom-slider .slick-slide-inner-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 20px;
  margin: 50px 0 0 !important;
}

.custom-slider .caption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  display: inline-block;
  text-align: left !important;
}

.custom-slider .caption blockquote {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.custom-slider .caption blockquote img {
  margin: 60px 20px 0 0 !important;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}

.custom-slider .caption h2 {
  line-height: 1.4;
  color: #5b5b5b;
  font-family: "AvenirLTStd-Light",sans-serif;
  margin-top: 60px;
  font-size: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
}

.custom-slider .caption blockquote img[src*="//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/ic-signatures@2x.png"] {
  height: 60px;
  margin-top: 43px !important;
}

.custom-slider .caption p {
  font-size: 15px;
  color: #5B5B5B;
}

.custom-slider .slide-image-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.custom-slider .slick-dots {
  top: 0;
  bottom: auto;
  position: absolute;
  margin: 0;
}

.custom-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0 !important;
}

.custom-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.custom-slider .slick-dots li button {
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  color: #5B5B5B;
}

.custom-slider .slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  opacity: .1;
}

.custom-slider .slick-dots li button:hover:before, .custom-slider .slick-dots li button:focus:before {
  opacity: 1;
}

.custom-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.custom-slider .slick-arrow:before {
  content: none !important;
}

.custom-slider .slick-prev, .custom-slider .slick-next {
  height: auto;
  width: auto;
  top: 47%;
}

.custom-slider .hs_cos_gallery_main .slick-prev {
  left: -45px;
}

.custom-slider .hs_cos_gallery_main .slick-next {
  right: -45px;
}

.custom-slider .hs_cos_gallery_main .slick-next img:hover,
.custom-slider .hs_cos_gallery_main .slick-prev img:hover {
  -webkit-filter: brightness(80%);
}

.download-section {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

.custom-slider .widget-type-gallery {
  margin-bottom: 20px;
}

.custom-slider .main-content .custom-two-col-image-with-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-top: 50px;
  overflow: hidden;
}

.custom-slider .main-content .custom-two-col-image-with-content-wrapper.clearfix:before,
.custom-slider .main-content .custom-two-col-image-with-content-wrapper.clearfix:after {
  content: none;
}

.custom-slider .main-content .custom-two-col-image-with-content-wrapper .custom-right-content {
  float: none;
  max-width: 100%;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: left;
}

.custom-slider .main-content .custom-two-col-image-with-content-wrapper .custom-left-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  vertical-align: middle;
  padding: 0 15px;
}

.custom-slider .main-content .custom-two-col-image-with-content-wrapper .custom-left-image img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 60px;
}

.custom-slider .main-content .custom-two-col-image-with-content-wrapper .custom-left-image img[src*="//cdn2.hubspot.net/hub/3314308/hubfs/%20Nylas%20May%202017%20/Images/anand.jpg"] {
  -webkit-clip-path: circle(75px at center);
          clip-path: circle(75px at center);
}

.custom-two-col-image-with-content-wrapper .custom-right-content h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.4;
}

.custom-two-col-image-with-content-wrapper .custom-right-content h2 small {
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.custom-two-col-image-with-content-wrapper .custom-right-content p {
  font-size: 15px;
  margin: 1em 0 0 0;
}

.main-content.last-section {
  margin-bottom: 20px !important;
}

.nylas-mail-row3 {
  text-align: center;
  padding-bottom: 140px;
}

.nylas-mail-row3 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.nylas-mail-row3 h2 {
  margin-bottom: 60px;
}

.nylas-mail-row3 p {
  padding: 20px 0 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.nylas-mail-row3 img {
  vertical-align: middle;
}

.nylas-mail-row3 .custom-six-col-log-module {
  padding: 20px 15px 20px 15px;
}

/* =============== Join our newsletter Global Module Styling =============== */
.join-our-newsletter-group {
  text-align: center;
  padding: 60px 0;
}

.join-our-newsletter-group .page-center {
  padding: 0 15px !important;
  border: none !important;
}

.join-our-newsletter-group h3 {
  color: #5B5B5B;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 24px;
  line-height: 37px;
}

.join-our-newsletter-group .hs-form-field > label {
  display: none;
}

.join-our-newsletter-group form {
  max-width: 365px;
  margin: 0 auto !important;
  display: table;
}

.join-our-newsletter-group form .hs-form-field {
 /* display: table-cell;*/
  position: relative;
}

.join-our-newsletter-group form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list {
  position: absolute;
}

.join-our-newsletter-group form .hs-form-field .hs-input {
  padding: 7px 12px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 100%;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 38px;
}

.join-our-newsletter-group form .hs-form-field .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.join-our-newsletter-group form .hs_submit {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  position: relative;
}

.join-our-newsletter-group form .hs-button.primary.large {
  margin-left: -1px;
  border-radius: 5px;
  opacity: 0.97;
  background: #41C3B6;
  border: none;
  font-family: 'AvenirLTStd-Light';
  color: white;
  line-height: 15px;
  min-width: 99px;
  width: 99px;
  padding: 0;
  font-size: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  min-height: 38px;
}

.join-our-newsletter-group form .hs-button.primary.large:active {
  background: #2a9385;
}
.join-our-newsletter-group form .legal-consent-container {
        width: 100%;
    position: absolute;
    max-width: 550px;
    text-align: left;
}
@media (max-width:600px) {
    .join-our-newsletter-group form .legal-consent-container {
        width:90%;
    }
    .join-our-newsletter-group{ 
        padding-bottom: 120px;
    }
}
/* =============== Footer =============== */
.no-height, .no-height .row-fluid [class*="span"] {
  min-height: 0 !important;
}

.hs-footer-group {
  padding-top: 55px;
  padding-bottom: 57px;
  font-size: 14px;
  color: rgba(153, 153, 153, 0.8);
}

.hs-footer-group .row-fluid .page-center {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-follow-us-group {
  text-align: right;
}

.hs-follow-us-group p,
.hs-follow-us-group ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.hs-follow-us-group p {
  color: rgba(153, 153, 153, 0.8);
}

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

.hs-footer-group ul li {
  display: inline-block;
  padding: 0 2.3px;
}

.hs-footer-group a {
  color: #5B5B5B;
  text-decoration: none;
}

.hs-follow-us-group ul li img {
  max-width: 20px;
  max-height: 16px;
  position: relative;
  top: -2px;
  right: -2px;
}

.hs-footer-links p {
  margin: 0;
}

.hs-footer-links p span {
  display: inline-block;
  padding: 0 7px;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */
/* =============== Custom Menu Primary =============== */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  padding: 0 15px 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > .hs-item-has-children > a:after {
  content: "⌄";
  padding-left: 4px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="//developer.nylas.com"] {
  margin-top: 2px;
  margin-left: 9px;
  padding: 9px 23px 8px 22px;
  font-size: 16px;
  font-family: "AvenirLTStd-Light", sans-serif;
  opacity: 0.97;
  background: #41C3B6;
  box-shadow: 0 2px 7px 0 rgba(69, 119, 126, 0.37);
  border-radius: 3px;
  border: none;
  color: #fff;
  margin-right: 4px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: "AvenirLTStd-Light", sans-serif;
  margin: 5px 0;
  line-height: 20px;
  padding: 7px 15px 6px 15px;
  font-size: 16px;
  color: #666;
  text-decoration: none;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  min-width: 192px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  right: 0 !important;
  left: auto !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  padding-bottom: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  list-style: none;
  padding-top: 16px;
  padding-left: 2px;
  font-size: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #5B5B5B;
  text-decoration: none;
  font-family: "AvenirLTStd-Light", sans-serif;
  padding: 0 15px;
  line-height: 25.6px;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    transition: all 175ms cubic-bezier(0, 0, 0.66, 1.46) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    filter: alpha(opacity=0);
    display: block;
    top: 30px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  .custom-menu-primary .hs-menu-wrapper li.open-dropdown ul {
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 43px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {
    position: absolute;
    content: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/triangle@1x.png?t=1533964726973");
    width: 18px;
    height: 6px;
    top: -15px;
    right: 25px;
  }
}

/* =============== Mobile Toggle Menu =============== */
/* Hide button on Desktop */
.mobile-trigger, .child-trigger {
  display: none;
}

@media (max-width: 767px) {
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
  }
  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -32px;
    right: 15px;
    height: auto;
    background: #ffffff;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    width: 19px;
    color: #000;
    height: 20px;
    background: url(//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Images/ic-burger@2x.png?t=1533964726973) no-repeat;
    background-size: cover;
  }
  .mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
  }
  /* Change button when menu is open */
  /* Toggle Button Icon */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i:before {
    top: -6px;
  }
  /* Position top line */
  .mobile-trigger i:after {
    top: 6px;
  }
  /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #fff;
    /* Icon color */
  }
  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    /* Button width */
    min-width: 55px !important;
    height: 45px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after {
    width: 10px;
    /* Icon line width */
    height: 1px;
    /* Icon line height */
    background-color: #fff;
    /* Icon color */
    display: block;
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* ===== Mobile Menu Styles ===== */
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: -1px 0 0;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none;
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    background-color: #fff;
    width: 100%;
    /* Full screen width */
    transition: max-height 300ms ease-in;
    box-shadow: 0px 18.5px 20px rgba(0, 0, 0, 0.35);
    z-index: 9;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-family: "AvenirLTStd-Light", sans-serif;
    margin: 0;
    padding: 17px 0;
    color: #5B5B5B;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    overflow: visible;
  }
  /* Level 1 and Higher Menu List Styles */
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    display: block;
    border: 0;
    margin-top: -2px;
    padding-bottom: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    line-height: 15px;
    padding: 17px 0;
    margin: 0;
  }
  /* Level 3 and Higher Menu List Styles */
  /* Level 4 and Higher Menu List Styles */
  .quote-box {
    margin-top: 30px;
  }
  .custom-api-layout ul li {
    text-align: left;
  }
}

/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
/* =============== General Blog Styles =============== */
/* Blog Post and Listing Body Class */
/* Blog Post */
/* Blog Listing */
/* Blog Columns Wrapper */
/* =============== Blog Content Column =============== */
/* Use this to style the main wrapper for the blog listing pages */
/* Use this to style the main wrapper for the blog post pages */
/* Blog Title */
/* Blog Post Title */
/* Blog Author and Avatar */
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing {
  padding: 0 15px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

.hs-blog-listing .hs-featured-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  height: 180px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Read More Link */
/* Blog Topics List */
/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment-date {
  font-size: 13px;
  text-align: right;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

/* Pagination */
.blog-pagination {
  text-align: center;
  padding-top: 30px;
}

/* Blog All Posts Page */
/* =============== Blog Sidebar =============== */
/* Blog Modules */
/*==============Blog Styling=================================*/
.hs-blog-listing .body-container .page-center {
  padding: 0 15px 59px;
}

.hs-blog-header h1 {
  text-align: center;
}

.post-item {
  width: 33.333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.post-item a {
  color: #555555;
  text-decoration: none;
}

.post-item .post-body {
  max-width: 70%;
  margin: 0px auto;
}

.more-link {
  text-align: center;
  color: #333;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  font-family: "AvenirLTStd-Medium",sans-serif;
  font-size: 12px;
  letter-spacing: .92px;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  padding-left: 16px;
}

.more-link:after {
  font-family: "AvenirLTStd-Light",sans-serif;
  font-size: 22px;
  content: "›";
  padding: 8px 0px 0 8px;
  position: relative;
  top: 1px;
}

.post-header h2 {
  opacity: 0.69;
  /*font-family: Avenir-Medium;*/
  font-family: "AvenirLTStd-Medium",sans-serif;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hs-blog-listing .post-header h2 {
  margin-bottom: 0;
  line-height: 28.8px;
}

.listing-subheading {
  /*font-family: Avenir-Book;*/
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 13px;
  color: #000;
  width: 70%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  display: block;
  opacity: 0.69;
}

.listing-subheading * {
  /*font-family: Avenir-Book;*/
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 20.8px;
  margin: 0 !important;
}

.listing-subheading #hs_cos_wrapper_Subtitle *,
.listing-subheading h2 * {
  opacity: 1;
  font-style: normal;
}

.post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: none;
  max-width: none;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  height: 180px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hs-inner-post-item {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  min-height: 380px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
}

.hs-blog-post .blog-content .blog-section {
  width: 66.66666667%;
  margin: 0 auto !important;
  float: none !important;
  padding: 0px 25px;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: none;
  max-width: none;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
}

.hs-blog-post .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-blog-post .hs-blog-header h1 {
  margin-top: 40px;
  text-align: center;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  padding-top: .5em;
  opacity: 0.8;
  font-size: 22px;
  line-height: 37px;
  margin-bottom: 16.500px;
}

.hs-blog-post .hs-featured-image-link {
  text-align: center;
}

.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  max-height: 500px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.hs-blog-post .content-wrapper h3 {
  padding-top: 0.35em;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  color: #555555;
}

.hs-blog-post .post-header {
  text-align: center;
  padding-top: 7px;
}

.hs-blog-post .post-header h1 {
  margin: 0 0 5px;
  color: #555555;
  line-height: 1.4;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 24px;
  padding-top: 50px;
}

.hs-blog-post #hubspot-author_data {
  font-size: 15px;
  color: #666666;
  text-align: center;
  padding-bottom: 50px;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
}

.hs-blog-post #hubspot-author_data .custom-date {
  font-size: 85%;
  margin-top: 3px;
}

.hs-blog-post .body-container p {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 30px;
}

.hs-blog-post .post-body h2 {
  margin-top: 40px;
  text-align: center;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  padding-top: .5em;
  opacity: 0.8;
  font-size: 22px;
}

.hs-blog-post .section.post-body ul,
.hs-blog-post .section.post-body ol,
code[class*="language-"], pre[class*="language-"] {
  color: #648785 !important;
}

img.align-right {
  float: right;
  position: relative;
  margin-left: 44px;
  width: 50%;
  vertical-align: baseline;
  max-width: 100%;
}

.hs-blog-post .body-container pre {
  font-family: Monaco, Andale Mono, Courier New, monospace;
  word-wrap: break-word;
  color: #333;
  margin: 0 0 10px;
  display: block;
  margin-top: 1em;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  word-break: break-word !important;
  border-radius: 3px;
}

.hs-blog-post .post-body {
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  font-size: 16px;
  color: #6a6e6a;
}

.hs-blog-post blockquote {
  font-size: 17.5px;
  padding: 10px 20px;
  margin: 25px;
  border-left: 1px solid #666;
}

.hs-blog-post .body-container blockquote p {
  font-size: 17px;
  line-height: 30px;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
}

.hs-blog-post blockquote.align-center {
  padding: 20px;
  margin: 0;
  text-align: center;
  border: none;
}

.hs-blog-post blockquote.align-center h4 {
  margin-top: 35px;
}

.hs-blog-post .section.post-body blockquote.align-center a {
  text-decoration: none;
}

code {
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 14px;
  color: inherit;
  background-color: #f0f0f0;
  padding: 1px 3px;
  border-radius: 3px;
}

.hs-blog-post .post-body h6 {
  background: linear-gradient(#f8f8f8, #f3f3f3);
  width: 100%;
  height: 40px;
  padding: 5px;
  padding-left: 10px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  color: #7cb7b3;
  margin: 0 0 -18px;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.blog-post-social-icon .post-social-custom {
  left: 0;
  max-width: 60px;
  position: fixed;
  text-align: center;
  top: 300px;
}

@media (max-width: 767px) {
  .blog-post-social-icon .post-social-custom {
    position: relative;
    max-width: none;
    top: 0;
  }
  .blog-post-social-icon .post-social-custom a .fa {
    display: inline-block;
  }
  .blog-post-social-icon .post-social-custom a {
    display: inline-block;
  }
}

.blog-post-social-icon .post-social-custom a .fa {
  display: block;
  clear: both;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #41C3B6;
  color: #fff;
  font-size: 27px;
}

.blog-post-social-icon .post-social-custom a .fa:hover {
  background: #518690;
}

pre .hll {
  background-color: #ffffcc;
}

pre .c {
  color: #60a0b0;
  font-style: italic;
}

/* Comment */
pre .err {
  border: 1px solid #FF0000;
}

/* Error */
pre .k {
  color: #007020;
  font-weight: bold;
}

/* Keyword */
pre .o {
  color: #666666;
}

/* Operator */
pre .cm {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Multiline */
pre .cp {
  color: #007020;
}

/* Comment.Preproc */
pre .c1 {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Single */
pre .cs {
  color: #60a0b0;
  background-color: #fff0f0;
}

/* Comment.Special */
pre .gd {
  color: #A00000;
}

/* Generic.Deleted */
pre .ge {
  font-style: italic;
}

/* Generic.Emph */
pre .gr {
  color: #FF0000;
}

/* Generic.Error */
pre .gh {
  color: #000080;
  font-weight: bold;
}

/* Generic.Heading */
pre .gi {
  color: #00A000;
}

/* Generic.Inserted */
prepre .hll {
  background-color: #ffffcc;
}

pre .c {
  color: #60a0b0;
  font-style: italic;
}

/* Comment */
pre .err {
  border: 1px solid #FF0000;
}

/* Error */
pre .k {
  color: #007020;
  font-weight: bold;
}

/* Keyword */
pre .o {
  color: #666666;
}

/* Operator */
pre .cm {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Multiline */
pre .cp {
  color: #007020;
}

/* Comment.Preproc */
pre .c1 {
  color: #60a0b0;
  font-style: italic;
}

/* Comment.Single */
pre .cs {
  color: #60a0b0;
  background-color: #fff0f0;
}

/* Comment.Special */
pre .gd {
  color: #A00000;
}

/* Generic.Deleted */
pre .ge {
  font-style: italic;
}

/* Generic.Emph */
pre .gr {
  color: #FF0000;
}

/* Generic.Error */
pre .gh {
  color: #000080;
  font-weight: bold;
}

/* Generic.Heading */
pre .gi {
  color: #00A000;
}

/* Generic.Inserted */
pre .go {
  color: #808080;
}

/* Generic.Output */
pre .gp {
  color: #c65d09;
  font-weight: bold;
}

/* Generic.Prompt */
pre .gs {
  font-weight: bold;
}

/* Generic.Strong */
pre .gu {
  color: #800080;
  font-weight: bold;
}

/* Generic.Subheading */
pre .gt {
  color: #0040D0;
}

/* Generic.Traceback */
pre .kc {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Constant */
pre .kd {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Declaration */
pre .kn {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Namespace */
pre .kp {
  color: #007020;
}

/* Keyword.Pseudo */
pre .kr {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Reserved */
pre .kt {
  color: #902000;
}

/* Keyword.Type */
pre .m {
  color: #40a070;
}

/* Literal.Number */
pre .s {
  color: #4070a0;
}

/* Literal.String */
pre .na {
  color: #4070a0;
}

/* Name.Attribute */
pre .nb {
  color: #007020;
}

/* Name.Builtin */
pre .nc {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Class */
pre .no {
  color: #60add5;
}

/* Name.Constant */
pre .nd {
  color: #555555;
  font-weight: bold;
}

/* Name.Decorator */
pre .ni {
  color: #d55537;
  font-weight: bold;
}

/* Name.Entity */
pre .ne {
  color: #007020;
}

/* Name.Exception */
pre .nf {
  color: #06287e;
}

/* Name.Function */
pre .nl {
  color: #002070;
  font-weight: bold;
}

/* Name.Label */
pre .nn {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Namespace */
pre .nt {
  color: #062873;
  font-weight: bold;
}

/* Name.Tag */
pre .nv {
  color: #bb60d5;
}

/* Name.Variable */
pre .ow {
  color: #007020;
  font-weight: bold;
}

/* Operator.Word */
pre .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
pre .mf {
  color: #40a070;
}

/* Literal.Number.Float */
pre .mh {
  color: #40a070;
}

/* Literal.Number.Hex */
pre .mi {
  color: #40a070;
}

/* Literal.Number.Integer */
pre .mo {
  color: #40a070;
}

/* Literal.Number.Oct */
pre .sb {
  color: #4070a0;
}

/* Literal.String.Backtick */
pre .sc {
  color: #4070a0;
}

/* Literal.String.Char */
pre .sd {
  color: #4070a0;
  font-style: italic;
}

/* Literal.String.Doc */
pre .s2 {
  color: #4070a0;
}

/* Literal.String.Double */
pre .se {
  color: #4070a0;
  font-weight: bold;
}

/* Literal.String.Escape */
pre .sh {
  color: #4070a0;
}

/* Literal.String.Heredoc */
pre .si {
  color: #70a0d0;
  font-style: italic;
}

/* Literal.String.Interpol */
pre .sx {
  color: #c65d09;
}

/* Literal.String.Other */
pre .sr {
  color: #235388;
}

/* Literal.String.Regex */
pre .s1 {
  color: #4070a0;
}

/* Literal.String.Single */
pre .ss {
  color: #517918;
}

/* Literal.String.Symbol */
pre .bp {
  color: #007020;
}

/* Name.Builtin.Pseudo */
pre .vc {
  color: #bb60d5;
}

/* Name.Variable.Class */
pre .vg {
  color: #bb60d5;
}

/* Name.Variable.Global */
pre .vi {
  color: #bb60d5;
}

/* Name.Variable.Instance */
pre .il {
  color: #40a070;
}

.go {
  color: #808080;
}

/* Generic.Output */
pre .gp {
  color: #c65d09;
  font-weight: bold;
}

/* Generic.Prompt */
pre .gs {
  font-weight: bold;
}

/* Generic.Strong */
pre .gu {
  color: #800080;
  font-weight: bold;
}

/* Generic.Subheading */
pre .gt {
  color: #0040D0;
}

/* Generic.Traceback */
pre .kc {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Constant */
pre .kd {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Declaration */
pre .kn {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Namespace */
pre .kp {
  color: #007020;
}

/* Keyword.Pseudo */
pre .kr {
  color: #007020;
  font-weight: bold;
}

/* Keyword.Reserved */
pre .kt {
  color: #902000;
}

/* Keyword.Type */
pre .m {
  color: #40a070;
}

/* Literal.Number */
pre .s {
  color: #4070a0;
}

/* Literal.String */
pre .na {
  color: #4070a0;
}

/* Name.Attribute */
pre .nb {
  color: #007020;
}

/* Name.Builtin */
pre .nc {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Class */
pre .no {
  color: #60add5;
}

/* Name.Constant */
pre .nd {
  color: #555555;
  font-weight: bold;
}

/* Name.Decorator */
pre .ni {
  color: #d55537;
  font-weight: bold;
}

/* Name.Entity */
pre .ne {
  color: #007020;
}

/* Name.Exception */
pre .nf {
  color: #06287e;
}

/* Name.Function */
pre .nl {
  color: #002070;
  font-weight: bold;
}

/* Name.Label */
pre .nn {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Namespace */
pre .nt {
  color: #062873;
  font-weight: bold;
}

/* Name.Tag */
pre .nv {
  color: #bb60d5;
}

/* Name.Variable */
pre .ow {
  color: #007020;
  font-weight: bold;
}

/* Operator.Word */
pre .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
pre .mf {
  color: #40a070;
}

/* Literal.Number.Float */
pre .mh {
  color: #40a070;
}

/* Literal.Number.Hex */
pre .mi {
  color: #40a070;
}

/* Literal.Number.Integer */
pre .mo {
  color: #40a070;
}

/* Literal.Number.Oct */
pre .sb {
  color: #4070a0;
}

/* Literal.String.Backtick */
pre .sc {
  color: #4070a0;
}

/* Literal.String.Char */
pre .sd {
  color: #4070a0;
  font-style: italic;
}

/* Literal.String.Doc */
pre .s2 {
  color: #4070a0;
}

/* Literal.String.Double */
pre .se {
  color: #4070a0;
  font-weight: bold;
}

/* Literal.String.Escape */
pre .sh {
  color: #4070a0;
}

/* Literal.String.Heredoc */
pre .si {
  color: #70a0d0;
  font-style: italic;
}

/* Literal.String.Interpol */
pre .sx {
  color: #c65d09;
}

/* Literal.String.Other */
pre .sr {
  color: #235388;
}

/* Literal.String.Regex */
pre .s1 {
  color: #4070a0;
}

/* Literal.String.Single */
pre .ss {
  color: #517918;
}

/* Literal.String.Symbol */
pre .bp {
  color: #007020;
}

/* Name.Builtin.Pseudo */
pre .vc {
  color: #bb60d5;
}

/* Name.Variable.Class */
pre .vg {
  color: #bb60d5;
}

/* Name.Variable.Global */
pre .vi {
  color: #bb60d5;
}

/* Name.Variable.Instance */
pre .il {
  color: #40a070;
}

#comments-listing.no-comments {
  margin: 0;
  padding: 0;
  border: none;
}

.custom-stuff-interesting-group .left-image {
  padding: 20px;
}

.custom-stuff-interesting-group .center-content {
  padding: 20px;
}

.custom-stuff-interesting-group .center-content h3 {
  padding-top: 0.35em;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  color: #555555;
}

.custom-stuff-interesting-group .right-content {
  padding: 20px;
}

.custom-stuff-interesting-group .purple-btn {
  margin: 18px 0 0;
  border-radius: 5px;
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 27px 11px 27px;
  min-width: 0;
  white-space: normal;
}

.hs-blog-social-share {
  border: 1px solid #777777;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 10px 0;
  margin: 0;
}

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

.custom-stuff-interesting-group {
  padding: 33px 48px 0;
}

.custom-stuff-interesting-group .left-image img {
  margin-top: 5px;
  vertical-align: baseline;
}

.subheading {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  text-align: center;
  line-height: 28px;
  font-family: "AvenirLTStd-Light", sans-serif;
  padding-bottom: 15px;
  display: block;
}

.post-header .subheading h2 {
  text-align: center;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  padding-top: .5em;
  opacity: 0.8;
  font-size: 22px;
  color: #555555;
  padding-bottom: 20px;
  margin: 0;
  width: 100%;
}

/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
/* =============== Listing Page Topic Buttons - 7/20/17 DP =============== */
.blog .topic-buttons ul li a {
  float: left;
  width: 30%;
  text-align: center;
  padding: 5px;
  border: 1px solid #5B5B5B;
  border-radius: 8px;
  margin: 0 1.5%;
}

.blog .topic-buttons ul li a {
  background-color: #eaeaea;
}

.blog .topic-buttons ul li a:hover {
  background-color: #efefef;
}

.blog .topic-buttons ul {
  list-style: none;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}

.blog .topic-buttons {
  margin-bottom: 20px;
}

.blog .hs-blog-header h1 {
  margin-bottom: 20px;
}

@media (max-width: 425px) {
  .blog .topic-buttons ul li a {
    width: 100%;
    margin-bottom: 2%;
  }
  .blog .hs-blog-header h1 {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
/* =============== Global Form Styles =============== */
/* Form Field */
/* Descriptions */
/* Labels and Legends */
/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  display: block;
  line-height: 2;
  text-align: left;
  color: #666;
  padding: 6px;
  padding-left: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
  font-family: AvenirLTStd-Light, sans-serif;
  font-size: 14px;
  margin: 0 0 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  box-shadow: inset 0 0 0.5px 1px #1ca1a2;
}

/* Separate Styles for Multiple Line Inputs */
/* Separate Styles for Drop Downs */
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Required */
/* Error */
form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  display: block;
  padding: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #555555;
  opacity: 0.7;
}

/* Webkit Browsers */
:-moz-placeholder {
  color: #555555;
  opacity: 0.7;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #555555;
  opacity: 0.7;
}

/* Firefox 19+ */
:-ms-input-placeholder {
  color: #555555;
  opacity: 0.7;
}

/* IE10 */
/* =============== Multi Column Form =============== */
/* Multiple Selection Inputs */
form.hs-form fieldset {
  max-width: none;
}

form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}

/* =============== Blog Comment Form =============== */
/* Label */
/* Inputs */
/* =============== Blog Subscription Form =============== */
/* Label */
/* Inputs */
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */
/* Label */
/* Input */
/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */
/* =============== All Global Buttons (Excluding CTAs) =============== */
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-weight: normal;
  outline: 0;
  line-height: normal;
  font-family: 'AvenirLTStd-Light';
  padding: 13px 65px 13px 65px;
  font-size: 1.5rem;
  opacity: 0.97;
  background: #41C3B6;
  border: none;
  box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-block;
  color: white;
  white-space: normal;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
  background: #2a9385;
}

/* =============== Form Module Button =============== */
/* =============== Blog Comment Button =============== */
/* =============== Blog Subscription Button =============== */
/* =============== Google Search Button =============== */
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.custom-error-page .content-wrapper {
  padding: 0 !important;
  text-align: center;
}

.custom-error-page .content-wrapper .hs-form {
  display: inline-block;
  margin-top: 28px;
  padding: 0 15px;
}

.custom-error-page .content-wrapper .hs-form .hs-input {
  margin-left: auto;
  margin-right: auto;
}

.top-banner-message {
    background-color: #0D2B29;
    position: fixed;
    z-index: 10;
}
.top-banner-message p {
    text-align:center;
    padding: 5px 15px 20px;
    color:#fff;
}
.Case-study-may-2018 .HeroSection--home .HeroSection--wrap {
    min-height: 0 !important;
}

.Case-study-may-2018 .HeroSection--home .HeroSection--content {
    padding: 4em 2em;
}
.Case-study-may-2018 .HeroSection--home .HeroSection--content h1 {
	font-size: 48px;
	line-height: 56px;
	margin: 0 0 19px !important;
	max-width: 1040px;
}
.Case-study-may-2018 .HeroSection .hero-sub-heading h3 {
	font-size: 36px;
	line-height: 32px;
	font-weight: normal;
	color: #0D2B29 !important;
	font-family: 'AvenirRoman';
	line-height: 42px;
}
.Case-study-may-2018 .hero-three-column-container {
	margin-top: 40px;
	max-width: 850px;
}
.Case-study-may-2018 .hero-three-column-container .hero-column-block .row-fluid-wrapper .row-fluid  {
    display:flex;
}
.hero-three-column-container .hero-column-block .row-fluid-wrapper .row-fluid:after, .hero-three-column-container .hero-column-block .row-fluid-wrapper .row-fluid:before {
    display:none;
}
.hero-three-column-container .hero-column-block .image-icons {
    width:auto;    
}
.hero-three-column-container .hero-column-block .details {
	font-size: 25.2px;
	line-height: 30px;
	color: #0D2B29;
	width: auto;
	margin: 0;
	padding-left: 30px;
	font-family: 'AvenirLTStd-Heavy';
}
.hero-three-column-container .hero-column-block .details span span {
	display: block;
	color: #648785;
	font-family: "AvenirLTStd-Medium";
	font-size: 21.6px;
}
.Case-study-may-2018 .HeroSection .PageCenter {
	max-width: 1200px !important;
}
.Case-study-may-2018 .HeroSection--home .HeroSection--content .HeroSection--text {
	padding: 0;
	max-width: 900px;
}
.case-study-two-column-container {
    padding-bottom:100px;
}
.case-study-two-column-container .case-study-left-container {
    padding-right: 25px;
}
.case-study-two-column-container .case-study-left-container p {
    margin: 0 0 30px;
    font-size: 24px;
    color: #0D2B29;
    font-weight: normal;
    line-height:1.4;
    font-family: 'AvenirRoman';
}
.case-study-two-column-container .case-study-left-container h2 {
	font-size: 36px;
	line-height: 42px;
	margin: 0px 0 30px;
}
.case-study-two-column-container .case-study-left-container .hs_cos_wrapper_type_rich_text  {
	margin: 0 0 30px;
	display: inline-block;
	width: 100%;
}
.case-study-two-column-container .case-study-left-container .hs_cos_wrapper_type_linked_image {
    margin:0 0 100px;
}
.case-study-two-column-container .case-study-right-container h2 {
    font-size: 36px;
    line-height: 32px;
    font-family: 'AvenirRoman';
    margin: 0 0 36px;
}
.case-study-two-column-container .case-study-right-container .hs_cos_wrapper_type_rich_text {
	margin: 0 0 70px;
}
.case-study-two-column-container .case-study-right-container ul {
    list-style:none;
    padding-left:0;
}
.case-study-two-column-container .case-study-right-container ul li {
	font-size: 24px;
	line-height: 1.3;
	font-family: 'AvenirRoman';
	color: #0D2B29;
	position: relative;
	padding-left: 20px;
	margin: 0 0 60px;
}
.case-study-two-column-container .case-study-right-container ul li:last-child {
    margin-bottom:0;
}
.case-study-two-column-container .case-study-right-container ul li::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: #46C5B8;
	border-radius: 50%;
	top: 12px;
	left: 0px;
}
.case-study-two-column-container .case-study-right-container .customer-block {
    text-align:center;
    margin-bottom:55px;
}
.case-study-two-column-container .case-study-right-container .customer-block .customer-image {
	margin: 0 0 21px;
	width: 198px;
	height: 198px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.case-study-two-column-container .case-study-right-container .customer-block:last-child {
    margin-bottom:0;
}
.case-study-right-container .customer-block .customer-details p {
    font-size: 24px;
    line-height: 40px;
    color: #0D2B29;
    font-family: 'AvenirRoman';
    margin: 0;
}
.white-bg {
    background: #fff !important;
}

.request-demo-section {
    background:#F5F5F5;
    padding:75px 0;
}
.request-demo-section .request-demo-text-container {
	max-width: 900px;
}
.request-demo-section h2 {
	color: #46C5B8;
	font-size: 36px;
	line-height: 42px;
	font-family: "AvenirLTStd-Medium";
	margin: 0 0 26px;
}
.request-demo-section .cta_button {
	font-size: 24px !important;
	font-family: 'AvenirRoman' !important;
	padding: 22px 38px !important;
	display: inline-block;
	border-radius: 6px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.request-demo-section .cta_button:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Styles that do not fit into any of the available sections above can go here. */
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1200px) and (min-width: 1180px) {
  .custom-team-member-module {
    width: 247px;
  }
}

@media (max-width: 1200px) {
  .blog-listing-wrapper .post-listing {
    padding: 0;
  }
  .customers-row {
    padding: 0;
  }
  .hs-blog-post .body-container .page-center,
  .container-fluid .row-fluid .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom-about-us-layout .body-container .row-fluid .custom-about-row2 .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-page-layout .body-container .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-container .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-logo {
    padding: 32px 0px 0px 0;
  }
  .hs-header-group .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .body-container .custom-api-row1 .page-center {
    padding: 100px 150px !important;
  }
  .inner-row2 {
    padding: 50px 65px 50px 30px;
  }
  .header-container .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .pricing-row1 .main-content {
    width: 50%;
    max-width: 400px !important;
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-pricing-layout .body-container .pricing-row1 .page-center {
    padding: 0;
    width: 66.6666666666%;
  }
}

@media (max-width: 1180px) {
  .custom-team-layout .body-container .page-center .main-content {
    max-width: 840px;
    margin: 0 auto !important;
    float: none;
  }
}

@media (max-width: 1040px) {
  .body-container .custom-api-row1 .page-center {
    padding: 75px 100px !important;
  }
}

@media (max-width: 945px) {
  .body-container .custom-api-row1 .page-center {
    padding: 50px !important;
  }
  .custom-slider .hs_cos_gallery_main .slick-next {
    right: 0;
  }
  .custom-slider .hs_cos_gallery_main .slick-prev {
    left: 0;
  }
}

@media (max-width: 991px) {
  .hs-button.primary, input[type="submit"], input[type="button"],
  .form-pop-wrapper .hs-button.primary.large {
    padding: 12px 40px 12px 40px;
    font-size: 16.8px;
  }
  .custom-nylas-mail-layout .btn.green-btn {
    font-size: 21px !important;
  }
  .custom-nylas-mail-layout .nylas-mail-row1 .btn.green-btn,
  .custom-api-row1 .btn.green-btn {
    font-size: 16.8px !important;
  }
  .custom-two-col-eq-layout .body-container .page-center {
    padding: 50px 30px !important;
  }
  .btn.green-btn {
    padding: 12px 40px 12px 40px;
    font-size: 1.5rem !important;
    min-width: 0;
  }
  .btn.green-btn.small {
    padding: 12px 15px;
  }
  .home-page-layout .custom-two-col-image-with-content-wrapper .green-btn {
    font-size: 16.8px !important;
  }
  .home-page-layout .btn.green-btn {
    font-size: 16.8px !important;
  }
  .pricing-row1 .main-content {
    width: 100%;
    float: none;
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  .custom-pricing-layout .body-container .pricing-row1 .page-center {
    padding: 0 !important;
  }
  .pricing-row2 .hs_cos_wrapper_type_rich_text p {
    width: 100%;
  }
  .pricing-row2 ul li {
    width: 100%;
    float: none;
  }
  .pricing-row2 ul {
    width: 100%;
  }
  .form-pop-wrapper .popup-inner-wrapper {
    max-width: 100%;
    min-height: 332px;
    padding: 16px;
    width: 320px;
  }
  .purple-btn {
    margin-bottom: 50px;
  }
    .Case-study-may-2018 .HeroSection--home .HeroSection--content h1 {
        font-size: 40px;
        line-height: 1.3;
    }
    .Case-study-may-2018 .HeroSection .hero-sub-heading h3 {
        font-size:32px;
    }
    .request-demo-section {
    padding: 50px 0;
    }
    .case-study-two-column-container .case-study-left-container {
        width: 62.2%;
        padding-right: 20px;
    }
    .case-study-two-column-container .case-study-right-container {
        width: 35%;
        float: right;
        margin: 0;
    }
    .case-study-two-column-container {
    padding-bottom: 50px;
    }
    .case-study-two-column-container .case-study-right-container .customer-block .customer-image {
        width: 150px;
        height: 150px;
    }
    
}

@media (max-width: 990px) {
  .post-item {
    width: 100%;
    float: none;
  }
  .splitting-the-atom-section2 img.Align-Left {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 960px) {
  .custom-about-row2 .custom-two-col-image-with-content-wrapper,
  .custom-about-us-layout .body-container .row-fluid .page-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .custom-team-layout .body-container .page-center .main-content {
    max-width: 560px;
    margin: 0 auto !important;
    float: none;
  }
}

@media (max-width: 830px) {
  .body-container .custom-api-row1 .page-center {
    padding: 25px 50px;
  }
  .custom-api-row1 .custom-two-col-image-with-content-wrapper .custom-right-content {
    max-width: 50%;
    width: 100%;
    float: right;
  }
  .custom-api-row1 .custom-two-col-image-with-content-wrapper .custom-left-image {
    width: 50%;
  }
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-blog-post .body-container .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hs-blog-post .blog-content .blog-section {
    padding: 0 15px;
  }
  .header-container .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  .download-layout .body-container .row-fluid .page-center {
    padding: 0 30px !important;
  }
}

/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767px) {
  .nylas-mail-row3 {
    padding-bottom: 20px;
  }
  .download-section {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .nylas-mail-row1 {
    margin-bottom: 0;
  }
  span.close-popup {
    display: inline-block;
  }
  .download-row2 {
    padding: 83px 0 43px;
  }
  .download-row-right-content img {
    max-width: 100%;
  }
  .home-page-layout .custom-menu-primary .hs-menu-wrapper > ul > li.sign-in {
    display: none !important;
  }
  .download-row1 {
    background-image: none;
  }
  .blue-btn {
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    display: none;
  }
  .hs-header-group {
    padding: 15px 0;
  }
  .pricing-row3 .custom-two-col-eq-content-module .span6 {
    width: 100%;
    padding: 0;
  }
  img.align-right {
    float: none;
    margin: 0;
  }
  .hs-blog-post .body-container .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-blog-post .blog-content .blog-section {
    width: 100%;
  }
  .custom-stuff-interesting-group {
    padding: 33px 35px 0;
  }
  .hs-header-group .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-logo a {
    margin-left: 20px;
  }
  .hs-footer-links {
    text-align: center;
  }
  .hs-follow-us-group {
    text-align: center;
    padding: 10px 0px 0px;
  }
  .custom-two-col-image-with-content-wrapper .custom-left-image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .custom-two-col-image-with-content-wrapper .custom-right-content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .body-container .custom-api-row1 .page-center {
    text-align: center;
    padding: 25px 50px !important;
  }
  .custom-api-row1 .custom-two-col-image-with-content-wrapper .custom-right-content {
    margin: 30px auto;
  }
  .custom-api-row2 .custom-two-col-image-with-content-wrapper:before {
    content: none;
  }
  .custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-right-content {
    padding: 0;
  }
  .custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-left-image {
    float: none;
    margin: 30px auto;
  }
  .custom-api-row2 .custom-two-col-image-with-content-wrapper .custom-left-image img {
    margin-top: 0;
  }
  .inner-row1 h2 {
    margin-top: 130px;
    margin-bottom: 37px;
  }
  .custom-api-row3 .main-content h3:first-child {
    margin-top: 57px;
  }
  .custom-api-row3 .main-content:first-child h3 {
    margin-top: 0;
  }
  .inner-row2 {
    padding: 50px 30px 50px 30px;
  }
  .custom-api-row3 .main-content {
    padding: 0 25px;
  }
  .custom-api-row4 .page-center {
    padding: 0 15px !important;
  }
  .inner-row3 {
    padding: 30px 0 80px 0;
    text-align: center;
  }
  .custom-api-row4 .left-content {
    float: none;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .custom-api-row4 .right-content img {
    float: none;
    margin: 15px auto 30px;
  }
  .custom-api-row4 .right-content {
    text-align: center;
  }
  .custom-api-row4 .right-content p {
    padding-left: 0;
  }
  .custom-about-us-layout .body-container .row-fluid .page-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-two-col-image-with-content-wrapper .custom-left-image {
    text-align: center;
  }
  .custom-about-us-layout .custom-two-col-image-with-content-wrapper .custom-right-content {
    max-width: 50% !important;
    margin: 30px auto 0;
  }
  .custom-about-row2 .custom-two-col-image-with-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom-about-row3 p {
    margin: 30px 0 0;
  }
  .custom-two-col-eq-layout .body-container .page-center {
    padding: 50px 15px !important;
  }
  .two-col-eq-row2 .left-content, .two-col-eq-row2 .main-content {
    margin-top: 30px;
  }
  .two-col-eq-row2 .left-content ul li a {
    max-width: 100%;
  }
  .custom-security-module .security-right-col h2 {
    text-align: center;
  }
  .custom-full-width-layout .main-content {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .custom-slider .slick-slide-inner-wrapper {
    display: block !important;
  }
  .custom-slider .caption blockquote img,
  .custom-slider .caption h2 {
    margin-top: 20px !important;
  }
  .custom-slider .caption {
    display: block;
    text-align: center !important;
  }
  .custom-slider .caption blockquote {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .custom-slider .hs_cos_gallery_main .slick-prev {
    left: 15px;
  }
  .custom-slider .hs_cos_gallery_main .slick-next {
    right: 15px;
  }
  .home-page-layout .custom-two-col-image-with-content-wrapper.right-side .custom-left-image {
    width: 50% !important;
    padding: 0 15px;
    margin: 0 auto;
  }
  .custom-two-col-image-with-content-wrapper {
    margin: 0 -15px;
  }
  .home-page-layout .custom-two-col-image-with-content-wrapper.right-side .custom-right-content {
    width: 66.66666667% !important;
    margin: 0 auto;
  }
  .custm-three-column-top-icon {
    width: 100%;
    padding: 0;
  }
  .custm-three-column-top-icon > a {
    margin: 30px auto 0;
  }
  .home-page-layout .section:before {
    height: 1100px;
    left: -58px;
  }
  .custom-home-page-row2:before {
    margin-top: 170px;
  }
  .custom-home-page-row2 {
    margin-bottom: 80px;
  }
  .custm-three-column-top-icon:last-child > a {
    margin-bottom: 30px;
  }
  .custom-home-page-row3 {
    margin-bottom: 80px;
  }
  .custom-home-page-row4 {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .home-page-layout .section.custom-home-page-row4:before {
    height: 400px;
    margin-top: -41px;
  }
  .home-page-layout .section.custom-home-page-row5 {
    margin-bottom: 80px;
  }
  .home-page-layout .section:before {
    width: calc(100% - -35%);
  }
  .custom-api-row2 .custom-two-col-image-with-content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-three-col-logo-module .custom-three-col-logo-column {
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }
  .customers-row {

    text-align: center;
  }
  .body-container .nylas-mail-row1 .page-center {
    padding: 0 15px !important;
  }
  .splitting-the-atom-section2 .page-center {
    padding: 20px 15px 5px !important;
  }
  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"],
  input[type="file"],
  textarea,
  select {
    max-width: 100%;
  }
  
}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 640px) {
  .home-page-layout .custom-two-col-image-with-content-wrapper h1 {
    font-size: 28px;
  }
  .home-page-layout .custom-two-col-image-with-content-wrapper p {
    font-size: 14px !important;
  }
  .main-cont {
    margin-bottom: 100px;
  }
  .nylas-mail-row1 h1 {
    font-size: 28px;
  }
  .nylas-mail-row1 p {
    font-size: 14px;
  }
  .custom-nylas-mail-layout .nylas-mail-row1 .btn.green-btn {
    margin-top: 45px;
  }
  .splitting-the-atom-section2 img.Align-Left {
    float: none;
    margin-left: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .splitting-the-atom-section2 img.Align-Right {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .splitting-the-atom-section2 img.Align-Center {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .custom-team-layout .body-container .page-center .main-content {
    max-width: 280px;
    margin: 0 auto !important;
    float: none;
  }
}

@media (max-width: 500px) {
  .custom-about-us-layout .custom-two-col-image-with-content-wrapper .custom-right-content {
    max-width: 100% !important;
  }
  .custom-security-module .security-left-col {
    float: none;
    margin: 0 auto 20px;
  }
  .custom-slider .main-content .custom-two-col-image-with-content-wrapper {
    display: block;
    text-align: center;
  }
  .custom-slider .main-content .custom-two-col-image-with-content-wrapper .custom-right-content {
    text-align: center;
  }
  .custom-home-page-row3 .page-center {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .two-col-eq-row2 .left-content ul li a {
    padding-right: 35px;
  }
  .nylas-mail-row3 .custom-six-col-log-module, .custom-six-col-log-module {
    display: block;
  }
  .custom-six-col-log-module .custom-logo-column {
    display: inline-block;
    width: 26%;
    margin: 10px 2% 20px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .form-pop-wrapper .hs-form-field {
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .form-pop-wrapper fieldset {
    padding: 0 !important;
    margin: 0 !important;
  }
  .form-pop-wrapper .hs-input {
    margin-bottom: 16px !important;
    width: 100% !important;
  }
  .form-pop-wrapper .hs-button.primary.large {
    margin: 0;
  }
  .form-pop-wrapper .popup-inner-wrapper {
    width: 100% !important;
  }
  .form-pop-wrapper {
    width: 100% !important;
  }
  .form-pop-wrapper > div {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) and (max-height: 800px) {
  .form-pop-wrapper form.hs-form .hs-form-field ul.hs-error-msgs.inputs-list {
    padding: 5px;
    font-size: 13px;
  }
}

@media (max-width: 380px) {
  .inner-row2 {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-api-row3 .main-content {
    padding: 0;
  }
  .btn {
    white-space: normal;
  }
  .custom-api-layout .btn.white-btn:after {
    position: static;
    display: inline;
    padding: 0;
  }
}

.Tile {
  min-height: 415px !important;
}

@media (max-width: 1100px) {
  .Tile {
    min-height: 435px !important;
  }
}

@media (max-width: 1100px) {
  .Tile {
    min-height: 485px !important;
  }
}

@media (max-width: 990px) {
  .Tile {
    min-height: 505px !important;
  }
}

@media (max-width: 800px) {
  .Tile {
    min-height: 530px !important;
  }
}

@media (max-width: 767px) {
  .Tile {
    min-height: auto !important;
  }
}

html {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  font-size: 16px;
  color: #648785;
  padding: 0;
  margin: 0;
  background-color: #F8F8F8;
}

[class^='ShowOn--'],
[class*=' ShowOn--'] {
  display: none !important;
}

@media (max-width: 1599px) {
  .HideOn--xxLarge {
    display: none !important;
  }
  .ShowOn--xxLarge {
    display: block !important;
  }
}

@media (max-width: 1399px) {
  .HideOn--xLarge {
    display: none !important;
  }
  .ShowOn--xLarge {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .HideOn--large {
    display: none !important;
  }
  .ShowOn--large {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .HideOn--medium {
    display: none !important;
  }
  .ShowOn--medium {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .HideOn--small {
    display: none !important;
  }
  .ShowOn--small {
    display: block !important;
  }
}

@media (max-width: 599px) {
  .HideOn--xSmall {
    display: none !important;
  }
  .ShowOn--xSmall {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .HideOn--xxSmall {
    display: none !important;
  }
  .ShowOn--xxSmall {
    display: block !important;
  }
}

@font-face {
  font-family: "AvenirLTStd-MediumOblique";
  src: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_0_0.eot?t=1533964726973") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_0_0.woff?t=1533964726973") format("woff"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_0_0.ttf?t=1533964726973") format("truetype");
}

@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_1_0.eot?t=1533964726973") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_1_0.woff?t=1533964726973") format("woff"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_1_0.ttf?t=1533964726973") format("truetype");
}

@font-face {
  font-family: "AvenirLTStd-Light";
  src: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_2_0.eot?t=1533964726973") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_2_0.woff?t=1533964726973") format("woff"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_2_0.ttf?t=1533964726973") format("truetype");
}

@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_3_0.eot?t=1533964726973") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_3_0.woff?t=1533964726973") format("woff"), url("//cdn2.hubspot.net/hubfs/3314308/%20Nylas%20May%202017%20/Fonts/2D265F_3_0.ttf?t=1533964726973") format("truetype");
}

@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url("//cdn2.hubspot.net/hubfs/3314308/3461A5_0_0.eot?t=1533964726973");
  src: url("//cdn2.hubspot.net/hubfs/3314308/3461A5_0_0.eot?t=1533964726973#iefix") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/3314308/3461A5_0_0.woff2?t=1533964726973") format("woff2"), url("//cdn2.hubspot.net/hubfs/3314308/3461A5_0_0.woff?t=1533964726973") format("woff"), url("//cdn2.hubspot.net/hubfs/3314308/3461A5_0_0.ttf?t=1533964726973") format("truetype");
}

h1, h2, h3, h4, h5 {
  color: #0D2B29;
}

h1, h4, h5 {
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
}

h5.kicker {
  text-transform: uppercase;
  color: #648785;
}

h1 {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 1023px) {
  h1 {
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  h1 {
    line-height: 42px;
  }
}

h2 {
  font-size: 34px;
  font-weight: 200;
  line-height: 36px;
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
}

@media (max-width: 1023px) {
  h2 {
    font-size: 29px;
  }
}

@media (max-width: 1023px) {
  h2 {
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  h2 {
    line-height: 34px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  color: #648785;
}

@media (max-width: 1023px) {
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  h3 {
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  h3 {
    line-height: 26px;
  }
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #648785;
}

a {
  color: #00BAB7;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.4s, color;
}

a:hover {
  color: #00BAB7;
  border-bottom: 1px solid #00BAB7;
}

.dark {
  color: #0D2B29;
}

/**
 *
 *  Helper Styles
 *
 */
.is-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.is-visible {
  visibility: visible;
}

.is-uppercase {
  text-transform: uppercase;
}

.u-mb--1-4x {
  margin-bottom: 0.25em;
}

.u-mb--1-2x {
  margin-bottom: 0.5em;
}

.u-mb--3-4x {
  margin-bottom: 0.75em;
}

.u-mb--1x {
  margin-bottom: 1em;
}

.u-mb--2x {
  margin-bottom: 2em;
}

.u-mb--2-5x {
  margin-bottom: 2.5em;
}

.u-mb--3x {
  margin-bottom: 3em;
}

.u-mb--4x {
  margin-bottom: 4em;
}

.u-mb--6x {
  margin-bottom: 6em;
}

.u-mb--8x {
  margin-bottom: 8em;
}

.u-mt--1-2x {
  margin-top: 0.5em;
}

.u-mt--1x {
  margin-top: 1em;
}

.u-mt--2x {
  margin-top: 2em;
}

.u-mt--2xi {
  margin-top: 2em !important;
}

.u-mt--4xi {
  margin-top: 4em !important;
}

.u-mt--4x {
  margin-top: 4em;
}

.u-mt--8x {
  margin-top: 8em;
}

.u-mt--neg-2x {
  margin-top: -2em;
}

.u-mt--neg-4x {
  margin-top: -4em;
}

.u-mt--neg-8x {
  margin-top: -8em;
}

.u-mt--neg-15x {
  margin-top: -15em;
}

.u-mt--neg-16x {
  margin-top: -16em;
}

.u-mt--0 {
  margin-top: 0 !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}

.u-mr--0 {
  margin-right: 0 !important;
}

.u-ml--1-2x {
  margin-left: 0.5em;
}

.u-ml--1x {
  margin-left: 1em;
}

.u-ml--4x {
  margin-left: 4em;
}

.u-mb--1-2x {
  margin-bottom: 0.5em;
}

.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-margin--auto {
  margin: auto !important;
}

.u-pt--1-2x {
  padding-top: 0.5em;
}

.u-pt--1x {
  padding-top: 1em;
}

.u-pt--2x {
  padding-top: 2em;
}

.u-pt--3x {
  padding-top: 3em;
}

.u-pt--3-25x {
  padding-top: 3.25em;
}

.u-pt--4x {
  padding-top: 4em;
}

.u-pt--8x {
  padding-top: 8em;
}

.u-pb--1x {
  padding-bottom: 1em;
}

.u-pb--2x {
  padding-bottom: 2em;
}

.u-pb--3x {
  padding-bottom: 3em;
}

.u-pb--4x {
  padding-bottom: 4em;
}

.u-pb--5x {
  padding-bottom: 5em;
}

.u-pb--6x {
  padding-bottom: 6em;
}

.u-pb--8x {
  padding-bottom: 8em;
}

.u-pb--10x {
  padding-bottom: 10em;
}

.u-pb--16x {
  padding-bottom: 16em;
}

.u-pb--18x {
  padding-bottom: 18em;
}

.u-pb--20x {
  padding-bottom: 20em;
}

.u-p--0 {
  padding: 0;
}

.u-pb--0 {
  padding-bottom: 0;
}

.u-pt--0 {
  padding-top: 0;
}

.u-pb--0 {
  padding-bottom: 0;
}

.u-pb--0i {
  padding-bottom: 0 !important;
}

.u-pt--0 {
  padding-top: 0;
}

.u-pl--1x {
  padding-left: 1em;
}

.u-pr-pl--1x {
  padding-left: 1em;
  padding-right: 1em;
}

.u-pr-pl--2x {
  padding-left: 2em;
  padding-right: 2em;
}

.u-pr-pl--3x {
  padding-left: 3em;
  padding-right: 3em;
}

.u-pr--5x {
  padding-right: 5%;
}

.image--round {
  padding: 1em 0;
}

.image--round img {
  max-width: 125px;
  border-radius: 50%;
  vertical-align: middle;
}

.border--none {
  border: none;
}

.border--top-none {
  border-top: none !important;
}

.display--block {
  display: block;
}

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

.hide {
  display: none !important;
}

.display--table {
  display: table;
}

.display--table-cell {
  display: table-cell;
}

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

.vertical--middle {
  vertical-align: middle;
}

.overflow--hidden {
  overflow: hidden;
}

.overflow--visible {
  overflow: visible;
}

.pr {
  position: relative;
}

.pr-z1 {
  position: relative;
  z-index: 1;
}

.vertical-align--bottom {
  vertical-align: bottom !important;
}

.text-transform--none {
  text-transform: none;
}

.text-transform--uppercase {
  text-transform: uppercase !important;
}

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

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

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

.u-alignCenter {
  text-align: center;
}

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

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

@media (max-width: 768px) {
  .u-sm-alignCenter {
    text-align: center;
  }
  .u-sm-alignLeft {
    text-align: left;
  }
  .u-sm-alignRight {
    text-align: right;
  }
  .u-sm-mb--1x {
    margin-bottom: 1em;
  }
  .u-sm-mb--2x {
    margin-bottom: 2em;
  }
  .u-sm-mb--3x {
    margin-bottom: 3em;
  }
  .u-sm-mb--4x {
    margin-bottom: 4em;
  }
  .u-sm-mt--1x {
    margin-top: 1em;
  }
  .u-sm-mt--2x {
    margin-top: 2em;
  }
  .u-sm-mt--3x {
    margin-top: 3em;
  }
}

/**
 *
 *  Hubspot Overrides
 *
 */
.container-fluid .row-fluid .PageCenter,
.container-fluid .row-fluid [class^='PageCenter--'],
.container-fluid .row-fluid [class*=' PageCenter--'] {
  float: none;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid .row-fluid .PageCenter {
  max-width: 1100px;
}

.container-fluid .row-fluid .PageCenter--medium {
  max-width: 960px;
}

.container-fluid .row-fluid .PageCenter--small {
  max-width: 720px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  overflow: inherit;
  padding: 0;
}

.Header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 7px;
}

.join-our-newsletter-group h3 {
  color: #0D2B29;
  font-size: 36px;
  font-weight: 200;
  line-height: 38px;
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
}

.join-our-newsletter-group form {
  max-width: 550px;
}

.join-our-newsletter-group form .hs-form-field .hs-input {
  font-size: 18px;
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  min-height: 45px;
}

.join-our-newsletter-group form .hs-button.primary.large {
  font-size: 18px;
  width: 180px;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
}

.custom-six-col-log-module {
  padding: 20px 0 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-six-col-log-module .custom-logo-column {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 10px 10px;
}

@media (max-width: 499px) {
  .custom-six-col-log-module {
    display: block;
  }
  .custom-six-col-log-module .custom-logo-column {
    display: inline-block;
    width: 26%;
    margin: 10px 2% 20px;
    text-align: center;
  }
}

/**
 *
 * Blog post and Features blog post styles
 *
 */
.Blog--featuredPost {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  padding: 3em 2em;
  position: relative;
  margin-bottom: 2em;
  text-align: left;
}

.Blog--featuredPost-image {
  display: table-cell;
  width: 400px;
  vertical-align: top;
}

.Blog--featuredPost-content {
  display: table-cell;
  vertical-align: top;
  padding: 0 2em;
}

.Blog--featuredPost-content h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #648785;
}

.Blog--featuredPost-content h2 {
  margin: 0.5em 0 0.75em 0;
}

.Blog--featuredPost-content h2 a {
  transition: border-bottom 0.4s, color 0.4s;
}

.Blog--featuredPost-content h2 a:hover {
  color: #00BAB7;
}

.Blog--featuredPost-content p {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .Blog--featuredPost {
    padding: 2em 1em;
  }
  .Blog--featuredPost-image {
    display: block;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 1em auto;
  }
  .Blog--featuredPost-content {
    padding: 0 1em;
  }
}

.Blog--topicButtons {
  margin: 1em 0;
  text-align: center;
}

.Blog--topicButtons ul li {
  display: inline-block;
  margin-right: 1em;
}

.Blog--topicButtons ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  border-bottom: 4px solid transparent;
  color: #648785;
  padding-bottom: 8px;
  transition: border-bottom 0.4s, color 0.4s;
}

.Blog--topicButtons ul li a:hover, .Blog--topicButtons ul li a.active {
  color: #0D2B29;
  border-bottom: 4px solid #00BAB7;
}

.Blog--pagination {
  padding: 1em 0;
}

.Blog--pagination .More-posts {
  text-align: center;
}

.next-post {
  float: right;
}

.prev-post {
  float: left;
}

.Post--listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Post--item {
  width: 33%;
  padding: 15px;
}

.Post--item .Post--item-inner {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  /*min-height: 646px;*/
  position: relative;
}

.Post--item .Post--item-imageWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  height: 236px;
  width: 100%;
}

.Post--item .Post--item-contentWrapper {
  padding: 2em 2em 4em;
}

.Post--item .Post--item-contentWrapper .Post--item-header h2 {
  font-size: 24px;
  line-height: 30px;
  color: #0D2B29;
}

.Post--item .Post--item-contentWrapper .Post--item-header h2 a {
  color: #0D2B29;
  transition: border-bottom 0.4s, color 0.4s;
}

.Post--item .Post--item-contentWrapper .Post--item-header h2 a:hover {
  color: #00BAB7;
}

.Post--item .Post--item-subHeader p, .Post--item .Post--item-subHeader span, .Post--item .Post--item-subHeader h2, .Post--item .Post--item-subHeader strong, .Post--item .Post--item-subHeader i {
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  font-size: 18px;
  color: #648785;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.Post--item .Post--item-cta {
  position: absolute;
  bottom: 2em;
  left: 2em;
}

@media (max-width: 979px) {
  .Post--item {
    width: 50%;
  }
}

@media (max-width: 659px) {
  .Post--item {
    width: 100%;
  }
  .Post--item .Post--item-inner {
    min-height: 0;
  }
  .Post--item .Post--item-cta {
    position: static;
    width: 100%;
    display: block;
    padding: 1em 0;
    text-align: center;
  }
}

.Blog--post-hr {
  background-color: #00BAB7;
  width: 65px;
  height: 4px;
  border: none;
}

.Blog--post-author-date .author-link, .Blog--post-author-date .custom-date {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
}

.hs-blog-post .hs-featured-image-link {
  margin-top: 4em;
}

.hs-blog-post .post-header h1 {
  font-size: 48px;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  line-height: 1.4;
}

.blog-section .subheading {
  font-size: 24px;
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
}

.hs-blog-post .post-body {
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  font-size: 18px;
  color: #6a6e6a;
}

@media (max-width: 767px) {
  .hs-blog-post .post-header h1 {
    font-size: 36px;
  }
}

/**
 *
 *  Buttons
 *
 */
.Button, .hs-button.primary,
input[type="submit"],
input[type="button"], .Header .Header---menu-login li:last-child a,
[class^='Button--'],
[class*=' Button--'] {
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s, border 0.4s;
  background-color: #00CD48;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  font-weight: 600;
  height: 45px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}

.Button:active, .hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active, .Header .Header---menu-login li:last-child a:active,
[class^='Button--']:active,
[class*=' Button--']:active, .Button:focus, .hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus, .Header .Header---menu-login li:last-child a:focus,
[class^='Button--']:focus,
[class*=' Button--']:focus, .Button:hover, .hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover, .Header .Header---menu-login li:last-child a:hover,
[class^='Button--']:hover,
[class*=' Button--']:hover {
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  outline: none;
  border: 0;
}

.Button--white {
  background-color: #fff;
  color: #00BAB7;
}

.Button--white:active, .Button--white:focus, .Button--white:hover {
  color: #00BAB7;
  background-color: #fff;
  outline: none;
}

.Button--white.Shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.Button--border, .Header .Header---menu-login li:last-child a {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  line-height: 42px;
}

.Button--border:active, .Header .Header---menu-login li:last-child a:active, .Button--border:focus, .Header .Header---menu-login li:last-child a:focus, .Button--border:hover, .Header .Header---menu-login li:last-child a:hover {
  color: #00BAB7;
  background-color: #fff;
  border: 2px solid #fff;
  outline: none;
}

.Button--border-gray {
  background-color: transparent;
  color: #0D2B29;
  border: 2px solid #0D2B29;
  line-height: 42px;
}

.Button--border-gray:active, .Button--border-gray:focus, .Button--border-gray:hover {
  color: #00BAB7;
  background-color: #fff;
  border: 2px solid #fff;
  outline: none;
}

.Button--border-green, .hs-button.primary,
input[type="submit"],
input[type="button"] {
  background-color: transparent;
  color: #00BAB7;
  border: 2px solid #00BAB7;
  line-height: 42px;
}

.Button--border-green:active, .hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active, .Button--border-green:focus, .hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus, .Button--border-green:hover, .hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background-color: #00BAB7;
  border: 2px solid transparent;
  outline: none;
}

/**
 *
 *  Code Box
 *
 */
.code--box {
  max-width: 800px;
  background-color: #304246;
  border-radius: 6px;
  color: #fff;
  font-family: "Inconsolata", monospace;
  margin: 0 auto;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  text-align: left;
}

.code--box.full {
  max-width: none;
  width: 100%;
  margin-bottom: 2em;
  font-size: 16px;
}

.code--box.full .code--body .codeblock {
  padding: 0;
}

.code--box pre {
  white-space: pre-line;
  margin: 0;
  font-family: "Inconsolata", monospace;
}

.code--box header {
  background-color: #DCDEDE;
  padding: 12px 20px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  line-height: 1;
}

.code--box header span {
  height: 16px;
  width: 16px;
  background: #CCCFCF;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}

.code--box .code--box-content {
  padding: 20px 40px;
  border-bottom: 1px solid #3F575C;
  font-size: 15px;
  line-height: 1.5;
}

.code--box .code--box-content pre {
  position: relative;
  padding-left: 15px;
  font-family: "Inconsolata", monospace;
}

.code--box .code--box-content pre:before {
  content: "$";
  position: absolute;
  left: 0;
  margin-right: 5px;
}

.code--box .code--body {
  padding: 20px 40px;
}

.code--box .code--body .toggle {
  font-family: "AvenirLTStd-Medium", Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.code--box .code--body .toggle:before {
  content: "";
  border-left: 10px solid #2BA3A3;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 30%;
}

.code--box .code--body .toggle.active:before {
  border-top: 10px solid #2BA3A3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.code--box .code--body .response, .code--box .code--body .codeblock {
  padding: 40px 0;
  display: none;
}

.code--box .code--body .response.active, .code--box .code--body .codeblock.active {
  display: block;
}

.code--box .code--body .response .pre .i, .code--box .code--body .response .pre [class^='i-'], .code--box .code--body .response .pre [class*=' i-'], .code--box .code--body .codeblock .pre .i, .code--box .code--body .codeblock .pre [class^='i-'], .code--box .code--body .codeblock .pre [class*=' i-'] {
  display: block;
}

.code--box .code--body .response .pre .i-0, .code--box .code--body .codeblock .pre .i-0 {
  margin-left: 0;
}

.code--box .code--body .response .pre .i-1, .code--box .code--body .codeblock .pre .i-1 {
  margin-left: 20px;
}

.code--box .code--body .response .pre .i-2, .code--box .code--body .codeblock .pre .i-2 {
  margin-left: 40px;
}

.code--box .code--body .response .pre .i-3, .code--box .code--body .codeblock .pre .i-3 {
  margin-left: 60px;
}

.code--box .code--body .response .pre .c-1, .code--box .code--body .codeblock .pre .c-1 {
  color: #00CD48;
}

.code--box .code--body .response .pre .c-2, .code--box .code--body .codeblock .pre .c-2 {
  color: #FF716D;
}

.code--box .code--body .response .pre .c-3, .code--box .code--body .codeblock .pre .c-3 {
  color: #00BAB7;
}

.code--box .code--body .response .pre .c-4, .code--box .code--body .codeblock .pre .c-4 {
  color: #c792ea;
}

.code--box .code--body .response .pre .c-5, .code--box .code--body .codeblock .pre .c-5 {
  color: #82aaff;
}

.code--box .code--body .response .pre .c-6, .code--box .code--body .codeblock .pre .c-6 {
  color: #f78c68;
}

.code--box .code--body .response .pre .c-7, .code--box .code--body .codeblock .pre .c-7 {
  color: #ffcb6b;
}

.code--box .code--body .response .pre .c-8, .code--box .code--body .codeblock .pre .c-8 {
  color: #c3e88d;
}

.code--box .code--body .response .pre .c-9, .code--box .code--body .codeblock .pre .c-9 {
  color: #89ddff;
}

.code--box .code--body .codeblock {
  display: block;
}

/**
 *
 *  Custom Hubspot module styles
 *
 */
.Custom-flex-tile-blocks-three {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

.Custom-flex-tile-blocks-three .Flex--tile {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 33%;
  padding: 1.5em;
  margin: 1em 0;
}
.Custom-flex-tile-blocks-four .Flex--tile {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 25%;
  padding: 1.5em;
  margin: 1em 0;
}
.Custom-flex-tile-blocks-five .Flex--tile {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 20%;
  padding: 1.5em;
  margin: 1em 0;
}
.Custom-flex-tile-blocks-three .Flex--tile img {
  margin-bottom: 1em;
  max-height: 40px;
  max-width: 40px;
}

.Custom-flex-tile-blocks-three .Flex--tile h3 {
  color: #0D2B29;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  font-size: 18px;
}

.Custom-flex-tile-blocks-three.Tabbed-content {
  display: none;
  padding-top: 2em;
}

.Custom-flex-tile-blocks-three.Tabbed-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 899px) {
  .Custom-flex-tile-blocks-three .Flex--tile {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .Custom-flex-tile-blocks-three .Flex--tile {
    width: 100%;
  }
}

.Flex--tile--data-entry img {
  margin-top: -3px;
  margin-bottom: 15px !important;
}

/**
 *
 * Faq regular and Toggle blocks
 *
 */
.Faq {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  text-align: left;
  position: relative;
  margin-bottom: 1em;
}

.Faq.Toggle .Faq--header {
  cursor: pointer;
}

.Faq.Toggle .Faq--header h3:after {
  content: '\203A';
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  text-align: center;
  color: #00BAB7;
  height: 25px;
  font-size: 50px;
  transition: rotate 0.5s linear;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.Faq.Toggle .Faq--header.active h3:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 10px;
}

.Faq.Toggle .Faq--body {
  display: none;
}

.Faq.Toggle .Faq--body.active {
  display: block;
}

.Faq--header {
  padding: 2em;
  display: block;
}

.Faq--header h3 {
  position: relative;
  color: #0D2B29;
  margin-bottom: 0;
}

.Faq--body {
  padding: 1em 2em 2em;
  position: relative;
  display: block;
}

.Faq--body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DDE1D8;
}

@media (max-width: 767px) {
  .Faq--header {
    padding: 1.5em;
  }
  .Faq--body {
    padding: 1.5em;
  }
  .Faq.Toggle .Faq--header h3:after {
    right: -15px;
  }
  .Faq.Toggle .Faq--header.active h3:after {
    right: -5px;
  }
}

/**
 *
 *  Footer Styles
 *
 */
#Footer {
  padding: 5em 0;
  background-color: #0D2B29;
}

#Footer a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.4s;
  padding: 0;
}

#Footer a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#Footer .Footer--menu li {
  margin-bottom: 0.7em;
}

#Footer .Footer--menu li a {
  display: inline-block;
}

#Footer .Footer--menu-info {
  margin-top: 2em;
}

#Footer .Footer--menu-info li {
  margin-right: 0.7em;
  color: #648785;
}

#Footer .Footer--menu-info li a {
  padding: 0;
  display: inline-block;
  color: #648785;
}

#Footer .Footer--menu-info li a:hover {
  color: #648785;
  border-bottom: 1px solid #648785;
}

#Footer .Footer--menu-info li:after {
  content: '|';
  padding-left: 13px;
}

#Footer .Footer--menu-info li:last-child:after {
  content: '';
}

@media (max-width: 767px) {
  #Footer .Footer--menu-info {
    text-align: center;
  }
  #Footer .Footer--menu-info li {
    display: inline-block;
    width: auto;
  }
  #Footer .Footer--menu-info li a {
    width: auto;
  }
}

#Footer .Footer--social-wrapper {
  width: 250px;
  float: right;
}

#Footer ul.Share--icons {
  margin: 1em 0 0 0;
  padding: 0;
}

#Footer ul.Share--icons li {
  display: inline-block;
  margin: 0 0.5em 0 0;
  height: 47px;
  width: 47px;
  background-color: #415755;
  border-radius: 4px;
  transition: background-color 0.6s;
}

#Footer ul.Share--icons li:hover {
  background-color: #00BAB7;
}

#Footer ul.Share--icons li a {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#Footer ul.Share--icons li a:hover {
  border-bottom-color: transparent;
}

#Footer ul.Share--icons li.Share-icon-twitter a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/icon--twitter.svg?t=1533964726973);
}

#Footer ul.Share--icons li.Share-icon-github a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/icon--github.svg?t=1533964726973);
}

#Footer ul.Share--icons li.Share-icon-facebook a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/icon--facebook.svg?t=1533964726973);
}

#Footer ul.Share--icons li.Share-icon-linkedin a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/icon--linkedin.svg?t=1533964726973);
}

@media (max-width: 767px) {
  #Footer .Footer--menu-wrapper {
    float: left;
    width: 50%;
  }
  #Footer .Footer--social-wrapper {
    clear: both;
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 2em;
  }
}

/*** updates for new footer - Dec 2017 ***/
.new-footer {
  background-color: #fbfbfb !important;
  padding: 60px 0px 30px !important;
}

.new-footer .footer-column li {
  height: 18px;
  float: none !important;
}

.new-footer a {
  color: #7c7c7c !important;
  font-size: 15px;
  line-height: 18px;
  font-family: "AvenirLTStd-Book", sans-serif;
}

.new-footer ul.Share--icons {
  float: right;
}

.new-footer h3 {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 16px;
  font-family: "AvenirLTStd-Heavy",sans-serif;
  padding-bottom: 20px;
  letter-spacing: 1px;
}

.new-footer p {
  margin: 0px;
  font-size: 15px;
  line-height: 18px;
  color: #7c7c7c;
  font-family: "AvenirLTStd-Book", sans-serif;
}

.new-footer .footer-column {
  width: 20% !important;
  margin: 0px !important;
  padding: 0px 1.5%;
}

.new-footer .footer-column:first-child {
  padding-left: 0px;
}

.new-footer .footer-column:last-child {
  padding-right: 0px;
}

.new-footer ul.Share--icons li {
  background-color: transparent !important;
}

.new-footer ul.Share--icons li.Share-icon-twitter a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/Icons/twitter.svg?t=1533964726973) !important;
  color: transparent !important;
}

.new-footer ul.Share--icons li.Share-icon-facebook a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/Icons/facebook.svg?t=1533964726973) !important;
}

.new-footer ul.Share--icons li.Share-icon-linkedin a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/Icons/linkedin.svg?t=1533964726973) !important;
}

.new-footer ul.Share--icons li.Share-icon-github a {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/Icons/github.svg?t=1533964726973) !important;
}

@media (max-width: 767px) {
  .new-footer .footer-column:first-child {
    display: none !important;
  }
  .new-footer .footer-column {
    width: 50% !important;
    margin: 0px !important;
    padding: 0px 2% !important;
  }
  .new-footer .footer-column:nth-child(3) {
    min-height: 260px;
  }
  .new-footer .Share--icons {
    float: none !important;
    text-align: center;
  }
}

/**
 *
 * Form, input, submit button styles
 *
 */
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"],
input[type="file"],
textarea,
select {
  color: #0D2B29;
  font-size: 16px;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  box-shadow: none;
}

.widget-type-google_search input {
  display: inline-block;
  margin-top: 1em;
}

.widget-type-google_search .hs-button.primary {
  height: 50px;
}

/**
 *
 *  Header and Navigation Styles
 *
 */
.Header {
  transition: max-height 0.4s ease-in-out;
  max-height: 130px;
  padding-top: 15px;
}

.Header .custom-logo {
  text-align: left;
}

.Header .custom-logo a:hover {
  border-bottom: 1px solid transparent;
}

.Header #nylas-logo-mark, .Header #nylas-logo-text {
  fill: #fff;
}

.Header .Header---menu-primary {
  float: left;
}

.Header .Header---menu-primary, .Header .Header---menu-login {
  text-align: right;
}

.Header .Header---menu-primary li, .Header .Header---menu-login li {
  margin: 0 8px;
}

.Header .Header---menu-primary li a, .Header .Header---menu-login li a {
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  transition: border-bottom 0.4s, color 0.4s;
  margin: 5px 0;
  line-height: 20px;
  padding: 7px;
  max-width: none;
}

.Header .Header---menu-primary li a:hover, .Header .Header---menu-login li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.Header .Header---menu-primary li.active a, .Header .Header---menu-login li.active a {
  border-bottom: 2px solid #fff;
}

.Header .Header---menu-login {
  float: right;
  text-align: right;
}

.Header .Header---menu-login li:last-child {
  margin-right: 0;
  margin-left: 3px;
}

.Header .Header---menu-login li:last-child a {
  background-color: #007EE5;
  border-color: #007EE5;
  margin: 0;
  padding: 0 30px !important;
  max-width: none;
}

.Header .Header---menu-login li:last-child a:active, .Header .Header---menu-login li:last-child a:focus, .Header .Header---menu-login li:last-child a:hover {
  color: #007ee5;
  background-color: #fff;
  border: 2px solid #fff;
  outline: none;
  font-weight: 400;
}

.Header .menu-mobile-trigger {
  width: 25px;
  height: 35px;
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  display: none;
}

.Header .menu-mobile-trigger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  background: #fff;
  transition: opacity 0.4s, top 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.4s, top 0.2s, transform 0.2s;
}

.Header .menu-mobile-trigger span:nth-child(2) {
  top: 8px;
}

.Header .menu-mobile-trigger span:nth-child(3) {
  top: 16px;
}

.Header .menu-mobile-trigger.is-active span {
  background: #00BAB7 !important;
}

.Header .menu-mobile-trigger.is-active span:nth-child(2) {
  opacity: 0;
}

.Header .menu-mobile-trigger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.Header .menu-mobile-trigger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

.Header .Header---menu-mobile {
  display: none;
  text-align: left;
  background-color: #F0F2F2;
}

.Header .Header---menu-mobile .Mobile--menu-primary {
  border-top: 2px solid #B1C3C2;
}

.Header .Header---menu-mobile .Mobile--menu-primary li a {
  background-color: #fff;
  padding: 0.75em 1.2em;
  color: #0D2B29;
  border-bottom: 1px solid #B1C3C2;
  position: relative;
  transition: color 0.4s;
}

.Header .Header---menu-mobile .Mobile--menu-primary li a:hover {
  color: #00BAB7;
}

.Header .Header---menu-mobile .Mobile--menu-primary li a:after {
  content: '›';
  color: #00BAB7;
  position: absolute;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

.Header .Header---menu-mobile .Mobile--menu-secondary {
  float: left;
  padding: 2em 0.5em 2em 2em;
  width: 25%;
  font-size: 14px;
}

.Header .Header---menu-mobile .Mobile--menu-secondary:nth-child(2) ul {
  border-right: 1px solid #648785;
}

.Header .Header---menu-mobile .Mobile--menu-secondary li {
  margin-bottom: 0.7em;
}

.Header .Header---menu-mobile .Mobile--menu-secondary a {
  color: #648785;
  display: inline-block;
  padding: 0;
  transition: border-bottom 0.4s, color 0.4s;
}

.Header .Header---menu-mobile .Mobile--menu-secondary a:hover {
  color: #00BAB7;
}

.Header .Header---menu-mobile .Mobile--menu-cta {
  float: left;
  padding: 2em 1em;
  width: 50%;
  text-align: center;
}

.Header .Header---menu-mobile .Mobile--menu-cta .Button--white {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.Header .Header---menu-mobile .Mobile--menu-signin {
  background-color: #0D2B29;
  padding: 10px;
}

.Header .Header---menu-mobile .Mobile--menu-signin a {
  color: #fff;
}

.Header .Header---menu-mobile .Mobile--menu-signin .Mobile-signin, .Header .Header---menu-mobile .Mobile--menu-signin .Mobile-create-account {
  float: left;
  width: 50%;
  padding: 0.5em 1em;
}

.Header .Header---menu-mobile .Mobile--menu-signin .Mobile-signin {
  text-align: left;
}

.Header .Header---menu-mobile .Mobile--menu-signin .Mobile-signin a {
  position: relative;
}

.Header .Header---menu-mobile .Mobile--menu-signin .Mobile-signin a:after {
  content: '›';
  color: #00BAB7;
  position: absolute;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  right: -20px;
}

.Header .Header---menu-mobile .Mobile--menu-signin .Mobile-create-account {
  text-align: right;
}

.Header .hs-header-group .Header--menu-wrap {
  margin-left: 0px;
}

.Header .hs-header-group .Header--menu-wrap ul {
  float: left;
}

.Header .hs-header-group .custom-logo {
  max-width: 156.71px;
  width: 12.8%;
}

.Header .Header---menu-login ul {
  margin-left: 91px;
}

.Header .hs-header-group .Header--menu-wrap {
  width: 87.2%;
}
/*----------------11/08/2018--------------------*/

/*-------------------------------media query-------------*/
@media (max-width: 1270px) {
  .Header .Header---menu-primary {
    width: 65%;
  }
  .Header .Header---menu-login-wrapper {
    width: 35%;
    margin-left: 0px;
    max-width: 255px;
    float: right;
  }
  .Header .Header---menu-login ul {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .Header .Header--menu-wrap {
    float: right;
    margin-left: 0;
  }
  .Header .Header---menu-primary li, .Header .Header---menu-login li {
    margin: 0 0.4em;
  }
  .Header .Header---menu-primary li a, .Header .Header---menu-login li a {
    padding: 7px 0;
  }
  .Header .Header---menu-login li:last-child a, .Header.Header--menu-is-dark .Header---menu-login li:last-child a {
    padding: 0 12px !important;
  }
}

@media (max-width: 1100px) {
  .Header .Header---menu-primary {
    width: 71%;
  }
  .Header .Header---menu-primary ul {
    float: right !important;
  }
  .Header .Header---menu-login-wrapper {
    width: 29%;
  }
}

@media (max-width: 1023px) {
  .Header .Header---menu-primary li, .Header .Header---menu-login li {
    margin: 0 0.3em;
  }
  .Header .Header---menu-primary li a, .Header .Header---menu-login li a {
    padding: 7px 0;
  }
}

@media (max-width: 965px) {
  .Header .Header---menu-primary li a,
  .Header .Header---menu-login li a {
    font-size: 14px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .Header .Header---menu-login li:last-child a, .Header .Header.Header--menu-is-dark .Header---menu-login li:last-child a {
    padding: 0px 5px !important;
  }
}

@media (max-width: 899px) {
  .Header .custom-logo a {
    margin-left: 0;
  }
  .Header .Header---menu-primary li, .Header .Header---menu-login li {
    margin: 0;
  }
  .Header .Header---menu-login {
    margin-right: 0;
  }
  .Header .Header---menu-login li:last-child a, .Header.Header--menu-is-dark .Header---menu-login li:last-child a {
    padding: 0 !important;
    font-weight: 400;
  }
}

@media (max-width: 830px) {
  .Header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

@media (max-width: 767px) {
  .Header {
    background-color: #fff;
    height: 75px;
    overflow: hidden;
  }
  .Header .hs-header-group .Header--menu-wrap {
    width: 100%;
  }
  .Header .PageCenter {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .Header .hs-header-group {
    padding: 0;
  }
  .Header .Header--menu-wrap {
    float: none;
  }
  .Header .menu-mobile-trigger {
    display: block;
  }
  .Header .menu-mobile-trigger span {
    background: #0D2B29;
  }
  .Header .Header---menu-primary li, .Header .Header---menu-login li {
    margin: 0 8px;
  }
  .Header .Header---menu-primary li a, .Header .Header---menu-login li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0D2B29;
  }
  .Header .Header---menu-primary li a:hover, .Header .Header---menu-login li a:hover {
    color: #0D2B29;
    border-bottom: 1px solid #0D2B29;
  }
  .Header .custom-logo {
    width: 120px;
    padding: 0.4em 0 0.9em;
  }
  .Header .custom-logo a {
    margin-left: 20px;
  }
  .Header .custom-logo svg {
    width: 100px;
  }
  .Header #nylas-logo-mark, .Header #nylas-logo-text {
    fill: #0D2B29;
  }
  .Header.is-active {
    height: auto;
    max-height: 720px;
  }
  .Header.is-active .Header---menu-mobile {
    display: block;
  }
  .Header .Header---menu-login li:last-child a, .Header.Header--menu-is-dark .Header---menu-login li:last-child a {
    padding: 0 10px !important;
  }
  .Header .Header---menu-login {
    position: absolute;
    top: 15px;
    right: 80px;
  }
  .Header .Header---menu-login li {
    width: auto;
    display: inline-block;
  }
  .Header .Header---menu-login li a {
    width: auto;
    display: inline-block;
  }
  .Header .Header---menu-login li:last-child a {
    height: 45px;
    line-height: 45px;
  }
  .Header .Header---menu-login li:last-child a:hover {
    border: 2px solid #0D2B29;
    color: #0D2B29 !important;
  }
  .Header .Header---menu-primary {
    display: none;
  }
}

@media (max-width: 599px) {
  .Header .Header---menu-login {
    display: none;
  }
  .Header .custom-logo svg {
    width: 80px;
  }
  .Header .Header---menu-mobile .Mobile--menu-cta {
    width: 100%;
    padding: 0 1em 2em;
  }
  .Header .Header---menu-mobile .Mobile--menu-cta p {
    margin-top: 0;
  }
  .Header .Header---menu-mobile .Mobile--menu-secondary {
    width: 50%;
    padding: 1em 0.5em 1em 2em;
  }
  .Header .Header---menu-mobile .Mobile--menu-secondary ul {
    margin-bottom: 0;
  }
  .Header .Header---menu-mobile .Mobile--menu-secondary:nth-child(2) ul {
    border-right: none;
  }
}

.Header.Header--menu-is-dark #nylas-logo-mark, .Header.Header--menu-is-dark #nylas-logo-text {
  fill: #0D2B29;
}

.Header.Header--menu-is-dark .Header---menu-primary li a, .Header.Header--menu-is-dark .Header---menu-login li a {
  color: #0D2B29;
}

.Header.Header--menu-is-dark .Header---menu-primary li a:hover, .Header.Header--menu-is-dark .Header---menu-login li a:hover {
  color: #0D2B29;
  border-bottom: 1px solid #2b2b2b;
}

.Header.Header--menu-is-dark .Header---menu-primary li.active a, .Header.Header--menu-is-dark .Header---menu-login li.active a {
  border-bottom: 2px solid #2b2b2b;
}

.Header.Header--menu-is-dark .Header---menu-login li:last-child a {
  background-color: #007EE5;
  border-color: #007EE5;
  color: #fff;
  margin: 0;
}

.Header.Header--menu-is-dark .Header---menu-login li:last-child a:active, .Header.Header--menu-is-dark .Header---menu-login li:last-child a:focus, .Header.Header--menu-is-dark .Header---menu-login li:last-child a:hover {
  color: #007EE5;
  background-color: #fff;
  border-color: #fff;
  font-weight: 400;
}

.Header.Header--menu-is-dark .menu-mobile-trigger span {
  background: #2b2b2b;
}

.Header.Header--menu-is-dark .Header---menu-primary li a {
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  color: #2b2b2b;
}

.hs-header-group .PageCenter {
  max-width: 1260px !important;
}

.Header .Header---menu-login li:last-child a {
  padding: 0px 18px !important;
  font-weight: 400;
}

/**
 *
 *  Hero Styles
 *
 */
.HeroSection {
  position: relative;
}

.HeroSection .HeroSection--wrap {
  min-height: 600px !important;
}

.HeroSection .HeroSection--wrap-small {
  min-height: 540px !important;
}

.HeroSection .HeroSection--wrap-landing {
  min-height: 450px !important;
}

.HeroSection--white {
  background: #fff;
  position: relative;
}

.HeroSection--white .HeroSection--wrap {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-white.svg?t=1533964726973);
  background-position: top right;
  background-repeat: no-repeat;
}

.HeroSection--green {
  background: linear-gradient(-90deg, #00A8A6 7%, #8DF1BD 96%);
  position: relative;
}

.HeroSection--green .HeroSection--wrap {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-green.svg?t=1533964726973);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.HeroSection--purple {
  background-image: linear-gradient(-109deg, #2C418B 5%, #E38DC8 89%);
  position: relative;
}

.HeroSection--purple .HeroSection--wrap {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-purple.svg?t=1533964726973);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.HeroSection--purple .HeroSection--wrap:before {
  content: "";
  bottom: 0;
  left: -120px;
  position: absolute;
  width: 697px;
  height: 656px;
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-purple-2.svg?t=1533964726973);
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
}

.HeroSection--purple .HeroSection--wrap > .row-fluid-wrapper {
  position: relative;
 /* z-index: 5; */
}

.HeroSection--green-light, .HeroSection--green-light-two, .HeroSection--green-light-three {
  background-image: linear-gradient(-90deg, #CEF4D5 7%, #C5EFED 96%);
  position: relative;
}

.HeroSection--green-light .HeroSection--wrap, .HeroSection--green-light-two .HeroSection--wrap, .HeroSection--green-light-three .HeroSection--wrap {
  background-position: bottom left;
  background-repeat: no-repeat;
}

.HeroSection--green-light .HeroSection--content, .HeroSection--green-light-two .HeroSection--content, .HeroSection--green-light-three .HeroSection--content {
  padding: 6em 0 0;
}

.HeroSection--green-light .HeroSection--content h1, .HeroSection--green-light-two .HeroSection--content h1, .HeroSection--green-light-three .HeroSection--content h1 {
  color: #0D2B29;
  margin-bottom: 0.35em;
}

.HeroSection--green-light .HeroSection--content h3, .HeroSection--green-light-two .HeroSection--content h3, .HeroSection--green-light-three .HeroSection--content h3, .HeroSection--green-light .HeroSection--content p, .HeroSection--green-light-two .HeroSection--content p, .HeroSection--green-light-three .HeroSection--content p {
  color: #648785;
}

.HeroSection--green-light-two .HeroSection--wrap {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-green-light-2.svg?t=1533964726973);
  background-position: 0 0;
}

.HeroSection--green-light-three .HeroSection--wrap {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-green-light-3.svg?t=1533964726973);
  background-position: top right;
}

.HeroSection--green-dark {
  background-image: linear-gradient(-109deg, #008280 5%, #00B9B6 89%);
  position: relative;
}

.HeroSection--green-dark .HeroSection--wrap {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-green-dark.svg?t=1533964726973);
  background-position: left top;
  background-repeat: no-repeat;
}

.HeroSection--blog {
  background-image: linear-gradient(-90deg, #CEF4D5 7%, #C5EFED 96%);
  position: relative;
}

.HeroSection--blog .HeroSection--wrap {
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--hero-blog.svg?t=1533964726973);
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 0;
}

.HeroSection--blog .HeroSection--content h1 {
  color: #0D2B29;
}

.HeroSection--blog .HeroSection--content h3, .HeroSection--blog .HeroSection--content p {
  color: #648785;
}

.HeroSection--home .HeroSection--wrap {
  min-height: 740px !important;
}

.HeroSection--home .HeroSection--content {
  padding: 6em 2em;
}

.HeroSection--home .HeroSection--content .HeroSection--text {
  padding: 1em;
  text-align: left;
}

.HeroSection--home .HeroSection--content .HeroSection--text h1 {
  color: #0D2B29;
  margin-bottom: 0.5em;
}

.HeroSection--home .HeroSection--content .HeroSection--text h3, .HeroSection--home .HeroSection--content .HeroSection--text p {
  color: #648785;
}

.HeroSection--home .HeroSection--content .HeroSection--text .Button, .HeroSection--home .HeroSection--content .HeroSection--text .hs-button.primary, .HeroSection--home .HeroSection--content .HeroSection--text
input[type="submit"], .HeroSection--home .HeroSection--content .HeroSection--text
input[type="button"], .HeroSection--home .HeroSection--content .HeroSection--text .Header .Header---menu-login li:last-child a, .Header .Header---menu-login li:last-child .HeroSection--home .HeroSection--content .HeroSection--text a,
.HeroSection--home .HeroSection--content .HeroSection--text [class^='Button--'],
.HeroSection--home .HeroSection--content .HeroSection--text [class*=' Button--'] {
  margin-right: 1em;
}

@media (max-width: 899px) {
  .HeroSection--home .HeroSection--content .HeroSection--text .Button, .HeroSection--home .HeroSection--content .HeroSection--text .hs-button.primary, .HeroSection--home .HeroSection--content .HeroSection--text
  input[type="submit"], .HeroSection--home .HeroSection--content .HeroSection--text
  input[type="button"], .HeroSection--home .HeroSection--content .HeroSection--text .Header .Header---menu-login li:last-child a, .Header .Header---menu-login li:last-child .HeroSection--home .HeroSection--content .HeroSection--text a,
  .HeroSection--home .HeroSection--content .HeroSection--text [class^='Button--'] {
    margin-right: 0.5em;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .HeroSection--home .HeroSection--content .HeroSection--text {
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
  }
  .HeroSection--home .HeroSection--content .HeroSection--text .Button, .HeroSection--home .HeroSection--content .HeroSection--text .hs-button.primary, .HeroSection--home .HeroSection--content .HeroSection--text
  input[type="submit"], .HeroSection--home .HeroSection--content .HeroSection--text
  input[type="button"], .HeroSection--home .HeroSection--content .HeroSection--text .Header .Header---menu-login li:last-child a, .Header .Header---menu-login li:last-child .HeroSection--home .HeroSection--content .HeroSection--text a,
  .HeroSection--home .HeroSection--content .HeroSection--text [class^='Button--'],
  .HeroSection--home .HeroSection--content .HeroSection--text [class*=' Button--'] {
    margin-bottom: 1em;
  }
  .HeroSection--home .HeroSection--content .HeroSection--image {
    padding: 1em;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .HeroSection--home .HeroSection--content .HeroSection--text, .HeroSection--home .HeroSection--content .HeroSection--image {
    padding: 0;
  }
}

.HeroSection--content {
  z-index: 1;
  text-align: center;
  padding: 8em 0 0;
}

.HeroSection--content h1, .HeroSection--content h3, .HeroSection--content p {
  color: #fff;
}

.HeroSection--content h1 {
  margin-bottom: 0;
}

.HeroSection--content p {
  font-size: 24px;
}

.HeroSection--content p.Text--small {
  font-size: 14px;
}

/**
 *
 * JobOpening
 *
 */
.JobOpening {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  padding: 2em;
  position: relative;
  margin-bottom: 2em;
}

.JobOpening:after {
  content: '\203A';
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 25px;
  text-align: center;
  color: #00BAB7;
  height: 25px;
  line-height: 25px;
  font-size: 50px;
  transition: rotate 0.5s linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.JobOpening-info {
  width: 70%;
  text-align: left;
}

.JobOpening-info h4 {
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  font-size: 14px;
  color: #648785;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.JobOpening-info h3 {
  font-size: 24px;
  color: #0D2B29;
  margin: 0;
}

.JobOpening-location {
  width: 30%;
  text-align: left;
  position: relative;
}

.JobOpening-location p {
  margin: 0;
  font-size: 14px;
  color: #648785;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .JobOpening {
    display: block;
  }
  .JobOpening .JobOpening-info, .JobOpening .JobOpening-location {
    display: block;
    width: 100%;
  }
  .JobOpening .JobOpening-location p {
    position: relative;
  }
  .JobOpening:after {
    right: 0.25em;
  }
}

/**
 *
 *  Page Section styles
 *
 */
.PageSection {
  text-align: center;
}

.PageSection .PageSection--wrap {
  padding: 4em 0;
  overflow: hidden;
}

.PageSection .PageSection--wrap-small {
  padding: 2em 0;
}

.PageSection .PageSection--wrap-medium {
  padding: 6em 0;
}

.PageSection .PageSection--wrap-large {
  padding: 8em 0;
}

.PageSection .PageSection--wrap-jumbo {
  padding: 10em 0;
}

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

.PageSection--gray, .PageSection--gray-shard-bottom, .PageSection--gray-shard-middle {
  background-color: #F0F2F2;
}

.PageSection--green {
  background-color: #00BAB7;
}

.PageSection--green h2, .PageSection--green h3 {
  color: #fff;
}

.PageSection--green h2 {
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
}

.PageSection--purple, .PageSection--purple-shard {
  background-image: linear-gradient(-109deg, #2C418B 5%, #E38DC8 89%);
}

.PageSection--purple .PageCenter h2, .PageSection--purple-shard .PageCenter h2 {
  color: #fff;
}

.PageSection--purple .PageCenter h3, .PageSection--purple-shard .PageCenter h3 {
  color: #fff;
}

.PageSection--purple-shard .PageSection--wrap {
  position: relative;
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--shard-purple-1.svg?t=1533964726973);
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
}

.PageSection--purple-shard .PageSection--wrap:after {
  width: 408px;
  height: 558px;
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--shard-purple-2.svg?t=1533964726973);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.PageSection--purple-shard .PageSection--wrap > .row-fluid-wrapper {
  position: relative;
  z-index: 5;
}

.PageSection--gray-shard-bottom .PageSection--wrap {
  position: relative;
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--shard-gray-bottom.svg?t=1533964726973);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.PageSection--gray-shard-middle .PageSection--wrap {
  position: relative;
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--shard-gray-middle-1.svg?t=1533964726973);
  background-position: center left;
  background-repeat: no-repeat;
  position: relative;
}

.PageSection--gray-shard-middle .PageSection--wrap:after {
  width: 826px;
  height: 853px;
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--shard-gray-middle-2.svg?t=1533964726973);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  right: -200px;
  bottom: 0;
}

.PageSection--gray-shard-middle .PageSection--wrap > .row-fluid-wrapper {
  position: relative;
  z-index: 5;
}

.PageSection-pricing-boxes {
  position: relative;
}

.PageSection-pricing-boxes .PageSection--wrap {
  overflow: visible;
  margin-top: -13em;
}

.PageSection--image-left .Image {
  display: table-cell;
  text-align: right;
}

.PageSection--image-left .Content {
  display: table-cell;
  max-width: 600px;
  padding: 3em;

  text-align: left;
}

@media (max-width: 989px) {
  .PageSection--image-left .Image, .PageSection--image-left .Content {
    display: block;
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .PageSection--image-left .Image {
    margin-top: 2em;
  }
  .PageSection--image-left .Image img {
    max-width: 500px;
  }
  .PageSection--image-left .Content {
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .PageSection--image-left .Content {
    padding: 2em;
  }
}

@media (max-width: 599px) {
  .PageSection--image-left .Content {
    padding: 2em 1em;
  }
}

.PageSection .Header--dark h2, .PageSection .Header--dark h3 {
  color: #0D2B29;
}

.PageSection .PageCenter h3:first-of-type {
  margin-top: 0;
}

.PageSection .PageCenter h2:first-of-type {
  margin-bottom: 0.5em;
}

/**
 *
 * Pricing Block Styles
 *
 */
.Pricing--module {
  width: 100%;
  background: #F0F2F2;
  text-align: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.Pricing--module .Top {
  background: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 2em 1em;
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.1);
  min-height: 335px;
}

.Pricing--module .Top hr {
  width: 65px;
  height: 5px;
  border: 0;
}

.Pricing--module .Top .Title {
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  font-size: 24px;
  color: #0D2B29;
}

.Pricing--module .Top .Price-block .Price {
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  font-size: 48px;
  color: #2D5E5C;
  position: relative;
}

.Pricing--module .Top .Price-block .Price sup {
  font-size: 24px;
}

.Pricing--module .Top .Price-block .Price-Text {
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  color: #648785;
  font-size: 18px;
}

.Pricing--module .Bottom {
  padding: 2em 1.5em 2em 2em;
  min-height: 500px;
  position: relative;
}

.Pricing--module .Bottom .Detail {
  text-align: left;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  font-size: 14px;
  color: #0D2B29;
}

.Pricing--module .Bottom .Content {
  text-align: left;
  font-size: 14px;
}

.Pricing--module .Bottom .Content ul {
  list-style-type: none;
  padding: 0;
  margin: 1em 0 0 0.5em;
}

.Pricing--module .Bottom .Content ul li {
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  color: #0D2B29;
  margin-bottom: 1em;
  position: relative;
}

.Pricing--module .Bottom .Content ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -23px;
  height: 15px;
  width: 15px;
  background: url(https://cdn2.hubspot.net/hubfs/3314308/icon--checkmark.svg?t=1533964726973);
  background-repeat: no-repeat;
}

.Pricing--module .Bottom .Content ul li a {
  color: #0D2B29;
  text-decoration: none;
  border-bottom: 1px dotted #0D2B29;
}

.Pricing--module .Bottom .Content--bottom {
  position: absolute;
  bottom: 2em;
  width: 200px;
}

.Pricing--module .Bottom .Content--bottom .Contact p {
  margin-bottom: 0.5em;
  font-size: 18px;
}

.Pricing--module .Bottom .Content--bottom [class='Button'],
.Pricing--module .Bottom .Content--bottom [class^='Button--'],
.Pricing--module .Bottom .Content--bottom [class*=' Button--'] {
  padding: 0;
  width: 100%;
}

.Pricing--module .Bottom .Content--bottom .Button, .Pricing--module .Bottom .Content--bottom .hs-button.primary, .Pricing--module .Bottom .Content--bottom
input[type="submit"], .Pricing--module .Bottom .Content--bottom
input[type="button"] {
  padding: 0;
  width: 100%;
}

.Pricing--module.Dark {
  background: #0D2B29;
  color: #fff;
}

.Pricing--module.Dark .Top {
  box-shadow: none;
  background: #0D2B29;
}

.Pricing--module.Dark .Top .Title {
  color: #fff;
}

.Pricing--module.Dark .Top .Price-block .Price-Text {
  color: #fff;
  font-family: "AvenirLTStd-Medium", "Helvetica", sans-serif;
  font-size: 36px;
  line-height: 78px;
}

.Pricing--module.Dark .Top .Price {
  color: #fff;
}

.Pricing--module.Dark .Top .Price-Description {
  color: #00BAB7;
}

.Pricing--module.Dark .Bottom {
  color: #fff;
}

.Pricing--module.Dark .Bottom .Detail {
  color: #fff;
}

.Pricing--module.Dark .Bottom .Content ul li {
  color: #fff;
}

.Pricing--module.Dark .Bottom .Content ul li:before {
  background: url(https://cdn2.hubspot.net/hubfs/3314308/icon--checkmark-green.svg?t=1533964726973);
  background-repeat: no-repeat;
}

.Pricing--module.Dark .Bottom .Content--bottom .Contact p {
  color: #fff;
}

@media (max-width: 1079px) {
  .Pricing--module {
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  .Pricing--module .Top {
    min-height: 0;
  }
  .Pricing--module .Bottom {
    min-height: 0;
  }
  .Pricing--module .Bottom .Content--bottom {
    margin-top: 1em;
    position: relative;
    bottom: auto;
    width: 100%;
  }
}

/**
 *
 * Resource Promo Boxes
 *
 */
.Promo {
  border-radius: 4px;
  padding: 2em 3em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  margin-bottom: 2em;
}

.Promo .Promo--icon {
  padding: 0.5em 2em 0.5em 0;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.Promo .Promo--content {
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.Promo .Promo--content h3 {
  margin-bottom: 0;
}

.Promo .Promo--content p {
  margin: 0;
}

.Promo .Promo--cta {
  display: inline-block;
  text-align: right;
  padding: 0 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.Promo.Dark {
  background-color: #0D2B29;
  background-image: url(https://cdn2.hubspot.net/hubfs/3314308/bg--shard-promo-dark.svg?t=1533964726973);
  background-repeat: no-repeat;
  background-position: top right;
}

.Promo.Dark .Promo--content h3, .Promo.Dark .Promo--content p {
  color: #fff;
}

@media (max-width: 767px) {
  .Promo.Dark {
    background-size: cover;
  }
}

.Promo.Gray {
  background-color: #F0F2F2;
}

@media (max-width: 859px) {
  .Promo .Promo--icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .Promo {
    display: block;
  }
  .Promo .Promo--content {
    text-align: center;
    margin-bottom: 1em;
  }
}

.empower-banner {
  background: #123539;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .empower-banner {
    display: none !important;
  }
}

.empower-banner img {
  display: block;
  margin: 0 auto;
  max-width: 1193px;
  width: 100%;
}

.close-empower-banner {
  color: #fff;
  text-decoration: none;
  position: absolute;
  margin: 0 auto;
  top: 5px;
  right: 5px;
  font-size: 18px;
  font-weight: 600;
}

/**
 *
 *  Quote Styles
 *
 */
.Quote--outer {
  max-width: 960px;
  margin: 3em auto;
}

.Quote--wrap {
  border-left: 10px solid rgba(133, 154, 153, 0.5);
  padding-left: 60px;
}

.Quote--wrap .Quote--text {
  margin-bottom: 2.5em;
}

.Quote--wrap .Quote--text p {
  margin-top: 0;
  color: #0D2B29;
  font-size: 30px;
  line-height: 34px;
  text-align: left;
}

.Quote--wrap .Quote--image {
  width: 80px !important;
  float: left;
}

.Quote--wrap .Quote--image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  margin: 0 auto;
}

.Quote--wrap .Quote--citation h3 {
  color: #0D2B29;
  font-size: 18px;
  margin: 0.5em 0 0;
  text-align: left;
}

.Quote--wrap .Quote--citation p {
  text-align: left;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 767px) {
  .Quote--wrap {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
  .Quote--wrap .Quote--text p {
    font-size: 22px;
    text-align: center;
  }
  .Quote--wrap .Quote--image {
    margin: 0 auto !important;
    float: none;
  }
  .Quote--wrap .Quote--citation {
    float: none;
  }
  .Quote--wrap .Quote--citation h3, .Quote--wrap .Quote--citation p {
    text-align: center;
  }
}

.cycle-pager {
  margin-top: 2.5em;
  display: none;
}

.cycle-pager span {
  font-size: 30px;
  line-height: 10px;
  margin-right: 5px;
}

.cycle-pager span.cycle-pager-active {
  color: #0D2B29;
}

/**
 *
 *  Tabs and Tab content styles
 *
 */
.Tabs,
[class^='Tabs--'],
[class*=' Tabs--'] {
  border-bottom: 1px solid #859A99;
  padding: 0;
}

.Tabs .Tab--item,
[class^='Tabs--'] .Tab--item,
[class*=' Tabs--'] .Tab--item, .Tabs [class^='Tab--item-'],
[class^='Tabs--'] [class^='Tab--item-'],
[class*=' Tabs--'] [class^='Tab--item-'], .Tabs [class*=' Tab--item-'],
[class^='Tabs--'] [class*=' Tab--item-'],
[class*=' Tabs--'] [class*=' Tab--item-'] {
  display: inline-block;
}

.Tabs .Tab--item a,
[class^='Tabs--'] .Tab--item a,
[class*=' Tabs--'] .Tab--item a, .Tabs [class^='Tab--item-'] a,
[class^='Tabs--'] [class^='Tab--item-'] a,
[class*=' Tabs--'] [class^='Tab--item-'] a, .Tabs [class*=' Tab--item-'] a,
[class^='Tabs--'] [class*=' Tab--item-'] a,
[class*=' Tabs--'] [class*=' Tab--item-'] a {
  display: block;
  font-size: 24px;
  color: #648785;
  padding-bottom: 1em;
  position: relative;
}

.Tabs .Tab--item a:after,
[class^='Tabs--'] .Tab--item a:after,
[class*=' Tabs--'] .Tab--item a:after, .Tabs [class^='Tab--item-'] a:after,
[class^='Tabs--'] [class^='Tab--item-'] a:after,
[class*=' Tabs--'] [class^='Tab--item-'] a:after, .Tabs [class*=' Tab--item-'] a:after,
[class^='Tabs--'] [class*=' Tab--item-'] a:after,
[class*=' Tabs--'] [class*=' Tab--item-'] a:after {
  border-bottom: 7px solid transparent;
  transition: border-bottom 0.4s;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  position: absolute;
}

.Tabs .Tab--item a:before,
[class^='Tabs--'] .Tab--item a:before,
[class*=' Tabs--'] .Tab--item a:before, .Tabs [class^='Tab--item-'] a:before,
[class^='Tabs--'] [class^='Tab--item-'] a:before,
[class*=' Tabs--'] [class^='Tab--item-'] a:before, .Tabs [class*=' Tab--item-'] a:before,
[class^='Tabs--'] [class*=' Tab--item-'] a:before,
[class*=' Tabs--'] [class*=' Tab--item-'] a:before {
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 15px solid #00CD48;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.Tabs .Tab--item a:hover,
[class^='Tabs--'] .Tab--item a:hover,
[class*=' Tabs--'] .Tab--item a:hover, .Tabs .Tab--item a.active,
[class^='Tabs--'] .Tab--item a.active,
[class*=' Tabs--'] .Tab--item a.active, .Tabs [class^='Tab--item-'] a:hover,
[class^='Tabs--'] [class^='Tab--item-'] a:hover,
[class*=' Tabs--'] [class^='Tab--item-'] a:hover, .Tabs [class^='Tab--item-'] a.active,
[class^='Tabs--'] [class^='Tab--item-'] a.active,
[class*=' Tabs--'] [class^='Tab--item-'] a.active, .Tabs [class*=' Tab--item-'] a:hover,
[class^='Tabs--'] [class*=' Tab--item-'] a:hover,
[class*=' Tabs--'] [class*=' Tab--item-'] a:hover, .Tabs [class*=' Tab--item-'] a.active,
[class^='Tabs--'] [class*=' Tab--item-'] a.active,
[class*=' Tabs--'] [class*=' Tab--item-'] a.active {
  color: #0D2B29;
}

.Tabs .Tab--item a:hover:after,
[class^='Tabs--'] .Tab--item a:hover:after,
[class*=' Tabs--'] .Tab--item a:hover:after, .Tabs .Tab--item a.active:after,
[class^='Tabs--'] .Tab--item a.active:after,
[class*=' Tabs--'] .Tab--item a.active:after, .Tabs [class^='Tab--item-'] a:hover:after,
[class^='Tabs--'] [class^='Tab--item-'] a:hover:after,
[class*=' Tabs--'] [class^='Tab--item-'] a:hover:after, .Tabs [class^='Tab--item-'] a.active:after,
[class^='Tabs--'] [class^='Tab--item-'] a.active:after,
[class*=' Tabs--'] [class^='Tab--item-'] a.active:after, .Tabs [class*=' Tab--item-'] a:hover:after,
[class^='Tabs--'] [class*=' Tab--item-'] a:hover:after,
[class*=' Tabs--'] [class*=' Tab--item-'] a:hover:after, .Tabs [class*=' Tab--item-'] a.active:after,
[class^='Tabs--'] [class*=' Tab--item-'] a.active:after,
[class*=' Tabs--'] [class*=' Tab--item-'] a.active:after {
  border-bottom: 7px solid #00CD48;
}

.Tabs .Tab--item a:hover:before,
[class^='Tabs--'] .Tab--item a:hover:before,
[class*=' Tabs--'] .Tab--item a:hover:before, .Tabs .Tab--item a.active:before,
[class^='Tabs--'] .Tab--item a.active:before,
[class*=' Tabs--'] .Tab--item a.active:before, .Tabs [class^='Tab--item-'] a:hover:before,
[class^='Tabs--'] [class^='Tab--item-'] a:hover:before,
[class*=' Tabs--'] [class^='Tab--item-'] a:hover:before, .Tabs [class^='Tab--item-'] a.active:before,
[class^='Tabs--'] [class^='Tab--item-'] a.active:before,
[class*=' Tabs--'] [class^='Tab--item-'] a.active:before, .Tabs [class*=' Tab--item-'] a:hover:before,
[class^='Tabs--'] [class*=' Tab--item-'] a:hover:before,
[class*=' Tabs--'] [class*=' Tab--item-'] a:hover:before, .Tabs [class*=' Tab--item-'] a.active:before,
[class^='Tabs--'] [class*=' Tab--item-'] a.active:before,
[class*=' Tabs--'] [class*=' Tab--item-'] a.active:before {
  opacity: 1;
}

.Tabs .Tab--item.Icon i,
[class^='Tabs--'] .Tab--item.Icon i,
[class*=' Tabs--'] .Tab--item.Icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  vertical-align: middle;
  transition: fill 0.4s;
}

.Tabs .Tab--item.Icon i svg,
[class^='Tabs--'] .Tab--item.Icon i svg,
[class*=' Tabs--'] .Tab--item.Icon i svg {
  max-width: 40px;
}

.Tabs .Tab--item.Icon:hover i [id='Icon--email'], .Tabs .Tab--item.Icon.active i [id='Icon--email'],
[class^='Tabs--'] .Tab--item.Icon:hover i [id='Icon--email'],
[class^='Tabs--'] .Tab--item.Icon.active i [id='Icon--email'],
[class*=' Tabs--'] .Tab--item.Icon:hover i [id='Icon--email'],
[class*=' Tabs--'] .Tab--item.Icon.active i [id='Icon--email'] {
  fill: #00CD48;
}

.Tabs .Tab--item.Icon:hover i [id='Icon--calendar'], .Tabs .Tab--item.Icon.active i [id='Icon--calendar'],
[class^='Tabs--'] .Tab--item.Icon:hover i [id='Icon--calendar'],
[class^='Tabs--'] .Tab--item.Icon.active i [id='Icon--calendar'],
[class*=' Tabs--'] .Tab--item.Icon:hover i [id='Icon--calendar'],
[class*=' Tabs--'] .Tab--item.Icon.active i [id='Icon--calendar'] {
  fill: #00BAB7;
}

.Tabs .Tab--item.Icon:hover i [id='Icon--contacts'], .Tabs .Tab--item.Icon.active i [id='Icon--contacts'],
[class^='Tabs--'] .Tab--item.Icon:hover i [id='Icon--contacts'],
[class^='Tabs--'] .Tab--item.Icon.active i [id='Icon--contacts'],
[class*=' Tabs--'] .Tab--item.Icon:hover i [id='Icon--contacts'],
[class*=' Tabs--'] .Tab--item.Icon.active i [id='Icon--contacts'] {
  fill: #D6EB00;
}

.Tabs .Tab--item.Calendar a:before,
[class^='Tabs--'] .Tab--item.Calendar a:before,
[class*=' Tabs--'] .Tab--item.Calendar a:before {
  border-top: 15px solid #00BAB7;
}

.Tabs .Tab--item.Calendar a:hover:after, .Tabs .Tab--item.Calendar a.active:after,
[class^='Tabs--'] .Tab--item.Calendar a:hover:after,
[class^='Tabs--'] .Tab--item.Calendar a.active:after,
[class*=' Tabs--'] .Tab--item.Calendar a:hover:after,
[class*=' Tabs--'] .Tab--item.Calendar a.active:after {
  border-bottom: 7px solid #00BAB7;
}

.Tabs .Tab--item.Contacts a:before,
[class^='Tabs--'] .Tab--item.Contacts a:before,
[class*=' Tabs--'] .Tab--item.Contacts a:before {
  border-top: 15px solid #D6EB00;
}

.Tabs .Tab--item.Contacts a:hover:after, .Tabs .Tab--item.Contacts a.active:after,
[class^='Tabs--'] .Tab--item.Contacts a:hover:after,
[class^='Tabs--'] .Tab--item.Contacts a.active:after,
[class*=' Tabs--'] .Tab--item.Contacts a:hover:after,
[class*=' Tabs--'] .Tab--item.Contacts a.active:after {
  border-bottom: 7px solid #D6EB00;
}

@media (max-width: 1023px) {
  .Tabs .Tab--item.Icon i,
  [class^='Tabs--'] .Tab--item.Icon i,
  [class*=' Tabs--'] .Tab--item.Icon i {
    margin-right: 12px;
  }
  .Tabs .Tab--item a,
  [class^='Tabs--'] .Tab--item a,
  [class*=' Tabs--'] .Tab--item a {
    font-size: 22px;
  }
}

@media (max-width: 959px) {
  .Tabs .Tab--item.Icon i,
  [class^='Tabs--'] .Tab--item.Icon i,
  [class*=' Tabs--'] .Tab--item.Icon i {
    display: none;
  }
}

@media (max-width: 599px) {
  .Tabs .Tab--item a,
  [class^='Tabs--'] .Tab--item a,
  [class*=' Tabs--'] .Tab--item a {
    font-size: 15px;
  }
  .Tabs .Tab--item a:before,
  [class^='Tabs--'] .Tab--item a:before,
  [class*=' Tabs--'] .Tab--item a:before {
    display: none;
  }
}

.Tabs--three .Tab--item {
  width: 32.9%;
}

@media (max-width: 768px) {
  .Tabs--three .Tab--item {
    width: 31.9%;
  }
}

/**
 *
 * Tile Infobox 
 * based on tile. This is a custom module in Hubspot.
 */
.Tile--InfoBox {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  padding: 3em 2em;
  position: relative;
  border: 1px solid rgba(100, 135, 133, 0.5);
  margin-bottom: 1.5em;
}

.Tile--InfoBox .Right {
  display: table-cell;
}

.Tile--InfoBox .Left {
  display: table-cell;
}

.Tile--InfoBox .Level {
  width: 165px;
  padding: 1.5em 2em;
  margin-right: 4em;
}

.Tile--InfoBox .Level .Kicker {
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.Tile--InfoBox .Level .Level--number {
  color: #fff;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  font-size: 72px;
  line-height: 72px;
  padding: 0;
  margin: 0;
}

.Tile--InfoBox .Content {
  text-align: left;
}

@media (max-width: 599px) {
  .Tile--InfoBox .Right, .Tile--InfoBox .Left {
    display: block;
    margin: 0 auto;
  }
  .Tile--InfoBox .Level {
    margin: 0 auto;
    padding: 1em;
    width: auto;
    max-width: 200px;
  }
  .Tile--InfoBox .Content {
    text-align: center;
    margin-top: 2em;
  }
}

/**
 *
 *  Tile Styles
 *
 */
.Tile,
[class^='Tile--'],
[class*=' Tile--'] {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
  padding: 3em 2em;
  text-align: center;
  position: relative;
}

.Tile .Icon-wrap,
[class^='Tile--'] .Icon-wrap,
[class*=' Tile--'] .Icon-wrap {
  margin-bottom: 2em;
}

.Tile h3,
[class^='Tile--'] h3,
[class*=' Tile--'] h3 {
  color: #0D2B29 !important;
}

.Tile [class='Button'],
[class^='Tile--'] [class='Button'],
[class*=' Tile--'] [class='Button'], .Tile [class^='Button--'],
[class^='Tile--'] [class^='Button--'],
[class*=' Tile--'] [class^='Button--'], .Tile [class*=' Button--'],
[class^='Tile--'] [class*=' Button--'],
[class*=' Tile--'] [class*=' Button--'] {
  position: absolute;
  bottom: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 959px) {
  .Tile,
  [class^='Tile--'],
  [class*=' Tile--'] {
    padding: 2em 1.5em;
  }
  .Tile [class='Button'],
  .Tile [class^='Button--'],
  [class^='Tile--'] [class='Button'],
  [class^='Tile--'] [class^='Button--'],
  [class*=' Tile--'] [class='Button'],
  [class*=' Tile--'] [class^='Button--'] {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .Tile,
  [class^='Tile--'],
  [class*=' Tile--'] {
    margin-bottom: 2em;
  }
  .Tile [class='Button'],
  .Tile [class^='Button--'],
  .Tile [class*=' Button--'],
  [class^='Tile--'] [class='Button'],
  [class^='Tile--'] [class^='Button--'],
  [class^='Tile--'] [class*=' Button--'],
  [class*=' Tile--'] [class='Button'],
  [class*=' Tile--'] [class^='Button--'],
  [class*=' Tile--'] [class*=' Button--'] {
    position: static;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
}

/**
 *
 *  Try API Box Styles (Relative of Codebox)
 *
 */
.TryApi {
  background-color: #0D2B29;
  max-width: 830px;
  border-radius: 6px;
  color: #fff;
  margin: 0 auto;
  box-shadow: 0px 2px 6px 0px rgba(133, 154, 153, 0.3);
}

.TryApi .text {
  display: table-cell;
  background-color: #00BAB7;
  color: #fff;
  padding: 1em;
  font-size: 18px;
  font-family: "AvenirLTStd-Heavy", "Helvetica", sans-serif;
  width: 20%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: relative;
}

.TryApi .text span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.TryApi .text:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 15px;
  border-color: transparent transparent transparent #00BAB7;
}

.TryApi .code {
  font-family: "Inconsolata", monospace;
  display: table-cell;
  padding: 1em 1em 1em 2.5em;
  font-size: 16px;
  text-align: left;
  background-color: #0D2B29;
  width: 80%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: left;
}

.TryApi .code pre {
  white-space: pre-line;
  padding-left: 15px;
  position: relative;
  font-family: "Inconsolata", monospace;
}

.TryApi .code pre:before {
  content: "$";
  position: absolute;
  left: 0;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .TryApi .text {
    display: block;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1.5em 0;
  }
  .TryApi .text:after {
    top: 85%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 25px solid #00BAB7;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .TryApi .code {
    display: block;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

.Page-blog-landing .HeroSection-content {
  padding: 6em 0 0;
}

.Page-blog-landing .HeroSection-content h1 {
  margin-bottom: 1em;
}

@media (max-width: 424px) {
  .Page-blog-landing .blog .hs-blog-header h1 {
    margin-bottom: 20px !important;
  }
}

/**
 *
 *  New case studies page
 *
 */
.Page-case-studies .HeroSection--home .HeroSection--wrap {
  min-height: 600px !important;
}

.Page-case-studies .HeroSection--home .HeroSection--content {
  padding-top: 95px;
  padding-bottom: 0px;
}

.Page-case-studies .HeroSection--content .HeroSection--text {
  padding-left: 141px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-section-case-studies-text p,
.Page-case-studies .HeroSection--home .HeroSection--content .HeroSection--text p {
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-size: 18px;
  line-height: 14px;
  text-align: left;
  color: rgba(12, 102, 222, 0.7678);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
}

.Page-case-studies .HeroSection--home .HeroSection--content .HeroSection--text h1,
.hero-section-title h1 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #2b2b2b;
  text-align: left;
  max-width: 823px;
  margin-bottom: 152px;
}

.hero-section-logo-wrapper {
  max-width: 912.5px;
  margin: 0px auto !important;
  float: none !important;
}

.anchor-link-section-wrapper {
  max-width: 861px;
  margin: 0px auto !important;
  float: none !important;
}

.hero-section-logo,
.anchor-link {
  width: 20% !important;
  padding: 0px 1%;
  margin-left: 0px !important;
}

.hero-section-logo img {
  vertical-align: middle;
  display: table-cell;
  height: 37px;
  text-align: center;
  float: none;
  margin: 0px auto !important;
}

.anchor-link-section-wrapper {
  padding-bottom: 84px;
}

.anchor-link p {
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #2b2b2b;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 48px;
  text-decoration: none;
  margin-top: 0px;
}

.anchor-link img {
  float: left;
}

.anchor-link-section-wrapper .anchor-link:first-child {
  width: 15% !important;
}

.anchor-link-section-wrapper .anchor-link:nth-child(2) {
  width: 25% !important;
}

.Page-case-studies .PageSection--wrap {
  padding-top: 67px;
}

.case-study-header {
  float: none !important;
  margin: 0px auto !important;
  max-width: 131px;
}

.case-study-header img {
  max-width: 36px;
  float: left;
}

.case-study-header h2 {
  float: left;
  margin: 0px;
  padding-left: 15px;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-size: 30px;
  line-height: 41px;
  padding-bottom: 10px;
}

.Page-case-studies .PageSection .PageCenter h2:first-of-type {
  margin-bottom: 0px;
}

.two-column-section-wrapper {
  border-top: 1px solid #e4e4e4;
  max-width: 968px;
  float: none !important;
  margin: 0px auto !important;
  padding: 40px 15px 100px;
}

.case-study-image-1 {
  margin-bottom: 15px;
}

.other-side {
  float: right;
  width: 50%;
  margin: 0px;
  padding-left: 1.5%;
  padding-right: 0px;
}

.text-side {
  float: left;
  width: 50%;
  padding-right: 1.5%;
  padding-left: 0px;
  margin: 0px;
  text-align: left;
}

.text-to-right .text-side {
  float: right;
  width: 50%;
  margin: 0px;
  padding-left: 1.5%;
  padding-right: 0px;
}

.text-to-right .other-side {
  float: left;
  width: 50%;
  padding-right: 1.5%;
  padding-left: 0px;
  margin: 0px;
}

.case-study-image-2 {
  margin-bottom: 15px;
}

.read-more-wrapper {
  padding: 16px 24px 25px 21px;
  background-color: #f1f5f8;
}

.case-study-read-more {
  margin-left: 0px;
  padding-left: 26px;
}

.case-study-read-more p {
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: #2c2c2c;
  letter-spacing: .95px;
  margin-top: 0px;
}

.case-study-read-more a {
  color: #0c66de;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  letter-spacing: .95px;
  float: left;
  padding-top: 5px;
}

.case-study-read-more a:hover {
  border-bottom: 1px solid #0c66de;
}

.case-study-logo {
  margin: 10px 0px;
}

.case-study-quote:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -8px;
  font-size: 28px;
}

.case-study-quote.gray-quote:before {
  color: #dadada;
}

.case-study-quote p {
  font-size: 21px;
  line-height: 29px;
  letter-spacing: .5px;
  color: #323232;
  font-family: "AvenirLTStd-Light", sans-serif;
  font-style: italic;
}

.case-study-quote p:first-child {
  margin-top: 0px;
}

.case-study-quote {
  margin-top: 15px;
  margin-bottom: 14px;
}

.case-study-person p {
  margin-top: 0px;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: .05px;
  color: #75787f;
}

.case-study-person .person-name {
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 38px;
  letter-spacing: .9px;
}

.case-study-description p {
  font-family: "AvenirLTStd-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
  letter-spacing: .9px;
  margin-top: 41px;
}

.bottom-border {
  border-bottom: 1px solid #e4e4e4;
}

.cta-section-wrapper h2 {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-size: 25px;
  line-height: 34px;
  color: #2b2b2b;
  max-width: 634px;
  float: none;
  margin: 0px auto;
  padding-bottom: 25px;
  padding-top: 40px;
}

.cta-button {
  margin-bottom: 36px;
}

.Page-case-studies .PageSection--white {
  background: #fff;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fff, rgba(15, 133, 189, 0.01));
  /* Standard syntax */
}


@media (max-width: 767px) {
  .Page-case-studies .HeroSection--content .HeroSection--text {
    padding: 0px 15px;
    max-width: 588px;
  }
  .hero-section-case-studies-text p,
  .Page-case-studies .HeroSection--home .HeroSection--content .HeroSection--text p {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .Page-case-studies .HeroSection--home .HeroSection--content .HeroSection--text h1,
  .hero-section-title h1 {
    font-size: 25px;
    line-height: 35px;
    max-width: 588px;
    margin-bottom: 89px;
  }
  .case-study-header h2 {
    font-size: 25px;
    line-height: 29px;
  }
  .case-study-quote:before {
    font-size: 25px;
  }
  .case-study-quote p {
    font-size: 18px;
    line-height: 24px;
  }
  .case-study-read-more p {
    font-size: 14px;
    line-height: 19px;
  }
  .case-study-person .person-name {
    font-size: 16px;
    line-height: 14px;
  }
  .case-study-person p {
    font-size: 16px;
    line-height: 29px;
  }
  .case-study-description p {
    font-size: 15px;
    line-height: 21px;
    margin-top: 23px;
  }
  .two-column-section-wrapper {
    padding: 48px 0px 54px;
  }
  .cta-section-wrapper h2 {
    padding-top: 28px;
  }
  .hero-section-logo, .anchor-link {
    float: left !important;
  }
  .anchor-link-section-wrapper {
    display: none !important;
  }
  .Page-case-studies .PageSection--wrap {
    padding-top: 32px;
  }
  .case-study-header img {
    margin-bottom: 13px;
  }
  .case-study-headshot,
  .read-more-icon {
    max-width: 64px;
    float: left !important;
    margin-right: 10px;
  }
  .text-to-left .text-side {
    float: left !important;
    width: 50% !important;
  }
  .text-to-left .other-side {
    float: right !important;
    width: 50% !important;
  }
}

@media (max-width: 599px) {
  .Page-case-studies .HeroSection--home .HeroSection--wrap {
    min-height: 1px !important;
  }
  .Page-case-studies .HeroSection--home .HeroSection--content {
    padding-top: 56px;
  }
  .Page-case-studies .HeroSection--home .HeroSection--content .HeroSection--text h1,
  .hero-section-title h1 {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 77px;
  }
  .hero-section-logo-wrapper {
    display: none !important;
  }
  .two-column-section-wrapper {
    padding-top: 19px;
  }
  .case-study-quote {
    margin-top: 10px;
  }
  .text-side,
  .other-side,
  .text-to-left .text-side,
  .text-to-left .other-side {
    width: 100% !important;
  }
  .text-to-left .other-side,
  .other-side {
    margin-top: 15px !important;
  }
  .case-study-quote p {
    font-size: 16px;
  }
  .case-study-headshot img {
    max-width: 43px;
  }
  .case-study-person .person-name,
  .case-study-person p,
  .case-study-description p {
    font-size: 14px;
    line-height: 22px;
  }
  .case-study-logo img {
    max-width: 126px;
  }
  .case-study-description p {
    line-height: 19px;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .read-more-icon {
    max-width: 32px;
    margin-bottom: 30px;
  }
  .cta-section-wrapper h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/**
 *
 *  Developer Page Styles
 *
 */
.Page-developer .HeroSection--content {
  padding: 6em 0 0;
}

.Page-developer .HeroSection h1 {
  margin-bottom: 0.3em;
}

.Page-developer .HeroSection h3 {
  margin-bottom: 3.8em;
}

.Page-developer .PageSection-one-to-many .Block--text {
  padding-top: 8em;
}

.Page-developer .Header-sdk {
  margin-bottom: 1em;
}

.Page-developer .Header-sdk .Header-sdk-icon img {
  height: 40px;
  width: 40px;
}

.Page-developer .Header-sdk .Header-sdk-text {
  margin-left: 0;
}

.Page-developer .Header-sdk .Header-sdk-text h3 {
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.Page-developer .Header-sdk .Header-sdk-text p {
  margin: 0 0 10px;
}

.Page-developer .Header-sdk .Header-sdk-cta {
  float: right;
  text-align: right;
}

@media (max-width: 1023px) {
  .Page-developer .PageSection-one-to-many .Block--text {
    padding-top: 4em;
  }
}

@media (max-width: 767px) {
  .Page-developer .PageSection-one-to-many .Block--text {
    padding-top: 2em;
  }
  .Page-developer .PageSection-one-to-many .Block--image {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .Page-home .HeroSection--content .HeroSection--text {
    text-align: center;
    margin-bottom: 2em;
  }
  .Page-home .HeroSection--content .HeroSection--image {
    padding: 1em;
  }
}

/**
 *
 * Jobs Page
 *
 */
@media (max-width: 767px) {
  .Page-jobs .PageSection ul {
    margin-bottom: 2em;
  }
  .Page-jobs .PageSection ul li {
    text-align: left;
  }
}

.Page-landing .Header--menu-wrap {
  display: none;
}

@media (max-width: 767px) {
  .Page-landing .Header--menu-wrap {
    display: block;
  }
}

.Page-nylas-mail .custom-six-col-log-module {
  padding: 20px 0 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Page-nylas-mail .custom-six-col-log-module .custom-logo-column {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 10px 10px;
}

@media (max-width: 499px) {
  .Page-nylas-mail .custom-six-col-log-module {
    display: block;
  }
  .Page-nylas-mail .custom-six-col-log-module .custom-logo-column {
    display: inline-block;
    width: 26%;
    margin: 10px 2% 20px;
    text-align: center;
  }
}

/**
 *
 * Pricing Page specific styles
 *
 */
.Page-pricing .HeroSection--content {
  padding-top: 4em;
}

@media (max-width: 1079px) {
  .Page-pricing .Pricing--column {
    width: 48.618784527%;
    margin-left: 2.762430939%;
  }
  .Page-pricing .Pricing--column:nth-child(3) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .Page-pricing .Pricing--column {
    width: 100%;
    margin-left: 0;
  }
}

/**
 *
 *  Solutions Page Styles
 *
 */
.Page-solutions .HeroSection--content {
  padding: 4em 0 0;
}

.Page-solutions .HeroSection--content h3 {
  margin-top: 0.5em;
}

.Page-solutions .Laptop {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Page-solutions .email-sync-icon {
  padding-top: 2em;
  margin-top: 9em;
  margin-bottom: 2em;
}

.Page-solutions .contact-sync-content {
  float: right;
}

.Page-solutions .contact-sync-text {
  width: 80%;
  margin-left: 6%;
}

.Page-solutions .contact-sync-icon {
  width: 12.5%;
}

@media (max-width: 767px) {
  .Page-solutions .Laptop {
    position: relative;
  }
  .Page-solutions .email-sync-icon {
    padding-top: 0;
    margin-top: 0;
  }
  .Page-solutions .contact-sync-text, .Page-solutions .contact-sync-icon {
    width: 100%;
    margin-left: 0;
  }
  .Page-solutions .contact-sync-content {
    margin-bottom: 2em;
  }
}

.Page-solutions [data-words] {
  vertical-align: top;
  position: static;
}

.Page-solutions [data-words] > span {
  position: absolute;
}

.Page-team .hs-team-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Page-team .custom-team-member-module {
  width: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 15px 30px 15px;
}

@media (max-width: 1023px) {
  .Page-team .custom-team-member-module {
    width: 33%;
  }
}

@media (max-width: 768px) { 
    .Case-study-may-2018 .HeroSection--home .HeroSection--content .HeroSection--text {
    text-align: left;
    }   
}
@media (max-width: 767px) {
    .Page-team .custom-team-member-module {
    width: 50%;
    }
    .Case-study-may-2018 .hero-three-column-container > .row-fluid-wrapper > .row-fluid:before, .Case-study-may-2018 .hero-three-column-container > .row-fluid-wrapper > .row-fluid:after {
    display:none;
    }
    .Case-study-may-2018 .hero-three-column-container > .row-fluid-wrapper > .row-fluid {
    display: flex;
    justify-content: space-between;
    }
    .Case-study-may-2018 .hero-three-column-container  .hero-column-block {
    width:32%;
    }
    .Case-study-may-2018 .HeroSection--home .HeroSection--content h1 {
    font-size: 30px;
    margin: 0 0 10px !important;
    }
    .Case-study-may-2018 .HeroSection .hero-sub-heading h3 {
    font-size: 25px;
    line-height: 1.3;
    }
    .Case-study-may-2018 .hero-three-column-container {
    margin-top:20px;
    }
    .hero-three-column-container .hero-column-block .details {
    font-size: 20px;
    padding-left: 20px;
    }
    .Case-study-may-2018 .HeroSection .PageCenter {
    padding-bottom: 0;
    padding-top: 40px;
    }
    .case-study-two-column-container .case-study-left-container {
    width: 100%;
    padding-right: 0;
    }
    .case-study-two-column-container .case-study-right-container {
    width: 100%;
    }
    .case-study-two-column-container .case-study-left-container p {
    font-size: 20px;
    margin: 0 0 20px;
    }
    .case-study-two-column-container .case-study-left-container .hs_cos_wrapper_type_rich_text {
    margin: 0 0 20px;
    }
    .case-study-two-column-container .case-study-left-container h2 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 1.3;
    }
    .case-study-two-column-container .case-study-left-container .hs_cos_wrapper_type_linked_image {
    margin: 0 0 40px;
    }
    .case-study-two-column-container .case-study-right-container ul li {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 1.5;
    }
    .case-study-right-container .customer-block .customer-details p {
    font-size: 20px;
    line-height: 1.5;
    }
    .case-study-two-column-container .case-study-right-container h2 {
    font-size: 30px;
    margin: 0 0 20px;
    }
    .request-demo-section {
    padding: 20px 0;
    }
    .request-demo-section h2 {
    font-size: 30px;
    line-height: 1.3;
    }
    .request-demo-section .cta_button {
    font-size: 20px !important;
    padding: 16px 25px !important;
    }
    .case-study-two-column-container .case-study-right-container {
    width: 100%;
    padding: 10px 0 30px;
    }
    .case-study-two-column-container .case-study-right-container .customer-block {
    margin-bottom:40px;
    }
    .case-study-two-column-container {
    padding-bottom: 0px;
    }
}

@media (max-width: 599px) {
    .Page-team .custom-team-member-module {
    width: 100%;
    }
    .hero-three-column-container .hero-column-block .details {
    font-size: 18px;
    }
    .hero-three-column-container .hero-column-block .image-icons img {
    max-width: 35px;
    }
}
@media (max-width: 500px) { 
    .Case-study-may-2018 .hero-three-column-container .hero-column-block {
        width: 100%;
    }      
    .Case-study-may-2018 .hero-three-column-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    }
    .Case-study-may-2018 .hero-three-column-container .hero-column-block {
    width: 100%;
    margin: 0 0 20px;
    }
     .Case-study-may-2018 .hero-three-column-container .hero-column-block:last-child {
         margin-bottom:0;
     }
    .Case-study-may-2018 .HeroSection--home .HeroSection--content .HeroSection--text {
    margin-bottom: 10px;
    }

}
@media (max-width: 480px) { 
    .Case-study-may-2018 .HeroSection--home .HeroSection--content h1 {
    font-size: 27px;
    } 
    .Case-study-may-2018 .HeroSection .hero-sub-heading h3 {
    font-size: 22px;
    }
}

/* No files to import found in shared//**/
/* */
