/* ==========================================================================
Chirp Media Migrations Services - COS Boilerplate v2.0.0
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. VARIABLES
3. BASE STYLES
4. COS STRUCTURE
5. MAIN NAVIGATION
6. BLOG
7. FORMS
8. BUTTONS
9. MISCELLANEOUS
10. HELPERS
11. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "sw-icon-font";
  font-style: normal;
  font-weight: normal;
  src: url("//2832461.fs1.hubspotusercontent-na1.net/hubfs/2832461/Fonts/sw-icon-font.eot?ver=4.3.0#iefix") format("embedded-opentype"),
    url("//2832461.fs1.hubspotusercontent-na1.net/hubfs/2832461/Fonts/sw-icon-font.woff?ver=4.3.0") format("woff"),
    url("//2832461.fs1.hubspotusercontent-na1.net/hubfs/2832461/Fonts/sw-icon-font.ttf?ver=4.3.0") format("truetype"),
    url("//2832461.fs1.hubspotusercontent-na1.net/hubfs/2832461/Fonts/sw-icon-font.svg?ver=4.3.0#1445203416") format("svg");
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* @import url('http://example.com/example_style.css'); */

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/* 2022-05-26: added to improve mobile menu appearance */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
}

/* ==========================================================================
2. VARIABLES
========================================================================== */

/* =============== Global Settings =============== */
		/* Container Size: 1280px */
	/* Background Color: #ffffff */
		/* Content Density: 100px, Compact: 60px, Cozy: 100px, Comfortable: 140px */






/* =============== Colors =============== */





/* PALETTE: #13D0CA,#2AD2C9,#1f1f1f,#404141,#ebebeb */










/* LINKS Normal: , Hover:  */


/* LINKS Normal: #2AD2C9, Hover: #13D0CA */




/* BUTTONS Normal: #2AD2C9,#ffffff, Hover: #ffffff,#13D0CA */

/* =============== Typography =============== */






/* body: 'Montserrat', arial, sans-serif,300,18px,38px,0,#1f1f1f*/






/* H1: 'Montserrat', arial, sans-serif,300,56px,1.125em,0,#FFFFFF*/






/* H2: 'Montserrat', arial, sans-serif,300,48px,1.25em,0,#1f1f1f */






/* H3: 'Montserrat', arial, sans-serif,300,30px,1.25em,0,#1f1f1f*/






/* H4: 'Montserrat', arial, sans-serif,300,24px,1.25em,0,#1f1f1f*/






/* H5: 'Montserrat', arial, sans-serif,normal,20px,1.125em,3px,#1f1f1f*/






/* H6: 'Montserrat', arial, sans-serif,normal,18px,1.125em,0,#1f1f1f*/







/* subtitles: 'Montserrat', arial, sans-serif,300,21px,25px,0.5px,#404141*/





/* Buttons: 'Montserrat', arial, sans-serif,500,16px,26px,1.5px*/







/* Blog Widget Titles: 'Montserrat', arial, sans-serif,400,15px,40px,0,#b6b8b9,#2AD2C9*/








/* Blog Meta: 'Montserrat', arial, sans-serif,300,14px,25px,0,#7a7a7a,#7a7a7a,normal*/







/* Header Top Bar: 'Montserrat', Helvetica sans-serif,normal,12px,30px,0,#1f1f1f*/









/* Header Menu: 'Montserrat', arial, sans-serif,300,16px,32px,1px,#FFFFFF,#2AD2C9,titlecase*/









/* Footer Menu: 'Montserrat', arial, sans-serif,normal,13px,46px,1px,#ffffff,#fbd6c5,uppercase*/






/* Copyright: 'Montserrat', arial, sans-serif,300,13px,16px,0,#FFFFFF*/







/* Form Labels: 'Montserrat', arial, sans-serif,600,18px,21px,0,#2AD2C9*/






/* Form Inputs: 'Montserrat', arial, sans-serif,normal,16px,30px,0,#404141*/

/* ==========================================================================
3. BASE STYLES
========================================================================== */

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

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  background: #ffffff;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  color: #1f1f1f;
}

@media (min-width: 767px) {
  body.template-home {
    font-size: 38px;
    line-height: 1.25em;
    font-weight: 200;
  }
}


/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-center {
    padding-left: 25px; 
    padding-right: 25px;
  }
}


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

img {
  height: auto
}

/* =============== Typography =============== */

/* Basic text */
p {
  margin-bottom: 1em;
}

small {
  font-size: smaller;
}
strong {
  font-weight: 400;
}
em {
  font-style: italic;
}
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 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300;
  line-height: 1.125em;
  font-size: 56px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
}
h2 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300;
  line-height: 1.25em;
  font-size: 48px;
  letter-spacing: 0;
  color: #1f1f1f;
  margin-bottom: 15px;
}
h3 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300;
  line-height: 1.25em;
  font-size: 30px;
  letter-spacing: 0;
  color: #1f1f1f;
  margin-bottom: 15px;
}
h4 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300;
  line-height: 1.25em;
  font-size: 24px;
  letter-spacing: 0;
  color: #1f1f1f;
  margin-bottom: 10px;
}
h5 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: normal;
  line-height: 1.125em;
  font-size: 20px;
  letter-spacing: 3px;
  color: #1f1f1f;
  margin-bottom: 10px;
}
h6 {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: normal;
  line-height: 1.125em;
  font-size: 18px;
  letter-spacing: 0;
  color: #1f1f1f;
  margin-bottom: 10px;
}

/* Anchor Links */
a {
  color: #13D0CA;
  text-decoration: none;
}
a:hover, a:focus {
  color: #13D0CA;
  text-decoration: none;
  outline: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
  line-height: 1.375em;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

.text-left,
.text-left * {
  text-align: left !important;
}

.text-right,
.text-right * {
  text-align: right !important;
}

.text-center,
.text-center * {
  text-align: center !important;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
4. COS STRUCTURE
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {
}

/* The inner wrappers of your website */
.header-container,
.body-container,
.footer-container {}

/* =============== Header =============== */
.with-out-banner .header-container-wrapper {
  background: #13D0CA;
  min-height: 140px;
}

.header-container-wrapper {}
.header-container {}

.custom-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 9999;
  background: rgba(255,255,255,0)
}

.custom-header .page-center {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.row-fluid [class*="span"].hero {
  position: relative;
  display: table;
  width: 100%;
}

.row-fluid [class*="span"].hero > .row-fluid-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.hero .page-title,
.header-content .page-title {
  color: #FFFFFF !important;
}
.hero .page-title-lg,
.header-content .page-title-lg {
  color: #FFFFFF !important;
  font-size: 100px !important;
}
.hero .page-subtitle,
.header-content .page-subtitle {
  color: #FFFFFF !important;
  margin: 0 !important;
}

.hero .page-subtitle-lg,
.header-content .page-subtitle-lg {
  color: #FFFFFF !important;
  margin: 0 !important;
  font-size: 50px !important;
}
.custom-logo {
  float: left !important;
}

.custom-logo a {
  width: 294.5px !important;
  display: block;
}

.custom-header.affix {
  position: fixed;
  background: rgba(0, 102, 128, 0.5);
  animation: stickySlideDown;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-header.custom-landing-header .mobile-trigger,
.template-event-landing .custom-header .mobile-trigger{
  display: none !important;
}

.top-bar {
  /* background: #ffffff; */
  background: #fafafa;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 30px;
}
/* =============== Content =============== */

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

.content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-bar .content-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 101;
}

.page-navigation .content-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.sidebar .hs-menu-item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.custom-body .page-center {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-wrapper {
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}

.banner-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.template-home .banner-section {
  height: 578px;
}

.banner-height-lg .banner-section {
  height: 540px;
}

.banner-height-md .banner-section {
  height: 360px;
}

.banner-height-sm .banner-section {
  height: 220px;
}

.banner-wrapper.blog-banner .banner-section {
  background-image: url(//4475760.fs1.hubspotusercontent-na1.net/hubfs/4475760/resources/Images/blog.jpg);
}

.banner-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #13D0CA;
  opacity: 0.8;
}

.banner-wrapper .page-center {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  position: relative;
  z-index: 999;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 70px;
}

.template-home .title, 
.template-landing .title {
  text-align: left;
  padding-right: 20vw;
}

.banner-wrapper {
  text-align: center
}

.banner-wrapper h1 {
  font-family: 'Montserrat', arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.125em;
  font-size: 56px;
  letter-spacing: 0;
  color: #ebebeb;
  text-transform: none;
  margin: 0;
}

.banner-wrapper h2 {
  font-family: 'Montserrat', arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0;
  margin-top: 5px;
}

.banner-wrapper.blog-banner h2 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
}

.banner-wrapper.blog-banner h1 {
  color: #fff;
  margin-top: -2px;
  margin-bottom: -2px;
}

.hs-blog-post .banner-wrapper.blog-banner h2 {
  font-weight: 300;
  letter-spacing: 0;
  font-style: italic;
  color: #fff;
}
/* =============== Footer =============== */

.footer-container-wrapper {
  background: #006680;
  font-size: 18px!important;
}
.footer-container {
  color: #FFFFFF;
}
.footer-container a {
  color: #FFFFFF;
}
.footer-container a:hover {
  color: #FFFFFF;
}

.footer-container h3, h4 {
  color: #FFFFFF;
}

.footer-container h4 {
  font-weight: 500;
  font-size: 18px;
}

.custom-icon-copyright-bg {
  background-color: ;
  padding-top: ;
  padding-bottom: ;
  color: #FFFFFF;
}

.custom-icon-copyright-bg .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.copyright {
  position: relative;
}

.copyright p {
  margin: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Montserrat', arial, sans-serif;
  line-height: 16px;
  letter-spacing: 0;
  color: #FFFFFF;
  position: relative;
}

.copyright p a {
  color: #FFFFFF;
  text-decoration: underline;
}

.copyright p a:hover {
  color: #2AD2C9;
  text-decoration: none;
}

.footer-bar {
  background: #006680;
  color: "#FFFFFF";
}

.footer-bar .content-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bar .fw-footer-social {
  float: right;
  line-height: normal;
  padding-right: 2px;
  position: relative;
  top: 3px;
}

.footer-bar .fw-footer-social a {
  font-size: 14px;
  width: 14px;
  height: calc(14px - 1px);
    color: #FFFFFF;
    display: inline-block;
    margin: 0px;
    text-decoration: none;
    line-height: calc(14px - 4.5px);
      }

.footer-bar.fw-footer-social a:hover {
  color: #2AD2C9;
}

.footer-middle .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-widgets .content-wrapper {
  padding-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}

.footer-widgets .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}

.footer-subscribe-form-wrapper .hs-form-field > label {
  display: none;
}

.footer-subscribe-form-wrapper .input {
  width: 70%;
  float: left;
}

.footer-subscribe-form-wrapper input[type=submit] {
  width: 20%;
  margin-left: 10px;
}

input.hs-button.primary.large {}

.footer-subscribe-form-wrapper .hs_cos_wrapper_type_form .hs-button.primary.large {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(42,210,201);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 15px 25px;
  text-shadow: none;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-subscribe-form-wrapper .hs-input {
  padding: 15px 25px;
  border: none;
}

.custom-logo-menu-bg {
  background-color: #13D0CA;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.custom-footer-logo a {
  display: inline-block;
  position: relative;
  top: 6px;
}

.custom-footer-logo img {
  max-width: 147px;
}

.custom-logo-menu-bg .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  float: left;
  position: relative;
  top: 1px;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  line-height: 46px;
  color: #ffffff;
  margin: 0 0 0 35px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
  margin: 0;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #fbd6c5;
  outline: none;
}

.custom-footer.custom-landing-footer .custom-icon-copyright-bg {
  padding-bottom: 25px;
}

.custom-footer.custom-landing-footer .custom-logo-menu-bg {
  padding-bottom: 26px;
}

/* ==========================================================================
5. MAIN NAVIGATION
========================================================================== */

/* =============== Custom Menu Primary =============== */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right !important;
  color: #FFFFFF;
  line-height: 32px;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: titlecase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  margin-right: 0;
  margin-left: 0px;
  outline: 0;
  display: inline-block;
  float: left;
  position: relative;
  color: #FFFFFF;
  line-height: 32px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  padding: 10px 10px 10px;
}

/* Current Menu Line */
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  content: "";
  bottom: 0;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #2AD2C9;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

