@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: BrandonGrotesque-Light;
  src: url(//4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Fonts/BrandonGrotesque-Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: BrandonGrotesque-Regular;
  src: url(//4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Fonts/BrandonGrotesque-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: BrandonGrotesque-RegularItalic;
  src: url(//4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Fonts/BrandonGrotesque-RegularItalic.otf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: BrandonGrotesque-Bold;
  src: url(//4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Fonts/BrandonGrotesque-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: BrandonGrotesque-Black;
  src: url(//4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Fonts/BrandonGrotesque-Black.otf);
  font-weight: 900;
  font-style: normal;
}

/* @import url('http://example.com/example_style.css'); */

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

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

/* ==========================================================================

Index:

1. BASE STYLES   
- Variables
- Macros
- Modules
- Base
- Typography

2. COS STRUCTURE
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. LIBRARIES
- Slick Slider

========================================================================== */


/* ==========================================================================
* 
1. BASE STYLES                    

========================================================================== */


/* ==========================================================================
Variables                                               
========================================================================== */
/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
 /* Dark Grey */
 /* Black */
 /* Dark Grey */
 /* Yellow */
 /* Yellow */
 /* Black */

 /* Dark grey */

 /* Light Grey */
 /* Lighter Grey */
 /* Grey */
 /* Dark Grey */


/* Typography */








/* Containers */






/* ==========================================================================
Base                                                    
========================================================================== */

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

img.alignRight,
img[style*='float:right'],
img[style*='float: right'] {
  margin: 0 0 10px 20px;
}

img.alignLeft,
img[style*='float:left'],
img[style*='float: left']{
  margin: 0 20px 10px 0;
}

@media (max-width: 599px) {
  img.alignRight,
  img[style*='float:right'],
  img[style*='float: right'],
  img.alignLeft,
  img[style*='float:left'],
  img[style*='float: left']{
    margin: 0 0 10px;
    float: none !important;
    display: block;
  }
  .image-row {
  display: inline-block !important;
  justify-content: center;
    margin:auto!important;
  max-width: 100%;
}
}

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

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

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

#caldays {
  margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
.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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* Horizontal Menu
========================================================================== */
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(.mobile) {
  float: none;
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  max-width: 175px;
  padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
  top: -221px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 
.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul li a {
  display: block;
  white-space: normal;
  padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

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

/* Blog Author Section */
.hs-author-social-links {
  display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

.hs-cta-wrapper a.button {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/*
* 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-slider .hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }

/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -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: #fff;
  padding: 0 5% 0 5%;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
  color: #fff;
  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: #000;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: #fff;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

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

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

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


/* ==========================================================================
Base                                                    
========================================================================== */
/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #353535;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.container-fluid .row-fluid .page-center,
.page-center {
  float: none;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid .row-fluid .center-large,
.center-large {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: #353535;
  text-decoration: none;
  border-bottom: 2px solid #FEC73D;
  transition: ease all .3s;
}
a:hover, a:focus {
  color: #FEC73D;
}

hr {
  clear: both;
  color: #AFB0B0;
  background-color: #AFB0B0;
  height: 1px;
  border: none;
  margin: 45px 0;
}

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

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


/* ==========================================================================
Typography
========================================================================== */
/* Basic text */
p {
  margin: 0 0 20px;
} 
small {}
strong, b {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-weight: 700;
}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

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

.text-large {
  font-size: 24px;
}

.text-small {
  font-size: 16px !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #353535;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
}
h2 {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 50px;
  font-weight: 700;
}
h3 {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 35px;
  font-weight: 400;
}
h4 {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 27px;
  font-weight: 700;
}
h5 {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 21px;
  font-weight: 400;
}
h6 { 
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #6B6B6B;
}

@media (max-width: 767px) {
  body {
    font-size: 22px;
  }
  h1 {
    font-size: 50px;
  }  
  h2 {
    font-size: 42px;
  }
}

/* Lists */
ul, ol {
  padding-left: 20px;
  margin: 0 0 20px;
}
ul ul, ul ol, ol ol, ol ul {}

.body-container ul {
  list-style-type: none;
  padding: 0;
}
.body-container li {
  position: relative;
  padding-left: 15px;
  margin: 5px auto;
}
.body-container li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FEC73D;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .double li { 
    float: left;
    width: 50%;
    padding-right: 10%;
  }
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}




/* ==========================================================================

2. COS STRUCTURE                                            

========================================================================== */

/* ==========================================================================
Header
========================================================================== */ 
body:not(.home) .site-header .header-text {
  display: none !important;
}
.site-header .header-text p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 auto 15px;
}
.site-header .header-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1099px) {
  .home .site-header .header-text {
    display: block !important;
  }
  .site-header .header-text {
    background: #F5F5F5;
    padding: 20px;
    margin: 20px auto -20px;
  }
}

.site-header .member-btn {
  text-align: center;
}
.site-header .member-btn .button {
  display: block;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 175px;
  min-width: initial;
  color: #353535;
  background: #FEC73D;
  border-color: #FEC73D;  
  padding: 11px 10px;
  margin: 5px;
}
.site-header .member-btn .button:hover {
  color: #fff;
  background: #353535;
  border-color: #353535;
}
.site-header .member-btn .text-link {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-color: transparent;
  display: inline-block;
  margin-top: -15px;
}
.site-header .member-btn .text-link:hover {
  color: #353535;
  border-color: #FEC73D;
}

.site-header .social a {
  display: inline-block;
  line-height: 1;
  border: 0;
  margin-right: 4px;
}
.site-header .social i.fa {
  background: none;
  height: 25px;
  width: 25px;
  line-height: 1;
  font-size: 25px;
}
.site-header .social i.fa-twitter {
  color: #49c9f2;
}
.site-header .social i.fa-linkedin-square {
  color: #0175B6;
}
.site-header .social i.fa-instagram {
  color: #3F739E;
}
.site-header .social i.fa-facebook-square {
  color: #3B5998;
}

.site-header .menus {
  transition: ease all .3s;
}

@media (min-width: 1100px) {  
  .site-header {
    padding: 35px 0 0;
  }
  .site-header .logo.mobile {
    display: none;
  }
  body:not(.no-sticky) .header-container-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .site-header .secondary-menu .hs-menu-wrapper {
    display: none;
  }
  .site-header .secondary-menu .hamburger.secondary {
    display: block;
    margin-top: 10px;
  }

  .site-header .member-btn {
    padding-left: 5px;
  } 

  .header-container-wrapper.sticky .site-header {
    padding: 0;
  }
  .header-container-wrapper .site-header .menus, 
  .header-container-wrapper .site-header .member-btn {
    position: absolute !important;
    top: 0;
    left: 0;
    max-width: 135px;
    transition: ease all .3s;
    padding: 15px 0 5px;
  }
  .header-container-wrapper.sticky .site-header .menus, 
  .header-container-wrapper.sticky .site-header .member-btn {
    background: rgba(255,255,255,0.75);
  }
  .header-container-wrapper .site-header .menus ::-webkit-scrollbar,
  .header-container-wrapper .site-header .member-btn ::-webkit-scrollbar {
    width: 0px; 
    background: transparent;  
  }
  .header-container-wrapper .site-header .menus.menu-expanded {  
    height: 410px !important;  
  }
  .header-container-wrapper .site-header .member-btn {
    max-width: 175px; 
  }
  .header-container-wrapper .site-header .member-btn,
  .header-container-wrapper.sticky .site-header .member-btn {
    left: auto;
    right: 0;
  }


  .header-container-wrapper .site-header .menus .midnightHeader.light ul li a,
  .header-container-wrapper .site-header .member-btn .midnightHeader.light a.text-link {
    color: #F5F5F5;
  }
  .header-container-wrapper .site-header .member-btn .midnightHeader.light .button {
    border-color: #FEC73D;
    color: #353535;
  }
  .header-container-wrapper .site-header .menus .midnightHeader.light .hamburger-box,
  .header-container-wrapper .site-header .member-btn .midnightHeader.light .button {
    background: #FEC73D;
  }
  .header-container-wrapper .site-header .menus .midnightHeader.light .hamburger-inner, 
  .header-container-wrapper .site-header .menus .midnightHeader.light .hamburger-inner::before, 
  .header-container-wrapper .site-header .menus .midnightHeader.light .hamburger-inner::after {
    color: #353535;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .site-header .widget-type-menu,
  .site-header .widget-type-custom_widget {
    clear: both;
    width: 100% !important;
    margin-left: 0 !important;
  }  
  .site-header .table-display .row-fluid {
    display: block !important;
  }
}

@media (max-width: 1099px) {
  .site-header {
    position: fixed;
    width: 100% !important;
    z-index: 999;
    background: #fff;
    padding: 20px 0;
  }
  .site-header .center-large {
    padding: 0 !important;
  }
  .site-header .header-text {
    display: none !important;
  }
  .site-header .logo {
    padding: 0 20px;
  }
  .site-header .logo img {
    max-width: 300px;
    vertical-align: middle;
    padding-bottom: 4px;
  }

  .header-container-wrapper .site-header .midnightHeader.light-right,
  .header-container-wrapper .site-header .midnightHeader.light-left,
  .header-container-wrapper .site-header .midnightHeader.light {
    display: none !important;
  }
  .header-container-wrapper .site-header .menus {
    position: initial !important;
  }
  .mobile-open .banner { 
    z-index: -1 !important;
  }
}


/* Mobile Header CTA */
.mobile-header-cta .button,
.mobile-header-cta .button:focus,
.mobile-header-cta .button:active,
.mobile-header-cta .button:visited {
  position: absolute;
  top: 14px;
  right: 70px;
}

@media (min-width: 1100px) {
  .mobile-header-cta {
    display: none !important;
  }
}

@media (max-width: 499px) {
  .site-header .logo img {
    max-width: 125px;
  }
  .mobile-header-cta .button,
  .mobile-header-cta .button:focus,
  .mobile-header-cta .button:active,
  .mobile-header-cta .button:visited {
    font-size: 14px;
    max-width: 130px;
    min-width: initial;
    padding: 11px 10px;
  }
}

@media (max-width: 325px) {
  .site-header .logo img {
    max-width: 95px;
  }
  .mobile-header-cta .button,
  .mobile-header-cta .button:focus,
  .mobile-header-cta .button:active,
  .mobile-header-cta .button:visited {
    right: 65px;
  }
}


/* Horizontal Header Update - July2019 */
.h-nav {
  transition: ease all .3s;
  padding-bottom:20px;
}
.h-nav .top-bar {
  background: #EEEEEE;
  text-align: right;
  line-height: 1;
  padding: 7px 0 8px;
}  
.h-nav .top-bar .social, 
.h-nav .top-bar .ctas {
  display: inline-block;
  vertical-align: middle;
}
.h-nav .top-bar .social {
  margin-right: 15px;
}
.h-nav .top-bar .social a {
  border: 0;
}
.h-nav .top-bar .social i.fa {
  background: none !important;
  color: #353535;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.h-nav .top-bar .ctas .button {
  font-size: 14px;
  min-width: initial;
  padding: 7px 15px;
}
.h-nav .top-bar .ctas .text-link {
  margin-left: 15px;
}
.h-nav .top-bar .ctas .text-link {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.h-nav .site-header .logo a img {
  vertical-align: middle;
  position: relative;
  top: -3px;
  max-width:300px;
}
.h-nav .site-header .main-btn {
  display: none;
}
.h-nav .site-header .einstein-menu-primary .last-menu-item {
  margin-bottom: 0;
}
.h-nav .site-header .einstein-menu-primary .last-menu-item .button {
  min-width: initial;
  padding: 10px 25px 8px;
}
.h-nav .site-header .einstein-menu-primary .hs-menu-wrapper > ul ul {
  left: initial !important;
  top: 28px;
  text-align: center;
  min-width: 100px;
}
.h-nav .site-header,
.header-container-wrapper.sticky .h-nav .site-header {
  padding: 10px,0px,0px;
}

@media (min-width: 1100px) { 
  .h-nav .site-header .einstein-menu-primary .hs-menu-wrapper > ul ul,
  .header-container-wrapper.sticky .h-nav {
    background: rgba(255,255,255,0.95);
  } 
  .h-nav .site-header .einstein-menu-primary {
    text-align: right;
  }
  .h-nav .site-header .einstein-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 10px;
  }
  .h-nav .site-header .einstein-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 17px;
  }
}

@media (max-width: 1099px) {
  .h-nav .top-bar {
    /*display: none !important;*/
  }
  .h-nav .top-bar .widget-type-custom_widget.member-btn
  {
    display:none;
  }
 .h-nav .top-bar #hs_cos_wrapper_module_158592263865800
  {
    padding-top:10px!important;
    padding-bottom: 10px;
    text-align: center;
  }
  .h-nav .site-header .logo {
    margin-top: 10px;
  }
  .h-nav .site-header .einstein-menu-primary .hs-menu-wrapper {
    top: 15px;
  }
  .h-nav .site-header .einstein-menu-primary .last-menu-item {
    text-align: center;
  }
  .h-nav .site-header .einstein-menu-primary .hs-menu-wrapper a.button {
    max-width: initial;
  }
}


/* ==========================================================================
Content                                                 
========================================================================== */

@media (max-width: 1099px) {
  .body-container-wrapper {
    padding-top: 70px !important;
  }
}
.body-container-wrapper {}
.body-container {}


.white-box {
  background: #fff;
  box-shadow: 0 0 30px rgba(170,170,170,0.2);
  padding: 45px 55px;
}
.white-box h2 {
  line-height: 1.1;
}
.white-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .white-box {
    padding: 25px 20px;
  }
}


/* Custom Pages
========================================================================== */

/* Home */  
.home .definition {
  padding: 0 5%;
}
.home .definition h3 {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  font-weight: 300;
}}
.home .definition h3 strong {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-weight: 700;
}

.home .mission .banner {
  height: 555px;
  background-size: contain !important;
  background-color: transparent;
  background-position: right center;
  padding: 0;
}

.home .prg-and-srv .button {
  min-width: 210px;
  margin-top: 35px;
}

.home .spotlight {
  padding: 30px 0;
}
.home .spotlight .text-small {
  padding-top: 5px;
  padding-bottom: 20px;
}

.home .location .map {
  height: 480px;
  background-color: #F5F5F5;
}

.home .corporate .side-padding {
  padding-top: 15px;
  margin-bottom: -20px;
}
.home .corporate .button {
  margin-top: 15px !important;
  margin-bottom: -15px !important;
}

.home .events.section {
  padding: 25px 0;
}
.home .events .event {
  background: #F5F5F5;
  padding: 25px 35px;
  margin: 12px auto;
}
.home .events .event h6 {
  text-transform: initial;
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-weight: 700;
  color: #353535;
  margin: 25px auto 5px;
}

.home .subscribe form .hs-submit .actions {
  text-align: center;
}
.home .subscribe .submitted-message {
  text-align: center;
}

.home .join .button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .home .banner {
    padding: 150px 0 120px;
  }
  .home .banner .logo-bkg {
    top: 40px;
  }

  .home .mission .white-box {
    max-width: 75%;
    position: relative;
    margin-top: -300px;
  }

  .home .spotlight {
    background-image: url(//4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Logos/luminary-logo-white.svg);
    background-repeat: no-repeat;
    background-position: 10px 15px;
    background-size: 400px;
  }
  .home .spotlight p:first-child {
    margin-bottom: 10px;
  }
  .home .spotlight .cta-arrow {
    border-color: #353535;
  }

  .home .location .white-box {
    max-width: 80%;
    position: relative;
    z-index: 2;
    float: right;
    margin-bottom: -355px;
    margin-right: -50px;
    margin-top: 15px;
  }

  .see-all {
    text-align: right;
    margin-bottom: 20px;
  }

  .home .pricing .price-box {
    min-height: 505px;
    margin: 20px 1%;
  }

  .home .corporate .side-padding { 
    padding-right: 7%;
    padding-left: 7%;
  }

  .home .space {
    position: relative;
    height: 1110px;
    overflow: hidden;
  }  
  .home .space .space-mobile {
    display: none;
  }
  .home .space .space-bkg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
  }	
  .home .space .space-bkg .banner {
    height: 555px;
    width: 50%;
    float: left;
    border: 0.5px solid #fff;
    padding: 0;
  }
  .home .space .white-box {
    max-width: 625px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
  }

  .home .space-bkg .banner.first .photo-credit,
  .home .space-bkg .banner.second .photo-credit {
    top: 0 !important;
    bottom: initial !important;
  }
  .home .space-bkg .banner.second .photo-credit,
  .home .space-bkg .banner.fourth .photo-credit {
    left: 0 !important;
    right: initial !important;
  }

  .home .events .event .btn {
    text-align: right;
  }

  .home .subscribe.section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .subscribe form {
    padding: 0 18%;
  }
  .home .subscribe form .hs-email, 
  .home .subscribe form .hs-submit {
    width: 80%;
    float: left;
  }
  .home .subscribe form .hs-submit {
    width: 20%;
  }
  .home .subscribe form .hs-submit .hs-button.primary.large {
    margin-top: 4px;
    margin-left: 15px;
  }

  .home .join .white-box {
    max-width: 75%;
    position: relative;
    float: none;
    margin: -125px auto 0;
  }

  .home .gallery-slider .gallery-slide,
  .home .gallery-slider .slick-slide {
    height: 600px;
  }
  .home .banner-image-side {
    min-height: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {  
  .home .spotlight {
    background-position: 5px 50px;
    background-size: 200px;
  }

  .home .location .white-box {
    margin-right: 0;
  }

  .home .space {
    height: 800px;
  }  
  .home .space .space-bkg .banner {
    height: 400px;
  }
}

@media (min-width: 1240px) {
  .home .gallery-row .static.banner-image-side .banner-image-side-content-inner {
    font-size: 24px;
  }
}

/* @media(max-width: 1100px){
.home .banner .hs-cta-wrapper {
display: none !important;
}
} */

@media (max-width: 767px) {  
  .home .definition h3 {
    font-size: 25px;
    margin-top: 20px;
  }

  .home .white-box {
    padding: 25px 0 !important;
  }

  .home .mission .banner {
    display: none;
  }
  .home .mission .white-box,
  .home .location .white-box,
  .home .space .white-box,
  .home .join .white-box {
    box-shadow: none;
    text-align: center;
  }

  .home .location .banner {
    display: none;
  }
  .home .location .white-box {
    padding-bottom: 75px !important;
  }

  .home .space .space-bkg {
    display: none;
  }
  .home .space .space-mobile {
    display: block;
  }
  .home .space .space-mobile .banner {
    height: 275px;
    padding: 0;
  }

  .home .events .events-list {
    margin-top: 40px;
  }
  .home .events .event .btn {
    margin-top: 30px;
  }

  .home .join {
    padding-top: 50px;
  }


  .home .galleries .banner-image-side {
    flex-direction: column-reverse;
  }
  .home .galleries .banner-image-side-content-inner {
    margin: 0 30px;
  }  
  .home .galleries .banner-image-side-bg,
  .home .galleries .banner-image-side-bg .gallery-slide {
    height: 400px;
  }  
  .home .galleries .banner-image-side-content {
    padding: 40px 0;
  }
}

@media (max-width: 500px) {
  .home .galleries .banner-image-side-bg,
  .home .galleries .banner-image-side-bg .gallery-slide {
    height: 275px;
  } 
}


.home .widget-type-widget_container .hs-oembed__started,
.home .widget-type-widget_container #hs-oembed__starter--target_widget_1590786193698 {
  padding-bottom: 30% !important;
  margin-bottom: 75px;
}


/* The Space */
.the-space .banner .down-arrow {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;    
  bottom: -50%;
  text-align: center;
}
.the-space .banner .down-arrow a {
  border: 0;
}
.the-space .banner .down-arrow img {
  max-width: 50px;
}

.the-space .video-embed {
  text-align: center;
  margin: 0px 0px 40px 0px;
}

.the-space .banner.luminary .banner-box .space-info {
  margin-top: 25px;
}
.the-space .banner.luminary .banner-box .space-info .span6 img,
.the-space .banner.luminary .banner-box .space-info .span6 div {
  display: inline-block;
  vertical-align: top;
}
.the-space .banner.luminary .banner-box .space-info .span6 img {
  max-width: 30px;
  padding: 5px 5px 5px 0;
}
.the-space .banner.luminary .banner-box .space-info .span6 p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 auto;
}
.the-space .banner.luminary .banner-box .space-info .span6.address a[href^="tel:"] {
  border: 0;
}
.the-space .banner.luminary .banner-box .space-info .span6.address .directions a {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}
.the-space .banner.luminary .banner-box .space-info .span6.hours p:nth-child(3) {
  margin-top: 10px;
}

.the-space .intro {
  font-size: 27px;
}

.the-space .perks .perk {
  margin: 40px auto;
}
.the-space .perks .perk img {
  max-width: 110px;
}
.the-space .perks .perk p {
  font-size: 18px;
  line-height: 1.25;
  margin: 10px auto 0;
}

.galleries li:before {
  top: 9px;
}
.galleries .banner-image-side-content-inner {
  width: 100%;
  max-width: 380px;
  font-size: 18px;
  margin: 0 20px 0 40px;
}
.galleries .banner-image-side-right .banner-image-side-content-inner {
  margin: 0 40px 0 20px;
}
.galleries .banner-image-side-content-inner ul:last-child {
  margin-bottom: 5px;
}
.galleries .banner-image-side-content-inner h2 {
  line-height: 1.1;
  margin-bottom: 15px;
}
.gallery-slider .gallery-slide {  
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.galleries .featured-event p {
  font-size: 18px;
}
.galleries .featured-event p.ev-title {
  margin-top: 30px;
  margin-bottom: 10px;
}
.galleries .featured-event p:last-of-type {
  font-size: 16px;
}
.galleries .ev-btns {
  margin-top: 25px;
}
.galleries .ev-btns a {
  margin-right: 25px;
}

.the-space .outro .text-small {
  padding: 0 5%;
}
.the-space .outro .text-small h4 {
  line-height: 1.15;
}
.the-space .outro .text-small p:last-child {
  margin-bottom: 10px;
}

.the-space .outro .border-top {
  border-top: 1px solid #AFB0B0;
  margin-top: -65px;
  padding-top: 60px;
}

@media (min-width: 768px) {  
  .the-space .perks .perk {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin: 25px 2%;
    text-align: center;
  }
  .the-space .perks .perk:nth-child(6n + 6), 
  .the-space .perks .perk:first-child {
    margin-left: 0;
  }
  .the-space .perks .perk:nth-child(5n + 5), 
  .the-space .perks .perk:last-child {
    margin-right: 0;
  }

  /*.gallery-slider {
  width: 50%;
}*/
  .gallery-slider .gallery-slide,
  .gallery-slider .slick-slide {
    height: 705px;
  }
  .gallery-slider .slick-arrow {
    left: -23px;
    right: initial;
  }
  .banner-image-side-left .gallery-slider .slick-arrow {
    right: -23px;
    left: auto;
  }
  .gallery-slider .slick-prev {
    top: 46%;
  }
  .gallery-slider .slick-next {
    top: 54%;
  }

  .the-space .outro.section {
    padding: 135px 0;
  }
  .the-space .outro .text-small p:first-of-type { 
    min-height: 110px;
  }
  .the-space .outro .border {
    border-right: 1px solid #AFB0B0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .the-space .banner .down-arrow {
    bottom: -62%;
  }

  .the-space .perks .perk p {
    font-size: 16px;
  }

  .galleries .banner-image-side-content-inner,
  .galleries .featured-event p {
    font-size: 16px;
  }
  .galleries .featured-event p:last-of-type {
    font-size: 14px;
  }
  .galleries .ev-btns a {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .galleries .banner-image-side-content-inner {
    max-width: 310px;
  }
}

@media (max-width: 767px) {
  .the-space .banner.luminary .banner-box .space-info .span6.hours {
    margin-top: 30px;
  }

  .the-space .banner .down-arrow {
    display: none;
  }

  .the-space .perks .perk p {
    margin-top: 0;
  }

  .galleries .banner-image-side-content-inner {
    max-width: 100% !important;
    padding: 0 20px;
    margin: 30px auto !important;
  }
  /*.galleries .banner-image-side-left {
  flex-direction: column;
}*/
  .the-space .gallery-slider .gallery-slide,
  .the-space .gallery-slider .slick-slide {
    height: 400px;
  }
  .galleries .ev-btns a {
    margin-right: 15px;
  }

  .the-space .outro .border {
    border-bottom: 1px solid #AFB0B0;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .the-space .perks .perk {
    float: left;
    width: 46%;
    margin: 25px 2%;
    text-align: center;
  }
}

@media (max-width: 499px) {
  .the-space .perks .perk {
    text-align: left;
  }
  .the-space .perks .perk img,
  .the-space .perks .perk p {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
  }
  .the-space .perks .perk img {
    width: 25%;
    padding-right: 10px;
  }

  .the-space .galleries .ev-btns a {
    margin-right: 5px;
  }
}


/* Membership */  
.membership .corporate .border-top {
  border-top: 1px solid #AFB0B0;
  padding-top: 55px;
}
.membership .corporate h2 {
  margin-bottom: 10px;
}
.membership .corporate h4 {
  margin: 35px auto 10px;
}
.membership .corporate .button {
  margin-top: 25px;
}


/* Programs & Services */
.programs-services .section .border-top {
  border-top: 1px solid #AFB0B0;
  padding-top: 75px;
}

.programs-services .programs .program-box {
  font-size: 20px;
  padding: 35px 25px;
  margin: 20px auto;
}
.programs-services .programs .program-box img {
  max-width: 70px;
}
.programs-services .programs .program-box h4 {
  margin: 20px auto;
}
.programs-services .programs .program-box p:last-child {
  margin-bottom: 0;
}

.programs-services .movement h3 {
  line-height: 1.25;
  margin-bottom: 45px;
}

@media (min-width: 768px) {  
  .programs-services .programs .program-box {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    min-height: 415px;
    padding: 35px;
    margin: 15px 1.5%;
  }
  .programs-services .programs .program-box:nth-child(odd) {
    margin-left: 0;
  }
  .programs-services .programs .program-box:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .programs-services .programs .program-box {
    font-size: 19px;
    padding: 30px 20px;
  }  
}

/* Programs & Services - NEW */
.programs-services .banner {
  background-position: 50% 35%;
}

.programs-services .box-content {
  border: 3px solid #FEC73D;
  margin-top: 25px;
  margin-bottom: 25px;
}
.programs-services .box-content .header {
  background: #FEC73D;
  text-align: center;
  padding: 15px 25px;
}
.programs-services .box-content .header h3 {
  margin: 0 auto;
}
.programs-services .box-content .content {
  padding: 25px;
}
.programs-services .box-content .content ul {
  font-size: 22px;
}
.programs-services .box-content .content :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .programs-services .box-content .content { 
    min-height: 610px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .programs-services .box-content .content { 
    min-height: 765px;
  }
}

/* Programs & Services - NEW 2 */
.programs-services.the-space .galleries {
  margin-top: 55px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {  
  .programs-services.the-space .gallery-slider .gallery-slide,
  .programs-services.the-space .gallery-slider .slick-slide {
    height: 600px;
  }
  .programs-services.the-space .banner-image-side {
    min-height: 600px;
  }
}


/* About */
.about .stats .stat {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
.about .stats .stat .number {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 50px;
  font-weight: 700;
}
.about .stats .stat h5 {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 0;
}

.about .team .border-top {
  border-top: 1px solid #AFB0B0;
  padding-top: 75px;
}
.about .team .team-member {
  display: block;
  vertical-align: top;
  margin: 25px auto;
}  
.about .team .team-member .team-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 285px;
}
.about .team .team-member .team-info {
  text-align: left;
}
.about .team .team-member a,
.about .team .team-member a:hover {
  color: #353535;
  border: 0;
  outline: none;
}
.about .team .team-member .team-info h3 {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.about .team .team-member .team-info p {
  font-size: 18px;
  margin-bottom: 0;
}

.about .team-bio {
  max-width: 700px;
  background: #fff;
  font-size: 18px;
  padding: 30px;
}
.about .team-bio h3 {
  line-height: 1;
  margin-bottom: 5px;
}
.about .team-bio h3 + p {
  margin-bottom: 20px;
}
.about .team-bio p {
  margin-bottom: 15px;
}
.about .team-bio p:last-child {
  margin-bottom: 5px;
}

.about .lity-close,
.about .lity-close:hover {
  position: absolute;
  right: 0;
  top: 2px;
  color: #000;
  text-shadow: none;
}

@media (min-width: 768px) {  
  .about .banner.luminary {
    padding: 125px 0 285px;
  }
  .about .banner-box.white-box {
    margin-top: -265px;
  }

  .about .section.stats {
    padding-top: 265px;
    padding-bottom: 30px;
    margin-top: -235px;
  }
  .about .stats .stat {
    width: 32.75%;
  }

  .about .team .team-member {
    display: inline-block;
    width: 31%;
    margin: 25px 1.35%;
  }
  .about .team .team-member:first-child,
  .about .team .team-member:nth-child(4n+4) {
    margin-left: 0;
  }
  .about .team .team-member:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .about .team .team-member .team-img {
    background-position: top;
    height: 600px;
  }
}

@media (max-width: 500px) {
  .about .team .team-member .team-img {
    background-position: cener;
    height: 400px;
  }
}


/* Events */
.events-page .event {
  background: #F5F5F5;
  margin: 45px auto;
}
.events-page .event .ev-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
}
.events-page .event .ev-info {
  padding: 30px 25px;
}
.events-page .event .ev-info .subtitle {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.events-page .event .ev-info h3 {
  line-height: 1.1;
  margin-bottom: 15px;
}
.events-page .event .ev-info p:last-of-type {
  margin-bottom: 25px;
}
.events-page .outro .border-top {
  border-top: 1px solid #AFB0B0;
  margin-top: -65px;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .events-page .event .ev-img {
    height: 175px;
  }
}


/* FAQ */
.faq .faq-box {
  padding: 50px 0;
  border-bottom: 1px solid #AFB0B0;
  margin: 0 auto;
}
.faq .faq-box:last-child {
  border: 0;
}
.faq .faq-box  h4 {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  margin-bottom: 0;
}
.faq .faq-box  h4:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;  
  content: "\f107 ";
  font-family: FontAwesome;
  font-size: 24px;
  color: #FEC73D;
}
.faq .faq-box.active h4:after {
  content: "\f106 ";
}
.faq .faq-box .faq-answer {
  display: none;
  padding-top: 30px;
  padding-right: 30px;
  font-size: 20px;
}

.faq .form-section form {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .faq .faq-box {
    padding: 30px 0;
    line-height: 1.2;
  }
  .faq .faq-box h4 {
    font-size: 24px;
  }
}

.main-container .right-container .slideshow>div {
  background-size: contain;
}

/* Contact */
.contact .content-side .main {
  border-bottom: 1px solid #AFB0B0;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.contact .content-side .main p {
  font-size: 20px;
}
.contact .content-side .main p:last-child {
  margin-bottom: 5px;
}

.contact .info h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
.contact .info {
  font-size: 16px;
  line-height: 1.6;
  padding: 0;
}
.contact .info p { 
  font-size: 16px;
  margin: 0 auto;
}
.contact .info a[href^="tel:"] {
  border: 0;
}  

.contact .body-container .social a {
  border: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
.contact .body-container .social i.fa {
  background: none;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 28px;
}
.contact .body-container .social i.fa-twitter {
  color: #49c9f2;
}
.contact .body-container .social i.fa-linkedin-square {
  color: #0175B6;
}
.contact .body-container .social i.fa-instagram {
  color: #3F739E;
}
.contact .body-container .social i.fa-facebook-square {
  color: #3B5998;
}

.contact .widget-type-form h3 {
  font-size: 24px;
  line-height: 1.25;
}

@media (min-width: 768px) {  
  .contact .content-side {
    padding-right: 35px;
  }

  .contact .body-container .social h6 {
    margin-top: 25px;
  }
}

@media (min-width: 1025px) {
  .contact .content-side .info:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .contact .content-side {
    margin-bottom: 45px;
  }

  .contact .info:not(:first-child) h6,
  .contact .body-container .social h6  {
    margin-top: 30px;
  }
  .contact .info h6,
  .contact .body-container .social h6 {
    margin-bottom: 5px;
  }
}


/* Join Today LP */
.join-lp .main {
  padding-right: 35px;
}

.join-lp .social a {
  border: 0;
}
.join-lp .widget-type-social_sharing {
  margin-top: 25px;
}

.join-lp .widget-type-form h3 {
  font-size: 24px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .join-lp .section.intro {
    padding-top: 175px;
  }

  .join-lp .social-label, 
  .join-lp .social {
    display: inline-block;
    vertical-align: middle;
  }
  .join-lp .social-label h6 {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .join-lp .main {
    padding-right: 0;
    margin-bottom: 45px;
  }

  .join-lp .widget-type-social_sharing {
    margin-bottom: 75px;
  }
}


/* Thank You */
.thank-you .border-top {
  border-top: 1px solid #AFB0B0;
  padding-top: 75px;
}

/* Event Rental */
.event-rental .image-slider {
  float: none;
  margin: 0 auto;
  width: calc(100vw - 32px);
  max-width: 1400px;
  margin-bottom: 32px;
}
body.event-rental .hs-form-field > label {
  display: inline;
}
body.event-rental .blog-sub .hs-form-field > label {
  display: none;
}
body.event-rental .hs-error-msgs {
  padding-top: 8px !important;
}
@media screen and (min-width: 768px) {
  .event-rental .image-slider {
    width: calc(100vw - 64px);
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .event-rental .image-slider {
    width: calc(100vw - 128px);
    margin-bottom: 128px;
  }
}

/* Partnerships */
.partnerships.about .team .team-member {
  padding: 20px;
}
.partnerships.about .team .team-member .team-img {
  background-size: contain;
  background-position: center !important;
  height: 150px;
}
.partnerships.about .team .team-member .team-info {
  display: none;
}
.partnerships.about .team .header-spacing {
  margin-top: 75px;
}

.partnerships.about .outro .border-top {
  border-top: 1px solid #AFB0B0;
  margin-top: -65px;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .partnerships.about .team .team-member {
    width: 32%;
    margin: 0 auto;
  }
}


/* Custom Modules */

/* Blog Feed Section */
.blog-feed-section .blog-post-image {
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-feed-section .post-content h5 {
  margin: 15px auto;
}
.blog-feed-section .post-content p {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.blog-feed-section .post-content a {
  position: relative;
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-right: 40px;
}
.blog-feed-section .post-content a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 0;
  background-image: url(https://4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Icons/icon-arrow-right-small.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.blog-feed-section .post-content a:hover {
  color: #353535;
  border-color: #353535;
}

@media (min-width: 768px) {  
  .blog-feed-section .blog-post:first-child {
    padding-right: 10px;
  }
  .blog-feed-section .blog-post:last-child {
    padding-left: 10px;
  }
  .blog-feed-section .post-content h5 {
    min-height: 60px;
  }
}

@media (max-width: 767px) {
  .blog-feed-section .blog-post {
    margin-top: 45px;
  }
}


/* Price Boxes */
.pricing .price-box {
  position: relative;
  border: 1px solid #AFB0B0;
  margin: 45px auto;
}
.features-popup {
  background: #fff;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
}
.pricing .price-box .pr-title,
.features-popup .pr-title {
  background: #353535;
  padding: 12px 10px;
}
.pricing .price-box .pr-title p,
.features-popup .pr-title p {
  color: #fff;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
}
.pricing .price-box .pr-info {
  font-size: 16px;
  text-align: left;
  padding: 25px 20px 45px;
}
.features-popup .pr-info {
  padding: 25px 20px;
}
.pricing .price-box .pr-info .pr-price {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
.pricing .price-box .pr-info .pr-price sup {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 27px;
  font-weight: 400;
  top: -20px;
}
.pricing .price-box .pr-info .pr-price sub {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  bottom: 0;
}
.pricing .price-box .pr-info ul,
.features-popup ul {
  margin-bottom: 0;
}
.pricing .price-box .pr-info ul li,
.features-popup ul li {
  margin: 8px auto;
}
.pricing .price-box .pr-info ul li:before,
.features-popup ul li:before {
  width: 4px;
  height: 4px;
  top: 8px;
}
.pricing .price-box .pr-info .pr-subtitle {
  font-size: 15px;
  color: #989898;
  margin: 0 auto 15px;
}
.pricing .price-box .pr-info h6,
.pricing .price-box .pr-info h6 a:active,
.pricing .price-box .pr-info h6 a:focus {
  text-transform: initial;
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  color: #353535;
  margin: 0 auto;
}
.pricing .price-box .pr-info h6 a {
  border: 0;
  outline: 0;
}
.pricing .price-box .pr-btn {
  position: absolute;
  /*bottom: -25px;*/
  top: calc(100% - 21px);
  left: 0;
  right: 0;
}

.pricing .price-box .pr-btn,
.pricing .price-box .pr-btn p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.pricing .price-box .pr-btn .button {
  min-width: 1px;
  font-size: 15px;
  padding: 11px 15px;
}

.pricing .price-box .pr-btn .button:first-child:not(:last-child) {
  margin-right: 6px;
}

.pricing .price-box .pr-btn .button:last-child:not(:first-child) {
  margin-left: 6px;
}

@media (min-width: 768px) and (max-width: 899px) {
  .pricing .price-box .pr-btn .button {
    font-size: 14px;
    padding: 11px 10px;
  }
}

.pricing .price-box.scholarship {
  border: 2px solid #FEC73D;
}
.pricing .price-box.scholarship .pr-title {
  background: #FEC73D
}
.pricing .price-box.scholarship .pr-title p {
  color: #353535;
}

.pricing .price-switcher .switch-wrap {
  margin: 45px auto 25px;
}
.pricing .price-switcher .switch-text,
.pricing .price-switcher .onoffswitch {
  vertical-align: middle;
}
.pricing .price-switcher .switch-text {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 0 15px; 
}
.pricing .price-box .pr-price .annual {
  display: none;
}

.onoffswitch {
  position: relative; 
  width: 90px;
  display: inline-block;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch .control.control--checkbox,
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: #fff; font-family: Trebuchet, Arial, sans-serif; font-weight: 700;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #FEC73D; 
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block; 
  width: 28px;
  height: 28px;
  margin: 3px ;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 0px;
  border: 2px solid #999999; border-radius: 20px;
  transition: all 0.3s ease-in 0s; 
}
.control.active-check + .onoffswitch-label .onoffswitch-inner,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.control:not(.active-check) + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  left: 0px; 
}

@media (min-width: 768px) {  
  .pricing .price-box {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    min-height: 562px;
    margin: 35px 1%;
  }
  .pricing .price-box:first-child,
  .pricing .price-box:nth-child(4n+4) {
    margin-left: 0;
  }
  .pricing .price-box:last-child,
  .pricing .price-box:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {  
  .pricing .price-box {
    min-height: 610px;
  }
  .pricing .price-box .pr-info .pr-price {
    font-size: 40px;
  }
  .pricing .price-box .pr-info .pr-price sup {
    font-size: 20px;
  }
}


/* Corporate Logos */
.corporate-logos-wrap {
  margin-top: 55px;
  margin-bottom: 15px;
}
.corporate-logos-wrap h6 {
  margin-bottom: 20px;
}
.corporate-logos-wrap .corporate-logos img {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  padding: 15px 10px;
  margin: 0 2%;
}

@media (max-width: 767px) {
  body:not(.home) .corporate-logos-wrap .corporate-logos img {
    display: block;
    margin: 0 auto;
  }
}


/* Testimonials */
.banner-testimonial {
  padding: 225px 0 155px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}  
.testimonial .testimonial-inner {
  padding: 0 35px;
}
.testimonial .quote {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.testimonial .author,
.testimonial .title {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 auto;
}
.testimonial .author {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .banner-testimonial {
    padding: 100px 0 50px;
  }    
  .testimonial .quote {
    font-size: 24px;
  }
}


/* Consulting */
.consulting .social-group .social.centered-flexed {
  padding-top: 0;
  margin-bottom: 25px;
}
.consulting .social-group .social.centered-flexed a {
  margin: 0 5px;
}
.consulting .social-group .social.centered-flexed i {
  width: 45px;
  height: 45px;
  font-size: 22px;
}
.consulting .events-group {
  margin-top: 50px;
}
.consulting .instagram-group {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .consulting .blog-feed-section.events .blog-post:first-child {
    margin-top: 0; 
  }
}


/* Modular & Reusable Components
========================================================================== */

.section {
  float: left;
  width: 100%;
  clear: both;
  padding: 75px 0;
}

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

.section-narrow {
  padding: 45px 0;
}

.section-grey {
  background: #F5F5F5;
}

.section-accent {
  background: #FEC73D;
}

.section-accent p:last-child {
  margin-bottom: 0;
}

.section-alt {
  background: #000000;
}
.section-alt h1,
.section-alt h2,
.section-alt h3 {
  color: #fff;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.white-text * {
  color: #fff;
}

/* Vertically centred content */
@media (min-width: 768px) {
  .table-display:not(.align-top) .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  .table-display.align-top .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

/* Social Media Custom Icons */
.hs_cos_wrapper_type_social_sharing i,
.hs_cos_wrapper_type_follow_me i,
.footer-social i,
.social i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  border-radius: 50%;
}
.hs_cos_wrapper_type_follow_me a {
  display: inline-block;
  margin-left: 10px;
}
.hs_cos_wrapper_type_follow_me a:first-child {
  margin-left: 0;
}
i.fa-facebook {
  background: #3a5897;
}
i.fa-twitter {
  background: #49c9f2;
}
i.fa-pinterest {
  background: #C92228;
}
i.fa-google-plus {
  background: #d0322d;
}
i.fa-linkedin {
  background: #0775b7;
}
i.fa-envelope-o,
i.fa-envelope {
  background: #7b7b7b;
}
i.fa-youtube {
  background: #e52d27;
}
i.fa-rss {
  background: #ff6600;
}
i.fa-globe {
  background: #5e686e;
}
.social a:hover i.fa {
  color: #FEC73D !important;
}


/* Banner */
.banner {
  color: #fff;
  background: #353535;
  padding: 145px 0 90px;
  background-position: 50% 30%;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 24px;
  text-align: center;
  position: relative;
}
@media (min-width: 1600px) {
  .banner {  
    background-position: 50% 20%;
  }
}
@media (max-width: 767px) {
  .banner {  
    background-position: center;
    padding: 100px 0;
  }
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229,219,199,0.7);
  z-index: 1;
}

.logo-bkg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .logo-bkg {
    background-size: 250px;
  }
}
@media (max-width: 500px) {
  .logo-bkg {
    background-size: 300px;
  }
}

.banner .page-center {
  position: relative;
  z-index: 2;
}

.banner-image-side {
  background: #F5F5F5;
  /*background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
  padding: 0;
}
/*.banner-image-side-bg,
.banner-image-side-content {
flex: 1;
align-items: center;
justify-content: center;
}

.banner-image-side-content,
.banner-image-side-bg {
width: 50%;
float: left;
}*/

.banner-image-side-content {
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;*/  
  text-align: left;
  padding: 35px 0;
}
/*.banner-image-side-right .banner-image-side-content {
justify-content: flex-end;
}*/
.banner-image-side-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-image-side-content-inner {
  /*max-width: 500px;*/
  margin: 0 30px 0 60px;
}  
.banner-image-side-right .banner-image-side-content-inner {
  margin: 0 60px 0 30px;
}
@media (min-width: 768px) {  
  .banner-image-side-content,
  .banner-image-side-bg {
    width: 49.25%;
    display: inline-block !important;
    vertical-align: middle;
  }
  .banner-image-side-right .banner-image-side-bg,
  .banner-image-side-left .banner-image-side-bg {
    width: 49.85%;
  }  
  .banner-image-side {
    min-height: 675px;
  }
  .banner-image-side-right .banner-image-side-content-inner {
    float: right;  
  }
}
@media (min-width: 1075px) {  
  .banner-image-side-content,
  .banner-image-side-bg {
    width: 49.5%;
  }
}
@media (max-width: 767px) {
  /*.banner-image-side {
  flex-direction: column-reverse;
} */
  .banner-image-side-content-inner {
    margin: 0 30px;
  }  
  .banner-image-side-bg {
    height: 400px;
  }  
  .banner-image-side-content {
    padding: 40px 0;
  }
}

.banner h1,
.banner h2,
.banner p {
  text-shadow: none;
  margin-top:60px;
}
.banner h1:last-child,
.banner p:last-child {
  margin-bottom: 0;
  margin-top:80px;
}

.banner .down-arrow {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -33px;
}
.banner .down-arrow a {
  border: 0;
}

.banner.luminary {
  text-align: left;
  padding: 125px 0 275px;
}
.banner.luminary h1 {
  font-size: 84px;
}
.banner-box.white-box {    
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 655px;
  min-height: 300px;
  margin-top: -250px;
}
.banner-box.white-box.large {
  max-width: 775px;
}
.banner-box.white-box * {
  color: #353535;
  text-shadow: none;
}
@media (max-width: 767px) {  
  .banner.luminary {
    padding: 75px 0;
  }
  .banner.luminary h1 {
    font-size: 50px;
  }
  .banner-box.white-box {   
    margin-top: -50px;
  }
}

/* Photo Credit */
.photo-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  font-size: 14px;
  line-height: 1;
  z-index: 2;
  padding: 4px 6px 5px;
}
.photo-credit a {
  border: 0;
}
.photo-credit a:focus {
  color: #353535;
}


/* ==========================================================================
Footer
========================================================================== */
.footer {
  background: #EEEEEE;
  padding: 55px 0 10px;
}
.footer .page-center {
  max-width: 1100px !important;
}
.footer .copyright {
  padding-top: 35px !important;
}

.footer a {
  border-color: transparent;
}

.footer .footer-menu {
  margin-bottom: 35px;
}
.footer .footer-menu ul li {
  padding: 10px 0;
}
.footer .footer-menu ul li a {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
}

.footer .location a:hover,
.footer .footer-menu ul li a:hover {
  color: #353535;
  border-color: #FEC73D;
}

.footer h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6B6B6B;
  margin-bottom: 15px;
}
.footer .location,
.footer .hours {
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
}
.footer .location p,
.footer .hours p { 
  font-size: 14px;
  margin: 0 auto;
}
.footer .location p:last-child {
  margin-bottom: 10px;
}

.footer .social a {
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
.footer .social i.fa {
  background: none;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 28px;
}
.footer .social i.fa-twitter {
  color: #49c9f2;
}
.footer .social i.fa-linkedin-square {
  color: #0175B6;
}
.footer .social i.fa-instagram {
  color: #3F739E;
}
.footer .social i.fa-facebook-square {
  color: #3B5998;
}

.footer .blog-sub h3 {
  font-size: 16px;
}  
.footer .blog-sub form {
  position: relative;
}
.footer .blog-sub .hs-email,
.footer .blog-sub .hs-submit {
  float: left;
  vertical-align: top;
  width: 65%;
}
.footer .blog-sub .hs-submit {
  width: 30%;
}
.footer .blog-sub .hs-email input {
  font-size: 14px;
  border: 1px solid #353535;
  border-right: 0;
  padding: 10px;
}
.footer .blog-sub .hs-submit .hs-button.primary.large {
  font-size: 13px;
  font-weight: 700;
  color: #353535;
  text-decoration: underline;
  text-transform: initial;
  height: 50px;
  min-width: initial;
  border-radius: 0;
  border: 1px solid #353535;
  border-left: 0;
  padding: 10px;
}
.footer .blog-sub .hs-submit .hs-button.primary.large:hover {
  color: #fff;
}
.footer .blog-sub .hs-error-msgs label {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto;
}
.footer .blog-sub .submitted-message {
  font-size: 16px;
}

.footer .copyright p {
  font-size: 10px;
}
.footer .copyright a {
  margin-left: 30px;
}
.footer .copyright a:hover {
  color: #353535;
  border-color: #FEC73D;
}

@media (min-width: 768px) {
  .footer .footer-menu ul li {
    padding: 10px 35px 0 0;
  }
  .footer .location,
  .footer .hours { 
    min-height: 140px;
    border-right: 1px solid rgba(109,109,109,0.4);
  }
  .footer .hours {
    padding-left: 25px;
  }
  .footer .social,
  .footer .blog-sub {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .footer .footer-menu ul li {
    padding: 10px 20px 0 0;
  }
  .footer .blog-sub .hs-email {
    width: 55%;
  }
  .footer .blog-sub .hs-submit {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding-top: 35px;
  }

  .footer .footer-menu {
    margin-bottom: 25px;
  }
  .footer .footer-menu ul li {
    padding: 5px 0;
  }

  .footer h6 {
    margin-bottom: 10px;
  }

  .footer .location,
  .footer .hours { 
    border-bottom: 1px solid rgba(109,109,109,0.4);
  }
  .footer .logo,
  .footer .location,
  .footer .hours,
  .footer .social { 
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer .location p:last-child {
    margin-bottom: 0;
  }  
  .footer .location img {
    margin: 0 auto 15px !important;
  }

  .footer .logo {
    padding-bottom: 10px;
  }

  .footer .blog-sub h3 {
    margin-bottom: 10px;
  }
  .footer .blog-sub .hs-email {
    margin-bottom: 0;
  }
}


/* ==========================================================================

3. MAIN NAVIGATION                                            

========================================================================== */
/* Menu Colors */
 /* Set link Color */
 /* Set link Hover Color */

/* ==========================================================================
Einstein Menu Primary
========================================================================== */

/* Parent List */
.secondary-menu .hs-menu-wrapper > u,
.einstein-menu-primary .hs-menu-wrapper > ul{ 
  background: none;
}
.secondary-menu .hs-menu-wrapper > ul > li,
.einstein-menu-primary .hs-menu-wrapper > ul > li{
  background: none;
  line-height: 1;
  padding: 0 20px;
  margin-bottom: 10px;
}
.secondary-menu .hs-menu-wrapper > ul > li > a,
.einstein-menu-primary .hs-menu-wrapper > ul > li > a{
  display: initial;
  font-size: 18px;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-weight: 400;
  line-height: 1;
  color:#000;
  text-shadow: 0px 0px 20px rgba(255,255,255,0.35);
  border-bottom: 2px solid transparent !important;
}
.secondary-menu .hs-menu-wrapper > ul > li.active > a,
.secondary-menu .hs-menu-wrapper > ul > li.active-branch > a,
.secondary-menu .hs-menu-wrapper > ul > li:hover > a,
.secondary-menu .hs-menu-wrapper > ul > li > a:hover,
.einstein-menu-primary .hs-menu-wrapper > ul > li.active > a,
.einstein-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.einstein-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.einstein-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  border-bottom: 2px solid #FEC73D !important;
}

/* Child List */
.einstein-menu-primary .hs-menu-wrapper > ul ul {
  background: rgba(255,255,255,0.75);
  left: 135px !important;
  padding: 15px 15px 5px;
}
.einstein-menu-primary .hs-menu-wrapper > ul ul li {
  background: none;
  line-height: 1;
  margin-bottom: 15px;
}
.einstein-menu-primary .hs-menu-wrapper > ul ul li a {
  display: initial !important;
  font-size: 18px;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-weight: 400;
  line-height: 1;
  color:#000;
  text-shadow: 0px 0px 20px rgba(255,255,255,0.35);
  border-bottom: 2px solid transparent !important;
  white-space: normal !important;
}
.einstein-menu-primary .hs-menu-wrapper > ul ul li.active a,
.einstein-menu-primary .hs-menu-wrapper > ul ul li.active-branch a,
.einstein-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.einstein-menu-primary .hs-menu-wrapper > ul ul li:hover a {
  border-bottom: 2px solid #FEC73D !important;
}

.einstein-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
@media (min-width: 1100px) {
  .einstein-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    content: "\f105 ";
    font-family: FontAwesome;
    color: #838383;
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 16px;
  }
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1100px) {
  .einstein-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .einstein-menu-primary .hs-menu-wrapper > ul ul ul {
    top: -1px;
  }
}


/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */
/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/
.hamburger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

.einstein-menu-primary .mobile {
  display: none;
}

@media (max-width: 1099px){
  .einstein-menu-primary .mobile {
    display: block;
    text-align: center;
  }
  .site-header .secondary-menu,
  .site-header .member-btn {
    display: none !important;
  }

  /* Variables
  ========================================================================== */
     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */
  .einstein-menu-primary,
  .einstein-menu-primary .hs-menu-wrapper > ul,
  .einstein-menu-primary .hs-menu-wrapper > ul li,
  .einstein-menu-primary .hs-menu-wrapper > ul li a:not(.button){
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    text-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: 400;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#353535;
  }

  /* Hamburgers */
  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    overflow: visible; 
    position:absolute;
    top: 17px;
    right: 18px;
    z-index: 999;
  }  

  /* Child Toggle Button
  ========================================================================== */
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
    /*border-left: 1px dotted rgba(0, 0, 0, .20);*/
    text-align: center;
    font-size: 24px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 25%; /* Centers icon inside button */
    margin-top: 0;
    margin-left: -4px;
    font-style: normal;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: "\f105 ";
    font-family: FontAwesome;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    -ms-transition: -ms-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* Menu Styles on Mobile Devices
  ========================================================================== */ 
  .einstein-menu-primary.js-enabled{
    margin: 0 auto;
  }

  /* Hide menu on mobile */
  .einstein-menu-primary.js-enabled .hs-menu-wrapper,
  .einstein-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .einstein-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .einstein-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: -55px;        /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    bottom: 0;
    right: 0;
    padding: 0;
    overflow: auto !important;
    z-index: 8;
  }
  .einstein-menu-primary .hs-menu-wrapper{
    background-color:#353535; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .einstein-menu-primary .hs-menu-wrapper > ul {
    padding: 40px 20px;
  }
  .einstein-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .einstein-menu-primary .hs-menu-wrapper > ul > li:hover,
  .einstein-menu-primary .hs-menu-wrapper > ul > li:hover a:not(.button), 
  .einstein-menu-primary .hs-menu-wrapper > ul > li a:not(.button):hover {
    border: 0 !important;
  }
  .einstein-menu-primary .hs-menu-wrapper > ul > li a:not(.button){
    overflow: visible;
  }

  .einstein-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #FEC73D !important;
  }

  /* Level 1 and Higher Menu List Styles */
  .einstein-menu-primary .hs-menu-wrapper >  ul li a:not(.button),
  .einstein-menu-primary .hs-menu-wrapper  a.text-link {
    border: 0 !important;
    text-align: center;
    font-family: 'BrandonGrotesque-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    color: #fff; /* link color set by global mobile-aColor variable */
  }
  .einstein-menu-primary .hs-menu-wrapper > ul li a:not(.button):hover,
  .einstein-menu-primary .hs-menu-wrapper  a.text-link:hover {
    color: #fff; /* link hover color set by global mobile-aColorHover variable */
    border: 0 !important;
  }  
  .einstein-menu-primary .hs-menu-wrapper  a.button,
  .einstein-menu-primary .hs-menu-wrapper  a.text-link {
    max-width: 200px;
    margin: 0 auto;
  }
  .einstein-menu-primary .hs-menu-wrapper  a.button {
    font-size: 18px;
    margin-top: 20px;
  }
  .einstein-menu-primary .hs-menu-wrapper  a.text-link {
    font-size: 16px;
    margin-top: 5px;
  }

  /* Level 2 and Higher Menu List Styles */
  .einstein-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #6B6B6B;
  }
  .einstein-menu-primary .hs-menu-wrapper > ul ul li{ 
    text-align: center;
  }
  .einstein-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    text-indent: 0px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .einstein-menu-primary .hs-menu-wrapper > ul ul li.active a {
    color: #FEC73D !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .einstein-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .einstein-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  body.mobile-open {
    overflow: hidden;
  }
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger.secondary {
  padding: 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  overflow: visible; 
}  
.hamburger-box {
  width: 35px;
  height: 35px;
  background: #353535;
  border-radius: 50%;
  display: inline-block;
  position: relative; 
}  
.hamburger-inner {
  display: block;
  top: 48%;
}  
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 17px;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}  
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; 
}  
.hamburger-inner::before {
  top: -5px; 
}  
.hamburger-inner::after {
  bottom: -5px; 
}  

/*
* Squeeze
*/
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}  
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; 
}  
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}  
.mobile-open .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}  
.mobile-open .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; 
}  
.mobile-open .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); 
}


