@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


/*@font-face {
    font-family: UNiDAYS Pro Book;
    src: url(//cdn2.hubspot.net/hubfs/4000540/_UNiDAYS_May2018/Fonts/UNiDAYS-Pro-Book-Desktop-Final.otf);
}
@font-face {
    font-family: UNiDAYS Pro Demi;
    src: url(//cdn2.hubspot.net/hubfs/4000540/_UNiDAYS_May2018/Fonts/UNiDAYS-Pro-Demi-Desktop-Final.otf);
}
@font-face {
    font-family: UNiDAYS Pro Heavy;
    src: url(//cdn2.hubspot.net/hubfs/4000540/_UNiDAYS_May2018/Fonts/UNiDAYS-Pro-Heavy-Desktop-Final.otf);
}*/

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

  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 */
 /* Black */
 /* Bright Blue */
 /* Black */
 /* Bright Blue */
 /* Light Blue */
 /* Light Pink */

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

/* Typography */




/* Containers */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */
/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */








/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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

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

/* 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;
    vertical-align: middle;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
}
.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 li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -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;
}

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

/* 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: #000000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

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

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

.container-fluid .row-fluid .page-center .center-small,
.page-center .center-small {
  max-width: 800px;
  padding: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .container-fluid .row-fluid .page-center,
  .page-center {
    max-width: 1200px;
  }
}

a {
  color: #1342DF;
  text-decoration: none;
  transition: ease all .3s;
}
a:hover, a:focus {
  color: #000000;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #000000;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #000000;
  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 {
}
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; }
  

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
  color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 72px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 60px;
  }  
  h2 {
    font-size: 50px;
  } 
  h3 {
    font-size: 30px;
  }
}

@media (max-width: 385px) {
  h1 {
    font-size: 52px;
  }  
  h2 {
    font-size: 42px;
  } 
}

/* Lists */
ul, ol {
  margin: 0 0 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

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




/* ==========================================================================
   2. COS STRUCTURE            
   ========================================================================== */

/* ==========================================================================
   Header
   ========================================================================== */

body:not(.no-sticky) .header-container-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #979797;
}  
.site-header {
  background: #fff;
  width: 100%;
  padding: 15px 0;
}  
.sticky.site-header {
  padding: 5px 0;
  transition: ease all .3s;
  box-shadow: none;
}  

.site-header .custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item a.button {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}  
.sticky.site-header .custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item a.button {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .site-header .span9.custom-menu-primary.js-enabled {
    clear: both;
    width: 105% !important;
    margin: 0 -20px 0 !important;
  }  
  .site-header .span9.custom-menu-primary.js-enabled,
  .site-header .table-display .row-fluid {
    display: block !important;
  }
  .site-header .span9.custom-menu-primary.js-enabled .hs-menu-flow-horizontal {
    margin-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.mobile-menu-item .social a img {
    top: -5px !important;
  }
}

.header-container .widget-type-cta,
.header-container .mobile-items {
  display: none;
}

@media (max-width: 1024px) {
  .site-header,
  .sticky.site-header {
    padding: 15px 0;
  }  
  .site-header .widget-type-logo {
    text-align: center;
  }
}

@media (max-width: 767px) {
  body:not(.no-sticky) .site-header,
  body:not(.no-sticky) .sticky.site-header {
    padding: 15px 0 3px;
  }  
}

@media (max-width: 400px) {
  body:not(.no-sticky) .widget-type-logo {
    padding-right: 35px;
  }  
}


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

.body-container-wrapper {}
.body-container {}

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


/* Modular & Reusable Components
   ========================================================================== */
section {
  display: table;
  max-width: none;
  width: 100%;
  height: 93vh;
  margin: 0;
}
section .content {
  display: table-cell;
  vertical-align: middle;
}
section .content .widget-type-rich_text *:last-child {
  margin-bottom: 0;
}
.section {
  float: left;
  width: 100%;
  clear: both;
  padding: 50px 0;
}

/* Vertically centred content */
@media (min-width: 767px) {
  .table-display:not(.align-top) .row-fluid {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }  
  .table-display.align-top .row-fluid {
    display: -ms-flexbox;
    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;
  text-align: center;
  font-size: 47px;
  color: #fff;
}
.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;
}


/* Back to top button */
.to-top-wrapper {
  position: relative;
}
.scroll-to-top {
  background: #333;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: center;
  border-radius: 5px;
  z-index: 99;
  opacity: 0.45;
  transition: ease all .4s;
}
.scroll-to-top:hover {
  opacity: 0.75;
}
.scroll-to-top a {
  color: #fff;
  display: block;
  line-height: 42px;
  width: 40px;
  height: 40px;
}

/* Animated elements */
.animated {
  -vendor-animation-duration: .8s;
}


/* Home */
.home section.section1 {
  border-bottom: 1px solid #979797;
}
.home .section1 .widget-type-linked_image img {
  width: 100% !important;
  max-width: 600px;
  margin: 0 auto;
}
.home .section1 .button.outline {
  margin-top: 20px;
}

.home .section2 h2,
.home .section3 h2,
.home .section5 h2,
.home .section6 h2 {
  margin: 0 auto 15px;
}
.home .section2 p,
.home .section3 p,
.home .section5 p,
.home .section6 p {
  font-size: 28px;
}
  
.home section.section3,
.home .section.section8 {
  background: #1342DF;
}

.home .section3 #tabs {
  background: #fff;
  border-radius: 50%;
}
.home .section3 #tabs .tabs-nav {
  max-width: 325px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.home .section3 #tabs .tabs-nav li:not(:last-child) {
  border-bottom: 7px solid #D8D8D8;
}
.home .section3 #tabs .tabs-nav li a {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  padding: 55px 15px;
}
.home .section3 #tabs .tabs-nav li.current a {
  color: #000000;
}
.home .section3 #tabs-panels h4 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin: 35px auto 5px;
}
.home .section3 #tabs-panels p {
  font-size: 28px;
  margin: 0 auto;
}
  
