/******************************************************/
/* Use Standard BEM                                   */
/* https://en.bem.info/methodology/naming-convention/ */
/******************************************************/
/* @import url('http://example.com/example_style.css'); */
@font-face { font-family: 'HelveticaNeue';  src: url('https://www.vestaboard.com/hubfs/Assets/fonts/HelveticaNeue-Medium.woff') format('woff'); font-weight: 500; }

@font-face {
    font-family: 'HelveticaNeue';
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 300;
    src: local('HelveticaNeue'), url('https://www.vestaboard.com/hubfs/Assets/fonts/Light.woff') format('woff');
}

@font-face {
    font-family: 'HelveticaNeue';
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: bold;
    src: local('HelveticaNeue'), url('https://www.vestaboard.com/hubfs/Assets/fonts/HelveticaNeueHv.woff') format('woff');
}

@font-face {
    font-family: 'HelveticaNeue';
    font-family: 'Helvetica Neue';
    font-style: italic;
    font-weight: 5;
    src: local('HelveticaNeue'), url('https://www.vestaboard.com/hubfs/Assets/fonts/HelveticaNeueIt.woff') format('woff');
}

@font-face {
    font-family: 'HelveticaNeue';
    font-style: normal;
    font-weight: 250;
    src: local('HelveticaNeue'), url('https://fonts.cdnfonts.com/s/13988/HelveticaNeueUltraLightv130.woff') format('woff');
}
/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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











  /* 480px */
 /* 720 px */
 /* 960 px */
 
 




/*****************************************/
/*  Base Styles  */
/*****************************************/

/* Typography */

body {
  margin: 0;
  text-rendering: optimizelegibility;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1e2022;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1 {
  font-family: 'Helvetica Neue';
  font-size: 32px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  margin: 0;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: -0.25px;
  margin: 0;
  font-family: 'Helvetica Neue';
}

h3 {
  font-family: 'Helvetica Neue';
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}

h4 {
  font-family: 'Helvetica Neue';
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing:normal;
  margin: 0;
}

h5 {
  font-family: 'Helvetica Neue';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin: 0;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0;
}

p, ul, ol {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  margin: 0;
}

li {
  margin-bottom: 0.5rem;
}

a {
	text-decoration: none;
  color: #f5f5f7;
  transition: color .1s 0s ease-in-out;
  cursor: pointer;
}

a:hover {
  color: #a0a7ac !important;
  border-color: #f5f5f7 !important;
  text-decoration: none !important;
  cursor: pointer;
}

caption {
  font-size: 12px;
}
.white-bg .overlay-image-text{
color:#1e2022 !important;
}

.signup-cta-left{
margin-right:30px;
}
.v2-p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}
/*
.hs-content-id-135561076777 .v2-header__cta #hs_cos_wrapper_module_163847172292259_ {
    display: none !important;
}

*/
.customer-post-item{
  width: calc( 24% - 48px) ;
}

.zum_shop{
display:none !important}

.hs-content-id-131390458685 .zum_shop{
display:block !important

}

.hs-content-id-131390458685 .notzum_shop{
display:none !important
}

.hs-content-id-128043465099 .zum_shop ,  .hs-content-id-131095597487 .zum_shop {
display:block !important}

.hs-content-id-128043465099 .notzum_shop , .hs-content-id-131095597487 .notzum_shop{ 
display:none !important}
@media (max-width: 600px){
  
 .hs_firstname{

/* margin-top:15px; */
  }
.customer-post-item{
  width: 94% !important;
}
  .breakpointMedium-above {
  display:none !important; }
  
  .breakpointMedium-below{
display:block !important;
}
}



@media (max-width: 924px){
.customer-post-item{
  width: 44%;
}
}

@media only screen and (min-width: 30rem) {
  h1 {
    font-size: 80px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    margin: 0;
  }

  h2 {
    font-size: 56px;
    font-weight: 500  !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: 0px;
    margin: 0;
    font-family: 'Helvetica 65 Medium', 'Helvetica Neue' !important;
  }

  h3 {
    font-size: 44px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    margin: 0;
  }

  h4 {
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    margin: 0;
  }

  h5 {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    margin: 0;
  }

  h6 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.15px;
    margin: 0;
  }

  p, ul, ol {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    margin: 0;
  }
  
  .v2-p2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
  }
}