/* ==========================================================================

4. TEMPLATE MODULE SELECTORS                                         

========================================================================== */

/* System Pages                                          
========================================================================== */

/* Password Page */
.password .widget-type-password_prompt form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}
.password .widget-type-password_prompt input[type="password"],
.password .widget-type-password_prompt .hs-button {
  display: inline-block;
  vertical-align: bottom;
  width: 64%;
}
.password .widget-type-password_prompt .hs-button {
  width: 35%;
}
.password .widget-type-password_prompt input[type="password"] {
  font-size: 14px;
  border: 1px solid #353535;
  border-right: 0;
  padding: 10px;
  margin-top: 0 !important;
  margin-right: -5px;
}
.password .widget-type-password_prompt .hs-button.primary.large {
  font-size: 10px;
  font-weight: 700;
  color: #353535;
  text-decoration: underline;
  text-transform: initial;
  height: 50px;
  min-width: initial;
  border-radius: 0;
  border: 1px solid #353535;
  border-left: 0;
  padding: 10px;
}
.password .widget-type-password_prompt .hs-button.primary.large:hover {
  color: #fff;
}
.password .widget-type-password_prompt .hs-error-msgs label {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto;
}


/* Email Backup Unsubscribe Page */
.email.unsubscribe #email-prefs-form {
  position: relative;
  margin-bottom: 20px;
}
.email.unsubscribe #email-prefs-form h3 {
  font-size: 24px;
  margin: 0 auto 5px;
}
.email.unsubscribe #email-prefs-form .hs-input,
.email.unsubscribe #email-prefs-form .hs-button {
  display: inline-block;
  vertical-align: top;
}
.email.unsubscribe #email-prefs-form .hs-input {
  font-size: 14px;
  width: 55% !important;
  border: 1px solid #353535;
  border-right: 0;
  padding: 10px;
  margin: 0 auto;
}
.email.unsubscribe #email-prefs-form .hs-button.primary {
  font-size: 16px;
  font-weight: 700;
  color: #353535;
  text-decoration: underline;
  text-transform: initial;
  height: 50px;
  width: 30%;
  min-width: initial;
  border-radius: 0;
  border: 1px solid #353535;
  border-left: 0;
  padding: 10px;
  margin-left: -5px;
}
.email.unsubscribe #email-prefs-form .hs-button.primary:hover {
  color: #fff;
}
.email.unsubscribe #email-prefs-form .hs-error-msgs label {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto;
}
.email.unsubscribe #email-prefs-form .submitted-message {
  font-size: 16px;
}