.home section.section4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.home .section4 h2 {
  font-size: 144px;
  line-height: 1;
  color: #fff;
}

.home .section5 .grid-items.desktop .item {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: 13%;
  padding-left: 5%;
}
.home .section5 .grid-items .item p {
  font-size: 20px;
  line-height: 28px;
  min-height: 56px;
  margin: 25px auto;
}
.home .blog-post-feed .page-center {
	max-width: 1240px;
}  
.home .section.section6 {
  padding: 100px 0;
}
.home .section.section6 {
  background: #1342DF;
}
.home .section6 .offer img {
  border: 1px solid #979797 !important;
}
.home .section6 .offer p:first-child {
  margin: 35px auto 10px;
}
.home .section6 .offer p:nth-child(2) {
  min-height: 54px;
  margin-bottom: 25px;
}
.home .section6 .offer p:last-child {
  margin-bottom: 0;
}
.home .section6 .offer p {
  font-size: 18px;
}
.home .section6 .offer p strong {
}
.home .section6 .offer p a {
  text-transform: uppercase;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  border-bottom: 1px solid #1342DF;
}
.home .section6 .offer p a:hover {
  border-bottom: 1px solid ;
}

.home .section.section7,
.home .section.section8  {
  padding: 100px 0 125px;
}

.home .section7 .header p:last-child {
  margin: 35px auto 45px;
}
.home .section7 .header p a {
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  border-bottom: 1px solid #1342DF;
}
.home .section7 .header p a:hover {
  border-bottom: 1px solid ;
}
.home .section7 .hs-button.large.primary {
  margin-top: 0;
}

.home .section8 .top {
  margin-top: 60px;
  margin-bottom: 70px;
}
.home .section8 .widget-span.span2.logo-img {
  display: table;
  height: 150px;
}
.home .section8 .widget-type-linked_image {
  display: table-cell;
  vertical-align: middle;
}
  
.home section.section9 .section {
  padding: 100px 0 150px;
}

@media (min-width: 1025px) and (max-width: 1325px) {
  .home .section .spacer {
    width: 3%;
  }
  
  .home .section2 .span5.how-slides {
    width: 45%;
  }
  
  .home .section3 #tabs .tabs-nav li a {
    padding: 45px 15px;
  }
  .home .section3 .span5.mobile-top {
    width: 47%;
  }
  
  .home .section6 .span2.offer,
  .home .section6 .span2.spacer {
    width: 15%;
  } 
}

