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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* 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.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

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

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

@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; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* 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 {
    float: left;
}
.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%;
    top: 0;
}
.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; }

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//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("//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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

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

/* 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; }
/* @import url('http://example.com/example_style.css'); */

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

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

/*
 * TOC
 * Color Variables
 * ex. Standard Form
 * 1. Form-01
 * 2. Subscribe Form
 * 3. Form-02
* /

/**********************************************************************************/
/* 1. Color Variables   */
/**********************************************************************************/
/* Standard Colors */



/*Primary Palette*/





 
 /* Greyscale Palette */




 
/* Secondary Palette */









/**********************************************************************************/
/* EX. Standard Form   */
/**********************************************************************************/
/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {}
.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

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

.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/**********************************************************************************/
/* 1. Form-01   */
/**********************************************************************************/
.form-01 {
  background: #fff;
}
.form-01 .hs-form-field {
  padding: 0 10px 10px 0px !important;
  margin-bottom: 10px;
}
.form-01 .hs-form-field  input.error {
    border-bottom: 1px solid rgba(183,0,0,0.71) !important;
    transition: 0.9s ease all;
    -moz-transition:0.9s ease all; 
    -webkit-transition:0.9s ease all; 
}
.form-01 input[type="text"],
.form-01 input[type="number"], 
.form-01 input[type="email"], 
.form-01 input[type="url"], 
.form-01 input[type="tel"], 
.form-01 textarea,
.form-01 select {
    border-radius: 0px !important;
    background-color: rgba(255,255,255,0) !important;
    color: #33302B;
    font-size: 14px !important;
    box-shadow: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.form-01 input[type="text"],
.form-01 input[type="number"], 
.form-01 input[type="email"], 
.form-01 input[type="url"], 
.form-01 input[type="tel"],
.form-01 select {
    height: 28px;
    padding: 2px 12px;
    line-height: 1.4em;
}
.form-01 input[type="text"]:focus,
.form-01 input[type="number"]:focus, 
.form-01 input[type="email"]:focus, 
.form-01 input[type="url"]:focus, 
.form-01 input[type="tel"]:focus,
.form-01 textarea:focus,
.form-01 select:focus {
  border-color: #177af5 !important;
  border-width: 1px !important;
  box-shadow: none !important;
  transition: 0.9s ease all;
  -moz-transition:0.9s ease all; 
  -webkit-transition:0.9s ease all; 
}

.form-01 input[type="text"]:required:valid,
.form-01 input[type="number"]:required:valid, 
.form-01 input[type="email"]:required:valid, 
.form-01 input[type="url"]:required:valid, 
.form-01 input[type="tel"]:required:valid,
.form-01 select:required:valid{
    border-width: 1px !important;
    transition: 0.9s ease all;
    -moz-transition:0.9s ease all; 
    -webkit-transition:0.9s ease all; 
}
.form-01 ul.inputs-list  {
  padding: 0;
}
.form-01 .hs-form-radio {
  list-style: none;
}
.form-01 .hs-form input[type="radio"] {
	width: 15px!important;
	height: 15px;
  border: 2px solid #9da0ab;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .2s ease;
}
.form-01 .hs-form input[type="radio"]:checked {
  background: #177af5;
  border: 2px solid #177af5;
}
.form-01 input[type="radio"]:focus {
  outline: none;
}
.form-01 .hs-form-radio span {
  line-height: 1.5;
  position: absolute;
}
.form-01 textarea {
    min-height: 60px !important;
}
.form-01 input[type="submit"] {
  display: inline-block;
  border-radius: 18px;
  text-decoration: none!important;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  font-family: "Avenir Next Medium",Helvetica Neue,Helvetica,Arial,sans-serif;
  background: #177af5;
  color: #ffffff;
  border: 1px solid #177af5;
  height: 35px;
  line-height: 2;
  padding: 0 20px;
}
.form-01 input[type="submit"]:hover {
  background: #0d70eb;
  color: #ffffff;
  border: 1px solid #0d70eb;
}
.form-01 input[type="submit"]:focus {
    color: #ffffff;
}

.form-01 label.active {
  font-size:14px !important;
  color:#177af5 !important;
  transition: 0.7s ease all;
  -moz-transition:0.7s ease all; 
  -webkit-transition:0.7s ease all; 
}
/**********************************************************************************/
/* 2. Subscribe Form */
/**********************************************************************************/
#subscribeForm {
  display: inline-block;
  width: 300px;
  position: relative;
  bottom: 3px;
}
#subscribeForm > * :focus {
  outline: none;
}
#subscribeForm .hs-form .hs-form-field > label {
  display: none;
}
#subscribeForm .form-title {
	display: none;
}
#subscribeForm form.hs-form {
  white-space: nowrap;
}
#subscribeForm .hs_email.hs-email {
  width: calc(100% - 90px);
  height: 40px;
}
#subscribeForm input[type="email"] {
  height: 40px;
  border: 1.25px solid white;
  background: transparent;
  border-radius: 22px 0 0 22px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