/*****************************************/
/*  Modifiers / Transitions */
/*****************************************/
.v2-blur {
  background-color: rgba(23, 24, 24, 0.85); !important;
  backdrop-filter: blur(10px) !important;
}

.fade-in-section {
  transition: opacity .6s ease-out;
  will-change: opacity, visibility;
}

.fade-in-section--visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.grayscale {
  /*   filter: gray;
    filter: grayscale(100%); */
}

.img-cover {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.desktop-only {
  display: none;
}

@media only screen and (min-width: 30rem) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: unset;
  }
}

/*****************************************/
/* Vidyard Video */
/*****************************************/

/* This sets the height and width of Hubspot videos in custom modules */
div.v2-hubspot-video > :first-child {
  width: 100%;
/*   height: 100%; */
}

.vidyard-player-container {
  border-radius: 10px;
}

/*****************************************/
/* Link Styling */
/*****************************************/
a.v2-arrow-link:hover {
  color: #f5f5f7 !important;
}

.v2-arrow-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.2s ease-in;
}

  .v2-arrow-link__text {
    padding-bottom: .5rem;
    border-bottom: .5px solid #f5f5f7;
    transition: .2s ease-in;
  }

.v2-arrow-link__text-black {
    padding-bottom: .5rem;
    border-bottom: .5px solid #222222;
    color:#222222;
    transition: .2s ease-in;
  }

  .v2-arrow-link__arrow {
    height: 14px !important;
    padding-top: 0 !important;
    padding-left: 1rem !important;
    transition: 0.2s ease-in;
  }

  .v2-arrow-link:hover .v2-arrow-link__arrow {
/*     filter: invert(80%); */
    transform: translateX(25%);
  }

  .v2-arrow-link:hover .v2-arrow-link__text {
    border-bottom: .5px solid #f5f5f7;
  }

@media(max-width: 450px) {
  .v2-arrow-link {
   /* white-space: break-spaces;*/
    white-space: nowrap;
  }
}

/*****************************************/
/* Shop CTA */
/*****************************************/
.v2-shop-cta {
  width: 140px;
  height: 40px;
  border-radius: 6px;
  border: solid 1.5px #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: HelveticaNeue;
  font-size: 16px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  color: #f5f5f7;
  transition: 0.2s ease-in;
}

.v2-header .v2-shop-cta {
  width: 54px;
  height: 40px;
}

  .v2-header .v2-shop-cta img {
    display: none;
  }

  .v2-shop-cta__inner {
    display: flex;
    align-items: center;
    transition: 0.2s ease-in;
  }

    .v2-shop-cta__inner p {
      font-size: 14px;
      padding-top: 4px;
    }

    .v2-shop-cta img {
      height: 12px;
      padding-left: .75rem;
      transition: .2s ease-in;
    }

    .v2-shop-cta p:last-of-type {
      display: none;
    }

    .v2-header .v2-shop-cta p:first-of-type {
      display: none;
    }

    .v2-header .v2-shop-cta p:last-of-type {
      display: unset;
    }

.v2-shop-cta:hover {
  background-color: #f5f5f7;
  color: #171818;
}

  .v2-shop-cta:hover img {
    filter: invert(80%);
    transform: translateX(25%);
  }

@media only screen and (min-width: 45rem) {
  .v2-shop-cta {
    width: 148px !important;
    height: 48px !important;
  }
  
    .v2-shop-cta__inner p {
      font-size: 16px;
      padding-top: 3px;
    }
  
    .v2-shop-cta img {
      display: unset;
      height: 12px;
      padding-left: .75rem;
      transition: 0.2s ease-in;
    }
  
    .v2-header .v2-shop-cta img {
      display: unset;
      height: 12px;
      padding-left: .75rem;
      transition: 0.2s ease-in;
    }
  
    .v2-header .v2-shop-cta p:first-of-type {
      display: unset;
    }

    .v2-header .v2-shop-cta p:last-of-type {
      display: none;
    }

    .v2-header {
      display: unset;
    }
}