@media (min-width: 768px) and (max-width: 1195px) {
  .home .section5 .grid-items.desktop .item {
    padding-right: 10%;
    padding-left: 2%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home .section3 #tabs .tabs-nav {
    max-width: 250px;
    padding: 10px 0;
  }
  .home .section3 #tabs .tabs-nav li:not(:last-child) {
    border-width: 5px;
  }
  .home .section3 #tabs .tabs-nav li a {
    padding: 30px 15px;
  }
  .home .section3 #tabs-panels p {
    font-size: 24px;
  }
  
  .home section.section4 {
    background-attachment: initial;
  }
  .home .section4 h2 {
    font-size: 125px;
  }
  
  .home .section6 .span1 {
    display: none;
  }
  .home .section6 .offer.span2 {
    width: 25%;
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width:900px) {
	.home .section2 .span1,
	.home .section3 .span1,
	.home .section5 .span1,
	.home .section7 .span1,
	.home .section9 .span1 {
    display: none;
  }
	.home .section2 .span4,
	.home .section2 .span5,
	.home .section3 .span5,
	.home .section5 .span5,
	.home .section5 .span6,
	.home .section7 .span4,
	.home .section7 .span5,
	.home .section9 .span4,
	.home .section9 .span5 {
    width: 50%;
    padding: 0 25px;
    margin: 0 auto;
  }
  
  .home .section3 #tabs .tabs-nav li a {
    padding: 22px 15px;
  }
  
  .home .section4 .section {
    padding: 115px 0;
  }
  .home .section4 h2 {
    font-size: 100px;
  }
  
	.home .section5 .span5 {
    width: 40%;
  }
	.home .section5 .span6 {
    width: 60%;
  }
  
  .home .section6 .offer.span2 {
    padding: 0;
  }
  
  .home .section8 .widget-span.spacer {
    display: none;
  }
  .home .section8 .widget-span.span2.logo-img {
    width: 23%;
  }
}

@media (max-width: 767px) {
  .home .section3 .section,
  .home .section5 .section {
    padding: 85px 0;
  }
  
  .home .section3 .table-display .row-fluid,
  .home .section6 .table-display .row-fluid {
    display: flex;
    flex-flow: column;
	}
  .home .section3 .table-display .row-fluid .span5.mobile-top,
  .home .section6 .table-display .row-fluid .span5.mobile-top {
    order: -1;
  }
  .home .section3 #tabs {
    max-width: 375px;
    width: 100%;
    margin: 75px auto 0;
  }
  .home .section3 #tabs .tabs-nav {
    max-width: 250px;
    padding: 10px 0;
  }
  .home .section3 #tabs .tabs-nav li:not(:last-child) {
    border-width: 5px;
  }
  .home .section3 #tabs .tabs-nav li a {
    padding: 30px 15px;
  }
  .home .section3 #tabs-panels h4 {
    margin-top: 75px;
  }
  
  .home section.section4 {
    background-attachment: initial;
  }
  .home .section4 .section {
    padding: 200px 0;
  }
  .home .section4 h2 {
    font-size: 100px;
  }
  
  .home .section5 .grid-items.mobile-slider.slick-slider.slick-initialized {
    max-width: 400px;
    margin: 35px auto;
  }
  .home .section5 .grid-items.mobile-slider .item img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .home .section5 .grid-items .item p {
    min-height: initial;
  }
  
  .home .section6 .offer {
    margin-top: 75px;
  }
  
  .home .section7 h2,
  .home .section9 h2 {
    margin-bottom: 40px !important;
  }
  
  .home .section8 h2 {
    text-align: left;
  }
  .home .section8 .top {
    margin-bottom: 0;
  }
  .home .section8 .widget-span.logo-img {
    float: left;
    width: 50%;
    padding: 25px;
  }
  
  .home section.section9 .section {
    padding-bottom: 100px;
  }
  
  .home .section9 .hs-button.large.primary {
    max-width: 100%;
  }
  
  .footer .links li {
    padding: 5px 30px 5px 0 !important;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .home .section6 .table-display .row-fluid {
    flex-flow: wrap;
  }
  .home .section6 .offer.span2 {
    width: 50%;
    padding: 0 20px;
  }
  .home .section6 .offer .span12 {
    width: 100% !important;
  }
}
  
@media (max-width: 500px) {
  .home .section3 #tabs .tabs-nav {
    max-width: 175px;
  }
  .home .section3 #tabs .tabs-nav li a {
    padding: 30px 15px !important;
  }
  
  .home .section4 .section {
    padding: 100px 0;
  }
  .home .section4 h2 {
    font-size: 85px;
  }
  
  .home .section5 .grid-items.mobile-slider.slick-slider.slick-initialized {
    max-width: 300px;
  }
  
  .home .section6 .offer img {
    max-width: 250px;
    margin: 0 auto;
  }
  .home .section6 .offer p:nth-child(2) {
    min-height: initial;
  }
}
  
@media (max-width: 400px) {  
  .home .section3 #tabs .tabs-nav li a {
    padding: 25px 10px !important;
  }
  
  .home .section4 h2 {
    font-size: 65px;
  }
  
  .home .section5 .grid-items.mobile-slider.slick-slider.slick-initialized {
    max-width: 250px;
  }
}