/* ==========================================================================

5. COS COMPONENTS                                        

========================================================================== */

/* ==========================================================================
Blog                                         
========================================================================== */

/* Blog */
.blog .sidebar {
  font-size: 18px;
}
.blog .sidebar a {
  border: 0;
}
.blog .sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog .sidebar ul li:before {
  display: none;
}
.blog .sidebar ul li {
  padding: 0;
}
.blog .sidebar ul li:not(:last-child) {
  margin: 20px auto;
}
.blog .sidebar > .row-fluid-wrapper {
  margin-bottom: 40px;
}

.blog .sidebar .blog-info {
  background: #F5F5F5;
  border: 5px solid #EEEEEE;
  padding: 15px 20px 25px;
  font-size: 16px;
  text-align: center;
}
.blog .sidebar .blog-info h3 {
  margin-bottom: 10px;
}
.blog .sidebar .blog-info h3.form-title {
  font-family: 'BrandonGrotesque-Black', sans-serif;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
} 
.blog .sidebar .blog-info .hs-form-field {
  margin-bottom: 20px;
}


.blog.hs-blog-listing .post-item {
  margin-bottom: 50px;
}

.blog.hs-blog-listing .featured-image {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  border: 0;
}

.blog.hs-blog-listing .post-content-wrapper {
  background: #F5F5F5;
  padding: 30px 20px 35px;
}
.blog.hs-blog-listing .post-content-wrapper p:last-child {
  margin: 0;
}
.blog.hs-blog-listing .post-content-wrapper h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.blog.hs-blog-listing .post-content-wrapper a:not(.more-link) {
  border: 0;
}
.blog.hs-blog-listing .post-content-wrapper .post-meta {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog.hs-blog-listing .post-content-wrapper .post-meta span {
  padding: 0 8px;
}
.blog.hs-blog-listing .post-content-wrapper .post-body {
  font-size: 18px;
}

.blog.hs-blog-post .post-header .blog-link {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  margin-left: 40px;
}
.blog.hs-blog-post .post-header .blog-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 0;
  background-image: url(https://4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Icons/icon-arrow-left-small.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.blog.hs-blog-post .post-header .blog-link:hover {
  color: #353535;
  border-color: #353535;
}

.blog.hs-blog-post .post-header h1 {
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-weight: 400;
  font-size: 42px;
  margin: 25px auto;
}

.blog.hs-blog-post .post-share {
  margin-bottom: 15px;
}
.blog.hs-blog-post .post-share a {
  border: 0;
}
.blog.hs-blog-post .post-share a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 17px;
}