/* Hover Style */
.custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover a:after {
  width: 100%;
  margin-left: -50%;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a:hover{
  color: #2AD2C9;
}

/* Menu Seperators */

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li.menu-seperator a:after {
  display: none;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li.menu-seperator a:hover {
  color: #1f1f1f;
  cursor: default;
}

/* 2nd Level */
.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper {
  top: 52px;
  font-size: 18px;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
  z-index: 1308;
  text-align: left;
  text-transform: none;
  display: none;
  min-width: 250px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper > li:first-child:hover > ul {
  top: 13px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li:hover ul.hs-menu-children-wrapper {
  /* 2023-11-14: removed to disable submenu expansion on hover */
  /* display: block; */
  -webkit-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
  -os-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
  -ms-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;  
  box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  font-family: Helvetica, sans-serif;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:first-child {
  padding-top: 13px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:last-child {
  padding-bottom: 13px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
  display: block;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.2em;
  padding: 10px 15px !important;
  margin: 0 !important;
  width: unset;
  white-space: normal;
  word-break: break-word;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.menu-item-has-icon > a:before {
  margin-right: 0;
  content: "";
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left {
  left: -281px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left ul {
  left: -281px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
  color: #13doca;
  background: #ffffff;
  background: rgba(255,255,255,0.85);
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
  color: #13doca;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a:before {
  width: 18px;
  font-size: 18px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > a,
.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.parent.hover > a,
.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.current-menu-item > a {
  color: #fff;
  background: rgba(42,210,201,1);
}

/* 3rd level */

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul {
  top: 0;
  padding: 0;
  background: #13doca;
  left: 281px;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > ul {
  display: block;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
  background: #efefef;
  background: #13doca;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:first-child,
.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child {
  padding: 0;
}

.custom-menu-primary  .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper.left {
  right: 80px;
  left: auto;
}

/* other level */
.custom-menu-primary  .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul ul{
  top: 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;
}

@media (min-width: 768px){
  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:after {
    content: "";
    left: 50%;
    position: absolute;
    width: 0;
    background: #fbd6c5;
    top: 3px;
    height: 1px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }

  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a:after {
    width: 100%;
    margin-left: -50%;
  }
}

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

  .custom-menu-primary.js-enabled {
    max-width: 78%;
    /* float: right !important; */
    margin: 0 !important;
    margin-top: 12px !important;
  }
  .custom-menu-primary.custom-mobile {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    bottom: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #2AD2C9;
    position: absolute;
    bottom: 1px;
    height: 1px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover a:after {
    width: 100%;
    margin-left: -50%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
    width: 100%;
    margin-left: -50%;
  }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1199px){
  .custom-menu-primary.custom-desktop {
    display: none !important;
  }
  /* Menu 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{
    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;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 55px;
    right: 15px;
    width: auto;
    height: auto;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-trigger i {
    font-size: 28px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: normal;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .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: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: 0;
    width: 100% !important;
  }

  /* Hide menu on mobile */
  .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;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px;
  }

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

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

  .custom-menu-primary.custom-mobile.js-enabled {
    background: #333333;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 998;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    overflow: hidden;
    left: -440px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #333333;
    background-image: url(//4475760.fs1.hubspotusercontent-na1.net/hubfs/4475760/resources/Images/download.gif?t=1522922263732);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    transition: all .3s;
  }


  .mobile-open .custom-menu-primary.custom-mobile.js-enabled {
    z-index: 1;
    left: 0;
    transition: all .3s;
  }

  .close-trigger {
    text-align: center;
    line-height: 20px;
    height: 41px;
    padding: 0 40px;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.6);
  }

  .close-trigger a.mm-title {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Helvetica';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 10px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0px !important;
    height: 70vh;
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 15px 10px 15px 20px;
    outline: none;
    color: rgba(255, 255, 255, 0.6);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding-top: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .mobile-mm-navbar {
    height: 42px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 20px;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0px;
    z-index: 999999;
    background: #333333;
  }

  .mobile-menu-socials {
    display: block;
    padding: 10px 0;
  }

  .mobile-menu-socials a {
    font-size: 16px;
    color: #1f1f1f;
    margin: 0 8.2px;
    text-decoration: none;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }

  #site-wrapper {
    position: relative;
    left: 0;
    transition: all .3s;
  }

  .mobile-open #site-wrapper {
    left: 440px;
    transition: all .3s;
  }

  body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    transition: all 0.3s;
  }

  body.mobile-open {
    left: 440px;
  }

  .overlay {
    background: transparent;
    position: fixed;
    width: calc(100% - 440px) !important;
    float: right;
    top: 0;
    left: auto;
    z-index: 9999;
    display: none !important;
    height: 100%;
  }

  .mobile-open .overlay {
    display: block !important;
  }

}


/* ==========================================================================
6. BLOG
========================================================================== */


/* =============== General Blog Styles =============== */


/* Blog Post and Listing Body Class */
.blog {}


/* Blog Post */
.hs-blog-post {}


/* Blog Listing */
.hs-blog-listing {}


/* Blog Columns Wrapper */
.blog .content-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.blog.hs-blog-post .content-wrapper {
  margin-top: 43.5px;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {
  width: 66.66% !important;
  float: left;
  position: relative;
}

.blog.hs-blog-post .blog-content {
  padding-left: 15px;
}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}


/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}


/* Blog Title */
.hs-blog-header h1 {}

.hs-blog-header h1 a{}


/* Blog Post Title */
.post-header h1, .post-header h2, .post-listing-simple {
  font-family: 'Montserrat', arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  font-size: 34px;
  letter-spacing: 0px;
  color: #2AD2C9;
}
.post-header h1, .post-header h2 a,.post-listing-simple a {
  color: #2AD2C9;
}

.post-header h2 a:hover,.post-listing-simple a:hover {
  color: #2AD2C9;
}

.post-body h2 {
  font-family: 'Montserrat', arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  font-size: 28px;
  letter-spacing: 0px;
  color: #2AD2C9;
}

.post-body h3 {
  font-family: 'Montserrat', arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  font-size: 22px;
  letter-spacing: 0px;
  color: #2AD2C9;
}

/* Blog Author and Avatar */
#hubspot-author_data {}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}



/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}

.blog-listing-wrapper .post-listing-grid .post-item {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}

.author-body .blog-listing-wrapper .post-listing .post-item {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: 0;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.fw-block-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hs-featured-image-wrapper a:hover .fw-block-image-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fw-itable {
  display: table;
  height: 100%;
  width: 100%;
}

.fw-icell {
  display: table-cell;
  vertical-align: middle;
}

.fw-block-image-parent .fw-icon-link:before {
  content: "\f105";
  padding-left: 4px;
  font-family: 'FontAwesome';
  font-family: 'FontAwesome';
  width: 43px;
  height: 43px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  background-color: #2AD2C9;
  z-index: 11;
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.fw-block-image-overlay i[class*='fw-icon-'] {
  font-family: 'FontAwesome';
  width: 43px;
  height: 43px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  background-color: #2AD2C9;
  z-index: 11;
  transform: scale(0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hs-featured-image-wrapper a:hover .fw-block-image-overlay i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fw-icon-link:after {
  content: "\f105";
  font-style: normal;
}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  float: none;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-font-smoothing: antialiased;
}

.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link:hover img.hs-featured-image{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Read More Link */
a.more-link {
  display: inline-block;
  margin: 20px 0;
  border-radius: 2px;
  color: #fff;
  background-color: #2AD2C9;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Montserrat', arial, sans-serif
    font-weight: 600;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Blog Topics List */
#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}


.hs-blog-post #hubspot-topic_data {
  margin: 0;
  padding: 1em 2%;
  border-bottom: 1px solid #dee0e1;
  margin-bottom: 50px;
  border-top: 0px solid #dee0e1;
  float: left;
  width: 100%;
}

.hs-blog-post #hubspot-topic_data a.topic-link {
  letter-spacing: normal;
  text-transform: initial;
  display: inline-block;
  font-size: 11px;
  font-family: 'Montserrat', arial, sans-serif
    font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 32px;
  padding: 0 10px;
  margin: 8px;
  background-color: #0f0f0f;
  border-radius: 0 3px 3px 0;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hs-blog-post #hubspot-topic_data a.topic-link:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: 13px;
}

.hs-blog-post #hubspot-topic_data a.topic-link:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 10px solid #0f0f0f;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: -10px;
  box-shadow: 2px 0 0 -1px #0f0f0f;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.hs-blog-post #hubspot-topic_data a.topic-link:hover {
  background-color: #2AD2C9;
}

.hs-blog-post #hubspot-topic_data a.topic-link:hover:before {
  border-right: 10px solid #2AD2C9;
  box-shadow: 2px 0 0 -1px #2AD2C9;
}


/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 0px;
  margin-top: 0px;
}

#comments-listing.no-comments {
  border: none;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment.depth-0:last-child {
  border-bottom: none !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  font-family: 'avenir-normal', sans-serif;
  color: #51535a;
  font-size: 18px;
  line-height: 1.22;
  padding: 0;
}

.comment-from h4 a {
  text-decoration: none;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: right;
}

.comment-from { font-weight: bold; }

.comment-body { padding: 10px 0; }

.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}

/* Pagination */
.blog-pagination {
  display: flex;
  clear: both;
  padding: 15px;
}

.blog-pagination a {
  flex: 1;
}

.blog-pagination a.previous-posts-link {
  text-align: left;
}

.blog-pagination a.all-posts-link {
  text-align: center;
}

.blog-pagination a.next-posts-link {
  text-align: right;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
  padding: 15px;
}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 !important;
  float: left;
  width: 33.33% !important;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
  margin: 0 0 21px 0;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 40px;
  position: relative;
  color: #b6b8b9;
  letter-spacing: 0;
}

.blog .blog-sidebar ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.blog .blog-sidebar ul li {
  margin-bottom: 17px;
  display: block;
}

.custom-categories ul li {
  margin-bottom: 0px !important;
}

.blog .blog-sidebar ul li a {
  font-family: 'Montserrat', arial, sans-serif
    font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0f0f0f;
  display: block;
  margin-bottom: 10px;
}

.custom-categories ul li a {
  margin: 0px !important;
}

.blog .blog-sidebar ul li a:hover {
  color: #2AD2C9;
}

.blog .blog-sidebar h3 span {
  background-color: #ffffff;
  display: inline-block;
  padding-right: 10px;
}

.blog .blog-sidebar h3 span:after {
  content: "";
  border-bottom: 1px solid #dee0e1;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}

.custom-blog-form .hs-richtext {
  color: rgb(31, 31, 31);
  display: block;
  font-family: 'Montserrat', arial, sans-serif
    font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 36px;
}

.custom-blog-form .hs-form-required {
  display: none !important;
}

.custom-blog-form label {
  display: none !important;
}

.custom-blog-form ul.hs-error-msgs.inputs-list li label {
  display: block !important;
}

.custom-blog-form ul.hs-error-msgs.inputs-list label {
  background: #fff;
  padding: 10px 14px;
  font-size: 18px;
  color: #2AD2C9;
  font-family: 'Montserrat', arial, sans-serif;
  padding-left: 45px;
  line-height: 21px;
  margin-top: 10px;
  border: 1px solid #353433;
  border-radius: 4px;
  position: relative;
  background-image: url(//3038531.fs1.hubspotusercontent-na1.net/hubfs/3038531/Spectruss%20April2018/image/err.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.custom-blog-form ul.hs-error-msgs.inputs-list label:after {
  content: "";
  border-bottom: 8px solid #fff;
  position: absolute;
  width: 0;
  left: 16px;
  height: 0;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.custom-blog-form ul.hs-error-msgs.inputs-list label:before {
  content: "";
  border-bottom: 9px solid #353433;
  position: absolute;
  width: 0;
  left: 15px;
  height: 0;
  top: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.custom-blog-form input[type="email"] {
  width: 95% !important;
  background: #fff !important;
  color:#404141 !important;
  font-family: 16px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  letter-spacing: 0;
  line-height: 30px !important;
  padding: 12px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.13) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0 17px 0 !important;
}

.custom-blog-form .hs-richtext p {
  margin-bottom: 0;
}

.custom-blog-form .hs-button.primary.large {
  outline: none;
  background: #2AD2C9 !important;
  font-family: 'Muli',sans-serif !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 26px !important;
  letter-spacing: 0px;
  color: #ffffff !important;
  display: inline-block;
  margin-bottom: 0 !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent !important;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  padding: 17px 45px !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}

.custom-blog-form .hs-button.primary.large:hover {
  background: #ffffff !important;
  color: #13D0CA !important;
}
/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


.breadcrumbs {
  margin: 0;
  padding: 0 0 25px;
}

.breadcrumbs ul {
  margin: 0;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
  line-height: 1.3;
  position: relative;
  padding: 0;
}

.breadcrumbs ul li {
  display: inline-block;
  background-color: #ffffff;
  float: unset;
  padding: 10px 10px 10px 0px;
}

.breadcrumbs .separator {
  padding: 0 6px 0 8px;
  display: inline-block;
  background-color: #ffffff;
  color: #b6b8b9;
}

.date-author-tags {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #1f1f1f;
  margin-bottom: 15px;
}

.breadcrumbs ul li:last-child {
  background-color: #ffffff;
  display: inline-block;
  padding-right: 10px;
}

.breadcrumbs ul li.last-crumb:after {
  border-bottom: 1px solid #dee0e1;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  z-index: -1;
}

.date-author-tags a {
  color: #7a7a7a;
}

.custom-google .widget-type-google_search label {
  display: none !important;
}

.custom-google input[type="text"] {
  width: 100% !important;
  line-height: 30px !important;
  border: none !important;
  color: #0f0f0f !important;
  background: rgba(0,0,0,0.07) !important;
  font-style: normal;
  font-size: 16px !important;
  padding: 12px 15px !important;
  outline: none;
  letter-spacing: 0px;
  font-family: serif !important;
  margin: 0 !important;
  font-weight: 700 !important;
}

.custom-sidebar-inner {
  padding-left: 9%;
}

.custom-google a.hs-button.primary {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0;
  position: absolute;
}

.custom-google form.hs-form .input {
  position: relative;
}

.custom-google form.hs-form .input:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 16px;
  font-weight: normal;
  color: #0f0f0f;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
}

.filter-link-count {
  color: #2AD2C9;
  font-style: italic;
  font-size: 17px;
  line-height: 36px;
  font-family: 'Merriweather',sans-serif;
  font-weight: 300;
}

.hs-blog-post ul.listing-b {
  display: none !important;
}

.hs-blog-listing ul.post-b {
  display: none !important;
}

.post-date {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 45px;
}

.tags.post-tags {
  float: right;
}

.date-author-tags.post {
  margin: 0 0 45px 0;
}

.post-header h1 {
  display: block;
  margin: 0 0 45px 0;
  font-family: 'Montserrat', arial, sans-serif
    font-style: normal;
  font-weight: 300;
  line-height: 38px;
  font-size: 34px;
  letter-spacing: 0px;
  color: #2AD2C9;
}

.sw-pinterest:before {
  content: "A";
}

.sw-linkedin:before {
  content: "s";
}

.sw:before {
  display: block!important;
}

.sw-facebook:before {
  content: "k";
}

.sw-twitter:before {
  content: "N";
}

.sw-email:before {
  content: "i";
}

.swp_count.swp_hide {
  margin: 0 auto;
}

.sw-google-plus:before {
  content: "n";
}

span.swp_count {
  font-size: 14px;
  transition: padding 0.1s linear;
}

span.spaceManWilly {
  display: block;
  width: 44px;
  transition: all 0.3s;
}

.blog-social-icon ul li:hover .spaceManWilly {
  width: 85px;
}

span.spaceManWilly i {
  position: relative;
  top: 6px;
  float: left;
  left: 13px;
}

.blog-social-icon ul li a.share_googleplus span.spaceManWilly i {
  left: 14px;
}

.iconFiller {
  width: 30px;
}

.blog-social-icon ul li:hover .swp_share {
  display: block;
  position: relative;
  left: 31px;
  top: 9px;
  height: 20px;
}

.blog-social-icon ul li a:hover .iconFiller {
  width: 61px;
}

.blog-social-icon ul li:nth-child(2) a:hover .iconFiller {
  width: 83px;
}

.blog-social-icon ul li:nth-child(3) a:hover .iconFiller {
  width: 83px;
}

.blog-social-icon ul li:nth-child(4) a:hover .iconFiller {
  width: 80px;
}

.blog-social-icon ul li:nth-child(5) a:hover .iconFiller {
  width: 65px;
}

span.iconFiller {
  font-size: 18px;
  margin: 0 auto;
}

.blog-social-icon ul li:nth-child(2):hover .swp_share,
.blog-social-icon ul li:nth-child(3):hover .swp_share,
.blog-social-icon ul li:nth-child(4):hover .swp_share,
.blog-social-icon ul li:nth-child(5):hover .swp_share {
  left: 17px;
}

.sw {
  display: inline-block;
  font-family: sw-icon-font!important;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  text-transform: none!important;
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.nc_socialPanel .sw {
  float: left;
  height: 30px;
  line-height: 32px;
  margin: 0 5px;
  text-shadow: none!important;
  width: 20px;
}

.blog-social-icon {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1;
  float: left;
  width: 100%;
}

.blog-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-social-icon ul li {
  display: inline-block;
}

.blog-social-icon ul li {
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  font-family: Lato;
  height: 32px;
  margin: 0 5px 3px;
  min-width: 34px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  background: #df4b37;
  border: 1px solid #df4b37;
}
.blog-social-icon ul li a {
  font-family: Lato,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.swp_share {
  display: block;
  float: right;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  margin: 0 0 0 6px;
  max-width: none!important;
  vertical-align: middle;
  display: none;
}

.blog-social-icon ul li:first-child {
  margin-left: 0;
}

.post-sare-post {
  border-bottom: 1px solid #dee0e1;
  padding-bottom: 100px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 30px;
  float: left;
  width: 100%;
}

.blog-social-icon.post ul li {
  min-width: 1px;
  transition: all 0.3s;
  width: 14%;
}

.blog-social-icon.post ul li .spaceManWilly i {
  position: relative;
  top: 6px;
  float: left;
  left: 25px;
}

.blog-social-icon.post ul li:hover {
  width: 25%;
}

.blog-social-icon.post ul li:hover .swp_share {
  left: 48px;
}



.about-author-sec.row-fluid {
  border-bottom: 1px solid #dee0e1;
  padding: 0 0 50px;
  margin-bottom: 100px;
}

.about-author-sec.row-fluid .span2 {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.about-author-sec.row-fluid .span10 {
  font-size: 17px;
  float: left;
  width: calc(100% - 150px);
}

.about-author-sec.row-fluid h3 {
  font-size: 24px;
  color: #2AD2C9;
  margin-bottom: 5px;
  margin-top: 14px;
  font-weight: bold;
  font-family: 'Montserrat', arial, sans-serif
    line-height: 49px;
  letter-spacing: 0px;
}

.about-author-sec.row-fluid h3 a {
  font-size: 24px;
  line-height: 49px;
  letter-spacing: 0px;
  font-family: 'Montserrat', arial, sans-serif
    color: #13D0CA;
  font-style: italic;
  font-weight: 300;
}

.blog-post-navigation {
  margin-bottom: 85px;
  padding: 0 15px;
  float: left;
  width: 100%;
}

.blog-post-navigation a {
  display: inline-block;
  width: 49%;
  height: 180px;
  background-color: rgba(31,31,31,0.1);
  position: relative;
  text-align: center;
  padding: 0 50px;
  font-weight: normal;
  color: #1f1f1f;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Merriweather',sans-serif;
  line-height: 38px;
  letter-spacing: 0px;
}

.blog-post-navigation a:hover {
  opacity: 0.8;
}

.blog-post-navigation a[rel="prev"] {
  padding-left: 75px;
}

.blog-post-navigation .fw-itable {
  display: table;
  height: 100%;
  width: 100%;
}

.blog-post-navigation .fw-icell {
  display: table-cell;
  vertical-align: middle;
}

.blog-post-navigation a i {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 15px;
  font-size: 70px;
  color: rgba(31,31,31,0.2);
}

.blog-post-navigation a span {
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  font-weight: normal;
  color: #101010;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  line-height: 38px;
}

.blog-post-navigation a strong {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  color: #1f1f1f;
}

.blog-post-navigation a[rel="next"] i {
  left: auto;
  right: 15px;
}


.hs-blog-listing .custom-comment-title {
  display: none !important;
}

.custom-comment-title h3 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Montserrat', arial, sans-serif
    font-weight: 300;
  font-size: 34px;
  line-height: 38px;
  color: #2AD2C9;
}

.widget-type-blog_comments.form-bg-blog {
  padding: 30px;
  position: relative;
  background-color: rgba(31,31,31,0.1);
}

.hs-blog-listing .widget-type-blog_comments.form-bg-blog {
  display: none !important;
}

.blog-post-wrapper .post-body img {
  margin-bottom: 40px;
}

.blog-social-icon-post {
  line-height: 1;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  /* float: unset; */
  width: 100%;
}

.blog-social-icon-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  direction: ltr;
  -ms-flex-align: stretch;
  -ms-flex-line-pack: center;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 100%!important;
}

.blog-social-icon-post ul li {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  font-family: Lato;
  height: 32px;
  margin: 0 5px 3px;
  min-width: 34px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border-size: 1px;
  background: #d4d4d4;
  border: 1px solid #6b6b6b;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d4d4d4;
}

.blog-social-icon-post ul li.swp_facebook {
  background: #4267B2;
  border: 1px solid #2e4675
}

.blog-social-icon-post ul li.swp_twitter {
  background: #429cd6;
  border: 1px solid #3c87b2
}

.blog-social-icon-post ul li.swp_pinterest {
  background: #cd2029;
  border: 1px solid #aa1b29
}

.blog-social-icon-post ul li.swp_linkedin {
  background: #0d77b7;
  border: 1px solid #0c6591
}

.blog-social-icon-post ul li.swp_tumblr {
  background: #39475d;
  border: 1px solid #27313f
}

.blog-social-icon-post ul li.swp_mix {
  background: #f4812c;
  border: 1px solid #c96a29
}

.blog-social-icon-post ul li.swp_yummly {
  background: #e26426;
  border: 1px solid #b65027
}

.blog-social-icon-post ul li.swp_reddit {
  background: #f04b23;
  border: 1px solid #d33f27
}

.blog-social-icon-post ul li.swp_email {
  background: #6bcce9;
  border: 1px solid #61bace
}

.blog-social-icon-post ul li.swp_whatsapp {
  background: #71c169;
  border: 1px solid #28b04b
}

.blog-social-icon-post ul li.swp_pocket {
  background: #ef4056;
  border: 1px solid #ce3d55
}

.blog-social-icon-post ul li.swp_buffer {
  background: #323b43;
  border: 1px solid #000
}

.blog-social-icon-post ul li.swp_hacker_news {
  background: #f16522;
  border: 1px solid #d85623
}

.blog-social-icon-post ul li.swp_flipboard {
  background: #e02828;
  border: 1px solid #bf2626
}
/*

.blog-social-icon-post ul li:nth-child(1) {
margin-left: 0;
}

.blog-social-icon-post ul li:nth-child(2) {
border: 1px solid #429cd6;
background: #429cd6;
}

.blog-social-icon-post ul li:nth-child(3) {
background: #3a589e;
border: 1px solid #3a589e;
}

.blog-social-icon-post ul li:nth-child(4) {
border: 1px solid #0d77b7;
background: #0d77b7;
}

.blog-social-icon-post ul li:nth-child(5) {
background: #cd2029;
border: 1px solid #cd2029;
}
*/

.blog-social-icon-post ul li a {
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato,sans-serif;
  font-size: 18px!important;
  font-weight: 700;
  height: 30px;
  text-decoration: none;
  text-decoration: none!important;
  text-transform: none;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.blog-social-icon-post ul li .swp_count.swp_hide {
  font-size: 14px;
  margin: 0 auto;
  transition: padding 0.1s linear;
}

.blog-social-icon-post ul li .iconFiller {
  width: 30px;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
  -webkit-transition: width .1s linear;
  transition: width .1s linear;
}

.blog-social-icon-post ul li .spaceManWilly {
  display: block;
  width: 100%;
}

.blog-social-icon-post ul li .sw {
  float: left;
  height: 30px;
  line-height: 32px;
  margin: 0 5px;
  text-shadow: none!important;
  width: 20px;
  top: 0;
  left: 0;
}

.blog-social-icon-post ul li .swp_share {
  display: block;
  float: right;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  margin: 0 0 0 6px;
  max-width: none!important;
  vertical-align: middle;
  display: block !important;
  line-height: 32px;
}

.blog-social-icon-post ul li:hover {
  flex: 1.48571 1 0%;
}

.blog-social-icon-post ul li:hover .iconFiller {
  width: 100%;
  margin: 0 auto;
}

.blog-social-icon-post ul li:hover a.share_twitter .iconFiller {
  width: 83px;
}
.blog-social-icon-post ul li:hover a.share_facebook .iconFiller {
  width: 80px;
}
.blog-social-icon-post ul li:hover a.share_linkedin .iconFiller {
  width: 80px;
}
.blog-social-icon-post ul li:hover a.bd-pinterest-share .iconFiller {
  width: 65px;
}

.custom-related-posts {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.custom-related-posts h3 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Montserrat', arial, sans-serif
    font-size: 34px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #2AD2C9;
  font-weight: bold;
}

.related-post-item {
  width: 48%;
  float: left;
}

.custom-related-posts .related-post-item:nth-child(odd) {
  float: right;
}

.related-title{
  font-family: Merriweather,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 38px;
  color: #fff;
  font-family: 'Merriweather',sans-serif;
  background-color: #0f0f0f;
  padding: 5%;
  text-align: center;
}

.related-post-item .related-image {
  position: relative;
}

.related-post-item .related-image:after {
  content: '';
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.related-post-item:hover .related-image:after {
  opacity: 0.2;
}

.sidebar-item {
  margin-bottom: 60px;
}

.sidebar-item h3 {
  font-size: 16px;
  color: #B1B1B1;
}

.sidebar-item ul {
  list-style: none;
}

/* ==========================================================================
7. FORMS
========================================================================== */


/* =============== Global Form Styles =============== */
.form-bg {
  background-color: #fcfcfc;
  padding: 20px;
}

.hs-form-required {
  color: #d3604d;
  position: relative;
  vertical-align: baseline;
  top: -6.75px;
  font-family: "Muli",sans-serif;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 100;
  height: auto;
  letter-spacing: normal;
  line-height: 0px;
}

h3.form-title {}

/* Form Field */
.hs-form-field, .widget-type-google_search .hs-button.primary,
.custom_error_message input.hs-button.primary.large {}

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

/* Labels and Legends */
body label {
  font-family: 'Montserrat', arial, sans-serif
    font-weight: 100;
  line-height: 21px;
  font-size: 18px;
  color: #2AD2C9;
  text-transform: none;
  display: inline-block;
  margin-bottom: 5px;
}

.hs-form-field > label {
  color: #666;
}

li.hs-form-radio {
  display: inline;
  padding-right: 20px;
}

li.hs-form-radio > label > span {
  margin-left: 5px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"],
.body-container input[type="datetime"],
.body-container input[type="datetime-local"],
.body-container input[type="date"],
.body-container input[type="month"],
.body-container input[type="time"],
.body-container input[type="week"],
.body-container input[type="number"],
.body-container input[type="email"],
.body-container input[type="url"],
.body-container input[type="search"],
.body-container input[type="tel"],
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  outline: none;
  font-family: 'Merriweather',sans-serif;
  font-weight: 300;
  line-height: 25px;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  letter-spacing: 0px;
  background: #ebebeb;
  border-style: solid;
  border-width: 2px;
  border-color: #ebebeb;
  padding-top: 8px;
  color: #404141;
  padding-bottom: 7px;
  display: block;
  margin-bottom: 20px;
}


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

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
ul.hs-error-msgs.inputs-list label {

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

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

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

/* Error */
.hs-error-msgs label{
  color: red;
  font-weight: 400;
  display: block;
}

.hs-input.invalid.error {}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: rgba(15,15,15,0.25);
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: rgba(15,15,15,0.25);
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color: rgba(15,15,15,0.25);
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: rgba(15,15,15,0.25);
  opacity: 1;
} /* IE10 */


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

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

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

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


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

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {
  font-family: 'Montserrat', arial, sans-serif
    font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  color: #2AD2C9;
  text-transform: none;
  display: inline-block;
  margin-bottom: 5px;
}

#comment-form .hs-form-required {
  font-family: 'Montserrat', arial, sans-serif
    font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
  color: #e14d47;
}

/* Inputs */
#comment-form input[type="text"], #comment-form input[type="email"], #comment-form textarea {
  background: #fff;
  color: #404141;
  font-family: 'Merriweather',sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0 18px;
  outline: none;
  width: 100%;
}

#comment-form input[type="text"]:focus, #comment-form input[type="email"]:focus, #comment-form textarea:focus {
  border-color: #b8b8b8;
  outline: none;
}

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

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

#comment-form input.hs-button.primary {
  border: none;
  width: auto;
  color: #fff !important;
  margin-top: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #2AD2C9;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Montserrat', arial, sans-serif
    font-weight: 600;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* =============== Blog Subscription Form =============== */

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

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

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
8. BUTTONS
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

/* All Global Buttons (Excluding CTAs)
========================================================================== */
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #13D0CA;
  border-radius: 2px;
  border: none;
  padding: 17px 45px;
  font-family: 'Montserrat', arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: #ffffff;
  color: #13D0CA;
  outline: none;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  background-color: #ffffff;
  color: #13D0CA;
  outline: none;
}


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}

.button-center .hs_submit {
  text-align: center !important;
}

.button-right .hs_submit {
  text-align: right !important;
}

.button-left .hs_submit {
  text-align: left !important;
}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
9. MISCELLANEOUS
========================================================================== */
.hs-blog-social-share ul{
  padding: 0!important;
  margin:0 !important;
  background:none !important;
  list-style:none !important;
}

form ul{
  padding: 0!important;
  margin:0 !important;
  background:none !important;
  list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription{
  width: 50%;
  background-color: #f2f2f2;
  padding: 20px;
}

.body-container-wrapper .main-content,
.body-container-wrapper .sidebar{
  margin-bottom:30px;
}

.sample-contact-from {
  margin-top: 0px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hs-blog-post .widget-type-blog_comments input.hs-button.primary {
  margin-bottom: 30px;
}
.custom_error_message form{
  width: 50% !important;
  background-color: #f2f2f2;
  padding: 20px;
}

.custom_error_message form {

}

.has-background-image {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 100px;
  max-height: 750px;
}

.has-background-image-small {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 100px;
  max-height: 600px;
}

.background-image{
  position: absolute;
  top: 0;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.background-image img{ 
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none !important;
  width: auto !important;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.background-image-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .background-image {
    display: none;
  }
  .background-image-mobile {
    display: block;
    position: absolute;
    top: 0;
    width: auto;
    max-width: none;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
  }

  .background-image-mobile img{
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none !important;
    width: auto !important;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* Styles that do not fit into any of the available sections above can go here. */

#actions a.cta_button {
    width: 90%;
    min-height: 80px;
    padding: 42px 0;
    text-align: center;
    margin: 0 auto;
}

/* ==========================================================================
10. MEDIA QUERIES
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }

  .custom-sidebar-inner {
    padding-left: 5%;
  }
  
  #actions a.cta_button {
    min-height: 50px;
  }
  
  #actions a.cta_button > span {
    font-size: 26px !important;
    line-height: 1.25em !important;
  }
  
}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }

  .custom-footer-logo {
    width: 100% !important;
    text-align: center;
  }

  .custom-footer-menu {
    margin: 0 !important;
    width: 100% !important;
    text-align: center;
  }

  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    float: none;
    position: relative;
    top: 0;
    padding-top: 20px;
  }

  .custom-logo-menu-bg {
    padding-top: 18px;
    padding-bottom: 5px;
  }

  .blog .blog-sidebar {
    width: 100% !important;
    margin-top: 80px !important;'
  }

  .blog .blog-content {
    width: 100% !important;
  }

  .custom-sidebar-inner {
    padding-left: 0;
  }

  .blog .blog-sidebar .widget-span {
    margin-bottom: 70px;
  }

  .custom-sidebar-inner {
    margin-bottom: 0 !important;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .landing-page.one-column .body-container .widget-type-form,
  .error-template.one-column .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription{
    width: 100%;
  }

  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-right: 15px;
    max-width: 100px;
    margin: 30px auto;
  }

  .hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0;
    text-align: center;
  }

  .custom_error_message #hs-pwd-widget-password {
    width: 100% !important;
  }

  .custom_error_message form{
    width: 100% !important;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }

  .custom-footer .fw-footer-social {
    float: none;
    line-height: normal;
    padding-right: 0;
    position: relative;
    top: 0;
    text-align: center;
  }

  .custom-footer .fw-footer-social a {
    margin: 0 3px;
  }

  .custom-icon-copyright-bg {
    padding-bottom: 15px;
  }

  .custom-copyright {
    position: relative;
    top: 0;
    text-align: center;
    padding-top: 6px;
  }

  .custom-footer .fw-footer-social {
    float: none;
    padding-right: 0;
    top: 0;
    text-align: center;
    padding-top: 17px;
  }

  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    margin: 0;
  }

  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a span:after {
    content: "";
    left: 50%;
    position: absolute;
    width: 0;
    background: #fbd6c5;
    top: 3px;
    height: 1px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }

  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a span:after {
    width: 100%;
    margin-left: -50%;
  }

  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a span {
    display: inline-block;
    width: auto;
    position: relative;
  }

  .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-bottom: 13px;
  }

  .custom-header {
    position: relative;
  }

  .banner-wrapper h1 {
    font-size: 33px;
    line-height: 39px;
    letter-spacing: 0;
  }

  .banner-section {
    height: auto !important;
  }

  .banner-wrapper .page-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-wrapper h2 {
    font-size: 19px;
    line-height: 27px;
  }

  .custom-body .page-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .post-header h2, .post-listing-simple {
    font-size: 24px;
    line-height: 27px;
  }

  .blog .title {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .blog .banner-wrapper.blog-banner h2 {
    line-height: 23px;
  }

  .about-author-sec.row-fluid .span2 {
    float: none;
  }

  .about-author-sec.row-fluid .span10 {
    width: 100%;
  }

  .blog.hs-blog-post .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-post-navigation a span, .blog-post-navigation a {
    font-size: 15px;
    line-height: 1;
  }

  .blog-post-navigation a {
    width: 100%;
  }

  .custom-related-posts h3 {
    font-size: 24px;
    line-height: 27px;
  }

  .related-post-item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  
  #actions a.cta_button {
    margin-bottom: 30px;
  }

}



@media (max-width: 550px) {
  .custom-menu-primary.custom-mobile.js-enabled {
    left: -80%;
    width: 80% !important;
    min-width: 1px;
  }

  .mobile-open #site-wrapper {
    left: 80%;
  }

  body.mobile-open {
    left: 80%;
  }

  .overlay {
    width: calc(100% - 80%) !important;
  }



}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .subscription-template .subscribe-options {
    padding-right: 20px;
  }

  .subscription-template .checkbox-row span.fakelabel span {
    margin-left: 17px;
    font-size: 13px;
  }

  #recaptcha_area, #recaptcha_table {
    width: 315px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }

  .custom-logo {
    width: 100% !important;
    text-align: center;
  }

  .custom-logo a {
    width: 294.5px !important;
    display: block;
    margin: 64px auto 0 !important;
  }

  .template-landing .custom-logo a,
  .template-event-landing .custom-logo a {
    margin: 0 auto !important;
  }

  .mobile-trigger {
    top: 55px;
    right: 0;
    width: 24px;
    margin: 0 auto;
    left: 0;
  }

  .custom-header.custom-landing-header .custom-logo a {
    margin-top: 0 !important;
  }

  .blog-post-navigation a {
    width: 100%;
  }

  .title {
    margin-top: 42px;
    padding-top: 0;
  }

  .blog .title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog .banner-wrapper .page-center {
    padding-top: 38px;
    padding-bottom: 32px;
  }

  .blog .custom-body .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }



}

@media (max-width: 350px) {
  .custom-logo a {
    width: 100% !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  @media (max-width: 550px) {
    .custom-menu-primary.custom-mobile.js-enabled {
      max-width: 300px;
    }
    .custom-menu-primary.custom-mobile.js-enabled {
      left: -300px;
      width: 300px !important;
      min-width: 1px;
    }

    .mobile-open #site-wrapper {
      left: 300px;
    }

    body.mobile-open {
      left: 300px;
    }

    .overlay {
      width: calc(100% - 300px) !important;
    }
  }
}

/** MOVE TO MODULES & DEBUG **/
.banner-cta {
  padding-top: 40px;
  padding-bottom: 20px;
}

.bordered-cta-button {
  background: transparent !important;
  border: 1px solid #fff !important;
  font-family: 'Montserrat', arial, sans-serif;
}

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

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

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

li.hs-form-booleancheckbox span {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.main-content-headline * {
  color: #1f1f1f;
  text-align: center;
  font-size: 40px;
  line-height: 51px;
  font-weight: 300;
}

/*** GRADIENTS ***/
.primary-graident {
  background: #13D0CA;
  background: -moz-linear-gradient(45deg, #13D0CA 0%, #19D6D0 100%);
  background: -webkit-linear-gradient(45deg, #13D0CA 0%,#19D6D0 100%);
  background: linear-gradient(45deg, #13D0CA 0%,#19D6D0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13D0CA', endColorstr='#19D6D0',GradientType=1 );
    }

.chirple-primary-gradient {
  background: #423446;
  background: -moz-linear-gradient(45deg, #423446 0%, #2d252f 100%);
  background: -webkit-linear-gradient(45deg, #423446 0%,#2d252f 100%);
  background: linear-gradient(45deg, #423446 0%,#2d252f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423446', endColorstr='#2d252f',GradientType=1 );
}

.sip-gradient {
  background: #fdbb2b;
  background: -moz-linear-gradient(180deg, #fdbb2b 0%, #f26727 100%);
  background: -webkit-linear-gradient(180deg, #fdbb2b 0%,#f26727 100%);
  background: linear-gradient(180deg, #fdbb2b 0%,#f26727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbb2b', endColorstr='#f26727',GradientType=1 );
}

.inner-box-shadow {
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);  
}

.flex-block-wrapper {
  position: relative;
  height: 100%;
}

.flex-block-media img {
  text-align: center;
}

.page-actions a.cta_button {
  padding: 26px 48px !important;
  margin-right: 15px;
  color: #FFFFFF !important;
  border-radius: 3px !important;
  font-weight: 600 !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, color, background-color;
  transition-property: transform, color, background-color;
}

.page-actions a.cta_button.cta_hero:hover {
  background: #594567 !important;
  color: #FFF !important;
}

.page-actions a.cta_button.cta_hero_link {
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #FFF !important;
  font-weight: 400 !important;
}

.page-actions a.cta_button.cta_hero_link > span {
  border-bottom: 2px solid #FFF;
}

.page-actions a.cta_button.cta_hero_link:hover > span {
  border-color: transparent !important;
}

a.cta_button:hover,
a.more-link:hover,
.hs-button:hover {
  transform: scale(1.05) !important;
}

.cta-primary:hover {
  background: #19D6D0 !important;
}

.cta-secondary {
  border-color: #594567 !important;
  background-color: transparent !important;
  color: #594567 !important;
  border-style: solid !important;
  border-width: 2px !important;
}

.cta-secondary:hover {
  border-color: transparent !impotransparentrtant;
  background-color: #594567 !important;
  color: #FFFFFF !important;
  border-style: solid !important;
  border-width: 2px !important;
}

.img-round img {
  border-radius: 50%;
}

.section-title-boxed {
  border: 3px solid #FFF;
  text-align: center;
  padding: 60px;
}

.section-title-boxed h1,
.section-title-boxed h2,
.section-title-boxed h3,
.section-title-boxed h4,
.section-title-boxed h5,
.section-title-boxed h6 {
  color: #FFF;
  line-height: 1.3875em;
  word-break: normal !important;
}

.uppercase {
  text-transform: uppercase;
}

.titlecase {
  text-transform: initial;
}

.half {
  font-size: smaller;
  line-height: 1em;
  font-weight: 300;
}

.is-parallax {
  background: 50% 0/cover no-repeat fixed;
}

a.fm_button {
  color: rgba(31, 31, 31, 0.25);
}

a.fm_button:hover {
  color: #13D0CA;
}

/* ==========================================================================
10. HELPERS
========================================================================== */

.block {
  display: block;
  clear: both;
}

/*** POSITIONING ***/
.pull-right,
.pull-right > div {
  float: right;
}

.pull-left,
.pull-left > div {
  float: left;
}

/*** COLORS ***/
.background-dark {
  background-color: #1f1f1f!important;
}

.background-light {
  background-color: #f6f6f6!important;
};

.background-white {
  background-color: #FFFFFF!important;
}

.background-primary {
  background-color: #2AD2C9!important;
}

.background-secondary {
  background-color: #006680!important;
}

.background-gray {
  background-color: #53565A!important;
}

.background-orange {
  background-color: #FB612B!important;
}

.text-light,
.text-light * {
  color: #F6F6F6 !important;
}

.text-dark,
.text-dark * {
  color: #1F1F1F;
}

.text-white,
.text-white * {
  color: #FFFFFF;
}

.text-primary, 
.text-primary * {
  color: #13D0CA;
}

.border-secondary,
.border-secondary * {
  border-color: #006680;
}

.border-light,
.border-light * {
  border-color: #F6F6F6;
}

.border-dark,
.border-dark * {
  border-color: #1F1F1F;
}

.border-white,
.border-white * {
  border-color: #FFFFFF !important;
}

.border-primary, 
.border-primary * {
  border-color: #13D0CA !important;
}

.border-secondary,
.border-secondary * {
  border-color: #006680 !important;
}

.f-raleway,
.f-raleway * {
  font-family: 'Raleway'!important;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*** FONT SIZES ***/
.fs-12,
.fs-12 > div,
.fs-12 h1,
.fs-12 h2,
.fs-12 h3,
.fs-12 h4,
.fs-12 h5,
.fs-12 h6 {
  font-size: 12px;
  line-height: 1.5em;
}

.fs-14,
.fs-14 > div,
.fs-14 h1,
.fs-14 h2,
.fs-14 h3,
.fs-14 h4,
.fs-14 h5,
.fs-14 h6 {
  font-size: 14px;
  line-height: 1.5em;
}

.fs-16,
.fs-16 > div,
.fs-16 h1,
.fs-16 h2,
.fs-16 h3,
.fs-16 h4,
.fs-16 h5,
.fs-16 h6 {
  font-size: 16px;
  line-height: 1.5em;
}

.fs-18,
.fs-18 > div,
.fs-18 h1,
.fs-18 h2,
.fs-18 h3,
.fs-18 h4,
.fs-18 h5,
.fs-18 h6 {
  font-size: 18px;
  line-height: 1.5em;
}

.fs-20,
.fs-20 > div,
.fs-20 h1,
.fs-20 h2,
.fs-20 h3,
.fs-20 h4,
.fs-20 h5,
.fs-20 h6 {
  font-size: 20px;
  line-height: 1.5em;
}

.fs-22,
.fs-22 > div,
.fs-22 h1,
.fs-22 h2,
.fs-22 h3,
.fs-22 h4,
.fs-22 h5,
.fs-22 h6 {
  font-size: 22px;
  line-height: 1.5em;
}

.fs-24,
.fs-24 > div,
.fs-24 h1,
.fs-24 h2,
.fs-24 h3,
.fs-24 h4,
.fs-24 h5,
.fs-24 h6 {
  font-size: 24px;
  line-height: 1.5em;
}

.fs-26,
.fs-26 > div,
.fs-26 h1,
.fs-26 h2,
.fs-26 h3,
.fs-26 h4,
.fs-26 h5,
.fs-26 h6 {
  font-size: 26px;
  line-height: 1.5em;
}

.fs-28,
.fs-28 > div,
.fs-28 h1,
.fs-28 h2,
.fs-28 h3,
.fs-28 h4,
.fs-28 h5,
.fs-28 h6 {
  font-size: 28px;
  line-height: 1.5em;
}

.fs-30,
.fs-30 > div,
.fs-30 h1,
.fs-30 h2,
.fs-30 h3,
.fs-30 h4,
.fs-30 h5,
.fs-30 h6 {
  font-size: 30px;
  line-height: 1.5em;
}

.fs-32,
.fs-32 > div,
.fs-32 h1,
.fs-32 h2,
.fs-32 h3,
.fs-32 h4,
.fs-32 h5,
.fs-32 h6 {
  font-size: 32px;
  line-height: 1.5em;
}

.fs-34,
.fs-34 > div,
.fs-34 h1,
.fs-34 h2,
.fs-34 h3,
.fs-34 h4,
.fs-34 h5,
.fs-34 h6 {
  font-size: 34px;
  line-height: 1.5em;
}

.fs-36,
.fs-36 > div,
.fs-36 h1,
.fs-36 h2,
.fs-36 h3,
.fs-36 h4,
.fs-36 h5,
.fs-36 h6 {
  font-size: 36px;
  line-height: 1.5em;
}

.fs-38,
.fs-38 > div,
.fs-38 h1,
.fs-38 h2,
.fs-38 h3,
.fs-38 h4,
.fs-38 h5,
.fs-38 h6 {
  font-size: 38px;
  line-height: 1.5em;
}

.fs-40,
.fs-40 > div,
.fs-40 h1,
.fs-40 h2,
.fs-40 h3,
.fs-40 h4,
.fs-40 h5,
.fs-40 h6 {
  font-size: 40px;
  line-height: 1.5em;
}

.fs-42,
.fs-42 > div,
.fs-42 h1,
.fs-42 h2,
.fs-42 h3,
.fs-42 h4,
.fs-42 h5,
.fs-42 h6 {
  font-size: 42px;
  line-height: 1.5em;
}

.fs-44,
.fs-44 > div,
.fs-44 h1,
.fs-44 h2,
.fs-44 h3,
.fs-44 h4,
.fs-44 h5,
.fs-44 h6 {
  font-size: 44px;
  line-height: 1.5em;
}

.fs-46,
.fs-46 > div,
.fs-46 h1,
.fs-46 h2,
.fs-46 h3,
.fs-46 h4,
.fs-46 h5,
.fs-46 h6 {
  font-size: 46px;
  line-height: 1.5em;
}

.fs-48,
.fs-48 > div,
.fs-48 h1,
.fs-48 h2,
.fs-48 h3,
.fs-48 h4,
.fs-48 h5,
.fs-48 h6 {
  font-size: 48px;
  line-height: 1.5em;
}

.fs-50,
.fs-50 > div,
.fs-50 h1,
.fs-50 h2,
.fs-50 h3,
.fs-50 h4,
.fs-50 h5,
.fs-50 h6 {
  font-size: 50px;
  line-height: 1.5em;
}

.fs-52,
.fs-52 > div,
.fs-52 h1,
.fs-52 h2,
.fs-52 h3,
.fs-52 h4,
.fs-52 h5,
.fs-52 h6 {
  font-size: 52px;
  line-height: 1.5em;
}

.fs-54,
.fs-54 > div,
.fs-54 h1,
.fs-54 h2,
.fs-54 h3,
.fs-54 h4,
.fs-54 h5,
.fs-54 h6 {
  font-size: 54px;
  line-height: 1.5em;
}

.fs-56,
.fs-56 > div,
.fs-56 h1,
.fs-56 h2,
.fs-56 h3,
.fs-56 h4,
.fs-56 h5,
.fs-56 h6 {
  font-size: 56px;
  line-height: 1.5em;
}

.fs-58,
.fs-58 > div,
.fs-58 h1,
.fs-58 h2,
.fs-58 h3,
.fs-58 h4,
.fs-58 h5,
.fs-58 h6 {
  font-size: 58px;
  line-height: 1.5em;
}

.fs-60,
.fs-60 > div,
.fs-60 h1,
.fs-60 h2,
.fs-60 h3,
.fs-60 h4,
.fs-60 h5,
.fs-60 h6 {
  font-size: 60px;
  line-height: 1.5em;
}

.fs-62,
.fs-62 > div,
.fs-62 h1,
.fs-62 h2,
.fs-62 h3,
.fs-62 h4,
.fs-62 h5,
.fs-62 h6 {
  font-size: 62px;
  line-height: 1.5em;
}

.fs-64,
.fs-64 > div,
.fs-64 h1,
.fs-64 h2,
.fs-64 h3,
.fs-64 h4,
.fs-64 h5,
.fs-64 h6 {
  font-size: 64px;
  line-height: 1.5em;
}

.fs-66,
.fs-66 > div,
.fs-66 h1,
.fs-66 h2,
.fs-66 h3,
.fs-66 h4,
.fs-66 h5,
.fs-66 h6 {
  font-size: 66px;
  line-height: 1.5em;
}

.fs-68,
.fs-68 > div,
.fs-68 h1,
.fs-68 h2,
.fs-68 h3,
.fs-68 h4,
.fs-68 h5,
.fs-68 h6 {
  font-size: 68px;
  line-height: 1.5em;
}

.fs-70,
.fs-70 > div,
.fs-70 h1,
.fs-70 h2,
.fs-70 h3,
.fs-70 h4,
.fs-70 h5,
.fs-70 h6 {
  font-size: 70px;
  line-height: 1.5em;
}

.fs-72,
.fs-72 > div,
.fs-72 h1,
.fs-72 h2,
.fs-72 h3,
.fs-72 h4,
.fs-72 h5,
.fs-72 h6 {
  font-size: 72px;
  line-height: 1.5em;
}

.fs-74,
.fs-74 > div,
.fs-74 h1,
.fs-74 h2,
.fs-74 h3,
.fs-74 h4,
.fs-74 h5,
.fs-74 h6 {
  font-size: 74px;
  line-height: 1.5em;
}

.fs-76,
.fs-76 > div,
.fs-76 h1,
.fs-76 h2,
.fs-76 h3,
.fs-76 h4,
.fs-76 h5,
.fs-76 h6 {
  font-size: 76px;
  line-height: 1.5em;
}

.fs-78,
.fs-78 > div,
.fs-78 h1,
.fs-78 h2,
.fs-78 h3,
.fs-78 h4,
.fs-78 h5,
.fs-78 h6 {
  font-size: 78px;
  line-height: 1.5em;
}

.fs-80,
.fs-80 > div,
.fs-80 h1,
.fs-80 h2,
.fs-80 h3,
.fs-80 h4,
.fs-80 h5,
.fs-80 h6 {
  font-size: 80px;
  line-height: 1.5em;
}

.fs-82,
.fs-82 > div,
.fs-82 h1,
.fs-82 h2,
.fs-82 h3,
.fs-82 h4,
.fs-82 h5,
.fs-82 h6 {
  font-size: 82px;
  line-height: 1.5em;
}

.fs-84,
.fs-84 > div,
.fs-84 h1,
.fs-84 h2,
.fs-84 h3,
.fs-84 h4,
.fs-84 h5,
.fs-84 h6 {
  font-size: 84px;
  line-height: 1.5em;
}

.fs-86,
.fs-86 > div,
.fs-86 h1,
.fs-86 h2,
.fs-86 h3,
.fs-86 h4,
.fs-86 h5,
.fs-86 h6 {
  font-size: 86px;
  line-height: 1.5em;
}

.fs-88,
.fs-88 > div,
.fs-88 h1,
.fs-88 h2,
.fs-88 h3,
.fs-88 h4,
.fs-88 h5,
.fs-88 h6 {
  font-size: 88px;
  line-height: 1.5em;
}

.fs-90,
.fs-90 > div,
.fs-90 h1,
.fs-90 h2,
.fs-90 h3,
.fs-90 h4,
.fs-90 h5,
.fs-90 h6 {
  font-size: 90px;
  line-height: 1.5em;
}

.fs-92,
.fs-92 > div,
.fs-92 h1,
.fs-92 h2,
.fs-92 h3,
.fs-92 h4,
.fs-92 h5,
.fs-92 h6 {
  font-size: 92px;
  line-height: 115px;
}

.fs-98,
.fs-98 > div,
.fs-98 h1,
.fs-98 h2,
.fs-98 h3,
.fs-98 h4,
.fs-98 h5,
.fs-98 h6 {
  font-size: 98px;
  line-height: 122.5px;
}

.fs-100,
.fs-100 > div,
.fs-100 h1,
.fs-100 h2,
.fs-100 h3,
.fs-100 h4,
.fs-100 h5,
.fs-100 h6 {
  font-size: 100px;
  line-height: 125px;
}

/*** PADDING ***/
.p-0 {
  padding: 0px;
}

.p-t-0 {
  padding-top: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.p-b-0 {
  padding-bottom: 0px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-5 {
  padding: 5px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-10 {
  padding: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-15 {
  padding: 15px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-20 {
  padding: 20px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-25 {
  padding: 25px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-30 {
  padding: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-35 {
  padding: 35px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-40 {
  padding: 40px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-45 {
  padding: 45px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-50 {
  padding: 50px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-r-50 {
  padding-right: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-55 {
  padding: 55px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-r-55 {
  padding-right: 55px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-60 {
  padding: 60px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-r-60 {
  padding-right: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-65 {
  padding: 65px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-r-65 {
  padding-right: 65px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-70 {
  padding: 70px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-r-70 {
  padding-right: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-75 {
  padding: 75px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-r-75 {
  padding-right: 75px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-80 {
  padding: 80px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-85 {
  padding: 85px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-r-85 {
  padding-right: 85px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.p-l-85 {
  padding-left: 85px;
}

.p-90 {
  padding: 90px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-r-90 {
  padding-right: 90px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-l-90 {
  padding-left: 90px;
}

.p-95 {
  padding: 95px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-r-95 {
  padding-right: 95px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-l-95 {
  padding-left: 95px;
}

.p-100 {
  padding: 100px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-r-100 {
  padding-right: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-l-100 {
  padding-left: 100px;
}

/*** MARGINS ***/
.m-0 {
  margin: 0px;
}

.m-t-0 {
  margin-top: 0px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.m-5 {
  margin: 5px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-10 {
  margin: 10px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-15 {
  margin: 15px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-20 {
  margin: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-25 {
  margin: 25px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-30 {
  margin: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-35 {
  margin: 35px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-40 {
  margin: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-45 {
  margin: 45px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-50 {
  margin: 50px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-55 {
  margin: 55px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-r-55 {
  margin-right: 55px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-l-55 {
  margin-left: 55px;
}

.m-60 {
  margin: 60px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-65 {
  margin: 65px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-r-65 {
  margin-right: 65px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-l-65 {
  margin-left: 65px;
}

.m-70 {
  margin: 70px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-75 {
  margin: 75px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-r-75 {
  margin-right: 75px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-l-75 {
  margin-left: 75px;
}

.m-80 {
  margin: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-85 {
  margin: 85px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-r-85 {
  margin-right: 85px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-l-85 {
  margin-left: 85px;
}

.m-90 {
  margin: 90px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-95 {
  margin: 95px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-r-95 {
  margin-right: 95px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-l-95 {
  margin-left: 95px;
}

.m-100 {
  margin: 100px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-l-100 {
  margin-left: 100px;
}

/* ==========================================================================
11. MOBILE MEDIA QUERIES
========================================================================== */
.hidden-lg {
  display: none !important; 
}

@media screen and (max-width: 421px) {
  /* Headings */
  h1 {
    line-height: calc( 1.125em * 0.75) ;
    font-size: calc( 56px * 0.75) ;
  }

  h2 {
    line-height: calc( 1.25em * 0.75) ;
    font-size: calc( 48px * 0.75) ;
  }

  h3 {
    line-height: calc( 1.25em * 0.75) ;
    font-size: calc( 30px * 0.75) ;
  }

  h4 {
    line-height: calc( 1.25em * 0.75) ;
    font-size: calc( 24px * 0.75) ;
  }

  h5 {
    line-height: calc( 1.125em * 0.75) ;
    font-size: calc( 20px * 0.75) ;
  }

  h6 {
    line-height: calc( 1.125em * 0.75) ;
    font-size: calc( 18px * 0.75) ;
  }


  .section-title-boxed {
    padding: 30px;
    font-size: 27px !important;
  }

  .section-title-boxed h2 {
    font-size: 27px;
  }

  .hidden-sm {
    display: none !important; 
  }
  
  .hidden-lg {
    display: block !important;
  }

  /*** FONT SIZES ***/
  .fs-12,
  .fs-12 > div,
  .fs-12 h1,
  .fs-12 h2,
  .fs-12 h3,
  .fs-12 h4,
  .fs-12 h5,
  .fs-12 h6 {
    font-size: calc( 12px * 0.72 );
    line-height: calc( 15px * 0.72 );
  }

  .fs-14,
  .fs-14 > div,
  .fs-14 h1,
  .fs-14 h2,
  .fs-14 h3,
  .fs-14 h4,
  .fs-14 h5,
  .fs-14 h6 {
    font-size: calc( 14px * 0.72 );
    line-height: calc( 17.5px * 0.72 );
  }

  .fs-16,
  .fs-16 > div,
  .fs-16 h1,
  .fs-16 h2,
  .fs-16 h3,
  .fs-16 h4,
  .fs-16 h5,
  .fs-16 h6 {
    font-size: calc( 16px * 0.72 );
    line-height: calc( 20px * 0.72 );
  }

  .fs-18,
  .fs-18 > div,
  .fs-18 h1,
  .fs-18 h2,
  .fs-18 h3,
  .fs-18 h4,
  .fs-18 h5,
  .fs-18 h6 {
    font-size: calc( 18px * 0.72 );
    line-height: calc( 22.5px * 0.72 );
  }

  .fs-20,
  .fs-20 > div,
  .fs-20 h1,
  .fs-20 h2,
  .fs-20 h3,
  .fs-20 h4,
  .fs-20 h5,
  .fs-20 h6 {
    font-size: calc( 20px * 0.72 );
    line-height: calc( 25px * 0.72 );
  }

  .fs-22,
  .fs-22 > div,
  .fs-22 h1,
  .fs-22 h2,
  .fs-22 h3,
  .fs-22 h4,
  .fs-22 h5,
  .fs-22 h6 {
    font-size: calc( 22px * 0.72 );
    line-height: calc( 27.5px * 0.72 );
  }

  .fs-24,
  .fs-24 > div,
  .fs-24 h1,
  .fs-24 h2,
  .fs-24 h3,
  .fs-24 h4,
  .fs-24 h5,
  .fs-24 h6 {
    font-size: calc( 24px * 0.72 );
    line-height: calc( 30px * 0.72 );
  }

  .fs-26,
  .fs-26 > div,
  .fs-26 h1,
  .fs-26 h2,
  .fs-26 h3,
  .fs-26 h4,
  .fs-26 h5,
  .fs-26 h6 {
    font-size: calc( 26px * 0.72 );
    line-height: calc( 32.5px * 0.72 );
  }

  .fs-28,
  .fs-28 > div,
  .fs-28 h1,
  .fs-28 h2,
  .fs-28 h3,
  .fs-28 h4,
  .fs-28 h5,
  .fs-28 h6 {
    font-size: calc( 28px * 0.72 );
    line-height: calc( 35px * 0.72 );
  }

  .fs-30,
  .fs-30 > div,
  .fs-30 h1,
  .fs-30 h2,
  .fs-30 h3,
  .fs-30 h4,
  .fs-30 h5,
  .fs-30 h6 {
    font-size: calc( 30px * 0.72 );
    line-height: calc( 37.5px * 0.72 );
  }

  .fs-32,
  .fs-32 > div,
  .fs-32 h1,
  .fs-32 h2,
  .fs-32 h3,
  .fs-32 h4,
  .fs-32 h5,
  .fs-32 h6 {
    font-size: calc( 32px * 0.72 );
    line-height: calc( 40px * 0.72 );
  }

  .fs-34,
  .fs-34 > div,
  .fs-34 h1,
  .fs-34 h2,
  .fs-34 h3,
  .fs-34 h4,
  .fs-34 h5,
  .fs-34 h6 {
    font-size: calc( 34px * 0.72 );
    line-height: calc( 42.5px * 0.72 );
  }

  .fs-36,
  .fs-36 > div,
  .fs-36 h1,
  .fs-36 h2,
  .fs-36 h3,
  .fs-36 h4,
  .fs-36 h5,
  .fs-36 h6 {
    font-size: calc( 36px * 0.72 );
    line-height: calc( 45px * 0.72 );
  }

  .fs-38,
  .fs-38 > div,
  .fs-38 h1,
  .fs-38 h2,
  .fs-38 h3,
  .fs-38 h4,
  .fs-38 h5,
  .fs-38 h6 {
    font-size: calc( 38px * 0.72 );
    line-height: calc( 47.5px * 0.72 );
  }

  .fs-40,
  .fs-40 > div,
  .fs-40 h1,
  .fs-40 h2,
  .fs-40 h3,
  .fs-40 h4,
  .fs-40 h5,
  .fs-40 h6 {
    font-size: calc( 40px * 0.72 );
    line-height: calc( 50px * 0.72 );
  }

  .fs-42,
  .fs-42 > div,
  .fs-42 h1,
  .fs-42 h2,
  .fs-42 h3,
  .fs-42 h4,
  .fs-42 h5,
  .fs-42 h6 {
    font-size: calc( 42px * 0.72 );
    line-height: calc( 52.5px * 0.72 );
  }

  .fs-44,
  .fs-44 > div,
  .fs-44 h1,
  .fs-44 h2,
  .fs-44 h3,
  .fs-44 h4,
  .fs-44 h5,
  .fs-44 h6 {
    font-size: calc( 44px * 0.72 );
    line-height: calc( 55px * 0.72 );
  }

  .fs-46,
  .fs-46 > div,
  .fs-46 h1,
  .fs-46 h2,
  .fs-46 h3,
  .fs-46 h4,
  .fs-46 h5,
  .fs-46 h6 {
    font-size: calc( 46px * 0.72 );
    line-height: calc( 57.5px * 0.72 );
  }

  .fs-48,
  .fs-48 > div,
  .fs-48 h1,
  .fs-48 h2,
  .fs-48 h3,
  .fs-48 h4,
  .fs-48 h5,
  .fs-48 h6 {
    font-size: calc( 48px * 0.72 );
    line-height: calc( 60px * 0.72 );
  }

  .fs-50,
  .fs-50 > div,
  .fs-50 h1,
  .fs-50 h2,
  .fs-50 h3,
  .fs-50 h4,
  .fs-50 h5,
  .fs-50 h6 {
    font-size: calc( 50px * 0.72 );
    line-height: calc( 62.5px * 0.72 );
  }

  .fs-52,
  .fs-52 > div,
  .fs-52 h1,
  .fs-52 h2,
  .fs-52 h3,
  .fs-52 h4,
  .fs-52 h5,
  .fs-52 h6 {
    font-size: calc( 52px * 0.72 );
    line-height: calc( 65px * 0.72 );
  }

  .fs-54,
  .fs-54 > div,
  .fs-54 h1,
  .fs-54 h2,
  .fs-54 h3,
  .fs-54 h4,
  .fs-54 h5,
  .fs-54 h6 {
    font-size: calc( 54px * 0.72 );
    line-height: calc( 67.5px * 0.72 );
  }

  .fs-56,
  .fs-56 > div,
  .fs-56 h1,
  .fs-56 h2,
  .fs-56 h3,
  .fs-56 h4,
  .fs-56 h5,
  .fs-56 h6 {
    font-size: calc( 56px * 0.72 );
    line-height: calc( 70px * 0.72 );
  }

  .fs-58,
  .fs-58 > div,
  .fs-58 h1,
  .fs-58 h2,
  .fs-58 h3,
  .fs-58 h4,
  .fs-58 h5,
  .fs-58 h6 {
    font-size: calc( 58px * 0.72 );
    line-height: calc( 72.5px * 0.72 );
  }

  .fs-60,
  .fs-60 > div,
  .fs-60 h1,
  .fs-60 h2,
  .fs-60 h3,
  .fs-60 h4,
  .fs-60 h5,
  .fs-60 h6 {
    font-size: calc( 60px * 0.72 );
    line-height: calc( 75px * 0.72 );
  }

  .fs-62,
  .fs-62 > div,
  .fs-62 h1,
  .fs-62 h2,
  .fs-62 h3,
  .fs-62 h4,
  .fs-62 h5,
  .fs-62 h6 {
    font-size: calc( 62px * 0.72 );
    line-height: calc( 77.5px * 0.72 );
  }

  .fs-64,
  .fs-64 > div,
  .fs-64 h1,
  .fs-64 h2,
  .fs-64 h3,
  .fs-64 h4,
  .fs-64 h5,
  .fs-64 h6 {
    font-size: calc( 64px * 0.72 );
    line-height: calc( 80px * 0.72 );
  }

  .fs-66,
  .fs-66 > div,
  .fs-66 h1,
  .fs-66 h2,
  .fs-66 h3,
  .fs-66 h4,
  .fs-66 h5,
  .fs-66 h6 {
    font-size: calc( 66px * 0.72 );
    line-height: calc( 82.5px * 0.72 );
  }

  .fs-68,
  .fs-68 > div,
  .fs-68 h1,
  .fs-68 h2,
  .fs-68 h3,
  .fs-68 h4,
  .fs-68 h5,
  .fs-68 h6 {
    font-size: calc( 68px * 0.72 );
    line-height: calc( 85px * 0.72 );
  }

  .fs-70,
  .fs-70 > div,
  .fs-70 h1,
  .fs-70 h2,
  .fs-70 h3,
  .fs-70 h4,
  .fs-70 h5,
  .fs-70 h6 {
    font-size: calc( 70px * 0.72 );
    line-height: calc( 87.5px * 0.72 );
  }

  .fs-72,
  .fs-72 > div,
  .fs-72 h1,
  .fs-72 h2,
  .fs-72 h3,
  .fs-72 h4,
  .fs-72 h5,
  .fs-72 h6 {
    font-size: calc( 72px * 0.72 );
    line-height: calc( 90px * 0.72 );
  }

  .fs-74,
  .fs-74 > div,
  .fs-74 h1,
  .fs-74 h2,
  .fs-74 h3,
  .fs-74 h4,
  .fs-74 h5,
  .fs-74 h6 {
    font-size: calc( 74px * 0.72 );
    line-height: calc( 92.5px * 0.72 );
  }

  .fs-76,
  .fs-76 > div,
  .fs-76 h1,
  .fs-76 h2,
  .fs-76 h3,
  .fs-76 h4,
  .fs-76 h5,
  .fs-76 h6 {
    font-size: calc( 76px * 0.72 );
    line-height: calc( 95px * 0.72 );
  }

  .fs-78,
  .fs-78 > div,
  .fs-78 h1,
  .fs-78 h2,
  .fs-78 h3,
  .fs-78 h4,
  .fs-78 h5,
  .fs-78 h6 {
    font-size: calc( 78px * 0.72 );
    line-height: calc( 97.5px * 0.72 );
  }

  .fs-80,
  .fs-80 > div,
  .fs-80 h1,
  .fs-80 h2,
  .fs-80 h3,
  .fs-80 h4,
  .fs-80 h5,
  .fs-80 h6 {
    font-size: calc( 80px * 0.72 );
    line-height: calc( 100px * 0.72 );
  }

  .fs-82,
  .fs-82 > div,
  .fs-82 h1,
  .fs-82 h2,
  .fs-82 h3,
  .fs-82 h4,
  .fs-82 h5,
  .fs-82 h6 {
    font-size: calc( 82px * 0.72 );
    line-height: calc( 102.5px * 0.72 );
  }

  .fs-84,
  .fs-84 > div,
  .fs-84 h1,
  .fs-84 h2,
  .fs-84 h3,
  .fs-84 h4,
  .fs-84 h5,
  .fs-84 h6 {
    font-size: calc( 84px * 0.72 );
    line-height: calc( 105px * 0.72 );
  }

  .fs-86,
  .fs-86 > div,
  .fs-86 h1,
  .fs-86 h2,
  .fs-86 h3,
  .fs-86 h4,
  .fs-86 h5,
  .fs-86 h6 {
    font-size: calc( 86px * 0.72 );
    line-height: calc( 107.5px * 0.72 );
  }

  .fs-88,
  .fs-88 > div,
  .fs-88 h1,
  .fs-88 h2,
  .fs-88 h3,
  .fs-88 h4,
  .fs-88 h5,
  .fs-88 h6 {
    font-size: calc( 88px * 0.72 );
    line-height: calc( 110px * 0.72 );
  }

  .fs-90,
  .fs-90 > div,
  .fs-90 h1,
  .fs-90 h2,
  .fs-90 h3,
  .fs-90 h4,
  .fs-90 h5,
  .fs-90 h6 {
    font-size: calc( 90px * 0.72 );
    line-height: calc( 112.5px * 0.72 );
  }

  .fs-92,
  .fs-92 > div,
  .fs-92 h1,
  .fs-92 h2,
  .fs-92 h3,
  .fs-92 h4,
  .fs-92 h5,
  .fs-92 h6 {
    font-size: calc( 92px * 0.72 );
    line-height: calc( 115px * 0.72 );
  }

  .fs-98,
  .fs-98 > div,
  .fs-98 h1,
  .fs-98 h2,
  .fs-98 h3,
  .fs-98 h4,
  .fs-98 h5,
  .fs-98 h6 {
    font-size: calc( 98px * 0.72 );
    line-height: calc( 122.5px * 0.72 );
  }

  .fs-100,
  .fs-100 > div,
  .fs-100 h1,
  .fs-100 h2,
  .fs-100 h3,
  .fs-100 h4,
  .fs-100 h5,
  .fs-100 h6 {
    font-size: calc( 100px * 0.72 );
    line-height: calc( 125px * 0.72 );
  }

  /*** PADDING ***/
  .m-p-0 {
    padding: 0px;
  }

  .m-p-t-0 {
    padding-top: 0px;
  }

  .m-p-r-0 {
    padding-right: 0px;
  }

  .m-p-b-0 {
    padding-bottom: 0px;
  }

  .m-p-l-0 {
    padding-left: 0px;
  }

  .m-p-5 {
    padding: 5px;
  }

  .m-p-t-5 {
    padding-top: 5px;
  }

  .m-p-r-5 {
    padding-right: 5px;
  }

  .m-p-b-5 {
    padding-bottom: 5px;
  }

  .m-p-l-5 {
    padding-left: 5px;
  }

  .m-p-10 {
    padding: 10px;
  }

  .m-p-t-10 {
    padding-top: 10px;
  }

  .m-p-r-10 {
    padding-right: 10px;
  }

  .m-p-b-10 {
    padding-bottom: 10px;
  }

  .m-p-l-10 {
    padding-left: 10px;
  }

  .m-p-15 {
    padding: 15px;
  }

  .m-p-t-15 {
    padding-top: 15px;
  }

  .m-p-r-15 {
    padding-right: 15px;
  }

  .m-p-b-15 {
    padding-bottom: 15px;
  }

  .m-p-l-15 {
    padding-left: 15px;
  }

  .m-p-20 {
    padding: 20px;
  }

  .m-p-t-20 {
    padding-top: 20px;
  }

  .m-p-r-20 {
    padding-right: 20px;
  }

  .m-p-b-20 {
    padding-bottom: 20px;
  }

  .m-p-l-20 {
    padding-left: 20px;
  }

  .m-p-25 {
    padding: 25px;
  }

  .m-p-t-25 {
    padding-top: 25px;
  }

  .m-p-r-25 {
    padding-right: 25px;
  }

  .m-p-b-25 {
    padding-bottom: 25px;
  }

  .m-p-l-25 {
    padding-left: 25px;
  }

  .m-p-30 {
    padding: 30px;
  }

  .m-p-t-30 {
    padding-top: 30px;
  }

  .m-p-r-30 {
    padding-right: 30px;
  }

  .m-p-b-30 {
    padding-bottom: 30px;
  }

  .m-p-l-30 {
    padding-left: 30px;
  }

  .m-p-35 {
    padding: 35px;
  }

  .m-p-t-35 {
    padding-top: 35px;
  }

  .m-p-r-35 {
    padding-right: 35px;
  }

  .m-p-b-35 {
    padding-bottom: 35px;
  }

  .m-p-l-35 {
    padding-left: 35px;
  }

  .m-p-40 {
    padding: 40px;
  }

  .m-p-t-40 {
    padding-top: 40px;
  }

  .m-p-r-40 {
    padding-right: 40px;
  }

  .m-p-b-40 {
    padding-bottom: 40px;
  }

  .m-p-l-40 {
    padding-left: 40px;
  }

  .m-p-45 {
    padding: 45px;
  }

  .m-p-t-45 {
    padding-top: 45px;
  }

  .m-p-r-45 {
    padding-right: 45px;
  }

  .m-p-b-45 {
    padding-bottom: 45px;
  }

  .m-p-l-45 {
    padding-left: 45px;
  }

  .m-p-50 {
    padding: 50px;
  }

  .m-p-t-50 {
    padding-top: 50px;
  }

  .m-p-r-50 {
    padding-right: 50px;
  }

  .m-p-b-50 {
    padding-bottom: 50px;
  }

  .m-p-l-50 {
    padding-left: 50px;
  }

  .m-p-55 {
    padding: 55px;
  }

  .m-p-t-55 {
    padding-top: 55px;
  }

  .m-p-r-55 {
    padding-right: 55px;
  }

  .m-p-b-55 {
    padding-bottom: 55px;
  }

  .m-p-l-55 {
    padding-left: 55px;
  }

  .m-p-60 {
    padding: 60px;
  }

  .m-p-t-60 {
    padding-top: 60px;
  }

  .m-p-r-60 {
    padding-right: 60px;
  }

  .m-p-b-60 {
    padding-bottom: 60px;
  }

  .m-p-l-60 {
    padding-left: 60px;
  }

  .m-p-65 {
    padding: 65px;
  }

  .m-p-t-65 {
    padding-top: 65px;
  }

  .m-p-r-65 {
    padding-right: 65px;
  }

  .m-p-b-65 {
    padding-bottom: 65px;
  }

  .m-p-l-65 {
    padding-left: 65px;
  }

  .m-p-70 {
    padding: 70px;
  }

  .m-p-t-70 {
    padding-top: 70px;
  }

  .m-p-r-70 {
    padding-right: 70px;
  }

  .m-p-b-70 {
    padding-bottom: 70px;
  }

  .m-p-l-70 {
    padding-left: 70px;
  }

  .m-p-75 {
    padding: 75px;
  }

  .m-p-t-75 {
    padding-top: 75px;
  }

  .m-p-r-75 {
    padding-right: 75px;
  }

  .m-p-b-75 {
    padding-bottom: 75px;
  }

  .m-p-l-75 {
    padding-left: 75px;
  }

  .m-p-80 {
    padding: 80px;
  }

  .m-p-t-80 {
    padding-top: 80px;
  }

  .m-p-r-80 {
    padding-right: 80px;
  }

  .m-p-b-80 {
    padding-bottom: 80px;
  }

  .m-p-l-80 {
    padding-left: 80px;
  }

  .m-p-85 {
    padding: 85px;
  }

  .m-p-t-85 {
    padding-top: 85px;
  }

  .m-p-r-85 {
    padding-right: 85px;
  }

  .m-p-b-85 {
    padding-bottom: 85px;
  }

  .m-p-l-85 {
    padding-left: 85px;
  }

  .m-p-90 {
    padding: 90px;
  }

  .m-p-t-90 {
    padding-top: 90px;
  }

  .m-p-r-90 {
    padding-right: 90px;
  }

  .m-p-b-90 {
    padding-bottom: 90px;
  }

  .m-p-l-90 {
    padding-left: 90px;
  }

  .m-p-95 {
    padding: 95px;
  }

  .m-p-t-95 {
    padding-top: 95px;
  }

  .m-p-r-95 {
    padding-right: 95px;
  }

  .m-p-b-95 {
    padding-bottom: 95px;
  }

  .m-p-l-95 {
    padding-left: 95px;
  }

  .m-p-100 {
    padding: 100px;
  }

  .m-p-t-100 {
    padding-top: 100px;
  }

  .m-p-r-100 {
    padding-right: 100px;
  }

  .m-p-b-100 {
    padding-bottom: 100px;
  }

  .m-p-l-100 {
    padding-left: 100px;
  }

  /*** MARGINS ***/
  .m-m-0 {
    margin: 0px;
  }

  .m-m-t-0 {
    margin-top: 0px;
  }

  .m-m-r-0 {
    margin-right: 0px;
  }

  .m-m-b-0 {
    margin-bottom: 0px;
  }

  .m-m-l-0 {
    margin-left: 0px;
  }

  .m-m-5 {
    margin: 5px;
  }

  .m-m-t-5 {
    margin-top: 5px;
  }

  .m-m-r-5 {
    margin-right: 5px;
  }

  .m-m-b-5 {
    margin-bottom: 5px;
  }

  .m-m-l-5 {
    margin-left: 5px;
  }

  .m-m-10 {
    margin: 10px;
  }

  .m-m-t-10 {
    margin-top: 10px;
  }

  .m-m-r-10 {
    margin-right: 10px;
  }

  .m-m-b-10 {
    margin-bottom: 10px;
  }

  .m-m-l-10 {
    margin-left: 10px;
  }

  .m-m-15 {
    margin: 15px;
  }

  .m-m-t-15 {
    margin-top: 15px;
  }

  .m-m-r-15 {
    margin-right: 15px;
  }

  .m-m-b-15 {
    margin-bottom: 15px;
  }

  .m-m-l-15 {
    margin-left: 15px;
  }

  .m-m-20 {
    margin: 20px;
  }

  .m-m-t-20 {
    margin-top: 20px;
  }

  .m-m-r-20 {
    margin-right: 20px;
  }

  .m-m-b-20 {
    margin-bottom: 20px;
  }

  .m-m-l-20 {
    margin-left: 20px;
  }

  .m-m-25 {
    margin: 25px;
  }

  .m-m-t-25 {
    margin-top: 25px;
  }

  .m-m-r-25 {
    margin-right: 25px;
  }

  .m-m-b-25 {
    margin-bottom: 25px;
  }

  .m-m-l-25 {
    margin-left: 25px;
  }

  .m-m-30 {
    margin: 30px;
  }

  .m-m-t-30 {
    margin-top: 30px;
  }

  .m-m-r-30 {
    margin-right: 30px;
  }

  .m-m-b-30 {
    margin-bottom: 30px;
  }

  .m-m-l-30 {
    margin-left: 30px;
  }

  .m-m-35 {
    margin: 35px;
  }

  .m-m-t-35 {
    margin-top: 35px;
  }

  .m-m-r-35 {
    margin-right: 35px;
  }

  .m-m-b-35 {
    margin-bottom: 35px;
  }

  .m-m-l-35 {
    margin-left: 35px;
  }

  .m-m-40 {
    margin: 40px;
  }

  .m-m-t-40 {
    margin-top: 40px;
  }

  .m-m-r-40 {
    margin-right: 40px;
  }

  .m-m-b-40 {
    margin-bottom: 40px;
  }

  .m-m-l-40 {
    margin-left: 40px;
  }

  .m-m-45 {
    margin: 45px;
  }

  .m-m-t-45 {
    margin-top: 45px;
  }

  .m-m-r-45 {
    margin-right: 45px;
  }

  .m-m-b-45 {
    margin-bottom: 45px;
  }

  .m-m-l-45 {
    margin-left: 45px;
  }

  .m-m-50 {
    margin: 50px;
  }

  .m-m-t-50 {
    margin-top: 50px;
  }

  .m-m-r-50 {
    margin-right: 50px;
  }

  .m-m-b-50 {
    margin-bottom: 50px;
  }

  .m-m-l-50 {
    margin-left: 50px;
  }

  .m-m-55 {
    margin: 55px;
  }

  .m-m-t-55 {
    margin-top: 55px;
  }

  .m-m-r-55 {
    margin-right: 55px;
  }

  .m-m-b-55 {
    margin-bottom: 55px;
  }

  .m-m-l-55 {
    margin-left: 55px;
  }

  .m-m-60 {
    margin: 60px;
  }

  .m-m-t-60 {
    margin-top: 60px;
  }

  .m-m-r-60 {
    margin-right: 60px;
  }

  .m-m-b-60 {
    margin-bottom: 60px;
  }

  .m-m-l-60 {
    margin-left: 60px;
  }

  .m-m-65 {
    margin: 65px;
  }

  .m-m-t-65 {
    margin-top: 65px;
  }

  .m-m-r-65 {
    margin-right: 65px;
  }

  .m-m-b-65 {
    margin-bottom: 65px;
  }

  .m-m-l-65 {
    margin-left: 65px;
  }

  .m-m-70 {
    margin: 70px;
  }

  .m-m-t-70 {
    margin-top: 70px;
  }

  .m-m-r-70 {
    margin-right: 70px;
  }

  .m-m-b-70 {
    margin-bottom: 70px;
  }

  .m-m-l-70 {
    margin-left: 70px;
  }

  .m-m-75 {
    margin: 75px;
  }

  .m-m-t-75 {
    margin-top: 75px;
  }

  .m-m-r-75 {
    margin-right: 75px;
  }

  .m-m-b-75 {
    margin-bottom: 75px;
  }

  .m-m-l-75 {
    margin-left: 75px;
  }

  .m-m-80 {
    margin: 80px;
  }

  .m-m-t-80 {
    margin-top: 80px;
  }

  .m-m-r-80 {
    margin-right: 80px;
  }

  .m-m-b-80 {
    margin-bottom: 80px;
  }

  .m-m-l-80 {
    margin-left: 80px;
  }

  .m-m-85 {
    margin: 85px;
  }

  .m-m-t-85 {
    margin-top: 85px;
  }

  .m-m-r-85 {
    margin-right: 85px;
  }

  .m-m-b-85 {
    margin-bottom: 85px;
  }

  .m-m-l-85 {
    margin-left: 85px;
  }

  .m-m-90 {
    margin: 90px;
  }

  .m-m-t-90 {
    margin-top: 90px;
  }

  .m-m-r-90 {
    margin-right: 90px;
  }

  .m-m-b-90 {
    margin-bottom: 90px;
  }

  .m-m-l-90 {
    margin-left: 90px;
  }

  .m-m-95 {
    margin: 95px;
  }

  .m-m-t-95 {
    margin-top: 95px;
  }

  .m-m-r-95 {
    margin-right: 95px;
  }

  .m-m-b-95 {
    margin-bottom: 95px;
  }

  .m-m-l-95 {
    margin-left: 95px;
  }

  .m-m-100 {
    margin: 100px;
  }

  .m-m-t-100 {
    margin-top: 100px;
  }

  .m-m-r-100 {
    margin-right: 100px;
  }

  .m-m-b-100 {
    margin-bottom: 100px;
  }

  .m-m-l-100 {
    margin-left: 100px;
  }

  .m-fs-16 {
    font-size: 16px;
  }

}

@media screen and (max-width: 1080px) {
  .hidden-md {
    display: none!important;
  }
}

.has-overlay:after {
  content: '';
  display: block;
  position: absolute;
  background: #2E2C33;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.overlay-10:after {
  opacity: 0.1;
}

.overlay-20:after {
  opacity: 0.2;
}

.overlay-30:after {
  opacity: 0.3;
}

.overlay-40:after {
  opacity: 0.4;
}

.span6.sc-map-container {
  width: 50%;
  margin-left: 0;
}

p-half {
  margin-bottom: .5em;
}
@media screen and (max-width: 768px) {
  .span6.sc-map-container {
    width: 100%;
    margin-left: 0;
  }
}

.vertical-align-middle .row-fluid:first-child {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .vertical-align-middle .row-fluid:first-child {
    display: block;
  }
}

.template-event-landing input.hs-button.primary.large,
.template-event-landing .header-content .cta_button {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 0;
  background: transparent;
  font-size: 20px;
  font-family: 'Montserrat';
  letter-spacing: 2px;
  padding: 17px 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.template-event-landing input.hs-button.primary.large:hover,
.template-event-landing .header-content .cta_button:hover {
  color: #f26727 !important;
  background: #FFFFFF !important;
  transform: scale(1.05) !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 10001;
  display: none;
  top: 0;
  left: 0; 
}

.reveal-modal {
  visibility: hidden;
  top: 25%;
  left: 25%;
  margin: 0 auto;
  width: 50%;
  background: #FFF;
  position: absolute;
  z-index: 9999999999;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

@media screen and (max-width: 768px) {
  .reveal-modal {
    width: 90%;
    top: 70px;
    left: 5%;
    padding: 15px;
  }
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
} 

.reveal-modal input.hs-button.primary.large {
  color: #1f1f1f !important;
  border: 2px solid #1f1f1f !important;
}

.reveal-modal input.hs-button.primary.large:hover {
  background: #1f1f1f;
  color: #FFFFFF;
}

.reveal-modal .hs-form-field > label, 
.reveal-modal .hs-form-field > label span {
  color: #1f1f1f !important;
}

.reveal-modal .hs-input {
    border: 2px solid #1f1f1f;
    height: 50px;
    margin-bottom: 20px;
} 

@media only screen and (max-width: 600px) {
  .hero .page-title, .header-content .page-title{
   width: auto;
    font-size: 40px;
    padding-top: 100px; 
    word-wrap: inherit!important;
    line-height: 1.5!important;
  }
  .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: unset!important;    }
  .blog_feed_slider_module .blog_feed_slider .slide_item img { max-width: 100% !important; }
  
}