/* Our Story */
.our-story .section1 .content {
  font-size: 28px;
}
.our-story .section1 .content a {
  outline: 0;
  font-family: Montserrat, sans-serif;
}

.our-story .section2 {
  background: #1342DF;
}

.our-story .section3 .definition {
  float: none !important;
  max-width: 1100px;
  border: 3px solid #000;
  padding: 7%;
  margin: 0 auto !important;
}
.our-story .section3 .definition {
  font-size: 28px;
}
.our-story .section3 .definition h4 {
  position: relative;
}
.our-story .section3 .definition h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  left: 108px;
  top: 2px;
}
.our-story .section3 .definition h4 strong {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
}
.our-story .section3 .definition p:last-child {
  margin-bottom: 0;
}

.our-story .section2.section,
.our-story .section3.section,
.our-story .section4.section {
  padding: 75px 0; 
}

.our-story .section4 {
  background: #f0f0f0;
}
.our-story .team .hs_cos_wrapper_widget {
  padding: 35px 20px;
}
.our-story .team-member a {
  display: block;
  outline: 0;
}
.our-story .team-member:hover * {
  text-decoration: none;
  color: #1342DF;
}
.our-story .team-member .team-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 325px;
  width: 100%;
  max-width: 325px;
  border-radius: 50%;
  margin: 0 auto;
}
.our-story .team-member .team-img .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: ease all .2s;
  background-color: #1342DF;
}
.our-story .team-member:hover .team-img .overlay { 
  opacity: 0.65;
}
.our-story .team-info {
  text-align: center;
  margin-top: 35px;
}
.our-story .team-info h5 {
  margin-bottom: 10px;
}
.our-story .team-info h6 {
  font-family: Montserrat, sans-serif;
  margin: 0 auto;
}
.our-story .lity-content:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.our-story .team-bio {
  background: #fff;
  max-width: 550px;
  border-top: 10px solid #1342DF;
  padding: 35px 30px;
  margin: 0 auto;
}
.our-story .team-bio .team-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto;
}
.our-story .team-bio .team-info {
  margin-top: 20px;
}
.our-story .team-bio .team-info h6 {
  margin-bottom: 20px;
}
.our-story .team-bio .bio-content p {
  font-size: 16px;
  margin-bottom: 10px;
}
.our-story .team-bio .linkedin p {
  margin-top: 20px;
  margin-bottom: 0;
}
.our-story .team-bio .linkedin a {
  color: #000000;
}
.our-story .team-bio .linkedin .fa-chevron-right {
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 3px;
}
.our-story .team-bio .linkedin .fa-linkedin {
  font-size: 26px;
}
.lity-active { 
  overflow: hidden;
}
.lity-wrap {
  overflow: auto;
}