.blog.hs-blog-post .post-header .post-meta {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 50px;
}
.blog.hs-blog-post .post-header .post-meta span {
  padding: 0 8px;
}
.blog.hs-blog-post .post-header .post-meta a {
  border: 0;
}

.blog.hs-blog-post .post-body {
  font-size: 20px;
}

.blog.hs-blog-post .blog-subscribe {
  padding: 45px 0;
}
.blog.hs-blog-post .blog-subscribe h3 {
  font-size: 24px;
  margin: 0 auto;
}
.blog.hs-blog-post .blog-subscribe form {
  position: relative;
}
.blog.hs-blog-post .blog-subscribe .hs-email,
.blog.hs-blog-post .blog-subscribe .hs-submit {
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.blog.hs-blog-post .blog-subscribe .hs-submit {
  width: 35%;
}
.blog.hs-blog-post .blog-subscribe .hs-email {
  margin: 0 auto;
}
.blog.hs-blog-post .blog-subscribe .hs-email input {
  font-size: 14px;
  border: 1px solid #353535;
  border-right: 0;
  padding: 10px;
}
.blog.hs-blog-post .blog-subscribe .hs-submit .hs-button.primary.large {
  font-size: 13px;
  font-weight: 700;
  color: #353535;
  text-decoration: underline;
  text-transform: initial;
  height: 50px;
  min-width: initial;
  border-radius: 0;
  border: 1px solid #353535;
  border-left: 0;
  padding: 10px;
}
.blog.hs-blog-post .blog-subscribe .hs-submit .hs-button.primary.large:hover {
  color: #fff;
}
.blog.hs-blog-post .blog-subscribe .hs-error-msgs label {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 auto;
}
.blog.hs-blog-post .blog-subscribe .submitted-message {
  font-size: 16px;
}

@media (min-width: 768px) {
  .blog.hs-blog-listing .blog-content {
    width: 62% !important;
  }  
  .blog.hs-blog-listing .sidebar {
    float: right;
    width: 34% !important;
    max-width: 380px !important;
    margin-left: 4%;
  }

  .blog.hs-blog-post .blog-subscribe h3,
  .blog.hs-blog-post .blog-subscribe h3 + div {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
  }
  .blog.hs-blog-post .blog-subscribe h3 + div {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .blog.hs-blog-post .sidebar {
    margin-top: 75px;
  }

  .blog.hs-blog-post .blog-subscribe h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* Blog Commments */
.blog .comments-section {
  border-top: 1px solid #AFB0B0;
  padding-top: 20px;
  margin-top: 75px;
}
.blog .comment-section h2 {
  line-height: 1.2;
  margin-bottom: 10px;
}
.blog .post-footer.section {
  font-size: 18px;
  padding: 40px 35px;
  background: #F5F5F5;
}
.blog #comments-listing:not(.no-comments) {
  border-bottom: 1px solid #AFB0B0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog .comment {
  margin: 10px 0;
  border-top: 1px solid #AFB0B0;
  padding: 15px 0;
}
.blog .comment-date { font-size: 14px; text-align: right; }
.blog .comment-from { font-family: 'BrandonGrotesque-Bold', sans-serif; font-weight: 700; }
.blog .comment-body { padding: 10px 0; }
.blog .hs_subscribe ul li { padding: 0; }
.blog .hs_subscribe ul li:before { display: none; }

/* Pagination - Simple */
.blog .post-pagination a {
  display: block;
  position: relative;
  font-size: 20px;
  border: 0;
  background: #FEC73D;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog .post-pagination a:hover {
  color: #353535;
}
.blog .post-pagination a.previous-post-link {
  float: left;
  border-radius: 0 30px 30px 0;
  padding: 10px 30px 10px 55px;
}
.blog .post-pagination a.next-post-link {
  float: right;
  border-radius: 30px 0 0 30px;
  padding: 10px 55px 10px 30px;
}
.blog .post-pagination a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.blog .post-pagination a.previous-post-link:after {
  left: 20px;
  background-image: url(https://4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Icons/icon-arrow-left-small.svg);
}
.blog .post-pagination a.next-post-link:after {
  right: 20px;
  background-image: url(https://4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Icons/icon-arrow-right-small.svg);
}

/* Pagination - Numbered */
.blog-pagination li.hide-me {
  display: none !important;
}
.hs-blog-listing .blog-pagination ul {
  text-align: center;
  margin: 55px auto 25px;
}
.hs-blog-listing .blog-pagination ul li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 auto !important;
}
.hs-blog-listing .blog-pagination ul li.disabled {
  display: none;
}
.hs-blog-listing .blog-pagination ul li:before,
.hs-blog-listing .blog-pagination ul li.hide {
  display: none;
}
.hs-blog-listing .blog-pagination ul .pg li a,
.hs-blog-listing .blog-pagination ul li.dots,
.hs-blog-listing .blog-pagination ul li.first-posts-link a,
.hs-blog-listing .blog-pagination ul li.last-posts-link a,
.hs-blog-listing .blog-pagination ul li a {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #353535;
  padding: 4px 13px !important;
}
.hs-blog-listing .blog-pagination ul li.dots {
  line-height: 29px;
}
.hs-blog-listing .blog-pagination .next-posts-link,
.hs-blog-listing .blog-pagination .previous-posts-link {
  float: none;
  padding: 10px 20px !important;
}
.hs-blog-listing .blog-pagination .next-posts-link a,
.hs-blog-listing .blog-pagination .previous-posts-link a {
  line-height: 0;
  text-decoration: none;
  border: 0;
}
.hs-blog-listing .blog-pagination .next-posts-link a img,
.hs-blog-listing .blog-pagination .previous-posts-link a img {
  position: relative;
  top: -2px;
  width: 21px;
  vertical-align: middle;
}
.hs-blog-listing .blog-pagination ul .pg li:hover a,
.hs-blog-listing .blog-pagination ul .pg li.active a,
.hs-blog-listing .blog-pagination ul li.first-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.first-posts-link.active a,
.hs-blog-listing .blog-pagination ul li.last-posts-link:hover a,
.hs-blog-listing .blog-pagination ul li.last-posts-link.active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link).active a,
.hs-blog-listing .blog-pagination ul li:not(.next-posts-link):not(.previous-posts-link):hover a {
  background: #FEC73D;
  border: 1px solid #FEC73D;
  color: #fff;
}

@media (max-width: 767px) {  
  .hs-blog-listing .blog-pagination .next-posts-link,
  .hs-blog-listing .blog-pagination .previous-posts-link {
    display: block;
  }
  .hs-blog-listing .blog-pagination .previous-posts-link {
    padding-bottom: 15px !important;
  }
}

/* Blog Author Page  */
.hs-author-profile {
  font-size: 20px;
  padding: 0;
  margin: 0 0 75px;
}
.hs-author-profile h2.hs-author-name {
  font-size: 35px;
  margin-bottom: 35px;
}
.hs-author-profile .hs-author-avatar {
  display: block;
  width: 150px;
  height: 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 25px;
}
.hs-author-profile .hs-author-social-section {
  text-align: center;
}
.hs-author-profile .hs-author-social-section h6 {
  margin: 15px auto 10px;
}
.hs-author-profile .hs-author-social-section .social a {
  border: 0;
}
.hs-author-profile .hs-author-social-section .social i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 17px;
}


/** 
* Blog All Posts Page
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Press Blog */
.blog.press .outro .border-top {
  border-top: 1px solid #AFB0B0;
  padding-top: 60px;
}


/* Updated Listing - 2x2 */
.blog.hs-blog-listing .post-item .featured-image {
  height: initial;
  padding-top: 55%;
}
.blog.hs-blog-listing .post-content-wrapper h3 {
  font-size: 22px;
}
.blog.hs-blog-listing .post-content-wrapper .post-meta {
  font-size: 14px;
}
.blog.hs-blog-listing .post-content-wrapper .post-meta span {
  padding: 0 5px;
}

.blog.hs-blog-listing .banner-testimonial {
  padding: 200px 0 65px;
}
.blog.hs-blog-post .banner-testimonial {
  display: none;
}

@media (min-width: 500px) {
  .blog.hs-blog-listing .post-listing .post-item {
    display: inline-block;
    vertical-align: top;
    width: 48.35%;
    margin: 0 1% 25px;
  }
  .blog.hs-blog-listing .post-listing .post-item:nth-child(odd) {
    margin-left: 0;
  }
  .blog.hs-blog-listing .post-listing .post-item:nth-child(even) {
    margin-right: 0;
  }
  .blog.hs-blog-listing .post-content-wrapper h3 {
    min-height: 78px;
  }
  .blog.hs-blog-listing .post-content-wrapper .post-meta {
    min-height: 38px;
  }
}

@media (min-width: 500px) and (max-width: 900px) {
  .blog.hs-blog-listing .post-content-wrapper h3 {
    min-height: 104px;
    font-size: 22px;
  }
}


/* ==========================================================================
Forms
========================================================================== */

/* All Global Forms
========================================================================== */

/* Form Field */
body .hs-form-field {
  margin-bottom: 30px;
}
body form.hs-form fieldset {
  min-width: unset;
}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
  cursor: pointer;
}
body .hs-form-field > label {
  display: none;
  font-size: 16px;
  margin-bottom: 10px;
}