#subscribeForm ::-webkit-input-placeholder {
  font-size: 10px;
  color: #fff;
  font-family: "Avenir Next Regular";
  padding-left: 5px;
}
#subscribeForm .hs_submit.hs-submit {
	position: absolute;
  right: 0;
  bottom: 0;
}
#subscribeForm .inputs-list {
  color: #ffffff;
}
#subscribeForm .hs-error-msgs label {
  color: #ffffff;
  font-size: 14px;
}
#subscribeForm input.hs-button.primary.large {
  display: inline-block;
	cursor: pointer;
  font-size: 16px;
  font-family: "Avenir Next Medium";
  border: none;
  background: #fff;
  color: #3087EF;
  border-radius: 0 22px 22px 0;
  height: 40px;
  width: 100px;
  text-decoration: none;
}
/**********************************************************************************/
/* 3. Form-02   */
/**********************************************************************************/
/* Placeholder Text (styles the placeholder attribute text) */
.form-02 input::-webkit-input-placeholder { color: #9da0ab; }
.form-02 input:-moz-placeholder { color: #9da0ab; }
.form-02 input::-moz-placeholder { color: #9da0ab; }
.form-02 input:-ms-input-placeholder { color: #9da0ab; }
@media (min-width: 420px) {
  .form-02 fieldset.form-columns-1 {
    width: 100%!important;
  }
}
.form-02 .hs-form-field {
  padding: 0 10px 10px 0px !important;
  margin-bottom: 10px;
}
.form-02 .hs-form-field  input.error {
    border-bottom: 1px solid rgba(183,0,0,0.71) !important;
    transition: 0.9s ease all;
    -moz-transition:0.9s ease all; 
    -webkit-transition:0.9s ease all; 
}
.form-02 input[type="text"],
.form-02 input[type="number"], 
.form-02 input[type="email"], 
.form-02 input[type="url"], 
.form-02 input[type="tel"], 
.form-02 textarea,
.form-02 select {
  border-radius: 4px !important;
  background-color: #ffffff !important;
  color: #9da0ab;
  font-size: 16px !important;
  box-shadow: none !important;
  border: 1px solid #c9ccd4;
  font-family: "Avenir Next Regular";
  padding: 15px 0;
}
.form-02 input[type="text"],
.form-02 input[type="number"], 
.form-02 input[type="email"], 
.form-02 input[type="url"], 
.form-02 input[type="tel"],
.form-02 select {
    height: 40px;
    padding: 15px 12px;
    line-height: 1.4em;
}
.form-02 input[type="text"]:focus,
.form-02 input[type="number"]:focus, 
.form-02 input[type="email"]:focus, 
.form-02 input[type="url"]:focus, 
.form-02 input[type="tel"]:focus,
.form-02 textarea:focus,
.form-02 select:focus {
  border-color: #177af5 !important;
  border-width: 1px !important;
  box-shadow: none !important;
  transition: 0.9s ease all;
  -moz-transition:0.9s ease all; 
  -webkit-transition:0.9s ease all; 
}

.form-02 input[type="text"]:required:valid,
.form-02 input[type="number"]:required:valid, 
.form-02 input[type="email"]:required:valid, 
.form-02 input[type="url"]:required:valid, 
.form-02 input[type="tel"]:required:valid,
.form-02 select:required:valid{
    border-width: 1px !important;
    transition: 0.9s ease all;
    -moz-transition:0.9s ease all; 
    -webkit-transition:0.9s ease all; 
}
.form-02 ul.inputs-list  {
  padding: 0;
}
.form-02 .hs-form-radio {
  list-style: none;
}
.form-02 .hs-form input[type="radio"] {
	width: 15px!important;
	height: 15px;
  border: 2px solid #9da0ab;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .2s ease;
}
.form-02 .hs-form input[type="radio"]:checked {
  background: #177af5;
  border: 2px solid #177af5;
}
.form-02 input[type="radio"]:focus {
  outline: none;
}
.form-02 .hs-form-radio span {
  line-height: 1.5;
  position: absolute;
}
.form-02 textarea {
    min-height: 60px !important;
}
.form-02 input[type="submit"] {
  display: inline-block;
  border-radius: 18px;
  text-decoration: none!important;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  font-family: "Avenir Next Medium",Helvetica Neue,Helvetica,Arial,sans-serif;
  background: #177af5;
  color: #ffffff;
  border: 1px solid #177af5;
  height: 35px;
  line-height: 2;
  padding: 0 20px;
}
.form-02 input[type="submit"]:hover {
  background: #0d70eb;
  color: #ffffff;
  border: 1px solid #0d70eb;
}
.form-02 input[type="submit"]:focus {
    color: #ffffff;
}

.form-02 label.active {
  font-size:14px !important;
  color:#177af5 !important;
  transition: 0.7s ease all;
  -moz-transition:0.7s ease all; 
  -webkit-transition:0.7s ease all; 
}
.form-02 span.hs-form-required {
  display: none;
}
.form-02 li {
  list-style: none;
}
.form-02 .hs-form .hs-error-msgs label {
  color: red;
}
/**********************************************************************************/
/* 3. Comment Form  */
/**********************************************************************************/
.form-comment {
  background: #fff;
}
.form-comment .hs-form-field {
  padding: 0 10px 10px 0px !important;
  margin-bottom: 10px;
}
.form-comment .hs-form-field  input.error {
    border-bottom: 1px solid rgba(183,0,0,0.71) !important;
    transition: 0.9s ease all;
    -moz-transition:0.9s ease all; 
    -webkit-transition:0.9s ease all; 
}
.form-comment input[type="text"],
.form-comment input[type="number"], 
.form-comment input[type="email"], 
.form-comment input[type="url"], 
.form-comment input[type="tel"], 
.form-comment textarea,
.form-comment select {
    border-radius: 0px !important;
    background-color: rgba(255,255,255,0) !important;
    color: #33302B;
    font-size: 14px !important;
    box-shadow: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.form-comment input[type="text"],
.form-comment input[type="number"], 
.form-comment input[type="email"], 
.form-comment input[type="url"], 
.form-comment input[type="tel"],
.form-comment select {
    height: 28px;
    padding: 2px 12px;
    line-height: 1.4em;
}
.form-comment input[type="text"]:focus,
.form-comment input[type="number"]:focus, 
.form-comment input[type="email"]:focus, 
.form-comment input[type="url"]:focus, 
.form-comment input[type="tel"]:focus,
.form-comment textarea:focus,
.form-comment select:focus {
  border-color: #177af5 !important;
  border-width: 1px !important;
  box-shadow: none !important;
  transition: 0.9s ease all;
  -moz-transition:0.9s ease all; 
  -webkit-transition:0.9s ease all; 
}

.form-comment input[type="text"]:required:valid,
.form-comment input[type="number"]:required:valid, 
.form-comment input[type="email"]:required:valid, 
.form-comment input[type="url"]:required:valid, 
.form-comment input[type="tel"]:required:valid,
.form-comment select:required:valid{
    border-width: 1px !important;
    transition: 0.9s ease all;
    -moz-transition:0.9s ease all; 
    -webkit-transition:0.9s ease all; 
}
.form-comment ul.inputs-list  {
  padding: 0;
}
.form-comment .hs-form-radio {
  list-style: none;
}
.form-comment .hs-form input[type="radio"] {
	width: 15px!important;
	height: 15px;
  border: 2px solid #9da0ab;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .2s ease;
}
.form-comment .hs-form input[type="radio"]:checked {
  background: #177af5;
  border: 2px solid #177af5;
}
.form-comment input[type="radio"]:focus {
  outline: none;
}
.form-comment .hs-form-radio span {
  line-height: 1.5;
  position: absolute;
}
.form-comment textarea {
    min-height: 60px !important;
}
.form-comment input[type="submit"] {
  display: inline-block;
  border-radius: 18px;
  text-decoration: none!important;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  font-family: "Avenir Next Medium",Helvetica Neue,Helvetica,Arial,sans-serif;
  background: #177af5;
  color: #ffffff;
  border: 1px solid #177af5;
  height: 45px;
  line-height: 0;
  padding: 0 20px;
}
.form-comment input[type="submit"]:hover {
  background: #0d70eb;
  color: #ffffff;
  border: 1px solid #0d70eb;
}
.form-comment input[type="submit"]:focus {
    color: #ffffff;
}

.form-comment label.active {
  font-size:14px !important;
  color:#177af5 !important;
  transition: 0.7s ease all;
  -moz-transition:0.7s ease all; 
  -webkit-transition:0.7s ease all; 
}
/**********************************************************************************/
/* 3. Blog Subscribe Form   */
/**********************************************************************************/
.form-blog {
  display: inline-block;
  width: 300px;
  position: relative;
  bottom: 3px;
}
.form-blog > * :focus {
  outline: none;
}
.form-blog .hs-form .hs-form-field > label {
  display: none;
}
.form-blog .form-title {
	display: none;
}
.form-blog form.hs-form {
  white-space: nowrap;
}
.form-blog .hs_email.hs-email {
  width: calc(100% - 90px);
  height: 40px;
}
.form-blog input[type="email"] {
  height: 40px;
  border: 1.25px solid #9da0ab;
  background: transparent;
  border-radius: 22px 0 0 22px;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  color: #525866;
  padding-left: 10px;
}
.form-blog ::-webkit-input-placeholder {
  font-size: 10px;
  color: #9da0ab;
  font-family: "Avenir Next Regular";
  padding-left: 5px;
}
.form-blog .hs_submit.hs-submit {
	position: absolute;
  right: 0;
  bottom: 0;
}
.form-blog .inputs-list {
  color: #ffffff;
}
.form-blog .hs-error-msgs label {
  color: #ffffff;
  font-size: 14px;
}
.form-blog input.hs-button.primary.large {
  display: inline-block;
	cursor: pointer;
  font-size: 16px;
  font-family: "Avenir Next Medium";
  border: none;
  background: #3087EF;
  color: #ffffff;
  border-radius: 0 22px 22px 0;
  height: 40px;
  width: 100px;
  text-decoration: none;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/****************************************************************************/
/* This is the master CSS file that cover our brand identity.               */
/* It should be included in every page                                      */
/****************************************************************************/
/* ==========================================================================
   import, font-face, include
   ========================================================================== */
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Avenir Next Heavy";
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5182856/2fbeb7cb-c553-4ce0-b61d-18c94bfae714.eot?#iefix");
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5182856/2fbeb7cb-c553-4ce0-b61d-18c94bfae714.eot?#iefix") format("eot"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5182856/e8c7b0ce-4b81-4ef7-ac01-900c8b690b9d.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5182856/63922eae-6406-438f-bbc0-f0ede8253354.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5182856/5fb37202-b0cf-4173-b9b9-17aa3c7a9d2a.ttf") format("truetype");
}
@font-face {
    font-family: "Avenir Next Bold";
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5199694/33b5fc3f-3be1-45d1-bc29-6a9286da6f8e.eot?#iefix");
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5199694/33b5fc3f-3be1-45d1-bc29-6a9286da6f8e.eot?#iefix") format("eot"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5199694/750e110a-c47f-4c8f-829a-b56cc20cc51d.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5199694/f3420df8-1310-4059-9207-e82b1c9dd3a5.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5199694/9d614368-aa4e-48a6-856a-c89ac91e6a35.ttf") format("truetype");
}
@font-face {
    font-family: "Avenir Next Medium";
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226623/a7d3bd64-119b-40ad-985c-a50776f2ae49.eot?#iefix");
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226623/a7d3bd64-119b-40ad-985c-a50776f2ae49.eot?#iefix") format("eot"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226623/9851da0a-2481-4687-bbeb-ed4ab170dc38.woff2") format("woff2"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226623/cebce072-9561-4c6d-8c89-f0cefec63289.woff") format("woff"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226623/8d00a64e-2d77-46b1-8804-6012868d61c9.ttf") format("truetype");
}
@font-face {
    font-family: "Avenir Next Regular";
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5508244/a39bd16a-119f-4e92-824f-eb6cc6b3f567.eot?#iefix");
    src: url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5508244/a39bd16a-119f-4e92-824f-eb6cc6b3f567.eot?#iefix") format("eot"),
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5508244/77caabd3-1877-4634-85c8-8e398a093b99.woff2") format("woff2"), 
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5508244/e388ac99-8c6a-4451-8690-1d15b4d45adb.woff") format("woff"), 
         url("//cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5508244/8900c86a-b226-4db5-a4ff-eadf7379c504") format("truetype");
}
@font-face {
    font-family: "Avenir Next Light";
    src: url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226496/f1ca9e98-c8c2-480f-a2a3-a29853a558ea.eot?#iefix");
    src: url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226496/f1ca9e98-c8c2-480f-a2a3-a29853a558ea.eot?#iefix") format("eot"),
         url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226496/77156710-6a58-4606-b189-b4185e75967b.woff2") format("woff2"),
         url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226496/3d5260a1-e4cd-4567-80ed-69d23c40355f.woff") format("woff"),
         url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5226496/b1d8a86f-0052-4e40-8c11-4ac9dc89b380.ttf") format("truetype");
}
@font-face {
    font-family: "Avenir Next Thin";
    src: url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5687896/a5533a01-50a2-4758-8e3e-561bd17b537e.eot?#iefix");
    src: url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5687896/a5533a01-50a2-4758-8e3e-561bd17b537e.eot?#iefix") format("eot"),
         url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5687896/63307d53-0a7a-4516-ad2c-f5506e176405.woff2") format("woff2"),
         url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5687896/b027b44b-af3b-491b-af0c-956833907010.woff") format("woff"),
         url("https://cdn2.hubspot.net/hubfs/2562809/Active/identity/fonts/5687896/777785ab-282b-4f61-8761-5be23830ee88") format("truetype");
}

/* ==========================================================================
   Variables
   ========================================================================== */
   
/* -------------------------------------------------------------------
 * BASE
 * ----------------------------------------------------------------- */
 


    
/* -------------------------------------------------------------------
 * COLORS
 * ----------------------------------------------------------------- */

/* Standard Colors */



/*Primary Palette*/





 
 /* Greyscale Palette */




 
/* Secondary Palette */










/*Summit Colors*/



/* -------------------------------------------------------------------
 * TYPOGRAPHY
 * Options for font size, font weight, font family, and line height
 * ----------------------------------------------------------------- */
 
                 /* Set website's base font size */
                  /* Set website's base line height */

   /* Set website's base font family */
                  /* Set website's base font family font weight */

   /* Set website's header font family */
                  /* Set website's header font family font weight*/
                  /* Set website's header line height */








                  /* Set website's list (li) line height */


/* --------------------------------------------------

   Index:

	1. BASE STYLES
	2. TYPOGRAPHY
	3. BUTTONS
	4. COLORS
	5. LAYOUT

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


   1. BASE STYLES


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

/* --------------------------------------------------
   Base
   -------------------------------------------------- */
   
*, *: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;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: #525866;
  font-family: 'Avenir Next Regular', sans-serif,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
.grid {
	margin: 0 auto!important;
  max-width: 1260px;
  padding: 0 30px;
  float: none!important;
}
.widget-span.widget-type-custom_widget.grid {
  margin: 0 auto;
}
.clearfix {
  clear: both;
}
* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
/* Scrollbars */ 
::-webkit-scrollbar {
      height: 5px;
} /* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
      background-color: #e6e6e6;
} /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
  		border-radius: 10px;
      background-color: #525866; 
} /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {

} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {

} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */

/* Page Center */ 
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1260px;
  margin: 0 auto;
}
.container-fluid .row-fluid .page-center-small {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (max-width: 1260px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Links */
a {
  text-decoration: none;
  color: #0f91f9;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #005fc7;
}

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



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

   2. Typography

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

/* --------------------------------------------------
   GLOBAL STYLES
   -------------------------------------------------- */

.all-caps { text-transform: uppercase !important; }
.open-sans { font-family: 'Montserrat', sans-serif !important; }
.avenirHeavy { font-family: 'Avenir Next Heavy', sans-serif !important; }
.avenirBold { font-family: 'Avenir Next Bold', sans-serif !important; }
.avenirMedium { font-family: 'Avenir Next Medium', sans-serif !important; }
.avenirRegular { font-family: 'Avenir Next Regular', sans-serif !important; }
.avenirLight { font-family: 'Avenir Next Light', sans-serif !important; }
.avenirThin { font-family: 'Avenir Next Thin', sans-serif !important; }
.minionRegular { font-family: 'minion-pro', serif !important; font-weight: 400!important; }
.minionSemiBold { font-family: 'minion-pro', serif !important; font-weight: 600!important; }

.ls-minus-1 		{ letter-spacing: -1px; }
.ls-minus-half 	{ letter-spacing: -0.5px; }
.ls-half 				{ letter-spacing: 0.5px; }
.ls-1 					{ letter-spacing: 1px; }
.ls-2 					{ letter-spacing: 2px; }

.font-weight-300 { font-weight: 300 !important; }
.font-weight-400 { font-weight: 400 !important; }
.font-weight-500 { font-weight: 500 !important; }
.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900 !important; }


.bold, .bold p { font-weight: 700; }
.italic, .italic p { font-style: italic; }

/* --------------------------------------------------
   HEADERS
   -------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Avenir Next Medium', sans-serif;
  font-weight: 400;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 54px; line-height: 54px; }
h2 { font-size: 42px; line-height: 54px; }
h3 { font-size: 36px; line-height: 45px; }
h4 { font-size: 24px; line-height: 36px; }
h5 { font-size: 18px; line-height: 24px; }
h6 { font-size: 16px; line-height: 21px; }
.h1 { font-size: 54px; line-height: 54px; }
.h2 { font-size: 42px; line-height: 54px; }
.h3 { font-size: 36px; line-height: 45px; }
.h4 { font-size: 24px; line-height: 36px; }
.h5 { font-size: 18px; line-height: 24px; }
.h6 { font-size: 16px; line-height: 21px; }
/* --------------------------------------------------
   BASIC TEXT
   -------------------------------------------------- */

p { 
    margin: 0 0 15px 0; 
}

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

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

p1, p2, p3, p4 {
  font-family: 'Avenir Next Regular', sans-serif;
  font-weight: 400;
  text-rendering: optimizelegibility;
}
.displayTitle p { font-size: 70px; line-height: 80px; }
.p1, .p1 p { font-size: 22px; line-height: 30px; }
.p2, .p2 p { font-size: 18px; line-height: 27px; }
.p3, .p3 p { font-size: 16px; line-height: 24px; }
.p4, .p4 p { font-size: 14px; line-height: 21px; }
.p5, .p5 p { font-size: 12px; line-height: 18px; }
.p6, .p6 p { font-size: 10px; line-height: 14px; }

.white.p1 { line-height: 33px !important; }
.white.p2 { line-height: 31px !important; }
.white.p3 { line-height: 37px !important; }
.white.p4 { line-height: 24px !important; }

/* --------------------------------------------------
   LISTS
   -------------------------------------------------- */

li {
  line-height: 1.3;
  padding-bottom: 7px;
}

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


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


   3. Buttons


   ========================================================================== */
   
/* Buttons */
.btn {
    display: inline-block;
    border-radius: 18px;
    text-decoration: none!important;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: "Avenir Next Medium",Helvetica Neue,Helvetica,Arial,sans-serif;
}
.btn:hover { text-decoration: none !important; }

/*Button Size */
.btn-primary {
    height: 35px;
    line-height: 2;
    padding: 0 20px;
}
/* Filled Buttons */
.filled-Nav {
    background: #ffffff;
    color: #1281e0;
}
.filled-Nav:hover {
    background: #ebebeb;
    color: #1281e0;
}
.filled-Nav:focus {
    color: #1281e0;
}
.filled-gradient {
    background: linear-gradient(90deg,#2286f6,#08a4fb);
    color: #ffffff;
}
.filled-gradient:hover {
    background: linear-gradient(90deg,#3791f7,#2db2fc);
    color: #ffffff;
}
.filled-gradient:focus {
    color: #ffffff;
}
.filled-summit2019Pink {
    background: #e33be3;
    color: #ffffff;
}
.filled-summit2019Pink:hover {
    background: #d931d9;
    color: #ffffff;
}
.filled-summit2019Pink:focus {
    color: #ffffff;
}
.filled-standardWhite {
    background: #ffffff;
    color: #1e2126;
    border: 1px solid #ffffff;
}
.filled-standardWhite:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: 1px solid #c9ccd4;
}
.filled-standardWhite:focus {
    color: #1e2126;
}
.filled-darkBlue {
    background: #1d63f2;
    color: #ffffff;
    border: 1px solid #1d63f2;
}
.filled-darkBlue:hover {
    background: #1359e8;
    color: #ffffff;
    border: 1px solid #1359e8;
}
.filled-darkBlue:focus {
    color: #ffffff;
}
.filled-mediumBlue {
    background: #177af5;
    color: #ffffff;
    border: 1px solid #177af5;
}
.filled-mediumBlue:hover {
    background: #0d70eb;
    color: #ffffff;
    border: 1px solid #0d70eb;
}
.filled-mediumBlue:focus {
    color: #ffffff;
}
.filled-skyBlue {
    background: #0f91f9;
    color: #ffffff;
    border: 1px solid #0f91f9;
}
.filled-skyBlue:hover {
    background: #0587ef;
    color: #ffffff;
    border: 1px solid #0587ef;
}
.filled-skyBlue:focus {
    color: #ffffff;
}
.filled-lightBlue {
    background: #08a6fc;
    color: #ffffff;
    border: 1px solid #08a6fc;
}
.filled-lightBlue:hover {
    background: #009cf2;
    color: #ffffff;
    border: 1px solid #009cf2;
}
.filled-lightBlue:focus {
    color: #ffffff;
}
.filled-azureBlue {
    background: #00bfff;
    color: #ffffff;
    border: 1px solid #00bfff;
}
.filled-azureBlue:hover {
    background: #00b5f5;
    color: #ffffff;
    border: 1px solid #00b5f5;
}
.filled-azureBlue:focus {
    color: #ffffff;
}
.filled-hotPink {
    background: #fe2264;
    color: #ffffff;
    border: 1px solid #fe2264;
}
.filled-hotPink:hover {
    background: #f4185a;
    color: #ffffff;
    border: 1px solid #f4185a;
}
.filled-hotPink:focus {
    color: #ffffff;
}
.filled-softPink {
    background: #e33be3;
    color: #ffffff;
    border: 1px solid #e33be3;
}
.filled-softPink:hover {
    background: #d931d9;
    color: #ffffff;
    border: 1px solid #d931d9;
}
.filled-softPink:focus {
    color: #ffffff;
}
.filled-redOrange {
    background: #fe5133;
    color: #ffffff;
    border: 1px solid #fe5133;
}
.filled-redOrange:hover {
    background: #f44729;
    color: #ffffff;
    border: 1px solid #f44729;
}
.filled-redOrange:focus {
    color: #ffffff;
}
.filled-arizona {
    background: #fe7e32;
    color: #ffffff;
    border: 1px solid #fe7e32;
}
.filled-arizona:hover {
    background: #f47428;
    color: #ffffff;
    border: 1px solid #f47428;
}
.filled-arizona:focus {
    color: #ffffff;
}
.filled-yellow {
    background: #fecc0d;
    color: #ffffff;
    border: 1px solid #fecc0d;
}
.filled-yellow:hover {
    background: #f4c203;
    color: #ffffff;
    border: 1px solid #f4c203;
}
.filled-yellow:focus {
    color: #ffffff;
}
.filled-limeGreen {
    background: #01d463;
    color: #ffffff;
    border: 1px solid #01d463;
}
.filled-limeGreen:hover {
    background: #00ca59;
    color: #ffffff;
    border: 1px solid #00ca59;
}
.filled-limeGreen:focus {
    color: #ffffff;
}
.filled-purple {
    background: #9b37df;
    color: #ffffff;
    border: 1px solid #9b37df;
}
.filled-purple:hover {
    background: #912dd5;
    color: #ffffff;
    border: 1px solid #912dd5;
}
.filled-purple:focus {
    color: #ffffff;
}

/* Outline Buttons */
.outline-darkBlue {
    background: #ffffff;
    color: #1d63f2;
    border: solid 2px #1d63f2;
}
.outline-darkBlue:hover {
    background: #1d63f2;
    color: #ffffff;
    border: solid 2px #1d63f2;
}
.outline-darkBlue:focus {
	color: #1d63f2;
}
.outline-mediumBlue {
    color: #1e2126;
    border: solid 1px #177af5;
}
.outline-mediumBlue:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #177af5;
}
.outline-mediumBlue:focus {
	color: #1e2126;
}
.outline-skyBlue {
    color: #1e2126;
    border: solid 1px #0f91f9;
}
.outline-skyBlue:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #0f91f9;
}
.outline-skyBlue:focus {
	color: #1e2126;
}
.outline-lightBlue {
    color: #1e2126;
    border: solid 1px #08a6fc;
}
.outline-lightBlue:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #08a6fc;
}
.outline-lightBlue:focus {
	color: #1e2126;
}
.outline-azureBlue {
    color: #1e2126;
    border: solid 1px #00bfff;
}
.outline-azureBlue:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #00bfff;
}
.outline-azureBlue:focus {
	color: #1e2126;
}
.outline-hotPink {
    color: #1e2126;
    border: solid 1px #fe2264;
}
.outline-hotPink:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #fe2264;
}
.outline-hotPink:focus {
	color: #1e2126;
}
.outline-redOrange {
    color: #1e2126;
    border: solid 1px #fe5133;
}
.outline-redOrange:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #fe5133;
}
.outline-redOrange:focus {
	color: #1e2126;
}
.outline-arizona {
    color: #1e2126;
    border: solid 1px #fe7e32;
}
.outline-arizona:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #fe7e32;
}
.outline-arizona:focus {
	color: #1e2126;
}
.outline-yellow {
    color: #1e2126;
    border: solid 1px #fecc0d;
}
.outline-yellow:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #fecc0d;
}
.outline-yellow:focus {
	color: #1e2126;
}
.outline-limeGreen {
    color: #1e2126;
    border: solid 1px #01d463;
}
.outline-limeGreen:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #01d463;
}
.outline-limeGreen:focus {
	color: #1e2126;
}
.outline-purple {
    color: #1e2126;
    border: solid 1px #9b37df;
}
.outline-purple:hover {
    background: #c9ccd4;
    color: #1e2126;
    border: solid 1px #9b37df;
}
.outline-purple:focus {
	color: #1e2126;
}

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


   4. Colors


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