/*****************************************/
/* Social Media Links */
/*****************************************/

.v2-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 1rem;
  opacity: .9;
}

  .v2-socials__icon {
    height: 28px;
    padding: 4px 8px;
  }

  .v2-socials a:first-child {
    margin-left: -4px; 
  }

  .v2-socials a:last-child {
    margin-right: -4px;
  }

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

body.scrolled .v2-header-container, #v2-header-container__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
/*   height: 6rem; */
  transition: .4s;
  display: flex;
  flex-direction: column;
  align-items: center;
 /* padding:5px 0px !important; */
}
body.scrolled #v2-header-container__background{
  height: 58px;
}
body.scrolled .header-container-wrapper{
  padding-bottom: 58px;
}

.v2-header {
  display: flex;
  justify-content: flex-start;
  height: 3rem;
  width: 100%;
  z-index: 999;
/*   max-width: 1920px; */
}
.scrolled div#v2-mobile-menu-container {
    top: 0;
}
.v2-header-container {
  
    padding:5px 0 !important;
  }
#new-home-hero{
  margin-top: 75px ;
}
#v2-header-container{
  height: unset !important;
}
@media only screen and (max-width: 30rem) {
/*   .v2-header-container {
    height: 80px;
    padding-top: 10px !important;
  }
  #top-bar + .v2-header-container, #top-bar + .v2-header-container + .v2-header-container{
    padding-top: 95px !important;
    height: 142px;
  }
  */
  #new-home-hero {
    margin-top: 120px ;
} 

  #v2-header-container p{
  padding-left:5px;
  }
  }


  .v-header__menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    padding: 0 2rem;
  }

  .v2-header__logo-container {
    display: flex;
    align-items: center;
  }

        .v2-header__logo a {
          max-width: 180px;
          display: flex;
          align-items: flex-start;
          justify-content: center;
        }

  .v2-header__cta__container {
    padding-right: 1rem;
    padding-left: 1rem;
    transition: opacity .2s;
  }

  .v2-header__cta {
    align-self: center;
    margin-left: auto;
  }

/* sticky nav */
.v2-header-sticky {
  padding: .5rem; 
  margin-top: 5rem;
  /* margin-bottom: -1.5rem; */
  display: flex;
  flex-direction: row;
  align-items: space-between;
  justify-content: center; 
  position: fixed; 
  z-index: 999;
  width: 100%;
    /*box-sizing: border-box;
    flex-direction: row;
    justify-content: center; 
    padding-left: 2rem;
    padding-right: 2rem;*/
}

.v2-header-sticky a {
  color: #ffffff;
  /* font-weight: bold;
  font-size: 12px;
  padding-top: 1em;
  margin-bottom: 1em;*/
}

.v2-header-sticky p {
  /* margin-bottom: 0rem;
  margin-top: 3rem;
  font-weight: bold; */
}


/*****************************************/
/*  Menu */
/*****************************************/

.v2-mobile-menu-container {
  position: fixed;
  padding-top: 7rem;
  left: -100vw;
  transition: .25s;
  z-index: 998;
    -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(10, 10, 11, 0.9);
}

.v2-mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(100vh - 6rem);
  width: 0;
  padding-left: 4.5rem;
  overflow: scroll;
/*   transition: .25s; */
}

  .v2-mobile-menu h6 {
    margin-bottom: .75rem;
  }

  .v2-mobile-menu__divider {
    width: 176px;
    border-color: rgba(255, 255, 255, 0.27);
    background-color: rgba(255, 255, 255, 0.27);
    margin: 16px 0 20px 0;
  }

  .v2-mobile-menu .v2-socials {
    margin: 2rem 0 1rem;
  }