body label .hs-form-required {
  color: #f00;
  display: inline-block;
  margin-left: 3px;
}

/* Buttons */
.hs-button,
input[type="submit"] {
  width: 100%;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-size: 16px;
  min-height: 50px;
  border-radius: 0;
  border: 1px solid #959595;
  padding: 0px 15px;
  margin: 0;
}

body select {
  min-height: 1px;
}

body textarea {
  min-height: 200px;
  padding: 15px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}


/* Errors */
.hs-error-msgs {
  position: relative;
  color: #f00;
  font-size: 14px;
  margin: 0 auto;
}
.hs-error-msgs li {
  padding: 0;
  margin: 0 auto;
}
.hs_error_rollup,
.hs-error-msgs li:before {
  display: none;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #353535;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #353535;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #353535;
  opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
  color: #353535;
  opacity: 1;
}


/* Form Module
========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], 
#hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}


/* Multi Column Form
========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 48.5%;
  margin-right: 3%;
}
body .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-right: 0;
}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 31.333333333333333%;
  margin-right: 3%;
}
body .hs-form fieldset.form-columns-3 .hs-form-field:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  body .hs-form fieldset .hs-form-field,
  body .hs-form fieldset.form-columns-2 .hs-form-field,
  body .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .form-columns-2 .hs-form-field .hs-input, .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

body form.hs-form fieldset[class*="form-columns"] .inputs-list .hs-input {
  width: auto;
  margin: 0 5px 0 0;
}

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



/* ==========================================================================
Buttons                                              
========================================================================== */
.button, .button:focus, .button:visited, .button:active,
.hs-button, .hs-button:focus, .hs-button:visited, .hs-button:active,
input[type="submit"] {
  display: inline-block;
  min-width: 160px;
  background: #FEC73D;
  font-family: 'BrandonGrotesque-Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #353535;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-transform: initial;
  cursor: pointer;
  transition: ease all .3s;
  -webkit-appearance: none;
  border-radius: 27px;
  border: 2px solid #FEC73D;
  padding: 11px 30px;
  margin: 0;
}

