/****************************************/
/*      ^^^^^^ CSS Imports ^^^^^^       */
/*       Add external fonts above       */
/****************************************/
@import url("https://use.typekit.net/lbx7hfw.css");
@import '//cdnjs.cloudflare.com/ajax/libs/hamburgers/0.9.3/hamburgers.min.css';

@font-face {
  font-family: 'modern_pictograms_proregular';
  src: url('//www.owllabs.com/hubfs/Assets%202018%20S2/Fonts/modernpictogramspro_2.34.woff2') format('woff2'),
    url('//www.owllabs.com/hubfs/Assets%202018%20S2/Fonts/modernpictogramspro_2.34.woff') format('woff'),
    url('//www.owllabs.com/hubfs/Assets%202018%20S2/Fonts/modernpictogramspro_2.34.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

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


/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards 		*/
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive 				    */
/*                                      */
/****************************************/

/*************** Base sets ***************/
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #373e40;
  font-family: quasimoda, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  float: none !important;
  width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .page-center {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }    
}
@media (min-width: 768px) {
  .page-center {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1140px !important;
  }
  .page-center.maxwidth-2{
    max-width: 1270px !important;
  }
}

/*************** Globals ***************/
a {
  color: #4B50F8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a:hover,
a:focus {
  color:#071d49; 
}
img {
  max-width: 100%;
  height: auto;
}
.hs_cos_wrapper_type_rich_text table {
  width: 100%;
}
.row-fluid [class*="span"] {
  min-height: 1px;
}
.widget-type-space {
  padding: 1px;
}

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  padding: 0;
  text-rendering: optimizelegibility;
}
p ~ p {
  margin-top: 20px;
}
label {
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-rendering: optimizelegibility;
  word-wrap: break-word;
}
h1, .h1,
h2, .h2 {
  font-size: 36px;
  line-height: 1.1944;
  font-weight: 300;
}
.h3-l h3 {
  font-size: 30px;
  line-height: 1.2;
}
h3, .h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
}
h4, .h4 {
  font-size: 21px;
  line-height: 1.4286;
}

@media screen and (max-width: 767px) {
  h1, .h1,
  h2, .h2 {
    font-size: 28px;
    line-height: 1.125;
  }
  h3, .h3 {
    font-size: 21px;
    line-height: 1.19;
  }
  .h3-l h3 {
    font-size: 28px;
    line-height: 1.125;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 1.6667;
  }
}

/* -------- Highlighted Text -------- */
::-moz-selection {
  /*   text-shadow: none; */
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  /*   text-shadow: none; */
  background: #b3d4fc;
  text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
  color: rgba(0,0,0,0.75);
}

/* -------- Lists -------- */
li {
  text-rendering: optimizelegibility;
}

/* -------- 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 {
  font-family: quasimoda, sans-serif;
  background-color: transparent;
  padding: 0px 8px;
  font-size: 16px;
  font-weight: 400;
}
textarea:focus, 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 {
  outline: none;
}
select, .hs-form input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.hs-form-field > label {
  display: block;	
}
a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  max-width: none;
}
.hs-error-msgs, .hs-form .inputs-list {
  list-style: none;
}

/* ------------- Global Classes ------------- */
.btn {
  font-size: 18px;
  line-height: 1.2222;
  font-weight: 500;
  display: inline-block;
  padding: 13px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
}
.btn-primary, .btn-primary:focus {
  border-color: #4B50F8;
  background-color: #4B50F8;
  color: #fff;
}
.btn-primary:hover {
  border-color: #0BD3B6;
  background-color: #0BD3B6;
  color: #fff;
}
.btn-primary-nofill, .btn-primary-nofill:focus {
  border-color: #4B50F8;
  background-color: transparent;
  color: #4B50F8;
}
.btn-primary-nofill:hover {
  border-color: #0BD3B6;
  background-color: #0BD3B6;
  color: #fff;
}
.btn-white, .btn-white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #373E40;
}
.btn-white:hover {
  border-color: #373E40;
  background-color: #373E40;
  color: #fff;
}
.btn-white-nofill, .btn-white-nofill:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white-nofill:hover {
  border-color: #373E40;
  background-color: #373E40;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 1px !important;
    padding: 12px 33px 10px;
  }
}

.c-white {
  color: #fff;
}
.c-primary {
  color: #4B50F8;
}