@media only screen and (min-width: 30rem) {
  .v2-mobile-menu-container {
    padding-top: 6rem;
  }
  
  .v2-header {
    justify-content: space-between;
  }
  
    .v-header__menu-icon {
      width: 20%;
      justify-content: flex-start;
      padding: 0;
    }
  
    .v2-header__logo-container {
      flex: 1;
      display: flex;
      justify-content: center;
    }
  
      .v2-header__logo {
        align-self: center;
        max-width: 196px;
        margin-left: 0;
        padding-bottom: 0;
      }
  
        .v2-header__logo img {
          object-fit: contain;
        }
  
    .v2-header__cta__container {
      padding-right: 2rem;
    }
  
      .v2-header__cta {
        width: 20%;
        display: flex;
        justify-content: flex-end;
        margin-left: 0;
      }
}

@media only screen and (min-width: 45rem) {
  .v-header__menu-icon {
    width: 30%;
  }
  
  .v2-header__logo-container {
    flex: 1;
  }
  
  .v2-header__cta {
    width: 30%;
  }
}


::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.v2-header__menu-button {
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
}
.v2-header__menu-button svg {
  stroke: #f5f5f7;
  transition: 0.2s;
}
.v2-header__menu-button svg g:first-child {
  opacity: 1;
  transition: opacity 0s 0.2s;
}
.v2-header__menu-button svg g:first-child line {
  transition: transform 0.2s 0.2s;
  transform: translateY(0px);
}
.v2-header__menu-button svg g:last-child {
  opacity: 0;
  transition: opacity 0s 0.2s;
}
.v2-header__menu-button svg g:last-child line {
  transition: transform 0.2s;
  transform: rotate(0deg);
  transform-origin: center;
}
.v2-header__menu-button.-menu-open svg {
  stroke: #f5f5f7;
}
.v2-header__menu-button.-menu-open svg g:first-child {
  opacity: 0;
}
.v2-header__menu-button.-menu-open svg g:first-child line {
  transition: transform 0.2s;
}
.v2-header__menu-button.-menu-open svg g:first-child line:first-child {
  transform: translateY(7px);
}
.v2-header__menu-button.-menu-open svg g:first-child line:last-child {
  transform: translateY(-7px);
}
.v2-header__menu-button.-menu-open svg g:last-child {
  opacity: 1;
}
.v2-header__menu-button.-menu-open svg g:last-child line {
  transition: transform 0.2s 0.2s;
}
.v2-header__menu-button.-menu-open svg g:last-child line:first-child {
  transform: rotate(45deg);
}
.v2-header__menu-button.-menu-open svg g:last-child line:last-child {
  transform: rotate(-45deg);
}


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

.v2-footer {
  background-color: #0a0a0b;
  padding: 1.5rem 0 3rem;
  display: flex;
  justify-content: center;
}

.v2-footer-inner {
  max-width: 1440px;
  width: 100%;
}

.v2-footer-section {
  padding: 0 2rem;
}

.v2-footer-upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}

.v2-footer__navigation {
  display: flex;
  flex: 1;
  justify-content: space-between;
  max-width: 400px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  order: 2;
}

  .v2-footer__navigation__section {
    display: flex;
    flex-direction: column;
  }

  .v2-footer__navigation__section:first-of-type {
    padding-right: .5rem;
  }

  .v2-footer-navigation-divider {
    width: 157px;
    margin: 24px 0;
    opacity: .3;
    border-top: 1px solid rgba(255,255,255,.4);
  }

  .v2-footer__nav-link {
    margin-bottom: 8px;
  }

  .v2-footer__nav-link--first {
    height: 55px;
    display: flex;
    align-items: center;
  }

.v2-footer__subscribe {
  max-width: 310px;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 3rem;
  order: 1;
}

.v2-footer-lower {
  display: flex;
  
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  border-top: rgba(245, 245, 247, 0.11) solid 1px;
  margin-top: 1rem;
  padding-top: 2rem !important;
}

  .v2-footer__logo {
    height: 16px;
    width: 160px;
    margin-bottom: 16px;
  }

  .v2-copyright {
    margin-top: 1rem;
    font-size: 12px;
  }

 .hs-form-e9844a39-2a85-4151-a9c0-8a20d275d879_4fdd4452-48fa-4b90-8dc7-183c36a2a819 .hs-submit > .actions {
  margin: 0 !important;
  padding: 0 !important;
} 