.button.outline {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-weight: 700;
  background: transparent;
  color: #353535;
}

.button:hover,
.hs-button:hover,
.button.outline:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #353535;
  border-color: #353535;
  text-decoration: none;
}

.cta-arrow {
  position: relative;
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-right: 40px;
}
.cta-arrow:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 0;
  background-image: url(https://4720688.fs1.hubspotusercontent-na1.net/hubfs/4720688/Icons/icon-arrow-right-small.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.cta-arrow:hover {
  color: #353535;
  border-color: #353535;
}

.text-link {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 16px;
  font-weight: 700;
}


/* ==========================================================================

6. LIBRARIES

========================================================================== */

/* ==========================================================================
Slick Slider                                               
========================================================================== */
/* Slider */
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
.slick-initialized .slick-slide{
  display: block;
  outline: none;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
  background: #fff url('//142915.fs1.hubspotusercontent-na1.net/hubfs/142915/_einstein/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next{
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #353535;
  z-index: 2;
  width: 45px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: .25;
}
.slick-prev{
  left: -10px;
}
.slick-next{
  right: -10px;
}

@media (max-width: 800px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}

/* Dots */
.slick-dotted.slick-slider{
  margin-bottom: 30px;
}
.slick-dots{
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  line-height: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  background: #AFB0B0;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
  background: #FEC73D;
  outline: none;
}