.bg-white {
  background-color: #ffffff;
}
.bg-primary {
  background-color: #4B50F8;
}
.bg-dark {
  background-color: #373E40;
}
.bg-secondary { 
  background-color: rgba(214,225,229,0.5);
}
.bg-gray { background-color: #eaf0f2; }
.bg-image {
  background-size: cover;
  background-position: center;
}
.bg-image.left-center {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg-image.left-top {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}

.section { padding: 100px 0; }

@media screen and (max-width: 768px){
  .section { padding: 50px 0; }
}


.ta-center {
  text-align: center;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.fw-bold {
  font-weight: 600;
}
.fw-medium {
  font-weight: 500;
}
.fw-regular {
  font-weight: 300;
}

.uppercase { 
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .ta-md-center {
    text-align: center;
  }
  .ta-md-left {
    text-align: left;
  }
  .ta-md-right {
    text-align: right;
  }
}

.padding-top {
  padding-top: 100px;
}
.padding-bottom {
  padding-bottom: 100px;
}
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-padding-top {
  padding-top: 120px;
}
.section-padding-bottom {
  padding-bottom: 120px;
}
.section-padding2 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-padding2-top {
  padding-top: 75px;
}
.section-padding2-bottom {
  padding-bottom: 75px;
}
.section-padding3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding3-top {
  padding-top: 100px;
}
.section-padding3-bottom {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px){
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-padding-top {
    padding-top: 60px;
  }
  .section-padding-bottom {
    padding-bottom: 60px;
  }
  .section-padding2 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .section-padding2-top {
    padding-top: 37px;
  }
  .section-padding2-bottom {
    padding-bottom: 37px;
  }
  .section-padding3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding3-top {
    padding-top: 50px;
  }
  .section-padding3-bottom {
    padding-bottom: 50px;
  }
}
.img-round {
  border-radius: 50%;
  overflow: hidden;
}
.sub-text {
  font-size: 21px;
  line-height: 1.5238;
}

@media screen and (min-width: 768px){
  .row-fluid .col-sm-8[class*="span"] {
    max-width: 66.666667%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .row-fluid .col-sm-11[class*="span"] {
    max-width: 91.666667%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .row-fluid .col-sm-10[class*="span"] {
    max-width: 83.333333%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .row-fluid .row-left[class*="span"] {
    margin-left: 0;
  }
  .row-fluid .row-right[class*="span"] {
    margin-right: 0;

  }
}

.customs2-form .hs-form .hs-form-field {
  padding-bottom: 40px;
}
.customs2-form .hs-fieldtype-text .hs-input,
.customs2-form .hs-fieldtype-select .hs-input,
.customs2-form .hs-fieldtype-textarea .hs-input,
.customs2-form .hs-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #B1C8CE;
  color: #768589;
  padding: 0 9.5px;
  border-radius: 0;
}
.customs2-form .hs-fieldtype-text .hs-input:-moz-placeholder {
  color: rgba(177,200,206,0.8);
}
.customs2-form .hs-fieldtype-text .hs-input::-moz-placeholder {
  color: rgba(177,200,206,0.8);
}
.customs2-form .hs-fieldtype-text .hs-input:-ms-input-placeholder {
  color: rgba(177,200,206,0.8);
}
.customs2-form .hs-fieldtype-text .hs-input::-webkit-input-placeholder {
  color: rgba(177,200,206,0.8);
}
.customs2-form .hs-fieldtype-text .hs-input:placeholder-shown {
  color: rgba(177,200,206,0.8);
}
.customs2-form select:invalid {
  color: rgba(177,200,206,0.8);
}
.customs2-form select {
  line-height: 49px;
}
.customs2-form .hs-form .hs-form-field.hs-fieldtype-select .input {
  position: relative;
}
.customs2-form .hs-form .hs-form-field.hs-fieldtype-select .input:after {
  content: '/';
  font-family: 'modern_pictograms_proregular';
  position: absolute;
  top: calc(50% + 2px);
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  color: #4B50F8;
}
.customs2-form .hs-form .hs_submit input[type=submit] {
  font-size: 18px;
  line-height: 1.2222;
  font-weight: 500;
  display: inline-block;
  padding: 13px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  border-color: #4B50F8;
  background-color: #4B50F8;
  color: #fff;
}
.customs2-form .hs-form .hs_submit input[type=submit]:hover {
  border-color: #0BD3B6;
  background-color: #0BD3B6;
  color: #fff;
}
.customs2-form .hs-form-field > label {
  margin-bottom: 8px;
  font-weight: 400;
}
.customs2-form .hs-form-required {
  color: #4B50F8;
  font-weight: 700;
  margin-left: 8px;
}
.customs2-form .legal-consent-container {
  font-size: 13px;
  line-height: 1.2em;
  padding-bottom: 40px;
}
.customs2-form .legal-consent-container .hs-form-field,
.footer-primary-subscription .legal-consent-container .hs-form-field {
  padding-bottom: 0;
  margin-top: 8px;
}
.customs2-form .hs-form-booleancheckbox input[type=checkbox],
.footer-primary-subscription .hs-form-booleancheckbox input[type=checkbox] {
  margin-right: 8px;
  float: none;
  display: inline;
  vertical-align: middle;
}
.customs2-form .hs-form-booleancheckbox input[type=checkbox]~span,
.footer-primary-subscription .hs-form-booleancheckbox input[type=checkbox]~span {
  display: inline;
  margin-left: 0;
  font-size: 13px;
}

/* ------------- Header ------------- */
.header-container-wrapper {
  /*   min-height: 85px; */
  min-height: 60px;
}
.header-container-wrapper .header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
}
.header-primary-logo {
  position: relative;
  /*   top: -7px; */
}
.hamburger { box-shadow: none !important; }
.row-fluid [class*="span"].header-primary-logo img {
  max-width: 120px;
}
.row-fluid [class*="span"].header-primary-logo img {
  max-width: 126px !important;  
}
@media screen and (max-width:1200px) {
  .row-fluid [class*="span"].header-primary-logo img {
    max-width: 120px !important;    
  }
}
.row-fluid [class*="span"].header-primary-nav {
  display: none;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal{
  line-height: 1;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  text-align: left;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: none;
  padding: 8px 0;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  line-height: 1.3;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
  content: 'ﬁ';
  font-family: 'modern_pictograms_proregular';
  padding-left: 5px;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width: 100%;
  white-space: normal;
  font-weight: 500;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a {
  border-bottom: 1px solid transparent;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover, 
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active-brand a {
  background-color: #4B50F8;
  color: #fff;
}
.header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
  background-color: #fff;
  padding: 20px 0;
  position: relative;
  display: none;
}
.row-fluid [class*="span"].header-primary{
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.row-fluid [class*="span"].header-primary.sticky {
  position: fixed;
  top: 0;
  left: 0;
}
.header-primary .hamburger {
  position: absolute;
  top: 4px;
  right: unset;
  left: 0;
}
.header-primary .hamburger-box {
  width: 29px;
}
.header-primary .hamburger:focus, .header-primary .hamburger:active {
  outline: none;
}
.header-primary .hamburger-inner, .header-primary .hamburger-inner:after, .header-primary .hamburger-inner:before {
  width: 29px;
  height: 1px;
  border-radius: 0;
  background-color: #373E40;
}
.child-trigger{
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0px;
  width: 55px;
  min-width: 55px;
  height: 45px;  
  padding: 0;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; 
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 10px; 
  height: 1px; 
  background-color: #373E40; 
  display: block;

}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


*:focus{outline:none;}
::-moz-focus-inner{border:0;}
.first-section{padding:75px 0 0;}
.blog-title h2{font-size:48px; margin: 0 0 55px; line-height: normal;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
.bg-img img{display:none;}

.post-slider{}
.post-slider .post-item{background-color:#f9f9f9; display:flex !important; border-radius: 5px; overflow: hidden; flex-direction: row-reverse;}
.post-slider .post-item:after{display:table; clear:both; content:'';}
.post-slider .post-item .left-text{width:381px; float:left; padding:24px 30px 30px 32px;}
.post-slider .post-item .left-text #hubspot-topic_data{color:#4B50F8; font-size:15px; letter-spacing:1.67px; font-weight:500; padding:0 0 19px;}
.post-slider .post-item .left-text #hubspot-topic_data a{text-transform:uppercase; color:#4B50F8; font-size:15px; letter-spacing:1.67px; font-weight:500; text-decoration:none; border-bottom:1px solid #4B50F8; padding:0 0 3px;}
.post-slider .post-item .left-text #hubspot-topic_data a:hover{color:#191e25;}
.post-slider .post-item .left-text h2 a{font-size:28px; font-weight:300; line-height:40px; text-decoration:none; display:block; margin:0 0 17px;}
.post-slider .post-item .left-text h2 a:hover{color:#4B50F8;}
.post-slider .post-item .right-img{width:calc(100% - 381px); float:left;}
.post-slider.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:10px; text-align:right; padding:0 15px 0 0}
.post-slider.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.post-slider.slick-slider .slick-dots li button{width:12px; height:12px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; transition:all 200ms ease;} 
.post-slider.slick-slider .slick-dots li.slick-active button{opacity:1;}

.date-place{padding:0 0 10px 0;}
.date-place span{display:inline-block; text-transform:uppercase; color:#4B50F8; margin:0 20px 0 0; font-size:15px; letter-spacing:1.3px; font-weight:500; text-decoration:none;}
.date-place img, .slick-slide .date-place img{display:inline-block; vertical-align:top; margin:4px 4px 0 0;}
.date-place #hubspot-topic_data{display:inline-block; padding:0;}
.post-slider.events-slide .post-item .left-text h2 a{margin: 0 0 10px;}
.post-item .date-place #hubspot-topic_data{ display:block;}

.eventpage-listing.post-listing .post-item .post-body #hubspot-topic_data a,
.post-slider.events-slide .post-item .left-text #hubspot-topic_data a{border-bottom:none; letter-spacing: 1.3px;}
.eventpage-listing.post-listing .post-item .post-body #hubspot-topic_data{padding:0;}


.author-bx{line-height:21px; padding:70px 0 0;}
.author-bx .author-photo{width:45px; height:45px; border-radius:100%; float:left; margin:2px 10px 0 0;}
.author-bx .aut-nmae a{text-transform:uppercase; color:#4B50F8; font-size:15px; letter-spacing:1.67px; font-weight:500; text-decoration:none; padding:0 0 3px;}
.author-bx .aut-nmae a:hover{color:#191e25;}
.author-bx .post-date{font-size:14px;}



.search-topic{padding:87px 0 95px;}
.search-topic .subsc-popup{width:auto;}
.search-topic .subsc-popup a{background-color:#4B50F8;border-radius:25px;color:#fff;display:inline-block;padding:9px 10px;text-align:center;text-decoration:none;width:153px;}
.search-topic .subsc-popup a:hover{background-color:#373E40; color:#fff;}

.search-topic .filter-drop{width:auto; margin:auto; position:relative; margin:14px 0 0 37px;}
.search-topic .filter-drop h3{color:#191e25; font-size:18px; font-weight:300; cursor:pointer;}

.search-topic .filter-drop h3:after{content:'”'; display:inline-block; font-family: "modern_pictograms_proregular"; margin: 0 0 0 6px;}
.search-topic .filter-drop .widget-module{background-color:#fff; margin:20px 0 0; z-index: 9; box-shadow:0 0 15px -5px rgba(0,0,0,0.2);left:0;opacity: 0;visibility: hidden;padding:15px 20px;position:absolute;top:100%;width:250px; transform:translateY(-20px); transition: all 400ms ease;}
.search-topic .filter-drop .widget-module li{display:block; list-style:none;}
.search-topic .filter-drop .widget-module li a{display:block; text-decoration:none;}
.search-topic .filter-drop .widget-module.slide{opacity:1; visibility:visible; transform:translateY(0px);}

.search-topic .site-search{float:right; margin:0; width:345px;}
.search-topic .site-search input[type="search"],
.search-topic .site-search input[type="input"] {background:#fff url(https://cdn2.hubspot.net/hubfs/2799205/Owllabs/images/search.svg) no-repeat right center; border:none; border-bottom:solid 2px #d5d7d8; font-family: quasimoda, sans-serif; font-weight: 300; font-size: 18px; padding:6px 0;}
.search-topic .site-search .hs-search-field__suggestions{background-color:#fff;border:medium none;left:0;position:absolute;top:100%; box-shadow:0 0 15px -5px rgba(0,0,0,0.2);}
.search-topic .site-search .hs-search-field__suggestions li{padding: 5px 15px;}
.search-topic .site-search .hs-search-field__suggestions li#results-for{color: #4B50F8;}
.search-topic .site-search .hs-search-field__suggestions a{display:block; text-decoration:none; margin-bottom: 10px; line-height: 27px; font-size: 16px;}
.search-topic .site-search .hs-search-field__suggestions a:hover, .search-topic .site-search .hs-search-field__suggestions a:focus{background:transparent;}
#subscribe_popup .fancybox-close-small{background:url("https://cdn2.hubspot.net/hubfs/2799205/Owllabs/images/2-layers.png") no-repeat center; right:10px; top:10px;}
#subscribe_popup .fancybox-close-small svg{display:none;}

.row-fluid .popup-sbscrb{height:450px;text-align:center; width:915px; padding: 100px 0 0;}
.blog-2018.hs-blog-listing .row-fluid .popup-sbscrb{ width:100%;}
.popup-sbscrb h3{color:#191e25; font-size:30px; margin:26px 0 23px;}
.popup-sbscrb .hs-form{position:relative; max-width: 555px; margin: 0 auto;}
.popup-sbscrb .hs-form .hs-form-field > label{display:none;}
.popup-sbscrb .hs-form .hs-input{border:1px solid #d6e1e5; border-radius:25px; font-size:18px; font-weight:300; font-family: quasimoda, sans-serif; font-size: 18px; padding:11px 23px;}
.popup-sbscrb .hs-form input[type="submit"]{cursor:pointer; color: #4B50F8; border-radius:0 25px 25px 0; transition: all 400ms ease; background-color:#fff;border:1px solid #4B50F8;font-family:quasimoda,sans-serif;font-size:18px;font-weight:500;margin:0;padding:11px 0;position:absolute;right:63px;top:69px;width:155px;}
.bottm-subscrb.popup-sbscrb .hs-form input[type="submit"]{top: 0PX;}
.hs-blog-post .popup-sbscrb .hs-form input[type="submit"] { top: 0px; }
.hs-blog-post .popup-sbscrb .hs-form input[type="submit"]:hover { border: 1px solid #ffffff; }
.popup-sbscrb .hs-form input[type="submit"]:hover{background-color:#4B50F8; color: #fff;}
.popup-sbscrb .legal-consent-container {
  border: 1px solid #EBF0F1;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
.popup-sbscrb legend.hs-field-desc {
  margin-bottom: 5px;
}
.popup-sbscrb .hs_email {
  max-width: 430px;
  margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  .popup-sbscrb .hs-form input[type="submit"]{padding:11px 0;}
}

.post-listing{ margin: 0 -20px;}
.post-listing:after{display:table; clear:both; content:'';}
.post-listing .post-item{width:calc(33.33% - 40px); margin:0 20px 40px 20px; float:left; border: 1px solid #e5e5e5; border-radius: 5px; overflow: hidden;}
.post-listing .post-item a.hs-featured-image-link{display:block; height:195px; overflow: hidden;}
.post-listing .post-item .hs-featured-image-wrapper img { width: 100%; }
.post-listing .post-item .post-body{padding:20px 30px 30px;}
.post-listing .post-item .post-body #hubspot-topic_data{color:#4B50F8; font-size:15px; letter-spacing:1.67px; font-weight:500; padding:0 0 19px;}
.post-listing .post-item .post-body #hubspot-topic_data a{text-transform:uppercase; color:#4B50F8; font-size:15px; letter-spacing:1.67px; font-weight:500; text-decoration:none; border-bottom:1px solid #4B50F8; padding:0 0 3px;}
.post-listing .post-item .post-body #hubspot-topic_data a:hover{color:#191e25;}
.post-listing .post-item .post-body h2 a{font-size:21px; font-weight:600; line-height:27px; text-decoration:none; display:block; margin:0 0 17px;}
.post-listing .post-item .post-body h2 a:hover{color:#4B50F8;}

.post-listing.press-listing .hs-featured-image-wrapper{padding:30px 30px 0;}
.post-listing.press-listing .post-item a.hs-featured-image-link{height:85px;}
.post-listing.press-listing .post-item a.hs-featured-image-link > img{position:relative; top:50%; transform:translateY(-50%);}
.post-listing.press-listing .bottm-subscrb{padding: 30px 0 75px;}
.post-listing.press-listing .bottm-subscrb a{cursor:pointer; color: #4B50F8; border-radius:25px; transition: all 400ms ease; background-color:#fff;border:1px solid #4B50F8;font-family:quasimoda,sans-serif;font-size:18px;font-weight:300;margin:0;padding:8px 15px;width:257px; display: block; text-decoration: none;}
.post-listing.press-listing .bottm-subscrb a:hover{background-color:#4B50F8; color: #fff;}
.post-listing.press-listing .bottm-subscrb .container > div > div > div{display:inline-block; float:none; margin:0 15px; width:auto; width:auto;}

.listing-wrapper{padding: 0 0 100px;}
.listing-wrapper .pagination{text-align:center; margin:45px 0 0;}
.listing-wrapper .pagination li{display:inline-block; list-style:none; vertical-align:middle; margin: 0 15px;}
.listing-wrapper .pagination li.active a{color:#191e25; border-bottom: 2px solid #4B50F8; }
.listing-wrapper .pagination li a{color:#ccc; font-size: 16px; font-weight: 500; letter-spacing:3.95px; text-decoration:none; padding: 0 3px;}

.listing-wrapper .pagination li a img{margin:-4px 0 0; vertical-align:middle;}

.post-listing .bottm-subscrb{width:100%; padding:30px 0 105px; margin:0; height:auto;}
.post-listing .bottm-subscrb h3{margin:26px 0 34px;}

.search-results{margin: 80px 0 0;}
.search-results .hs-search-results__listing li{margin: 0 0 35px;}
.search-results .hs-search-results__listing li .hs-highlight-html{background-color:yellow; padding:0 4px;}
.search-results .hs-search-results__listing a{color:#4B50F8; font-weight:500; text-decoration:none;}

.blog-banner{margin: 0 0 100px;}
.blog-banner h2{margin:0; color:#fff; font-size:48px;}
.blog-banner .page-center {height:450px; padding:50px 0; display:flex; display:-webkit-flex; flex-direction:column; -webkit-flex-direction:column; justify-content:center; -webkit-justify-content:center;}

.blog-section .hs-author-profile{background-color:#f9f9f9; border-radius:5px; padding:20px;}
.blog-section .hs-author-profile:after{display:table; clear:both; content:'';}
.blog-section .hs-author-profile .left-aut{float:left; height:130px; width:130px;}
.blog-section .hs-author-profile .left-aut img{height:100%; object-fit:cover; width:100%;}
.blog-section .hs-author-profile .right-aut{width:calc(100% - 130px); padding:0 0 0 30px; float:left;}
.blog-section .hs-author-profile .right-aut h2{font-size:28px; font-weight:600; margin:0 0 10px;}
.blog-section .hs-author-profile .hs-author-social-section{margin:10px 0 0 0;}

.author-wrapper{margin: 0 -20px;}
.author-wrapper:after{display:table; clear:both; content:'';}
.author-page .hs-author-listing-header{font-size: 28px; margin: 50px 0 20px;}
.author-page .blog-section{overflow: hidden;}
.author-page .post-listing{margin:0;}

.mb-50 { margin-bottom: 50px; }
.blog-post-hero .post-overlay { background-color: rgba(79,80,79,0.75); }
.blog-post-hero .section { padding: 100px 0; }
.blog-post-hero * { color: #ffffff; }
#hubspot-author_data { position: relative; }
.blog-post-header .ctr .hs-author-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.hs-blog-post .subscribe-here {
  background-color: #4B50F8;
}
.hs-blog-post .subscribe-here form .input input {
  border: 1px solid #ffffff !important;
  background-color: #ffffff;
}

.subscribe-here .popup-sbscrb h3 {
  display: none;
}
.subscribe-here .popup-sbscrb { 
  padding: 0;
  height: auto;
  width: auto;
  max-width: 555px;
  margin: 0 auto !important;
  display: block;
  float: none !important;
}
.subscribe-here .popup-sbscrb .legal-consent-container {
  border: 1px solid #47B1D2;
}
.subscribe-here .popup-sbscrb .legal-consent-container * {
  font-size: 14px;
  font-family: quasimoda, sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.64em;
}
.subscribe-here .popup-sbscrb .legal-consent-container a { text-decoration: underline; }
.subscribe-here .popup-sbscrb legend.hs-field-desc {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.subscribe-here .popup-sbscrb .hs_email {
  max-width: none;
  margin: 0 auto;
  width: 100%;
}
.subscribe-here .popup-sbscrb .hs-form .hs-input {
  height: 45px;
  font-size: 15px;
  background-color: transparent;
  color: #ffffff;
  width: 100%;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
.subscribe-here .popup-sbscrb .hs-form .hs-input::placeholder { 
  color: #ffffff;
  opacity: 1; /* Firefox */
}
/* Internet Explorer 10-11 */
.subscribe-here .popup-sbscrb .hs-form .hs-input:-ms-input-placeholder { color: #ffffff; }

/* Microsoft Edge */
.subscribe-here .popup-sbscrb .hs-form .hs-input::-ms-input-placeholder {  color: #ffffff; }
.subscribe-here .popup-sbscrb .hs-form input[type="submit"] { font-size: 15px; font-weight: 400; border: none; right: 0; }


.hs-blog-post .blog-post .content { text-align: left; }
.hs-blog-post .blog-post .content, 
.hs-blog-post .blog-post .content span,
.hs-blog-post .blog-post .content p,
.hs-blog-post .topics {
  font-family: quasimoda, sans-serif;
  line-height: 1.5238;
  font-weight: 300;
  font-size: 18px;
}
.hs-blog-post .blog-post-header h1 { 
  font-family: quasimoda, sans-serif;
  letter-spacing: -1px;
  font-weight: 300;
}
.hs-blog-post .blog-post-header h1 a { 
  letter-spacing: -1px;
}
.hs-blog-post .blog-related-posts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs-blog-post .blog-related-posts .post-item {
  width: 31.3%;
  margin: 15px 1%;
  border: 1px solid #D6D6D6;
  padding: 15px;
}
.hs-blog-post .blog-related-posts .post-item h4 {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
}
.hs-blog-post .blog-related-posts .post-item #topics * {
  display: inline-block;
}
.hs-blog-post .blog-related-posts .post-item #topics h5 {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 768px){
  .hs-blog-post .blog-related-posts .post-item {
    width: 100%;
  }
}

.hs-blog-listing .fancybox-content {
  width: 80%;
}


.blog-2018.hs-blog-post .search-topic{padding:20px 0; background-color:#00a0b5;}
.blog-2018.hs-blog-post .search-topic .subsc-popup a{background-color:#FFF; border-radius:5px; color:#00a0b5; display:inline-block; padding:9px 10px; text-align:center; text-decoration:none; width:153px; border:2px solid #FFFFFF;}
.blog-2018.hs-blog-post .search-topic .subsc-popup a:hover{ background-color:#00a0b5; color:#fff;}
.blog-2018.hs-blog-post .search-topic .filter-drop h3{color:#FFFFFF;}
.blog-2018.hs-blog-post .search-topic .site-search{ padding:6px 0;}
.blog-2018.hs-blog-post .search-topic .site-search input[type="search"],
.blog-2018.hs-blog-post .search-topic .site-search input[type="type"] { padding:6px 0 6px 12px; }
.blog-2018.hs-blog-post .listing-wrapper{padding: 50px 0 100px;}
.post-footer{ padding-top:50px;} 
.post-footer .field{ margin-bottom:10px;}
.post-footer textarea, 
.post-footer input[type="email"],
.post-footer input[type="text"]{ padding:6px 8px; border:1px solid #ccc;}
.post-footer .hs-submit{ padding-top:12px;}
.post-footer .hs-form input[type="submit"]{ padding:12px 30px; font-size:16px; cursor:pointer; color:#333;}
.post-footer .hs-form input[type="submit"]:hover{ color:#000;} 

@media screen and (min-width: 1200px){
  /*   .header-container-wrapper {
  min-height: 105px;
} */
  .row-fluid [class*="span"].header-primary {
    padding: 10px 25px;
  }
  .child-trigger, .header-primary .hamburger{
    display: none;
  }
  .row-fluid [class*="span"].header-primary-inner > .row-fluid-wrapper > .row-fluid, .row-fluid [class*="span"].header-primary-nav > .row-fluid-wrapper > .row-fluid  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-fluid [class*="span"].header-primary-nav {
    display: block !important;
  }
  .row-fluid [class*="span"].header-primary-menu {
    text-align: center;
  }
  .row-fluid [class*="span"].header-primary-cta {
    text-align: right;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
    padding: 0;
    border-bottom: none;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
    padding: 0 25px;
    color: #191E25;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a:hover,
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.active-branch > a {
    color: #4B50F8;
    background-color: transparent;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    width: 300px;
    top: 100%;
    position: absolute;
    display: block;
  }
}
@media screen and (max-width: 1199px){
  .row-fluid [class*="span"].header-primary-logo {
    padding: 15px 15px 18px;
    background-color: #fff;
    width: 100%;
    text-align: center;
  }
  .row-fluid [class*="span"].header-primary-nav, .row-fluid [class*="span"].header-primary-menu, .row-fluid [class*="span"].header-primary-cta {
    width: 100%;
    float: none;
    margin: 0;
  }
  .row-fluid [class*="span"].header-primary-nav {
    padding: 25px 35px;
  }
  .row-fluid [class*="span"].header-primary.open-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 9999;
    background-color: #D6E1E5;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
    content: none;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    padding-bottom: 0;
    position: relative;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: #373E40;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 15px;
    line-height: 1.2;
    color: #373E40;
  }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .row-fluid [class*="span"].header-primary-cta .cta_button.btn {
    line-height: 1.2083;
    color: #373E40;
    font-size: 24px;
    padding: 0 0 20px;
  }
  .row-fluid [class*="span"].header-primary-cta .cta_button.btn {
    border-color: transparent;
    background-color: transparent;
    font-weight: 300;
  }

  .post-listing{margin:0 -10px;}
  .post-listing .post-item{margin:0 10px 20px; width:calc(33.33% - 20px);}

}

@media screen and (max-width: 670px){
  .row-fluid [class*="span"].header-primary-logo {
    text-indent: -127px;
  }
}

/* @media screen and (max-width: 767px) {
.header-primary-logo { 
top: -4px; 
}
} */
@media screen and (min-width: 768px) {
  .header-primary-logo { 
    top: -7px; 
  }
}


/* ------------- Footer ------------- */
.footer-primary .legal-consent-container {
  font-size: 13px;
  line-height: 1.2em;
  padding: 20px 20px 0;
}
.footer-primary .legal-consent-container a { color: #ffffff; }
.footer-primary .legal-consent-container a:hover { color: #c1c1c1; }
.state-of-remote--page .footer-container-wrapper {
  padding: 0;
}
.footer-primary {
  background-color: #373E40;
  padding: 60px 0 30px;
}
.footer-primary-inner {
  position: relative;
}
.footer-primary-logo img {
  max-width: 168px !important;
}
.footer-primary-slinks img {
  max-height: 24px;
}
.social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;  
  -ms-flex-pack: center;  
  justify-content: center;
}
.social-links li {
  padding: 0 14px;
}
.social-links li:first-child {
  padding-left: 0;
}
.social-links li:last-child {
  padding-right: 0;
}

@media screen and (min-width: 768px){
  .footer-primary-slinks {
    position: absolute;
    top: 0;
    right: 0;
  }
  .social-links {
    -webkit-box-pack: end;  
    -ms-flex-pack: end;  
    justify-content: flex-end;
  }

  .footer-primary .phone-number {
    /*position: absolute;
    right: 0;
    bottom: -15px;
    text-align: right;*/
    display: inline-block;
    width: auto;
    margin-top: 20px;
  }
}

.row-fluid [class*="span"].footer-primary-logo, .row-fluid [class*="span"].footer-primary-subscription, .row-fluid [class*="span"].footer-primary-menu {
  padding-bottom: 50px;
}
.row-fluid [class*="span"].footer-primary-subscription, .row-fluid [class*="span"].footer-primary-menuwrapper {
  padding-top: 42px;
}
.row-fluid [class*="span"].footer-primary-subscription {
  text-align: left;
}
.row-fluid [class*="span"].footer-primary-menuwrapper {
  margin-left: 0;
}
.footer-primary-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul{
  margin-bottom: 0;
}
.footer-primary-menu .hs-menu-wrapper.hs-menu-flow-vertical li {
  margin-bottom: 20px;
}
.footer-primary-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
  color: #B1C8CE;
  text-overflow: clip;
  padding: 0;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}
.footer-primary-menu .hs-menu-wrapper.hs-menu-flow-vertical li a img {
  max-width: 24px;
  vertical-align: baseline;
  margin-right: 12px;
  display: inline-block;
}
.footer-primary-subscription .hs-form .hs-form-field .hs-input:not([type=radio]):not([type=checkbox]), .footer-primary-subscription .hs-form .hs-submit .hs-button {
  border: 1px solid #D6E1E5;
  border-radius: 25px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 1.2222;
  color: #D6E1E5;
  font-weight: 500;
  background-color: transparent;
  max-width: 100%;
}
.footer-primary-subscription .hs-form .hs-form-field .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid rgba(214,225,229,0.25);
  border-radius: 0;
  line-height: 1.75;
  font-weight: 300;
  background: transparent;
  margin-bottom: 0;
}
.updated-header .footer-primary-subscription .hs-form .hs-form-field .hs-input:not([type=radio]):not([type=checkbox]) {
  border: none !important;
  border-bottom: 2px solid rgba(214,225,229,0.25) !important;
  border-radius: 0 !important;
}
.updated-header .footer-primary-subscription .hs-form .hs-submit .hs-button {
  border: 1px solid #D6E1E5 !important;
  border-radius: 25px !important;
  padding: 15px 25px !important;
  font-size: 18px !important;
  line-height: 1.2222 !important;
  color: #D6E1E5 !important;
  font-weight: 500 !important;
  background-color: transparent !important;
}
.footer-primary-subscription .hs-form .hs-submit .hs-button {
  padding: 12px 20px;
  cursor: pointer;	
  width: 100%;	
  margin-top: 35px;
}
.footer-primary-subscription .hs-form .hs-form-field input::-webkit-input-placeholder { 
  color: #D6E1E5;
}
.footer-primary-subscription .hs-form .hs-form-field input::-moz-placeholder { 
  color: #D6E1E5;
}
.footer-primary-subscription .hs-form .hs-form-field input:-ms-input-placeholder{ 
  color: #D6E1E5;
}
.footer-primary-subscription .hs-form .hs-form-field input.hs-input:-moz-placeholder { 
  color: #D6E1E5;
}
.footer-primary-subscription .hs-form .hs-form-field > label {
  display: none;
}
.footer-primary-subscription .row-fluid [class*="span"].footer-primary-subswrapper {
  position: relative;
  width: 100%;
  color: #D6E1E5;
}
.footer-primary-subscription .row-fluid [class*="span"].footer-primary-subswrapper h2 {
  color: #fff;
}
.footer-primary-subscription .hs-form fieldset {
  max-width: 100%;
}
.footer-primary-subscription .hs-form {
  margin-top: 15px;
}
.footer-primary-subscription .hs-form .hs-form-field {
  margin-bottom: 8px;
}
.footer-primary-subscription .hs-form .hs-form-field .input {
  margin-right: 0
}
.footer-primary-subscription .hs-form .hs-form-field.hs-fieldtype-select .input {
  position: relative;
}
.footer-primary-subscription .hs-form .hs-form-field.hs-fieldtype-select .input:after {
  content: '/';
  font-family: 'modern_pictograms_proregular';
  position: absolute;
  top: calc(50% + 2px);
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  color: #D6E1E5;
}
.footer-primary-subscription .hs-form .hs-form-field.hs-fieldtype-select .hs-input {
  padding: 12px 30px 12px 20px;
}
.footer-primary-subscription form.hs-form .form-columns-2>.hs-form-field {
  width: 100% !important;
  float: none !important;
  display: block;
  margin-left: 0;
}

@media screen and (min-width: 768px){
  .row-fluid [class*="span"].footer-primary {
    padding-bottom: 125px; 
  }
  .footer-primary .row-fluid [class*="span"].footer-primary-logo {
    border-bottom: 1px solid rgba(214,225,229,0.25);
  }
  .row-fluid [class*="span"].footer-primary-subscription {
    float: right;
  }
  .footer-primary .row-fluid [class*="span"].footer-primary-subscription {
    padding-left: 30px;
    width: 58.33333333%;
  }
  .footer-primary .row-fluid [class*="span"].footer-primary-menuwrapper {
    border-right: 1px solid rgba(214,225,229,0.25);
    padding-right: 30px;
    width: 41.6666667%;
  }
  .footer-primary-menu .hs-menu-wrapper.hs-menu-flow-vertical li {
    padding-bottom: 0;
  }
  .footer-primary-subscription .row-fluid [class*="span"].footer-primary-subswrapper {
    float: right;
  }
  .footer-primary .row-fluid [class*="span"].footer-primary-subswrapper {
    max-width: 535px;
  }
  .footer-primary-subscription .hs-form {
    margin-top: 30px;
  }
  .footer-primary-subscription .hs-form fieldset {
    max-width: none;
    margin-left: -14px;
    margin-right: -14px;
  }
  .footer-primary-subscription .hs-form .hs-form-field, 
  .footer-primary-subscription form.hs-form .form-columns-2>.hs-form-field,
  .footer-primary-subscription form.hs-form .form-columns-1>.hs-form-field {
    padding-left: 14px;
    padding-right: 14px;
  }
  .footer-primary-subscription form.hs-form .form-columns-2>.hs-form-field {
    width: 50% !important;
    float: left !important;
  }
  .footer-primary-subscription .hs-form .hs-submit .hs-button {
    max-width: 100%;
    width: 245px;
  }
}


.footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal, .footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li {
  line-height: 1;
  text-align: left;
}
.footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li a, .footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li:after {
  padding: 0;
  color: #B1C8CE;
  font-size: 14px;
  line-height: 2.25;
}
.footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li {
  padding: 0 12px 0 10px;
  position: relative;
}
.footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li:first-child{
  padding-left: 0;
}
.footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
}
.footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li:last-child:after {
  content: none;
}


@media screen and (max-width: 767px) {
  .footer-primary {
    padding: 42px 0 32px;
  }
  .footer-primary .hs_submit.hs-submit { margin-bottom: 20px; }
  .footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal {
    margin-bottom: 20px
  }
  .row-fluid [class*="span"].footer-primary-logo, .row-fluid [class*="span"].footer-primary-subscription, .row-fluid [class*="span"].footer-primary-menu, .row-fluid [class*="span"].footer-primary-slinks {
    padding-bottom: 30px;
  }
  .footer-primary-menuwrapper > .row-fluid-wrapper:first-of-type > .row-fluid [class*="span"].footer-primary-menu {
    float: left;
    width: 50%;
  }
  .footer-primary-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    font-size: 15px;
    line-height: 1.2;
  }
  .footer-primary-subscription .hs-form .hs-form-field .hs-input, .footer-primary-subscription .hs-form .hs-submit .hs-button {
    font-size: 15px;
    line-height: 1.2;
    padding: 11px 20px;
  }
  .footer-primary-subscription .hs-form .hs-form-field .hs-input {
    padding: 11px 11px 11px 20px;
  }
  .footer-primary-subscription .hs-form .hs-submit .hs-button {
    padding: 11px 20px 11px 11px;
  }
  .footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;  
    -ms-flex-pack: center;  
    justify-content: center;
  }
  .footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li a, .footer-primary-copyright .hs-menu-wrapper.hs-menu-flow-horizontal li:after {
    font-size: 12px;
    line-height: 2.625;
  }
}




/* ------------- Home ------------- */

.revstestspress-section {
  overflow: hidden;
}
.revstestspress-section .bg-image {
  background-position: right top;
}
.tab-group {
  margin-left: -15px;
  margin-right: -15px;
}
.tab-group ul.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
}
.tab-group ul.slick-dots li {
  padding-right: 9px;
  line-height: 1;
}
.tab-group ul.slick-dots li:last-child{
  padding-right: 0;
}
.tab-group ul.slick-dots li button {
  background-color: rgba(255,255,255,0.5);
  -webkit-appearance: none;
  border: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}
.tab-group ul.slick-dots li.slick-active button {
  background-color: rgba(255,255,255,1);
}

@media screen and (min-width: 768px) {  
  .revstestspress-section .bg-image {
    background-position: center;
    min-height: 910px;
  }
  .tab-group ul.slick-dots {
    bottom: calc(100% + 35px);
    right: 0;
  }
  .revstestspress-section .tab-group-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .prodfeatures-list > .hs_cos_wrapper_widget_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodfeatures-list > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 18px;
  }
  .prodfeatures-list > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(3n+1) {
    padding-left: 0;
  }
  .prodfeatures-list > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(3n+3) {
    padding-right: 0;
  }
  .prodfeatures-list > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget:nth-child(3n+3) .featured-item__arrow {
    display: none
  }
}
@media screen and (min-width: 1200px) {
  .revstestspress-section .bg-image {
    background-position: left top;
  }
}
@media screen and (max-width: 767px) {
  .prodfeatures-heading h2 {
    font-size: 21px;
    line-height: 1.19;
  }
  .prodfeatures-list > .hs_cos_wrapper_widget_container > .hs_cos_wrapper_type_module {
    text-align: center;
    margin-bottom: 30px
  }
  .prodfeatures-cta {
    padding-top: 15px;
  }
  .revstestspress-section h2 {
    color: #373E40;
    font-size: 21px;
    line-height: 1.19;
    margin-bottom: 20px;
  }
  .revstestspress-section .bg-image {
    background-image: none !important;
    background-color: #D6E1E5;
  }
  .revstestspress-section .tab-group {
    display: none !important;
  }
  .tab-group-mobile .slick-list {
    overflow: visible;
  }
  .tab-group-mobile .slick-slide{
    opacity: 0.5;
  }
  .tab-group-mobile .slick-slide.slick-current {
    opacity: 1;
  }
}



/* ------------- Meet The Owl ------------- */

.row-fluid [class*="span"].worksseamlesslywith {
  padding-top: 10px;
}
.row-fluid [class*="span"].worksseamlesslywith > .hs_cos_wrapper_type_widget_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.row-fluid [class*="span"].worksseamlesslywith > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_widget {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: relative;
  padding-top: 35px;
}
.row-fluid [class*="span"].worksseamlesslywith img {
  webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.row-fluid [class*="span"].theowlfaqs {
  border-top: 1px solid #B1C8CE;
  margin-top: 20px;
}
.row-fluid [class*="span"].theowlresouces {
  padding-top: 34px;
}
.meettheowl .ctabanner-module__inner {
  max-width: 83.333333%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .row-fluid [class*="span"].theowlfeatures > .hs_cos_wrapper_type_widget_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-fluid [class*="span"].theowlfeatures > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_custom_widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-fluid [class*="span"].worksseamlesslywith {
    padding-top: 50px;
  }
  .row-fluid [class*="span"].worksseamlesslywith > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-bottom: 70px;
  }
  .row-fluid [class*="span"].theowlfaqs {
    margin-top: 35px;
  }
  .row-fluid [class*="span"].theowlresouces {
    padding-top: 50px;
  }
  .row-fluid [class*="span"].theowlresouces  > .hs_cos_wrapper_type_widget_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-fluid [class*="span"].theowlresouces > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_custom_widget {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .meettheowl .fullwithbg-module__bgimg {
    background-position: top right;
  }
  .theowlfaqs-heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}





/* ------------- See It In Action ------------- */

.seeitaction .bannerwpopover-module__bgimg {
  background-position: center 30%;
}
.seeitaction .main-content h3 {
  margin-top: 5px;
  margin-bottom: 17px;
}
.seeitaction .ctabanner-module__inner {
  max-width: 91.666667%;
  margin: 0 auto;
}
.row-fluid [class*="span"].tabcompare-list {
  overflow: hidden;
  position: relative;
  margin-top: 33px;
}
.row-fluid [class*="span"].tabcompare-labelmobile {
  font-weight: 500;
  padding: 18px 13px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .seeitaction .main-content h3 {
    margin-top: 12px;
    margin-bottom: 30px;
  }
  .seeitaction .fullwithbg-module {
    min-height: 766px;
  }
  .row-fluid [class*="span"].tabcompare-list {
    margin-top: 70px;
  }
  .row-fluid [class*="span"].tabcompare-labelmobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .row-fluid [class*="span"].tabcompare-wrapper .page-center {
    padding: 0;
  }
  .row-fluid [class*="span"].tabcompare-list {
    padding-top: 211px;
  }
  .seeitaction .fullwithbg-module__copy {
    text-align: left;
  }
  .seeitaction .fullwithbg-module__copycta a.cta_button {
    border-color: #4B50F8;
    color: #FFFFFF;
  }
  .seeitaction .fullwithbg-module__copytitle {
    font-size: 24px;
    line-height: 1.2;
  }
}


/* ------------- Meeting Room ------------- */
.meetingroom-belowbanner-left .h3-l h3 {
  line-height: 1.4;
}
.meetingroom-belowbanner-left .widget-type-rich_text {
  margin-top: 10px;
}
.row-fluid [class*="span"].meetingroom-belowbanner-right {
  padding-top: 20px;
}
.meetingroom-belowbanner-right ul {
  list-style: none;
  padding-top: 15px;
}
.meetingroom-belowbanner-right ul li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 25px;
}
.meetingroom-belowbanner-right ul li:last-child {
  margin-bottom: 0;
}
.meetingroom-belowbanner-right ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  text-align: center;
  height: 100%;
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 768px) {
  .row-fluid [class*="span"].meetingroom-belowbanner-left {
    padding-top: 40px;
    max-width: 475px;
  }
  .meetingroom-belowbanner-left .widget-type-rich_text {
    margin-top: 30px;
  }
  .row-fluid [class*="span"].meetingroom-belowbanner-right {
    padding: 60px;
    background-color: #D6E1E5;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*="span"].meetingroom-belowbanner {
    background-color: #D6E1E5;
  }
  .meetingroom-belowbanner-left .h3-l h3 {
    font-size: 24px;
  }  
}


/* ------------- OLD PAGES ------------- */
.old .header-primary-menu .hs-menu-item {
  margin-bottom: 0;
}
.old .text-centered.center input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border: 1px solid #4f504f;
}




/* ========  About s2 page ====== */
.get-bg img { display:none; }
.row-fluid .ab-banner-section { width:100%; float:left; padding:150px 0 300px 0; background-color:#4B50F8; position:relative;     background-size: contain; background-repeat: no-repeat; background-position: bottom center;}
.row-fluid .ab-banner-section:before { position:absolute; content:""; background:url( https://www.owllabs.com/hubfs/Owllabs/images/banner-left.png ); width:476px; height:493px; top:0; left:0;     background-size: cover; background-repeat: no-repeat; background-position: center; }
.row-fluid .ab-banner-section:after { position:absolute; content:""; background:url( https://www.owllabs.com/hubfs/Owllabs/images/banner-right.png); width:315px; height:519px; bottom:0; right:0;     background-size: cover;    background-repeat: no-repeat; background-position: center; }
.row-fluid .banner-bg { width: 63%; float: left; height:100%;  position: absolute;    background-size: contain;    background-repeat: no-repeat; background-position: bottom center;       left: 50%;  bottom: 0;  z-index: 1; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.row-fluid .ab-banner-box { width:50%; float:left; position:relative; z-index:2;  } 
.row-fluid .ab-banner-box h4 { font-size: 14px; font-weight: 700; color:#fff; text-transform: uppercase; margin-bottom:10px; }
.row-fluid .ab-banner-box h1 { font-size: 48px; font-weight: 300; color:#fff; font-weight:300; }

.row-fluid .ab-chief-section { width:100%; float:left; padding:90px 0 ;}
.row-fluid .ab-chief-left {}
.row-fluid .ab-chief-left { width:30%; float:left;  color: #373e40; font-size: 28px; font-weight: 300; line-height: 48px; }
.row-fluid .ab-chief-right { width:70%; float:left; margin:0; padding-left:50px; color: #373e40; font-size: 18px; line-height: 31.5px; font-weight:300; }
.row-fluid  {}
.row-fluid .ab-resource-btn {  width:100%; float:left; text-align:center; margin-top:30px;  }
.row-fluid .ab-resource-btn a { color: #4B50F8; font-size: 18px; font-weight: 500; border-radius: 25px; border: 2px solid #4B50F8; padding:7px 49px;    text-decoration: none; float: none; display: inline-block;} 
.row-fluid  {}
.row-fluid .ab-event-section{ width:100%; float:left; padding:90px 0; }
.row-fluid .ab-event-box { width:100%; float:left; position:relative; }
.row-fluid .ab-event-box:after {  position: absolute; content:""; width:2px; height:100%; top: 58px; left: 4px;    background-image: linear-gradient(to top, rgba(237, 242, 244, 0) 0%, #d6e1e5 100%); }
.row-fluid .ab-event-box > span > div { width:100%; float:left; padding:40px 0; position:relative; padding-left:30px; }
.row-fluid .ab-event-box > span > div:before {  position: absolute; content:""; width:10px; height:10px; top:52px; left:0; background:#fff; border:2px solid #4B50F8; border-radius:100%; z-index:1; }
/*.row-fluid .ab-event-box > span > div:after {  position: absolute; content:""; width:2px; height:100%; top: 58px; left: 4px;    background-image: linear-gradient(to top, rgba(237, 242, 244, 0.7) 0%, #d6e1e5 100%); }
.row-fluid .ab-event-box > span > div:last-child:after { height:calc(100% - 52px)}*/
.row-fluid .ab-event-part { width:100%; float:left; }
.row-fluid .ab-event-date { width:20%; float:left; }
.row-fluid .ab-event-date h3 { color: #4B50F8; font-size: 36px; font-weight: 300; text-transform: uppercase; }
.row-fluid .ab-event-detail {  width:70%; float:left; padding-left:20px;  color: #373e40; font-size: 18px; font-weight: 300; line-height: 31.5px; }
.row-fluid .ab-event-detail h5 { margin-bottom:15px;  color: #191e25;  font-size: 21px;  font-weight: 500; line-height: 30px; }
.row-fluid .ab-event-detail span { }
.row-fluid .ab-event-detail a { float:left; margin-top:15px;  color: #4B50F8; border-bottom: 1px solid #4B50F8; font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.67px; text-decoration: none; position:relative; padding-bottom:6px; }
.row-fluid .ab-event-detail a:hover{ color:#0BD3B6; border-color:#0BD3B6;} 
/*.row-fluid .ab-event-detail a:after {  position: absolute; content:""; width:100%; height:1px; bottom:0; left:0; background:#0bd3b6; }*/
.row-fluid {}
.row-fluid .ab-report-section { background:#f4f4f4; }


.row-fluid .ab-get-section { width:100%; float:left; padding:80px 0; background-color: #f4f4f4;}
.row-fluid .ab-get-left { color: #191e25; font-size: 18px; line-height: 31.5px; }
.row-fluid .ab-get-left h2 { margin-bottom:10px; }
.row-fluid .ab-get-left a { color: #4B50F8;  text-decoration: none; }
.row-fluid .ab-get-left ul { width:100%; float:left;  line-height: 25px; padding: 0;  margin: 30px 0 0 0; list-style-type: none; }
.row-fluid .ab-get-left ul li {  width:100%; float:left;  position:relative;     padding-left: 30px; margin:15px 0;}
.row-fluid .ab-get-left ul li a {  position:relative; }
.row-fluid .ab-get-left ul li:first-child:before, .row-fluid .ab-get-left ul li a:before { position:absolute; content: "\f041"; font-family:'FontAwesome'; top:1px; left:0; color: #4B50F8; transition: all 0.3s ease-in-out; }
.row-fluid .ab-get-left ul li:nth-child(2) a:before {  content: "\f10b"; left:-30px; top:4px; }
.row-fluid .ab-get-left ul li:nth-child(3) a:before {  content: "\f0e0"; left:-30px; top:4px; }

.row-fluid .ab-get-left ul li a { color: #191e25; }
.row-fluid .ab-get-left ul li:last-child a { color: #4B50F8; }
.row-fluid .ab-get-right {  }

.row-fluid .ab-get-form { width:100%; float:left; margin:0; padding: 60px 90px;  background: #fff; }
.row-fluid .ab-get-form form .form-columns-2 > div > div.input { width:100%; padding:0 7px;     box-sizing: border-box;    float: left; margin:0;   }
.row-fluid .ab-get-form form input, .row-fluid .ab-get-form form select { width:100% !important;  font-family: quasimoda, sans-serif; background:  rgba(255,255,255,0.9);   border:none;   border-bottom: 2px solid #d6e1e5;    font-size: 18px; font-weight: 300; line-height: 31.5px;    color: #373e40;    padding: 5px 0;  padding-right:20px;   float: left;  }
.row-fluid .ab-get-form form textarea { font-family: quasimoda, sans-serif; width:100% !important;  background: rgba(255,255,255,0.9); /*height:100px;*/ border:none;  resize: none; border-bottom: 2px solid #d6e1e5;  font-size: 18px;  font-weight: 300;    color: #373e40;  padding:5px 0;  padding-right:20px;     float: left; }
.row-fluid .ab-get-form form .hs_submit input {  margin:  0; border: none;  background-color: #4B50F8;   transition: all 0.6s ease-in-out; font-weight: 500;   line-height: 19px;   font-size: 18px; padding: 15px 57px;  float: none; color: #fff; display: inline-block; width: auto !important;  border-radius: 50px; }
.row-fluid .ab-get-form form > div > div.actions { width:100%;  float: left;      box-sizing: border-box;    padding: 0 7px;}
.row-fluid .ab-get-form form .hs-form-required { display:none; }
.row-fluid .ab-get-form form select { width:100% !important;  width: 100%; float: left; color: #999999;  }
.row-fluid .ab-get-form form .hs-form-field.hs-fieldtype-select .input { position:relative;}
.row-fluid .ab-get-form form .hs-form-field.hs-fieldtype-select .input:after { content: '/'; font-family: 'modern_pictograms_proregular';    position: absolute;    top: 20px;    right: 15px;    -webkit-transform: translateY(-50%);    -ms-transform: translateY(-50%);    transform: translateY(-50%);    font-size: 24px;    line-height: 1;    color: #4B50F8;}
.row-fluid .ab-get-form form .hs-form-field { margin-bottom: 50px; width: 100%;    float: left;}
.row-fluid .ab-get-form form .hs-form-field.hs-fieldtype-booleancheckbox { margin-bottom: 30px; width: 100%;    float: left;}

.row-fluid .ab-get-form form .form-columns-1 { width:100%; float:left; } 
.row-fluid .ab-get-form form .form-columns-1 > div > div { margin-right: 0px; padding:0 7px;  }  
.row-fluid .ab-get-form form .hs-error-msgs { padding: 0 10px; }



.row-fluid .ab-get-form form input::-webkit-input-placeholder, .row-fluid .ab-get-form form select::-webkit-input-placeholder,  .row-fluid .ab-get-form form textarea::-webkit-input-placeholder {  color: #999999;}
.row-fluid .ab-get-form form input::-moz-placeholder, .row-fluid .ab-get-form form select::-moz-placeholder,  .row-fluid .ab-get-form form textarea::-moz-placeholder  { color: #999999; }
.row-fluid .ab-get-form form input:-ms-input-placeholder, .row-fluid .ab-get-form form select:-ms-input-placeholder,  .row-fluid .ab-get-form form textarea:-ms-input-placeholder  { color: #999999;}
.row-fluid .ab-get-form form input:-moz-placeholder, .row-fluid .ab-get-form form select:-moz-placeholder,  .row-fluid .ab-get-form form textarea:-moz-placeholder  { color: #999999; }

.row-fluid .ab-get-form form input[type=text]:focus,  .row-fluid .ab-get-form form textarea:focus, .row-fluid .ab-get-form form .hs_email .hs-input:focus, .row-fluid .ab-get-form form select:focus { outline:none;  }
.row-fluid .ab-get-form .hs_submit input[type=submit]:hover{  cursor: pointer;  color:#fff; background:#0BD3B6 !important;  }
.row-fluid .ab-get-form .hs_submit input[type=submit]:focus { outline:none; }

.row-fluid .ab-get-form form fieldset { max-width:100%; }

.row-fluid .ab-get-form .inputs-list .hs-form-checkbox-display , .row-fluid .ab-get-form .inputs-list .hs-form-booleancheckbox  { display:block; padding:0 0 8px 30px; position:relative; }
.row-fluid .ab-get-form .inputs-list input[type="checkbox"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .ab-get-form .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .ab-get-form .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-30px; top:0;  content:''; width:20px; height:20px; border:1px solid #373e40; border-radius:3px; color:#fafafa; background:transparent; }
.row-fluid .ab-get-form .inputs-list input[type="checkbox"]:checked + span:before { background:#0BD3B6; color:#fff; border-color:#0BD3B6; }
.row-fluid .ab-get-form .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-30px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
.row-fluid .ab-report-section .imgcpyonecol-module__cta a:hover { color:#0BD3B6; border-color:#0BD3B6; }
.row-fluid .ab-event-detail a:hover { color:#4B50F8; border-color:#4B50F8; }

.hs-form input[type="radio"] + span, .hs-form input[type="checkbox"] + span {
margin-left: 8px;
}

.row-fluid .ab-resource-btn a:hover { background:#0BD3B6; border-color:#0BD3B6; color:#fff; }
.row-fluid .ab-get-left a:hover, .row-fluid .ab-get-left ul li:last-child a:hover { color:#0BD3B6; }
.row-fluid .ab-get-left a:hover:before { color:#0BD3B6; }

.row-fluid .ab-get-form input:-webkit-autofill,
.row-fluid .ab-get-form input:-webkit-autofill:hover, 
.row-fluid .ab-get-form input:-webkit-autofill:focus
.row-fluid .ab-get-form input:-webkit-autofill, 
.row-fluid .ab-get-form textarea:-webkit-autofill,
.row-fluid .ab-get-form textarea:-webkit-autofill:hover
.row-fluid .ab-get-form textarea:-webkit-autofill:focus,
.row-fluid .ab-get-form select:-webkit-autofill,
.row-fluid .ab-get-form select:-webkit-autofill:hover,
.row-fluid .ab-get-form select:-webkit-autofill:focus {

  transition: background-color 5000s ease-in-out 0s;
}

.instagram-section { overflow: hidden; }
.instagram-section h2 { margin-bottom: 40px; }
.instagram-section a { text-decoration: none; color: #4B50F8; }
.instagram-section a:hover { color: #0BD3B6; }
.instagram-posts { margin: 0 -1.5px; }
.instagram-posts .instagram-item {
  width: calc(100%/4);
  display: inline-block;
  vertical-align: top;
  padding: 0 1.5px;
}
.instagram-posts .instagram-item .inner {
  width: 100%;
  height: 25vw;
  display: inline-block;
  vertical-align: top;
  background-position: center center; 
  background-size: cover;
  position: relative;
}
.instagram-posts .instagram-item .inner:before {
  content: '';
  display: block;
  height: 50px;
  width: 50px;
  background-image: url(https://www.owllabs.com/hubfs/Instagram@2x.png);
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
}
.instagram-section ul.slick-dots { margin: 10px 0 0; text-align: center; }
.instagram-section li { display: inline-block; vertical-align: top; margin-right: 16px; }
.instagram-section li:last-child { margin-right: 0; }
.instagram-section li button { 
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #B1C8CE;
  font-size: 0;
  height: 11px;
  width: 11px;
  background-color: transparent; 
  cursor: pointer;
  display: inline-block;
}
.instagram-section li.slick-active button {
  background-color: #B1C8CE;
}

@media screen and (max-width: 768px){
  .joblistings-intro__slider-itemimage { padding: 0 !important; }
  .instagram-posts .instagram-item { width: 100%; }
  .instagram-posts .instagram-item .inner { height: 100vw; }
}


/* 01-08-2018 */
.row-fluid .resources-banner {margin-bottom: 20px;}
.resources-banner .page-center{height: 500px;}
.resources-section { padding:0 5px; }
.resources-box { width: 50%; float: left; padding: 0 10px 20px; position: relative; }
.resources-img { position: absolute; top: 0; bottom: 0; margin: auto; width: 100%; height: 100%; left: 0; right: 0; z-index: -1; background-size: cover; background-position: center; background-repeat: no-repeat; filter: grayscale(100%); -webkit-filter: grayscale(100%); }
.resources-box .resources-inner:after { content: ""; background: #e4edf1;  position: absolute; top: 0;  transition: all 0.5s; bottom: 0; width: 100%; opacity: 0.90; z-index: -1; left: 0; right: 0; }
.resources-box .resources-inner { position: relative; z-index: 1; background-size: cover; background-repeat: no-repeat; background-position: center; color: #373e40; text-align: center; padding: 90px 70px 80px; }
.resources-text {width: 100%; max-width: 460px; margin: auto;}
.resources-box .resources-inner h2 {transition: all 0.5s;}
.resources-box .resources-inner .resources-title{padding-bottom: 22px; }
.resources-box .resources-inner pre { font-size: 15px; font-weight: 500; transition: all 0.5s; text-transform: uppercase;  font-family: quasimoda, sans-serif; padding-bottom: 16px; }
.resources-box .resources-contain { color: #373e40; font-size: 18px;font-weight: 300; padding-bottom:30px; transition: all 0.5s;}
.resources-box span.arrow {background: url('https://www.owllabs.com/hubfs/Assets%202018%20S2/Icons/2-layers%20%282%29.png') no-repeat center / contain; transition: all 0.5s;border: 2px solid #4B50F8;width: 40px;height: 40px;display: inline-block;border-radius: 50%;background-size: 20px; }
.resources-box .resources-inner:hover span.arrow { border-color: #fff;  filter:brightness(0) invert(1); -webkit-filter:brightness(0) invert(1);}
.resources-box .resources-inner:hover:after {background: #4B50F8;}
.resources-box .resources-inner:hover .resources-contain {color: #fff;}
.resources-box .resources-inner:hover pre,.resources-box .resources-inner:hover h2{color: #fff;}

.resources-box.column-3 { width: 33.333%; }
.resources-box.column-3 h2 { font-size: 28px; }
.resources-box.column-3 .resources-inner { padding: 50px 30px; }

@media (min-width: 1600px){
  .resources-banner .page-center{height: 650px;}

}

@media screen and (max-width: 1450px) and (min-width: 1199px){
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal a { font-size: 1.2vw; }
  .header-primary-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a { padding: 0 1.5vw; }
}

@media (max-width: 1200px){
  .row-fluid .banner-bg { left: 60%; width: 80%; }

  /*   	 */

  .resources-box .resources-inner h2 { font-size: 28px; line-height: 41px; }
  .resources-box .resources-inner { padding: 66px 50px 62px; }
  .resources-box.column-3 h2 { font-size: 20px; line-height: 33px; }
  .resources-box.column-3 .resources-inner { padding: 42px 30px 35px; }
}

@media (max-width:991px){
  .row-fluid .ab-banner-section {     padding: 100px 0 200px 0; }
  .row-fluid .ab-event-section, .row-fluid .ab-chief-section { padding:70px 0; }
  .row-fluid .ab-banner-section:after {  width: 150px; height: 350px; } 
  .row-fluid .ab-banner-section:before { width: 276px; height: 293px; }

  .post-listing .post-item{width:calc(50% - 20px);}
  .author-wrapper{margin:0 -10px;}

  /*    */
  .resources-box .resources-inner h2 { font-size: 24px; line-height: 32px; }
  .resources-box .resources-inner { padding: 46px 50px 45px; }
  .resources-box.column-3 h2 { font-size: 18px; line-height: 27px; }
  .resources-box span.arrow { width: 30px; height: 30px; background-size: 15px; }
  .resources-box .resources-inner pre { padding-bottom: 9px; }
  .row-fluid .resources-banner { padding: 0 15px; }

}

@media (max-width:767px){
  .row-fluid .ab-event-detail { width: 100%; }
  .row-fluid .ab-event-date h3 { font-size:22px; }
  .row-fluid .ab-event-box > span > div { padding:30px 0 30px 20px; }
  .row-fluid .ab-get-form { margin-top:40px; }
  .row-fluid .ab-banner-box {  width:100%; }
  .row-fluid .banner-bg { left: 50%; width: 100%;} 
  .row-fluid .ab-banner-box h1 br { display:none; } 
  .row-fluid .ab-banner-box h1 { font-size: 35px; color:#373e40; }
  .row-fluid .ab-banner-box h4 { color:#373e40; }
  .row-fluid .ab-banner-section { padding: 70px 0 200px 0; }
  .row-fluid .ab-banner-section:before { width: 180px;  height: 200px;}
  .row-fluid .ab-banner-section:after { width: 150px; height: 200px;}
  .row-fluid .ab-chief-left { width:100%;  font-size: 24px; line-height: 35px; text-align:center; }
  .row-fluid .ab-chief-right { font-size:14px; width:100%; padding-left:0; line-height:22px;  text-align:center;   margin-top: 30px; }
  .row-fluid .ab-chief-section, .row-fluid .ab-event-section { padding:60px 0; }
  .row-fluid .ab-event-date { width: 100%; float: left;  margin-bottom: 20px;}
  .row-fluid .ab-event-box > span > div:before { top:40px; }
  .row-fluid .ab-event-box:after {  top:47px;  height:95%;   background-image: linear-gradient(to top, rgba(237, 242, 244, 0.8) 0%, #d6e1e5 100%);  }
  .row-fluid .ab-get-form { padding:40px 20px; }
  .row-fluid .ab-get-form form .hs-form-field { margin-bottom: 30px; float: left !important;}
  .row-fluid .banner-bg:before {  position: absolute; content:""; width:100%; height:100%; top:0; left:0; background:rgba(255,255,255,0.55);  }

  .blog-title h2{font-size:24px; margin:0 0 25px;}
  .post-slider .post-item{display:block !important; }
  .post-slider .post-item .right-img{float:none; height:380px; width:auto;}
  .post-slider .post-item .left-text{padding:15px; width:auto;}
  .post-slider .post-item .left-text h2 a{font-size:18px; font-weight:500; line-height:25px;}
  .author-bx{padding:20px 0 0;}
  .post-slider.slick-slider .slick-dots{padding:0; position:static; text-align:center;}
  .post-slider.slick-slider .slick-dots li button{background-color: #4B50F8;}
  .search-topic .subsc-popup{float:left;}
  .search-topic .subsc-popup a{width:111px; padding:2px 10px;}
  .search-topic .filter-drop{float:right; margin:4px 0 0;}
  .search-topic .site-search{float:none; padding:70px 0 0; width:auto;}
  .post-listing{margin:0;}
  .post-listing .post-item{margin:0 0 15px; width:100%;}
  .post-listing .post-item .post-body{padding:15px;}
  .row-fluid .popup-sbscrb{padding:0 15px 40px; width:auto; height: auto;}
  .popup-sbscrb h3{font-size: 24px;}
  .popup-sbscrb .hs-form input[type="submit"]{border-radius:50px;display:block;margin:15px 0 0;padding:5px 0;position:static;width:100%;}
  .listing-wrapper{padding: 0 0 50px;}
  .search-topic .filter-drop .widget-module{left:auto; right:0; z-index:9;}
  .first-section{padding: 25px 0 0;}
  .popup-sbscrb .hs-form .hs-input{font-size:14px; padding:8px 15px; text-align:center;}

  .post-listing.press-listing .post-item a.hs-featured-image-link{height: auto !important; }
  .post-listing.press-listing .post-item a.hs-featured-image-link > img{position: static; transform:translateY(0px);}
  .post-listing.press-listing .hs-featured-image-wrapper{padding:20px 15px 0;}
  .author-wrapper{margin:0;}
  .blog-section .hs-author-profile{text-align: center;}
  .blog-section .hs-author-profile .left-aut{display: inline-block; float:none;}
  .blog-section .hs-author-profile .right-aut{display: block; float: none; padding: 20px 0 0; width: auto;}
  .blog-banner .page-center{height: 230px;}
  .blog-banner{margin: 0 0 50px;}


  /*    */
  .row-fluid .resources-banner h2 { text-align: center;}
  .resources-section { margin: auto; }
  .resources-box .resources-inner h2 { font-size: 18px; line-height: 29px; }
  .resources-box .resources-contain { font-size: 14px; line-height: 24px; padding-bottom: 20px; }
  .resources-box .resources-inner { padding: 36px 20px 35px; }
  .resources-box.column-3 { width: 50%; }
  .resources-box .resources-inner h2 { line-height: 28px; }

}


@media (max-width: 600px){
  .resources-box.column-3 ,.resources-box{ width: 100%; }
  .resources-box .resources-inner h2 { height: auto !important; }
  .resources-box .resources-inner { padding: 32px 20px 30px; }
}

@media (max-width:480px){
  .post-slider .post-item .right-img{ height:200px;}
}


/* Blog Featured Snippet */
.featured-snippet {
  box-sizing: content-box;  
  width: 100%;
  max-width: 600px;
  padding: 2.75rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d6e1e5;
  margin-left:1.3rem;
  margin-bottom:2rem;
}

.featured-snippet, featured-snippet h2 {
  border-radius: .1875rem; 
}

@media (min-width: 768px)
  .featured-snippet {
    margin: 1rem auto;
}

.featured-snippet h2 {
  position: relative;
  background-color: #fff;
  border: 1px solid #373E40;
  font-size:36px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 3.25rem;
  padding: 2rem 1rem 2rem 3rem;
}

.featured-snippet h2 {
  border-radius: .1875rem;
}

.featured-snippet p {
  font-size: 18px; 
}

.featured-snippet ol>li {
  counter-increment: item;
}

.featured-snippet ul>li {
  counter-increment: item;
}

.featured-snippet ol li {

  margin: 0 0 0.75em;
  padding: 0 0 0 .5em;
}

.featured-snippet ul li {

  margin: 0 0 0.75em;
  padding: 0 0 0 .5em;
}

.featured-snippet ol, ul {
  font-size: 18px;
}

@media (max-width: 768px) {

  .featured-snippet {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }
}

@media (max-width: 568px) {
  .featured-snippet {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }
}


/* Header Update
 * -------------------- */

@media (max-width: 1199px) {
  .header-primary-nav > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-primary-menu {
    order: 2;
  }
  .header-primary-cta {
    order: 1;
    border-bottom: 1px solid #565656;
    padding-bottom: 13px !important;
    margin-bottom: 29px !important;
  }
  .header-primary-cta a {
    padding: 10px 0 14px !important;
    display: block;
    text-align: left;
  }
  .shop-now-cta {
    display: block !important;
    position: absolute;
    top: -7px;
    right: 0;
    width: 100% !important;
    max-width: 174px;
  }
  .shop-now-cta a.cta_button {    
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 700 !important;
    border-radius: 0 !important;
    text-decoration: none;
    background-color: #0091BD;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .open-nav .shop-now-cta a.cta_button {
    padding: 19px 0 14px;
  }
}
@media (max-width: 767px) {  
  .shop-now-cta {
    top: 0;
    max-width: 120px;
  }
  .shop-now-cta a.cta_button {
    font-size: 13px !important;
    padding: 18px 0 19px !important;
  }
}
@media (max-width: 320px) {  
  .shop-now-cta {
    max-width: 90px;
  }
  .shop-now-cta a.cta_button {
    padding: 19px 0 20px 5px !important;
    font-size: 12px !important;
  }
}