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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



/*****************************************/
/*  1. Variables  */
/*  2. Base Styles  */
/*  3. Modules  */
/*  4. Templates  */
/*  5. Utilities  */
/*****************************************/



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






















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

/* Typography */

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

h1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1em;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1em;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

h3 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.125em;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1em;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

p, ul, ol {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.5rem;
}

a {
	text-decoration: none;
  color: #7c878e;
  transition: color .1s 0s ease-in-out;
}

a:hover {
  color: #25282a;
}

.t-large {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (max-width: 30em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  p, ul, ol {
    font-size: 1rem;
  }

  .t-large {
      font-size: 1.25rem;
      line-height: 1.75rem;
  }
}

/* Forms */

.hs-form {
	width: 100%;
}

.hs-form fieldset {
	max-width: calc(100% + 2rem) !important;
  margin-left: -1rem !important;
  margin-right: 0rem !important;
}

.hs-form fieldset .hs-form-field {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-sizing: border-box;
}

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

.hs-form fieldset .hs-form-field .input{
  margin-right: 0 !important;
}

.hs-form fieldset .hs-input{
  width: 100% !important;
}

/* Form Field */
.hs-form-field {
  margin-bottom: 2rem;
}

/* Labels */
.hs-form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.hs-form-field label .hs-form-required {
  color: #da291c;
  margin-left: 2px;
}

/* Descriptions */
.hs-field-desc {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

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

/* 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: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #25282a;
    display: block;
    padding: 0.5rem 1rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    background-color: rgba(37, 40, 42, 0.025);
    background-image: none;
    border: 1px solid rgba(37, 40, 42, 0.1);
    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: #0084d5;
}

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

/* 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: 500;
  font-size: 1rem;
  line-height: 1rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.25rem 1.5rem;
  background-color: #0084d5;
  border-color: #0084d5;
  color: #fff;
  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: rgba(0,132,213,.8);
  border-color: rgba(0,132,213,.8);
}

/* Containers */

.page-container {
  overflow: auto;
  min-height: calc(100vh - 114px - 332px); /* Header height & Footer height */
  -webkit-transform: translate3d(0,0,0);
}

.content-container {
  overflow: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.content-container--narrow {
  max-width: 55rem;
}

@media (min-width: 30em) {
  .content-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}



/*****************************************/
/**/
/*  Modules  */
/**/
/*****************************************/

/* Header */
/* .v-header {
	padding: 2rem 1rem;
  background-color: #25282a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}

.v-header__logo {
  max-width: 228px;
}

.v-header__cta a {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
}

.v-header--offset {
	padding-top: 54px;
} */

.v-header {
	padding: 2rem 1rem;
  background-color: #25282a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 998;
  width: 100%;
  box-sizing: border-box;
      flex-direction: row;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}

.v-header__cta a {
  max-width: 200px;
  z-index: 999;
  position: relative;
  margin-left: 2rem;
  padding: 1rem 1.5rem !important;
  font-size: 0.875rem !important;
}

.v-header-home--offset {
	padding-top: 86px;
}


.banner-image {
  height: 680px;
}

.banner-image-short {
  height: 445px;
}

@media (min-width: 30em) {
  .v-header {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .v-header__logo {
    max-width: 341px;
  }
  .v-header__cta a {
    position: relative;
    margin-left: 2rem;
    padding: 1rem 1.5rem !important;
    font-size: 0.875rem !important;
  }
}
  .banner-image {
    size: 50%;
  }
 .banner-image-short {
    size: 50%;
  }



/*/////////////////////////////////*/
/* sticky nav on one invest page */
/*/////////////////////////////////*/
.v-header-sticky {
  padding: .5rem; 
  margin-top: 3.5rem;
  margin-bottom: -1.5rem;
  background-color: #0084d5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; 
  position: fixed; 
  z-index:998;
  width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center; 
    padding-left: 2rem;
    padding-right: 2rem;
}

.v-header-sticky a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.v-header-sticky a:hover {
	color: rgba(255,255,255,0.5);
}

.v-header-sticky p {
  margin-bottom: 0rem;
  font-weight: bold;
}

@media (min-width: 30em) {
  .v-header-sticky {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .v-header-sticky a {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px !important;
  }
  .v-header-sticky a:hover {
  	color: rgba(255,255,255,0.5);  
    font-size: 16px !important;
    font-weight: bold;
  } 
  .v-header-sticky p {
  margin-bottom: 0rem;
  font-weight: bold;
  font-size: 16px !important;
 }
}



/* Footer */

.v-footer {
	padding: 2.75rem 1rem 4rem 1rem;
  background-color: #25282a;
  text-align: center;
}

.v-footer__nav {
	margin-bottom: 2rem;
}

.v-footer__nav .hs-cta-wrapper {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.v-footer__nav a {
  color: #ffffff;
	text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.825rem;
  display:inline-block;
  text-decoration: none;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  transition: color .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

.v-footer__nav a:last-child {
  margin-right:0;
}

.v-footer__nav .hs-cta-wrapper:last-child {
  margin-right: 0;
}

.v-footer__nav a:hover {
	color: rgba(255,255,255,0.5);
}

.v-footer__social {
	margin-bottom: 2rem;
}

.v-footer__social a {
	display: inline-block;
  overflow: hidden;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.v-footer__social a:last-child {
  margin-right: 0;
}

.v-footer__social a svg{
  transform: scale(1.5);
	fill: #ffffff;
  transition: fill .1s 0s ease-in-out,color .1s 0s ease-in-out;
}

.v-footer__social a.v-footer__social--dwell svg{
  transform: scale(0.65);
}

.v-footer__social a:hover svg{
	fill: rgba(255,255,255,0.5);
}

.v-footer__subscribe {
	margin-bottom: 2rem;
}

.v-footer__subscribe form {
	display: flex;
  flex-direction: row;
  justify-content: center;
}

.v-footer__subscribe .hs-form-field,
.v-footer__subscribe .hs-submit {
  border: 1px solid #ffffff;
}

.v-footer__subscribe .hs-form-field {
	margin-bottom: 0;
}

.v-footer__subscribe .hs-form-field label{
	display: none;
}

.v-footer__subscribe .hs-form-field .input,
.v-footer__subscribe .hs-form-field .input input{
	height: 100%;
}

.v-footer__subscribe .hs-form-field .input input,
.v-footer__subscribe .hs-form-field .input input::placeholder{
  color: #ffffff;
}

.v-footer__subscribe .hs-button {
  border-radius: 0;
}

.v-footer__copywright {
  color: #ffffff;
  font-size: 0.825rem;
}

@media (min-width: 30em) {
  .v-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .v-footer__subscribe .hs-form-field .input input{
    min-width: 240px;
  }
}

/* Video */

.v-video-wrapper {
  background-color: #000;
  position: relative;
	/*padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: calc(100vh - 114px);
  max-height: min(calc(100vw*.5625), 1080px);
  text-align: center;
}

.v-video-wrapper iframe{
  max-width: 1920px;
  max-height: 1080px;
	width: 100%;
	height: 100%;
}

/* Use case */

.v-use-case{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.v-use-case,
.v-use-case__container-secondary,
.v-use-case__container-secondary__images{
	display: flex;
  flex-direction: column-reverse;
}

.v-use-case img{
  margin-bottom: 1rem;
}

.v-use-case__container-secondary__content{
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.v-use-case__container-secondary__content p{
  max-width: 20rem;
}

@media (min-width: 30em) {
  .v-use-case{
  	margin-left: -1rem;
    margin-right: -1rem;
  }
  .v-use-case.v-use-case--home {
  	flex-direction: row;
  }
  .v-use-case.v-use-case--work{
  	flex-direction: row-reverse;
  }
  .v-use-case img{
    margin-bottom: 0;
  }
  .v-use-case__container-primary,
  .v-use-case__container-secondary{
  	width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .v-use-case__container-secondary{
    flex-direction: column;
  }
  .v-use-case__container-secondary__images{
  	flex-direction: row;
		align-items: start;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .v-use-case__container-secondary__images img{
  	max-width: calc(50% - 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .v-use-case__container-secondary__content{
    margin-top: 1rem;
    margin-bottom: 0;
    flex: 1 1 auto;
    justify-content: center;
  }
}

/* Flaps */

.v-flaps {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.v-flaps__image{
  max-height: 120vw;
  height: 520px;
  overflow: hidden;
}

.v-flaps__content{
  text-align: center;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 45em) {
  .v-flaps{
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
  
  .v-flaps__image{
    width: 50%;
  }
  
  .v-flaps__content{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}

/* Mobile App */

.v-mobile-app{
  height: auto;
  overflow: hidden;
}

.v-mobile-app__content{
  margin-top: 3rem;
  text-align: center;
}

.v-mobile-app__image{
  max-width: 362px;
  max-height: 120vw;
  height: calc(520px - 2rem);
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (min-width: 45em) {
  .v-mobile-app{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 520px;
  }
  .v-mobile-app__content{
    margin-top: -3rem;
    width: 50%;
  }
  .v-mobile-app__image{
    width: 50%;
  }
}

/* Sync with apps */

.v-sync-apps{
	padding-top: 3rem;
  padding-bottom: 3rem;
}

.v-sync-apps__content{
  text-align: center;
}

@media (min-width: 30em) {
  .v-sync-apps__images{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .v-sync-apps__images img{
    width: 50%;
  }
}

/* Works with Alexa */

.v-works-with-alexa {
  background: url(https://1984131.fs1.hubspotusercontent-na1.net/hubfs/1984131/Home/vestaboard--voice-background.jpg) no-repeat,#d6d5d5;
  background-size: 2500px;
  background-position: center;
  min-height: 520px;
}

.v-works-with-alexa__content{
	margin-top: 8rem;
  width: 55%;
}


@media (min-width: 30em) {
  .v-works-with-alexa__content{
    text-align: center;
  }
}

/* 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;
}
/* Invest on Home */
.v-invest{
	padding-top: 1rem;
}

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

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

/* News Hub */
.v-news-hub__header{
  text-align: center;
  color: #ffffff;
}

/* Modular Design */

.v-modular-design{
	padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-modular-design__header{
  text-align: center;
}

.v-modular-design__splitflap{
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-modular-design__team{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-modular-design__invest{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-modular-design__splitflap__img{
	max-width: 250px;
  margin-bottom: 3rem;
}

.v-modular-design__diagram__img{
	max-width: 1000px;
}

.v-modular-design__dimensions{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	margin-top: 2rem;
}

.v-modular-design__dimensions__item{
	width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(37, 40, 42, 0.1);
}

.v-modular-design__dimensions__item__header{
	margin-bottom: 1.5rem;
}
.v-modular-design__dimensions__item__content p{
	margin-bottom: 0.25rem;
}

@media (min-width: 30em) {
  .v-modular-design__splitflap{
    flex-direction: row;
  }
  .v-modular-design__splitflap__img{
    margin-bottom: 0;
    margin-right: 3rem;
    max-width: 200px;
  }
  .v-modular-design__dimensions{
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .v-modular-design__dimensions__item{
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* FAQ Item */

.v-faq__item {
  padding-top: 3rem; /* Offset 1rem of margin from paragraph in faq's answer */
  padding-bottom: 2rem;
  border-top: 1px solid rgba(37, 40, 42, 0.1);
}

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

@media (min-width: 60em) {
  .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 rgba(37, 40, 42, 0.1);
}

.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 Groups */

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

@media (min-width: 30em) {
  .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: 30em) {
  .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: 30em) {
  .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 Group */

.v-team-group{
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(37, 40, 42, 0.1);
}

.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-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: #d6d5d5;
  font-weight: 500;
}

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

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

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

.v-horizontal-rule {
	display: block;
  border-top: 1px solid rgba(37, 40, 42, 0.1);
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-height: 1rem !important;
}



/*****************************************/
/**/
/*  Templates  */
/**/
/*****************************************/

/* Base Template */
.v-base__container {
  margin-top: 4rem; 
  margin-bottom: 6rem;
  overflow: auto;
}

.v-base__header {
  text-align: center;
  margin-bottom: 2rem;
}

/* Home */

.v-home__hero {
  margin-top: 4rem; 
  margin-bottom: 4rem;
  overflow: auto;
}

.v-home__hero__header {
	text-align: center;
  color: #ffffff;
}

/* Trade */

.v-trade {
	margin-top: 3rem; 
  margin-bottom: 3rem;
  overflow: auto;
}

.v-trade__header {
	text-align: center;
  color: #ffffff;
}

.v-trade__cta {
	text-align: center;
}


.investcta {
	text-align: center;
  border-radius: 0px;  
}
.investcta a:hover {
  background-color: white;
}

/* Reservations */

.v-reservations {
  padding-top: 3rem; 
  margin-bottom: 3rem;
  overflow: auto;
  text-align: center; 
}

.v-reservations__header {
	text-align: center;
  color: #25282a;
  margin-bottom: 1rem;
}

.v-reservations__anchor { 
  margin-top: -112px;        /* Approx size of fixed header */
  padding-bottom: 112px;
  display: block;
}

/* Press */

.v-press {
  margin-top: 4rem; 
  margin-bottom: 6rem;
  overflow: auto;
}

.v-press__header {
	text-align: center;
}

.v-press__subheader {
	margin-top: 1rem; 
  margin-bottom: 2rem;
}

/* Team */

.v-team {
  margin-top: 4rem; 
  margin-bottom: 6rem;
  overflow: auto;
}

.v-team__header {
	text-align: center;
}

/* FAQ */

.v-faq {
  margin-top: 4rem; 
  margin-bottom: 6rem;
  overflow: auto;
}

.v-faq__header{
  text-align: center;
  margin-bottom: 2rem;
}

/* Thank You */

.v-thank-you {
  margin-top: 4rem; 
  margin-bottom: 8rem;
  overflow: auto;
}

.v-thank-you__header,
.v-thank-you__content,
.v-thank-you__cta {
  text-align: center;
}

.v-thank-you__cta {
  margin-top: 1rem;
}

/* Legal */
.v-legal {
  margin-top: 4rem; 
  margin-bottom: 6rem;
  overflow: auto;
}

/* Simple Form */
.v-simple-form {
  margin-top: 4rem; 
  margin-bottom: 6rem;
  overflow: auto;
}

.v-simple-form__header {
	margin-bottom: 1rem;
}

/* Launch */
.v-launch {
  margin-top: 4rem; 
  margin-bottom: 6rem;
  overflow: auto;
}

.v-launch__header,
.v-launch__subheader {
	text-align: center;
}

.v-launch__press-image {
	width: 100%;
  max-width: 300px;
  margin: 2rem auto !important;
}

.v-launch__cta {
	text-align: center;
}

.v-launch__locations {
  margin-top: 3rem;
}

.v-launch__locations__cities,
.v-launch__locations__countries {
	list-style-type: none;
  padding-left: 0;
}

.v-launch__locations__countries li {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .v-launch__subheader {
    margin-bottom: 4rem;
  }
  .v-launch__press-image {
    margin: 0 !important;
    padding-right: 2rem;
  }
  .v-launch__locations {
    
  }
  .v-launch__locations__cities {
    width: 66.66666666667%;
    float: left;
  }
  .v-launch__locations__cities li {
    width: 50%;
    float: left;
  }
  .v-launch__locations__countries {
    width: 33.33333333333%;
    float: left;
  }
}

/* Reserve */
.temp-form-header h4 {
  line-height: 1.25em;
}

.v-reserve__main__right {
  padding-left: 5vw;
}

.v-reserve__header h1 {
  margin: -.5rem 0 0;
  font-size: 53px;
}

.v-reserve__header h2 {
  margin-bottom: 3rem;
  color: #7C878E;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
}

.v-reserve__description p {
  font-size: 17px;
  margin-bottom: .5rem;
}

.v-reserve__main {
  padding: 130px 5vw 50px;
}

.v-reserve__order {
  padding: 10px 0 40px;
}

.v-reserve__order .widget-type-text {
  margin: 1rem 0; 
}

.v-reserve__details {
  background-color: #25282a;
  color: #ffffff;
  padding: 5vh 0 8vh;
}

.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
  padding: 0 0;
}

.hs-accordion__item h2 {
  font-size: 22px;
  pointer-events: none;
}

.hs-accordion__item h4 {
  font-size: 20px;
  margin-top: 0;
}

.hs-accordion__item p {
  font-size: 16px;
}

.hs-accordion__item-content {
  padding-bottom: 0;
}

.hs-accordion__item button {
  color: #ffffff;
}

.hs-accordion__item button:hover {
  color: #ffffff;
}

.hs-accordion__item[aria-expanded=true] button {   /* [aria-expanded=true] means accordion will be 'open' */
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.hs-accordion__item:last-of-type button {
  border-bottom-color: #ffffff;
}

.hs-accordion__item i {
  border: solid ;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

@media (min-width: 768px) {
  .v-reserve-mobile_only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .reserve-temp-form-div {
    padding: 1.5em 10vw;
  }
  
  .v-reserve__main {
    padding: 0;
  }
  
  .v-reserve__main__right {
    padding-left: 0;
  }
  
  .v-reserve__gallery__container {
    padding: calc(70px + 0.5vh) 8vw 0;
  }
  
  .v-reserve__header {
    background-color: #F4F4F4;
    padding: 3vh 11vw 2vh;
  }
  
  .v-reserve__header h1 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .v-reserve__header h2 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 6px;
  }
  
  .v-reserve__description {
    background-color: #F4F4F4;
    padding: 0 11vw 2vh;
    margin-bottom: 0;
  }
  
 .v-reserve__description p {
   margin-bottom: 8px !important;
  }
  
  .v-reserve-desktop_only {
    display: none !important;
  }
  
  .v-reserve__details {
    padding: 0 5vw 5vh;
  }

  .v-reserve__order {
    padding: 5vw 0;
    text-align: center;
  }  
  
  .v-reserve__cta__checkout {
    padding: 23px 65px !important;
  }
  
  .v-reserve__cta__order_multiple {
    padding: 3px 93px !important;
  }
  
  .hs_cos_gallery_thumbnails {
    height: 0;
    margin: 0;
  }
  
  .slick-dots {
    margin: 0;
  }
  
  .slick-slider {
    margin-bottom: 5px;
  }
}

/*****************************************/
/**/
/*  Utilities  */
/**/
/*****************************************/

/* Color */
.white {
  color: #ffffff;
}

.gray {
  color: #7c878e;
}

.gray-light {
  color: #d6d5d5;
}

.poppy-red {
  color: #da291c;
}

.paris-blue {
  color: #0084d5;
}

/* Background Color */

.bg-black {
  background-color: #25282a;
}

.bg-gray-light {
  background-color: #d6d5d5;
}



.bg-gray {
  background-color: #7c878e;
}

.bg-black-10 {
  background-color: rgba(37, 40, 42, 0.1);
}

.bg-black-025 {
  background-color: rgba(37, 40, 42, 0.025);
}

/* Text Alignment */

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

@media screen and (max-width: 768px)
#new-hero-slider .red-dot-img {
    margin-top: 60px !important;
}
}