/* Checkbox / Radio Styles */
.control {
  display:inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  background: #fff;
  position: relative;
  margin: 0 5px 0 0;
  width: 23px;
  height: 21px;
  top: 4px;
}
.control:hover,
.control.active-check {
  background: #DEDEDE !important;
}
.control--checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 21px;
  background: #fff;
  border: 1px solid #000;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #fff;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #fff;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fff;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 50%;
  margin-left: -2.5px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #5C5D61;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.checkbox-row {
  overflow: visible;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  clear: both;
}
.checkbox-row span.fakelabel .control {
  float: left;
}
.checkbox-row span.fakelabel span {
  margin-top: 2px;
  margin-left: 0 !important;
  width: calc(100% - 28px);
}

@media (max-width: 599px) {
  .checkbox-row span.fakelabel span {
    font-size: 90%;
  }
}


/*======================================
Selectric v1.11.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #AFB0B0;
  background: #fff;
  position: relative;
  border-radius: 5px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 40px 0 15px;
  font-size: 16px;
  line-height: 50px;
  color: #353535;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 30px;
  color: #353535;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .selectArrow:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #353535;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #959595;
}
.selectric-hover .selectric {
  border-color: #959595;
}
.selectric-hover .selectric .selectArrow {
  color: #353535;
}
.selectric-hover .selectric .selectArrow:after {
  border-top-color: #959595;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #AFB0B0;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #353535;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #F5F5F5;
  color: #444;
}
.selectric-items li.highlighted {
  background: #F5F5F5;
}
.selectric-items li:hover {
  background: #F5F5F5;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}


/*! Lity - v3.0.0-dev - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity-active body {
  overflow: hidden;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, .9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 95%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
  overflow: auto;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);*/
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 25px;
  top: 5px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 0 4px rgba(0, 0, 0, .9);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