@media (min-width: 500px) {
  .our-story .section4 .team .hs_cos_wrapper_widget {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .our-story .section4 .team .hs_cos_wrapper_widget {
    width: 33.33%;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {  
  .our-story .team-member .team-img {
    height: 285px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {  
  .our-story .section1 .content.span7 {
    width: 80%;
  }
  .our-story .section1 .span5 {
    width: 17%;
  }
  
  .our-story .team-member .team-img {
    height: 205px;
  }
  .our-story .team-info h6 {
    min-height: 48px;
  }
}

@media (max-width: 767px) {
  .our-story .section1 .content {
    font-size: 20px;
  }
  
  .our-story .section2 {
    overflow: hidden;
  }
  
  .our-story .section3 .definition {
    font-size: 20px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {  
  .our-story .team-member .team-img {
    height: 240px;
  }
}

@media (max-width: 499px) {  
  .our-story h1 {
    font-size: 52px;
  }
  .our-story h2 {
    font-size: 34px;
  }  
 
  .our-story .section3 .definition h4 {
    font-size: 26px;
  }
  .our-story .section3 .definition h4:before {
    left: 98px;
  }
  
  .our-story .lity-content {
    width: 95% !important;
    margin: 35px auto 0 !important;
  }
  .our-story .lity-close,
  .our-story .lity-close:hover {
    background: rgba(0,0,0,0.9);
    border-radius: 50%;
  }
  .our-story .team-member .team-img {
    height: 315px;
  }
}

@media (max-width: 360px) {  
  .our-story .team-member .team-img {
    height: 265px;
  }
}

@media (max-width: 320px) {  
  .our-story .team-member .team-img {
    height: 225px;
  }
}


/* Resources */

@media (min-width: 768px) {
  .resources .banner {
    padding: 63px 0;
  }
}


/* Landing Pages & TY Pages */

.landing-header.site-header {
  text-align: center;
  padding: 5px 0;
}

.landing-header img {
  max-width: 300px;
}

.header-container .transparent-overlay {
    background-color: transparent;
    position: relative;
}

.transparent-overlay.white-logo img {
    filter: brightness(0) invert(1);
}

.header-container .transparent-overlay > div {
    position: absolute;
    width: 100%;
    padding-top: 1em;
}

.landing .banner h1 {
  font-size: 50px;
}
.landing .banner h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.landing .widget-type-form .hs-form-field > label {
  display: none;
}
.landing .widget-type-form input[type="submit"] {
  text-transform: none;
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
}

.landing .body-container-wrapper {
  padding: 0px !important;
}

.landing-footer {
  background: #000000;
  text-align: center;
  font-size: 13px;
  padding: 25px 0 30px;
}

.landing-footer,
.landing-footer a {
  color: #fff;
}

@media (max-width: 767px) {
  .landing .banner h1 {
    font-size: 38px;
  }
  .landing .banner h3 {
    font-size: 21px;
  }
  .landing .widget-type-form input[type="submit"] {
    width: 100%;
  }
}

/* Social Media Custom Icons */
.landing .hs_cos_wrapper_type_social_sharing i,
.landing .hs_cos_wrapper_type_follow_me i,
.landing .footer-social i,
.landing .social i {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}
.landing .social a {
  display: inline-block;
  margin-left: 20px;
}
.landing .social a:first-child {
  margin-left: 0;
}
.landing i.fa-facebook {
  color: #3a5897;
}
.landing i.fa-twitter {
  color: #49c9f2;
}
.landing i.fa-pinterest {
  color: #C92228;
}
.landing i.fa-google-plus {
  color: #d0322d;
}
.landing i.fa-linkedin {
  color: #0775b7;
}
.landing i.fa-envelope-o,
.landing i.fa-envelope {
  color: #7b7b7b;
}


/* Landing Page */

.lp li {
  margin-bottom: 10px;
}

.lp .banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0;
}
.lp .banner * {
  color: #fff;
}
.lp .banner .page-center {
  position: relative;
  z-index: 2;
}

.lp .form-box.form-overlap {
  position: relative;
  z-index: 5;
  margin-top: -275px;
}
.lp .form-box h3 {
  background: #1342DF;
  color: #fff;
  padding: 18px 35px 15px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.lp .form-box h3 {
  margin: -15px -15px 0 !important;
}
.lp .form-box form {
  background: #f9f9f9!important;
  box-shadow: 0 3px 7px rgba(0,0,0,0.15);
  padding: 35px;
  margin: 0 -15px;
}
.lp .form-box label {
  display: block;
}

.lp .banner {
  padding: 100px 0px;
}
.lp .banner .border-left {
  border-left: 1px solid #fff;
  padding-left: 25px;
}
.lp .banner .banner-content {
  text-align: left;
}
.lp .banner h1 {
  margin: 10px auto 0;
}
.lp .banner h3 {
  margin-bottom: 0;
}

.lp .main-text {
  margin-bottom: 20px;
}

.lp .share-this-title {
  margin-right: -25px;
}

.lp .section-grey.section {
  background: #f0f0f0;
  padding: 20px;
}
.lp .section-grey .page-center {
  padding: 0 5%;
}

@media (max-width: 1024px) {
  .lp .share-this-title { 
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .lp .banner {
    padding: 50px 0;
  }
  
  .lp .main-text img {
    width: 100%;
    float: none !important;
    margin: 10px auto !important;
  }
  
  .lp .form-box.form-overlap {
    margin-top: 35px;
  }
  .lp .form-box h3 {
    margin: 15px auto 0 !important;
  }
  .lp .form-box form {
    margin: 0 auto;
  }
  
  .lp .share-this-title { 
    margin-right: 0;
  }
}


/* Thank You Page */

.section-white.section {
  background-color: #fff;
  padding: 75px 0 60px;
}

.typ .page-center {
  max-width: 1180px !important;
}
.typ .container-fluid .row-fluid .center-small,
.typ .center-small {
  float: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.typ .body-container-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.typ .banner-text {
  background: #f0f0f0;
  position: relative;
  overflow: visible;
  padding: 50px 0;
}
.typ .banner-text:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 17px 0 17px;
  border-color: #f0f0f0 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -22px;
}
.typ .banner-text .button {
  width: auto;
  padding: 20px 10%;
}

.typ .page-center.ty-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.typ .widget-type-form {
  margin-top: 20px;
  margin-bottom: 45px;
}

.typ .share-this-title {
  text-transform: uppercase;
  position: relative;
  top: 3px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .typ .share-this-title,
  .typ .social {
    display: inline-block;
    float: none;
    width: auto;
  }
}

@media (max-width: 767px) {
  .typ .banner-text .button {
    width: 100%;
    padding: 20px;
  }
  
  .typ .section-white .content img {
    margin: 20px auto !important;
  }
}




/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  background: #000000;
  padding: 25px 0 30px;
}
.footer .top {
  padding-bottom: 25px;
}  
.footer .top .social,
.footer .top .links,
.footer .links li {
  display: inline-block;
}
.footer a:hover,
.footer a:focus {
  color: #1342DF;
}
.footer .links {
  padding: 0;
  margin: 0 auto;
}
.footer .links li {
  padding: 5px 20px;
}
.footer .links li:first-child {
  padding-left: 0;
}
.footer .top .links a {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
}
.footer .bottom .links li a {
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #1342DF;
}
.footer .social {
  margin-right: 125px;
}
.footer .social a {
  margin-right: 10px;
}
.footer .social a img {
  vertical-align: top;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .footer .top .social,
  .footer .top .links {
    display: block;
  }
  .footer .top {
    padding-bottom: 20px;
  }
  .footer .top .social {
    margin-right: auto;
    padding-bottom: 10px;
  }
}
  

/* ==========================================================================
   3. MAIN NAVIGATION              
   ========================================================================== */

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{  
  background: none;
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  background: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item {
    width: 265px;
    margin-left: 25px;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.mobile-menu-item {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item a.button {
    margin: 10px auto 0;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item a.button {
  width: 100% !important;
  max-width: 100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000000;
  padding: 0 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color:#000000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #1342DF;
}

@media (min-width: 1025px) and (max-width: 1240px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 26px;
    padding: 0 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.last-menu-item {
    width: 215px;
    margin-left: 15px;
  }
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background: #fff;
  font-size: 16px;
  border-bottom: none;
  border-radius: 5px;
  /*overflow: hidden;*/
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  background: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  padding: 15px 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  color:#1342DF;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  border-radius: 0;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display: block !important;
  }
  .custom-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 */
}
.custom-menu-primary .mobile {
  display: none;
}

@media (max-width: 1024px) {
  .custom-menu-primary .mobile {
    display: block;
  }

  /* 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 
    */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a: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; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul li a.button {
    margin: 10px 20px 0;
  }

  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/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: none;
    border: 0;
    margin: 0;
    overflow: visible; 
    position:absolute;
    top: 21px;
    right: 20px;
  }  
  .hamburger:hover {
    opacity: 0.7; 
  }  
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
  }  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
  }  
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 5px;
    background-color: #1342DF;
    border-radius: 0;
    position: absolute;
    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: -9px; 
  }  
  .hamburger-inner::after {
    bottom: -9px; 
  }
  
  
  /* 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); 
  }

  /* Child Toggle Button */
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 46px !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: 50%; /* Centers icon inside button */
    margin-top: -10px;
    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);
  }
  
  .mobile-open {
    overflow: hidden;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-flow-horizontal {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
	}
    
  /* Menu Styles on Mobile Devices
     ========================================================================== */       
   .custom-menu-primary.js-enabled{
       margin: 15px -20px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#1342DF; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto -11px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:not(.button){
    font-size: 18px; /* Font size of top level list items */
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li {
    padding: 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a:not(.button){
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff; /* link color set by global mobile-aColor variable */
    padding: 25px 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li:first-child a {
    padding-top: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:not(.button):hover{
    color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }
  
  .site-header .custom-menu-primary .hs-menu-wrapper >  ul li.last-menu-item a.button,
  .sticky.site-header .custom-menu-primary .hs-menu-wrapper >  ul li.last-menu-item a.button {
    background: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    color: #1342DF;
    padding: 25px 20px !important;
    margin: 45px auto 30px;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li.mobile-menu-item a {
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li.mobile-menu-item .terms a {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-decoration: underline;
    letter-spacing: 0;
    padding: 13px 0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li.mobile-menu-item .social {
    text-align: center;
    padding: 35px 0 55px;
    margin-bottom: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li.mobile-menu-item .social a {
    display: inline-block;
    padding: 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li.mobile-menu-item .social .fa {
    font-size: 38px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li.mobile-menu-item .social a img {
    width: 32px;
    position: relative;
    top: 2px;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #f0f0f0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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



/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                
   ========================================================================== */

/* System Pages */

/* Password */
.password .section {
  padding: 125px 0;
}
.password .widget-type-password_prompt input#hs-pwd-widget-password {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0;
}

/* Error 404 and 500 */
.error .section {
  padding: 175px 0;
}

/* Email Subscription Preferences */
.email-prefs .item .checkbox-row .control {
  top: 1px;
}
.email-prefs .item .checkbox-row span.fakelabel span {
  width: initial;
  margin: 0 5px !important;
}
.email-prefs .item p {
  margin-left: 33px;
}

/* Unsubscribe */
.unsubscribe .section {
  padding: 145px 0;
}
.unsubscribe input.hs-input.email-edit {
  width: 100% !important;
  max-width: 500px;
}

/* Confirmation */
.confirmation .section {
  padding: 175px 0;
}
  


/* ==========================================================================
   5. COS COMPONENTS                      
   ========================================================================== */

/* All Global Forms
   ========================================================================== */
/* Form Field */
body .hs-form-field {
  margin-bottom: 20px;
}

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

/* Labels */
body label {
  cursor: pointer;
}
body .hs-form-field > label {
  display: none;
}
body label .hs-form-required {
  color: #f00;
  display: inline-block;
  margin-left: 3px;
}
  
/* Submit Button */
.hs-button.large.primary {
  margin-top: 15px;
}

/* 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: Montserrat, sans-serif;
  font-size: 20px;
  min-height: 50px;
  border: 1px solid #4A4A4A;
  padding: 0px 15px;
  margin: 0 auto;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
  min-height: 180px;
  padding: 15px;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {
  min-height: 1px;
}
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"] {}

/* Errors */
.hs-error-msgs {
  color: #f00;
  font-size: 14px;
  margin: 0;
}
.hs_error_rollup {
  display: none;
}

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

/* 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 {
    width: 100% !important;
    margin-right: 0 !important;
  }
  body .hs-form fieldset.form-columns-2 .hs-form-field,
  .form-columns-2 .hs-form-field .hs-input,
  body .hs-form fieldset.form-columns-3 .hs-form-field,
  .form-columns-3 .hs-form-field .hs-input {
      width: 100% !important;
  }
}

/* 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%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}



/* ==========================================================================
   Buttons                                              
   ========================================================================== */
.button,
.hs-button,
input[type="submit"],
.button.outline:hover {
  display: inline-block;
  width: 100%;
  max-width: 4fpx;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2.5px;
  background: #1342DF;
  border-radius: 10px;
  border: 0px solid #1342DF;
  padding: 21px 15px;
  margin: 0 auto;
  -webkit-appearance: none;
  transition: ease all .3s;
}

.button:hover,
.hs-button:hover,
input[type="submit"]:hover,
.button.outline {
  color: #1342df;
  background: #ffffff;
  border: 1px solid #1342df;
}
  
.cta-text-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #1342DF;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #1342DF;
  padding: 0;
  margin: 0 auto;
  transition: ease all .3s;
}
.cta-text-link:hover {
  color: #000000;
  border-color: #000000;
}
  
  


/* ==========================================================================
   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;
}
.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('//cdn2.hubspot.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: #000000;
    z-index: 2;
}
.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: -15px;
}
.slick-next {
    right: -15px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    line-height: 10px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 2px solid #1342DF;
    padding: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
    background: #1342DF;
    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 #4A4A4A;
  background: #fff;
  position: relative;
  border-radius: 0;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 45px 0 20px;
  font-size: 20px;
  line-height: 50px;
  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: 45px;
  height: 30px;
  color: #000000;
  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: 8px solid transparent;
  border-top-color: #000000;
  border-bottom: none;
}
.selectric-focus .selectric,
.selectric-hover .selectric,
.selectric-open .selectric {
  border-color: #4A4A4A;
}
.selectric-hover .selectric .selectArrow {
  color: #4A4A4A;
}
.selectric-hover .selectric .selectArrow:after {
  border-top-color: #4A4A4A;
}
.selectric-open {
  z-index: 9999;
}
.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 #4A4A4A;
  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: 18px;
  line-height: 20px;
  min-height: 20px;
  text-align: left;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #000000;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #f0f0f0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #f0f0f0;
}
.selectric-items li:hover {
  background: #f0f0f0;
}
.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 {
  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 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.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: 100%;
  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;
}
.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,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -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 1px 2px rgba(0, 0, 0, .6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.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;
}


/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */
.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}
.ls-preloader {  
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: hidden;
  position: relative;
}
.liquid-slider {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.liquid-slider .panel-container .fade {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {  
  width: 100%;
  display: block;
  float: left;
}
.panel-wrapper {  
  padding: 0;
  position: relative;
}

/*** Tabbed Navigation ***/
.ls-nav {
  overflow: hidden;
  clear: both;
  margin-bottom: 45px;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  text-align: center;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
.ls-nav ul li {
  display: inline-block;
}
.ls-nav ul li a {
  display: block;
  float: left;
  color: #1342DF;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 30px;  
  outline: 0;
}
.ls-nav ul li.current a,
.ls-nav ul li a:hover {
  color: #000000;
  text-shadow: none;
}
.ls-nav ul li a:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #1342DF;
  display: block;
  margin: 0 auto;
}
.ls-nav ul li.current a:after,
.ls-nav ul li a:hover:after {
  background: #000000 !important;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  /*background: url(../images/menu.png) no-repeat right #ddd;*/
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top:0;
  float: left;
  clear:both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
[class$="-arrow"] {
  width: 25px;
  height: 25px;
  /*background-image: url(../images/arrow.png);*/
  background-repeat: no-repeat;
  margin-top: 50px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .ls-nav {
    margin-top: 45px;
  }
}




/* Press & Events Templates - Styles adjusted from Optimize Responsize */
.light-bkg {
  background-color: #f0f0f0;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
.blue-bkg {
  background-color: #ffffff;
}
.blue-bkg .white-text a:hover{
  color: #1342DF!important;
}
.parallax-bkg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #F5F5F5;
  padding-top: 75px;
  padding-bottom: 75px;
  
}
.parallax-cta.page-center {
  font-family: Montserrat, sans-serif;
}
.parallax-bkg .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(185,185,185, 0.45);
  z-index: 1;
}
.parallax-bkg .page-center {
  position: relative;
  z-index: 2;
}
.parallax-cta .sub-header p,
.parallax-cta .widget-type-header {
  margin: 0;
}
.parallax-cta .widget-type-cta {
  padding-top: 20px;
}
.parallax-cta .widget-type-cta .button:hover {
  color: #000000;
}
.banner-bkg-icon {
  background-repeat: no-repeat;
  background-position: 25% bottom;
}
.banner-bkg-icon.left {
  background-repeat: no-repeat;
  background-position: 25% bottom;
}
.banner-bkg-icon.right {
  background-repeat: no-repeat;
  background-position: 75% bottom;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4,
.white-text h5, .white-text h6, .white-text p, .white-text a,
.white-text div, .white-text span {
    color: #fff;
}
.white-text a:hover {
    color: #1342DF;
}
.blue-text h1, .blue-text h2, .blue-text h3, .blue-text h4,
.blue-text h5, .blue-text h6, .blue-text p, .blue-text a,
.blue-text div, .blue-text span {
    color: #1342DF;
}

/* Secondary Nav */
.secondary-nav .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-bottom: -7px;
}
.secondary-nav .hs-menu-flow-horizontal li {
  padding: 0;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  max-width: 250px;
  padding: 12px 45px;
  margin: 0 auto;
}
.secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #000000;
}

/* Press Page */
.press-page .banner-content.page-center {
  padding: 75px 20px;
}
.press-page .banner-content h1 {
  font-weight: 400;
  margin-bottom: 0;
}
.press-page .section-one.page-center {
  padding: 5% 20px;
}
.press-page .section-one .press-block {
  padding: 35px 20px 45px;
}
.press-page .section-one .press-block .press-date p {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.press-page .section-one .press-block .press-title {
  border-bottom: 1px solid #afafaf;
}
.press-page .section-one .press-block .press-title h6 {
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 20px;
}
.press-page .section-one .press-block .press-title h6 a {
  color: #000000;
}
.press-page .section-one .press-block .press-title h6 a:hover {
  color: #1342DF;
}
.press-page .section-one .press-block .press-title h6 + p {
  margin-bottom: 0;
}
.press-page .section-one .press-block .press-image {
  margin-bottom: 15px;
}
.press-page .page-center-header {
  padding: 0px 0px;
}

.press-page .header h2 {
  font-weight: 400;
  color: #afafaf;
}

@media (min-width: 1025px) {
  .parallax-cta.page-center {
    padding: 75px 20% !important;
  }
  
  .secondary-nav .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: -9px;
  }
  
  .press-page .banner-content.page-center {
    padding: 5% 10%;
  }
  .press-page .section-one.page-center {
    padding: 5% 20%;
  }
  .press-page:not(.events) .section-one .press-block .press-title h6 { 
    min-height: 72px;
  }
}

@media (max-width: 1024px) {
  .secondary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { 
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .secondary-nav .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 5px 20px;
  }
}