@media only screen and (min-width: 30rem) {
  .v2-footer-section {
    padding: 0 5rem;
  }
  
  .v2-footer__navigation {
    flex-wrap: nowrap;
    margin-right: 2rem;
  }
  
  .v2-footer__navigation__section:first-of-type {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 45rem) {
  .v2-footer {
    padding-top: 4.5rem;
  }
  
  .v2-footer-upper {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 2rem;
  }
  
  .v2-footer__subscribe {
    margin-bottom: 1rem;
  }
  
  .v2-footer__navigation {
    order: 1;
  }
}

@media only screen and (min-width: 1500px) {
  .v2-footer-section {
    padding: 0;
  }
}

/*****************************************/
/*  Templates */
/*****************************************/
.v2-simple-dark-container {
  background-color: #171818;
  color: #f5f5f7;
  height: 100%;
  width: 100%;
  z-index: -100;
}

.v2-simple-dark-container .row-number-2 {
  width: 100%;
}

.v2-simple-dark-container .row-number-2 > .row-fluid {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.v2-simple-dark-container .row-number-3 > .row-fluid {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.v2-simple-content {
  width: 100%;
  max-width: 1440px;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
}

  .v2-simple-content__body {
  
    float: right !important;
    margin-top: 36px;
  }

  .v2-simple-content__header {
    margin-bottom: 24px;
  }

  .v2-simple-content__share {
    margin: 0 0 56px;
  }

.v2-simple-content-industry {
  width: 100%;
  max-width: 1440px;
  padding: 117px 30px;
  display: flex;
  flex-direction: column;
}  

  .v2-simple-content-industry__body {
    max-width: 872px;
    /* float: right !important; */ 
    margin-top: 36px;
    }

.v2-simple-hero {
  height: 600px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.v2-simple-hero-content {
  padding-top: 53px;
}

@media only screen and (min-width: 30rem) {
  .v2-simple-content__body {
    margin-top: 44px;
  }

  .v2-simple-content__share {
    margin: 0 0 56px;
  }
}

@media only screen and (min-width: 60rem) {
  .v2-simple-content {
    padding: 90px;
  }
  
  .v2-simple-hero-content {
    padding-top: 103px;
  }
}

/* ===== Modular Items ====== */ 

/* FAQ Item Template */

.v-faq__item {
  padding-top: 3rem; /* Offset 1rem of margin from paragraph in faq's answer */
  padding-bottom: 2rem;
  border-top: 1px solid ;
}

.v-faq__item__question {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 60rem) {
  .v-faq__item {
    display: flex;
    flex-direction: row;
  }
  
  .v-faq__item__question {
    width: 40%;
    padding-right: 2rem;
  }

	.v-faq__item__answer {
  	width: 60%;
    padding-left: 2rem;
  }
}


/* Press Asset Group */

.v-press-asset-group{
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid ;
}

.v-press-asset-group__assets{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-left: -1rem;
  margin-right: 0rem;
}

.v-press-asset-group__asset-container{
  box-sizing: border-box;
	padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
}

.v-press-asset-group__asset-meta{
	display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}

/* Specific Layouts for Press Groups */

.v-press-asset-group--scenes .v-press-asset-group__asset-container {
	width: 100%;
}

@media (min-width: 30rem) {
  .v-press-asset-group--scenes .v-press-asset-group__asset-container{
    width: 50%;
  }
  .v-press-asset-group--scenes .v-press-asset-group__asset-container:nth-of-type(1){
    width: 100%;
  }
}

.v-press-asset-group--assets .v-press-asset-group__asset-container{
	width: 100%;
}

@media (min-width: 30rem) {
  .v-press-asset-group--assets .v-press-asset-group__asset-container{
    width: 50%;
  }
}

.v-press-asset-group--logos .v-press-asset-group__asset-container{
	width: 50%;
}

@media (min-width: 30rem) {
  .v-press-asset-group--logos .v-press-asset-group__asset-container{
    width: 25%;
  }
}

.v-press-asset-group--logos .v-press-asset-group__asset-container:nth-of-type(1),
.v-press-asset-group--logos .v-press-asset-group__asset-container:nth-of-type(2),
.v-press-asset-group--logos .v-press-asset-group__asset-container:nth-of-type(3),
.v-press-asset-group--logos .v-press-asset-group__asset-container:nth-of-type(4){
	width: 100%;
}


/* Team */

.v-the-team{
	padding-top: 3rem;
}

.v-the-team__header{
  text-align: center;
  margin-bottom: 1rem;
}

.v-the-team__image{
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


/* Team Group */

.v-team-group{
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid ;
}

.v-team-group__members{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.v-team-group__member-container{
  box-sizing: border-box;
	padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  width: 50%;
  position: relative;
}

.v-team-group__member-container img {
  border-radius: 10px;
}

.v-team-group__member-description{
  display: none;
	position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  padding: 0.5rem;
  max-height: calc(100% - 1rem);
  overflow-y: scroll;
  background: rgba(0,0,0,0.5);
  color: ;
  font-weight: 500;
}

.v-team-group__member-container:hover .v-team-group__member-description {
	display: block;
}

@media (min-width: 30rem) {
  .v-team-group__member-container{
  	width: 25%;
  }
}

@media (min-width: 60rem) {
  .v-team-group__member-container{
  	width: 20%;
  }
}
/* Horizontal Rule */

.v-horizontal-rule {
	display: block;
  border-top: 1px solid;
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-height: 1rem !important;
}




/*****************************************/
/*  Overrides (layout.min.css)  */
/*****************************************/

.row-fluid [class*="span"] {
    min-height: 0;
}

/****** Forms  ******/
/* Error Messages */

.hs-error-msgs {
  margin-top: 0.5rem;
	padding-left: 0;
  list-style-type: none;
}

.hs-error-msgs label {
  font-size: 0.875rem;
  line-height: 1rem;
	font-weight: 400;
  color: ;
}

/* One Line Inputs */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
    width: 242; 
    height: 48px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #f5f5f7;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    background-color: transparent;
    background-image: none;
    border: 1px solid #f5f5f7;
    border-radius: 6px;
    transition: border-color .1s 0s ease-in-out;
}

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

/* Separate Styles for Multiple Line Inputs */
.hs-form textarea {
    min-height: 10rem;
}

/* Separate Styles for Drop Downs */
.hs-form select {
	height: 2.5rem;
}

/* Multiple Selection Inputs */
.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
.hs-form .hs-form-field ul.inputs-list li input {
  margin-right: 0.375rem;
  vertical-align: text-bottom;
  width: auto !important;
  position: relative;
  top: -4px;
}

/* Separate Styles for Input file */
.hs-form input[type="file"] {
	height: 2.5rem;
  line-height: 1;
}

/* Input type Submit */

.hs-form input[type="submit"],
.hs-form input.hs-button {
  font-family: "Helvetica Neue","Arial","sans-serif";
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  width: 100%; 
  height: 48px;
  border-radius: 6px;
  padding: 0;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
  color: #171818;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-image: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out, border-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

.hs-form input[type="submit"]:hover,
.hs-form inputt.hs-button:hover {
  background-color: #f5f5f7;
/*   border-color: rgba(0,132,213,.8); */
}

/*****************************************/
/*  Overrides (_grid.css)  */
/*****************************************/
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* .v2-offset-cards-container {
  background: #141414;
}*/

.v2-mini-floating-images .v2-arrow-link {
  margin-top: 40px;
}

.v2-case-studies-left {
  max-width: 50%;
}

.v2-case-studies-image {
  border-radius: 10px;
  max-width: 47%;
  max-height: 47%;
}

@media (max-width: 45rem) {
  .v2-case-studies-left {
    max-width: 100%;
  }
}


/*****************************************/
/*  Inverted Form */
/*****************************************/

.v2-form-inverted {
  filter: invert(1);
  background: #000; 
  min-height: 800px !important;
};

.v2-form-inverted .row-fluid .widget-type-cell .widget-type-cell  {
  width: 50%;
}

.v2-form-inverted .row-fluid .v2-simple-content > .row-fluid-wrapper:first-child {
  position: absolute;
  left: 170px;
  width: 25%;
}

.v2-form-inverted .row-fluid .v2-simple-content > .row-fluid-wrapper:last-child {
  width: 60%;
  margin-left: 40%;
}

@media (max-width: 60rem) {
  .v2-form-inverted .row-fluid .widget-type-cell .widget-type-cell  {
    width: 100%;
  }
  
  .v2-form-inverted .row-fluid .v2-simple-content > .row-fluid-wrapper:first-child {
    position: relative;
    left: 0px;
    width: 100%;
  }

  .v2-form-inverted .row-fluid .v2-simple-content > .row-fluid-wrapper:last-child {
    width: 100%;
    margin-left: 0px;
  }
}

.v2-form-inverted .v2-simple-content-industry__body {
  margin-bottom: 32px;
}

.v2-form-inverted .v2-simple-content {
  position: relative;
}

/* added by carolyn 2020-12-30 as a bandaid fix for the forms that were overlapping */
@media (min-width: 60rem) {
  
  .v2-form-inverted .row-fluid {
    display: flex;
    align-items: center;
  }
  
  .v2-form-inverted .row-number-1 > .row-fluid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /*.v2-form-inverted .row-fluid .widget-type-cell .widget-type-cell  {
    width: 100%;
  }
  
  .v2-form-inverted .row-fluid .v2-simple-content > .row-fluid-wrapper:first-child {
    position: relative;
    left: 0px;
    width: 100%;
  }

  .v2-form-inverted .row-fluid .v2-simple-content > .row-fluid-wrapper:last-child {
    width: 100%;
    margin-left: 0px;
  }*/
}

/*****************************************/
/*  Other Form s */
/*****************************************/
.v2-form-regular {
  };
}

/*****************************************/
/*  Inspire Community */
/*****************************************/

.v2-inspire-community {
  display: flex;
  justify-content: center;
  width: 100vw;
  background-color: #000;
}

.v2-inspire-community__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

  .v2-inspire-community-left {
    max-height: 340px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

    .v2-inspire-community-left img {
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }

  .v2-inspire-community-right {
    width: 100%;
  }

  .v2-inspire-community-right__inner {
    text-align: left;
    padding: 4rem 2rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .v2-inspire-community-right__inner > h4 {
    color: #7E838A;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

@media only screen and (min-width: 30rem) {
  .v2-inspire-community-right__inner {
    justify-content: space-evenly;
    padding: 4rem 3rem 4.5rem;
  }
  
  .v2-inspire-community-left {
    max-height: unset;
  }
}

@media only screen and (min-width: 60rem) {
  .v2-inspire-community {
    height: 35rem;
  }
  
  .v2-inspire-community__inner {
    flex-direction: row;
  }
  
  .v2-inspire-community-left {
    width: 50%;
    order: 2;
  }
  
  .v2-inspire-community-right {
    width: 50%;
    text-align: left;
    height: 35rem;
    order: 1;
    display: flex;
    justify-content: flex-end;
  }
  
    .v2-inspire-community-right__inner {
      height: 100%;
      justify-content: space-evenly;
      padding: 8rem 3rem 8.5rem;
      max-width: 600px;
    }
  
    .v2-inspire-community-description {
      width: 100%;
      max-width: 19rem;
      margin: 1.5rem 0;
    }
}

.grayscale {
  filter: grayscale(1);
}

.hs-fieldtype-text label, .hs-form-field label {
  margin-bottom: 8px;
  display: block;
}

.v2-simple-content__share {
    display: none !important;
  }

select option { color: #000; }

html {
  scroll-behavior: smooth;
}

* {
  outline: 0 !important;
}

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

.form-columns-2 .hs-form-field {
  width: 48%;
}

@media (max-width: 400px) {
  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
/* limited quantity modal */
   #leadinModal-1983711 .leadinModal-content {
        background-color: #171717 !important;
        text-align: center;        
        border-radius: 15px;
        border: 2px solid #424448 !important;      
        padding-bottom: 2rem;
        padding-top: 1rem;
        opacity: 0.9; 
    }

    #leadinModal-1983711 .leadinModal-content h4,#leadinModal-1983711 .leadinModal-content p {
        text-align: center;
        font-weight: normal;
    }
    #leadinModal-1983711 .leadinModal-content p {
        color:#a0a7ac !important;
    }
    .leadinModal-1983711.leadinModal-theme-bottom-left-corner.leadinModal-preview.leadinModal-v3 .leadinModal-close:before {
/*         color: #fff !important;
        content: "Close" !important;
        font-size: 14px;
        line-height: 1;
        height: auto;
        padding-top: 0 */
    }

    .advance-wrapper.callout-special-font {
/*         width: 46%;
        max-width:180px;
        float: right;       */
    }

    #leadinModal-1983711 .leadin-button {
        border: 2px solid white;
        padding: .9em 1.7em;
        border-radius: 0.35rem;
    }

@media only screen and (min-width: 769px) {
    #leadinModal-1983711 {
        bottom:2em
    }
#leadinModal-1983711 .leadinModal-content {
      
        bottom: 2em;
        
    }
    #leadinModal-1983711 .leadinModal-close {
/*         position: absolute;
        left: 21px;
        bottom: 2rem;
        width: auto;
        height: auto;
        display: block;
        top: unset;
       border-radius: 0.35rem;
        border: 2px solid white;
        cursor: pointer;
        font-size: 14px;
        line-height: 1;
        padding: .9em 1.7em;
        width: 43%;
        max-width:180px;
        text-decoration: none;
        box-sizing: border-box; */
    }

 
}
#top-bar {
  position:relative;
  z-index:999999999999;
}

body.hs-content-id-76729517668 a.v2-p2.v2-arrow-link img.v2-arrow-link__arrow:not(.v2-black_arrow) {
  display: none !important;
    
} 
#new-hero-slider .red-dot-img {
    margin-top: 8px;
}
/* Footer newsletter edit */
.v2-footer .v2-footer__subscribe form input[type="email"].hs-input {
  color: #fff!important;
    border-color: #fff!important;
}
/* Meet Our Customer CSS Edit */
  @media(max-width:767px){
  .hs-blog-listing .v-header__menu-icon{
    padding-right: 20px;
    padding-left: 20px;
  }
   body:not(.scrolled).hs-blog-listing .v2-header-container {
    
}
       .hs-blog-listing .scrolled .v2-header-container {
    padding-top: 56px!important;
}
    .hs-blog-listing .v-blog-header--offset {
    padding-top: 0!important;
}
    .hs-content-id-76172166781 .hs-form-private .hs_trade_contact_interest {
    margin-bottom: 0px;
}
    .signup-cta-right label span.innercntent {
       margin-left: 1.1em;
}
}
/* cafe page css start */
.hs-content-id-95092982055.hs-landing-page .hs_cos_wrapper_widget .white-2col-images.white-bg .row.overlay-image-text .col-md-8 {
    color: #171818;
}
@media(max-width:768px){
  .hs-content-id-95092982055.hs-landing-page .hs_cos_wrapper_widget .white-2col-images.white-bg .col-md-12 h2.mx-md-auto.new-h2.text-center {
    margin-bottom: 0.5em;
}
  body:not(.scrolled).hs-content-id-76545533089.hs-site-page .v2-header-container {
    height: 80px;
}
}
    body:not(.scrolled).hs-content-id-96125042505 .v2-header-container {
    padding-top: 70px;
}
}


.v2-header-container{
padding-top:0 !important;
}