.lity-hide {
  display: none;
}



/* LeadIn Modal Styles */
.home .leadinModal-353448.leadinModal-theme-bottom-right-corner.leadinModal-preview.leadinModal-v3 .leadinModal-content {
  background: #F5F5F5 !important;
  border-top: 5px solid #FEC73D !important;
}
.home .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper .advance-wrapper {
  text-align: center !important;
}
.home .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper .leadin-button,
.home .leadinModal-353448 .leadin-button-primary {
  color: #353535 !important;
  background: #FEC73D !important;
  font-family: 'BrandonGrotesque-Regular', sans-serif !important;
  border-radius: 25px !important;
  max-width: 225px !important;
  margin: 0 auto !important;
}
.home .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper .leadin-button {
  margin-top: 20px !important;
}
.home .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper .leadin-button:hover,
.home .leadinModal-353448 .leadin-button-primary:hover {
  color: #fff !important;
  background: #353535 !important;
}


/* Women of Impact LP */
.woi-lp .body-container .page-center {
  max-width: 950px;
}
.woi-lp .body-container h2 {
  text-transform: uppercase;
  font-size: 32px;
}
.woi-lp .body-container .button {
  border-radius: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
}
.woi-lp .box {
  padding: 25px 20px;
}  
.woi-lp .box.no-bot-padding {
  padding-bottom: 5px !important;
}
.woi-lp .box *:last-child,
.woi-lp .tagline *:last-child {
  margin-bottom: 0;
}
.woi-lp .box h2 {
  margin-bottom: 35px;
}
.woi-lp .corporate-logos-wrap {
  margin: 10px auto 0;
}
.woi-lp .corporate-logos-wrap h6 {
  font-size: 32px;
}
.woi-lp .corporate-logos-wrap .logo-grid .logo-grid-inner img {
  max-height: 75px;
  max-width: 125px;
}
.woi-lp .section3 .video-popup {
  margin-top: 65px;
}
.woi-lp .section5 h2 {
  margin-bottom: 45px;
}
.woi-lp .section5 .section.no-padding-top,
.woi-lp .section5 .section.no-padding-top .page-center {
  padding: 0;
}
.woi-lp .squad-list .squad-item {
  margin-bottom: 30px;
}
.woi-lp .squad-list .squad-item .squad-content-inner {
  max-width: 325px;
}
.woi-lp .squad-list .squad-item .squad-content p:first-child {
  font-family: 'BrandonGrotesque-Bold', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.woi-lp .squad-list .squad-item .squad-content p.squad-name {
  font-family: 'BrandonGrotesque-Light', sans-serif;
  font-size: 24px;
}
.woi-lp .squad-list .squad-photo {
  margin-left: 30px;
}
.woi-lp .squad-item:nth-child(even) .squad-photo {
  margin-left: 0;
  margin-right: 30px;
}
.woi-lp .squad-list .squad-photo:before {
  padding-bottom: 135%;
}

.woi-lp .body-container .widget-type-widget_container .hs_cos_wrapper_type_form .selectric-wrapper {
  text-transform: initial;
}
.woi-lp .body-container .widget-type-widget_container .hs_cos_wrapper_type_form .selectric {
  border-radius: 0;
  border: 1px solid #959595;
}
.woi-lp .body-container .widget-type-widget_container .hs_cos_wrapper_type_form .selectric-items ul li:before {
  display: none;
}
.woi-lp .body-container .widget-type-widget_container .hs_cos_wrapper_type_form .hs-richtext {
  font-size: 16px;
}
.woi-lp .body-container .widget-type-widget_container .hs_cos_wrapper_type_form .hs-button.primary.large {
  max-width: initial;
  width: initial;
  color: #fff;
}
body.membership-jun21 {
  overflow-x: hidden;
}


@media (min-width: 400px) {
  .woi-lp .corporate-logos-wrap .logo-grid .logo-grid-item {
    width: 50% !important;
  }
}

@media (min-width: 700px) {
  .woi-lp .corporate-logos-wrap .logo-grid .logo-grid-item {
    width: 20% !important;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .woi-lp .section.header {
    padding: 115px 0 35px;
  }
  .woi-lp .box {
    padding: 80px 75px;
  }
}

@media (min-width: 1100px) {
  .woi-lp:not(.hs-content-id-35508314513) .header-container-wrapper:not(.sticky) .secondary-menu .hs-menu-wrapper > ul > li > a, 
  .woi-lp:not(.hs-content-id-35508314513) .header-container-wrapper:not(.sticky) .einstein-menu-primary .hs-menu-wrapper > ul > li > a,
  .woi-lp:not(.hs-content-id-35508314513) .header-container-wrapper:not(.sticky) .site-header .social i.fa,
  .woi-lp:not(.hs-content-id-35508314513) .header-container-wrapper:not(.sticky) .site-header .member-btn .text-link {
    color: #fff;
  }
}

@media (max-width: 900px) {
  .woi-lp .section.header {
    padding: 80px 0 20px;
  }
  .woi-lp .header.section .widget-type-linked_image img {
    max-width: 200px;
  }    
  .woi-lp .body-container-wrapper {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .woi-lp .header.section .widget-type-linked_image img {
    max-width: 100px;
  }
  .woi-lp .squad-list .squad-item,
  .woi-lp .squad-list .squad-content,
  .woi-lp .squad-list .squad-photo {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .woi-lp .squad-list .squad-item {
    margin: 20px auto;
  }
  .woi-lp .squad-list .squad-content {
    padding: 25px 20px;
  }
  .woi-lp .squad-list .squad-photo:before {
    padding-bottom: 100%;
  }
}