/* Background */
.bg-white   { background: #ffffff; }
.bg-darkBlue   { background: #1d63f2; }
.bg-mediumBlue   { background: #177af5; }
.bg-skyBlue   { background: #0f91f9; }
.bg-lightBlue   { background: #08a6fc; }
.bg-azureBlue   { background: #00bfff; }
.bg-hintBlack   { background: #1e2126; }
.bg-darkGray   { background: #525866; }
.bg-steelGray   { background: #9da0ab; }
.bg-lightGray   { background: #c9ccd4; }
.bg-hotPink   { background: #fe2264; }
.bg-redOrange   { background: #fe5133; }
.bg-arizona  { background: #fe7e32; }
.bg-yellow    { background: #fecc0d; }
.bg-limeGreen        { background: #01d463; }
.bg-purple       { background: #9b37df; } 
 
 /* Color */
.black   { color: #000000; }
.white   { color: #ffffff; }
.darkBlue   { color: #1d63f2; }
.mediumBlue   { color: #177af5; }
.skyBlue   { color: #0f91f9; }
.lightBlue   { color: #08a6fc; }
.azureBlue   { color: #00bfff; }
.hintBlack   { color: #1e2126; }
.darkGray   { color: #525866; }
.steelGray   { color: #9da0ab; }
.lightGray   { color: #c9ccd4; }
.hotPink   { color: #fe2264; }
.redOrange   { color: #fe5133; }
.arizona  { color: #fe7e32; }
.yellow    { color: #fecc0d; }
.limeGreen        { color: #01d463; }
.purple       { color: #9b37df; }
.darkPurple		{ color: #1b066d; }
.lightPurple		{ color: #bfbed3; }
.softPink    { color: #e33be3; }

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


   5. Layout


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

/* --------------------------------------------------
    ALIGNMENT
   -------------------------------------------------- */

.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }

/* --------------------------------------------------
    WIDTH
   -------------------------------------------------- */
.width-10 {width: 10%;}
.width-20 {width: 20%;}
.width-30 {width: 30%;}
.width-40 {width: 40%;}
.width-50 {width: 50%;}
.width-60 {width: 60%;}
.width-70 {width: 70%;}
.width-80 {width: 80%;}
.width-90 {width: 90%;}
.width-100 {width: 100%;}

/* --------------------------------------------------
    MARGINS & PADDING 
   -------------------------------------------------- */
   
/* Margin */   
.ma-center {margin: 0 auto;}
.ma-10  {margin: 10px;}
.ma-20 {margin: 20px;}
.ma-30 {margin: 30px;}
.ma-40 {margin: 40px;}
.ma-50 {margin: 50px;}
.ma-60 {margin: 60px;}
.ma-70 {margin: 70px;}
.ma-80 {margin: 80px;}
.ma-90 {margin: 90px;}
.ma-100 {margin: 100px;}
.ma-110 {margin: 110px;}
.ma-120 {margin: 120px;}
.ma-130 {margin: 130px;}
.ma-140 {margin: 140px;}
.ma-150 {margin: 150px;}
.ma-160 {margin: 160px;}
.ma-170 {margin: 170px;}
.ma-180 {margin: 180px;}
.ma-190 {margin: 190px;}
.ma-200 {margin: 200px;}
.ma-top-10  {margin-top: 10px;}
.ma-top-20 {margin-top: 20px;}
.ma-top-25 {margin-top: 25px;}
.ma-top-30 {margin-top: 30px;}
.ma-top-40 {margin-top: 40px;}
.ma-top-50 {margin-top: 50px;}
.ma-top-60 {margin-top: 60px;}
.ma-top-70 {margin-top: 70px;}
.ma-top-80 {margin-top: 80px;}
.ma-top-90 {margin-top: 90px;}
.ma-top-100 {margin-top: 100px;}
.ma-top-110 {margin-top: 110px;}
.ma-top-120 {margin-top: 120px;}
.ma-top-130 {margin-top: 130px;}
.ma-top-140 {margin-top: 140px;}
.ma-top-150 {margin-top: 150px;}
.ma-top-160 {margin-top: 160px;}
.ma-top-170 {margin-top: 170px;}
.ma-top-180 {margin-top: 180px;}
.ma-top-190 {margin-top: 190px;}
.ma-top-200 {margin-top: 200px;}
.ma-right-10  {margin-right: 10px;}
.ma-right-20 {margin-right: 20px;}
.ma-right-30 {margin-right: 30px;}
.ma-right-40 {margin-right: 40px;}
.ma-right-50 {margin-right: 50px;}
.ma-right-60 {margin-right: 60px;}
.ma-right-70 {margin-right: 70px;}
.ma-right-80 {margin-right: 80px;}
.ma-right-90 {margin-right: 90px;}
.ma-right-100 {margin-right: 100px;}
.ma-right-110 {margin-right: 110px;}
.ma-right-120 {margin-right: 120px;}
.ma-right-130 {margin-right: 130px;}
.ma-right-140 {margin-right: 140px;}
.ma-right-150 {margin-right: 150px;}
.ma-right-160 {margin-right: 160px;}
.ma-right-170 {margin-right: 170px;}
.ma-right-180 {margin-right: 180px;}
.ma-right-190 {margin-right: 190px;}
.ma-right-200 {margin-right: 200px;}
.ma-bottom-10  {margin-bottom: 10px;}
.ma-bottom-20 {margin-bottom: 20px;}
.ma-bottom-30 {margin-bottom: 30px;}
.ma-bottom-40 {margin-bottom: 40px;}
.ma-bottom-50 {margin-bottom: 50px;}
.ma-bottom-60 {margin-bottom: 60px;}
.ma-bottom-70 {margin-bottom: 70px;}
.ma-bottom-80 {margin-bottom: 80px;}
.ma-bottom-90 {margin-bottom: 90px;}
.ma-bottom-100 {margin-bottom: 100px;}
.ma-bottom-110 {margin-bottom: 110px;}
.ma-bottom-120 {margin-bottom: 120px;}
.ma-bottom-130 {margin-bottom: 130px;}
.ma-bottom-140 {margin-bottom: 140px;}
.ma-bottom-150 {margin-bottom: 150px;}
.ma-bottom-160 {margin-bottom: 160px;}
.ma-bottom-170 {margin-bottom: 170px;}
.ma-bottom-180 {margin-bottom: 180px;}
.ma-bottom-190 {margin-bottom: 190px;}
.ma-bottom-200 {margin-bottom: 200px;}
.ma-left-10  {margin-right: 10px;}
.ma-left-20 {margin-left: 20px;}
.ma-left-30 {margin-left: 30px;}
.ma-left-40 {margin-left: 40px;}
.ma-left-50 {margin-left: 50px;}
.ma-left-60 {margin-left: 60px;}
.ma-left-70 {margin-left: 70px;}
.ma-left-80 {margin-left: 80px;}
.ma-left-90 {margin-left: 90px;}
.ma-left-100 {margin-left: 100px;}
.ma-left-110 {margin-left: 110px;}
.ma-left-120 {margin-left: 120px;}
.ma-left-130 {margin-left: 130px;}
.ma-left-140 {margin-left: 140px;}
.ma-left-150 {margin-left: 150px;}
.ma-left-160 {margin-left: 160px;}
.ma-left-170 {margin-left: 170px;}
.ma-left-180 {margin-left: 180px;}
.ma-left-190 {margin-left: 190px;}
.ma-left-200 {margin-left: 200px;}
/* Padding */
.pa-10  {padding: 10px;}
.pa-20 {padding: 20px;}
.pa-30 {padding: 30px;}
.pa-40 {padding: 40px;}
.pa-50 {padding: 50px;}
.pa-60 {padding: 60px;}
.pa-70 {padding: 70px;}
.pa-80 {padding: 80px;}
.pa-90 {padding: 90px;}
.pa-100 {padding: 100px;}
.pa-110 {padding: 110px;}
.pa-120 {padding: 120px;}
.pa-130 {padding: 130px;}
.pa-140 {padding: 140px;}
.pa-150 {padding: 150px;}
.pa-160 {padding: 160px;}
.pa-170 {padding: 170px;}
.pa-180 {padding: 180px;}
.pa-190 {padding: 190px;}
.pa-200 {padding: 200px;}
.pa-top-10  {padding-top: 10px;}
.pa-top-20 {padding-top: 20px;}
.pa-top-30 {padding-top: 30px;}
.pa-top-40 {padding-top: 40px;}
.pa-top-50 {padding-top: 50px;}
.pa-top-60 {padding-top: 60px;}
.pa-top-70 {padding-top: 70px;}
.pa-top-80 {padding-top: 80px;}
.pa-top-90 {padding-top: 90px;}
.pa-top-100 {padding-top: 100px;}
.pa-top-110 {padding-top: 110px;}
.pa-top-120 {padding-top: 120px;}
.pa-top-130 {padding-top: 130px;}
.pa-top-140 {padding-top: 140px;}
.pa-top-150 {padding-top: 150px;}
.pa-top-160 {padding-top: 160px;}
.pa-top-170 {padding-top: 170px;}
.pa-top-180 {padding-top: 180px;}
.pa-top-190 {padding-top: 190px;}
.pa-top-200 {padding-top: 200px;}
.pa-bottom-10  {padding-bottom: 10px;}
.pa-bottom-20  {padding-bottom: 20px;}
.pa-bottom-30  {padding-bottom: 30px;}
.pa-bottom-40  {padding-bottom: 40px;}
.pa-bottom-50  {padding-bottom: 50px;}
.pa-bottom-60  {padding-bottom: 60px;}
.pa-bottom-70  {padding-bottom: 70px;}
.pa-bottom-80  {padding-bottom: 80px;}
.pa-bottom-90  {padding-bottom: 90px;}
.pa-bottom-100 {padding-bottom: 100px;}
.pa-bottom-110 {padding-bottom: 110px;}
.pa-bottom-120 {padding-bottom: 120px;}
.pa-bottom-130 {padding-bottom: 130px;}
.pa-bottom-140 {padding-bottom: 140px;}
.pa-bottom-150 {padding-bottom: 150px;}
.pa-bottom-160 {padding-bottom: 160px;}
.pa-bottom-170 {padding-bottom: 170px;}
.pa-bottom-180 {padding-bottom: 180px;}
.pa-bottom-190 {padding-bottom: 190px;}
.pa-bottom-200 {padding-bottom: 200px;}