/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


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

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


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


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

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

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: Madera-Bold;
  font-display: auto;
  src: url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Bold.eot") format("embedded-opentype"), 
    url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Bold.woff2") format("woff2"), 
    url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Bold.woff") format("woff"),
    url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Madera-Regular;
  font-display: auto;
  src: url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Regular.eot") format("embedded-opentype"),
    url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Regular.woff2") format("woff2"), 
    url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Regular.woff") format("woff"), 
    url("https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Fonts/Madera-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Horizontal Menu
   ========================================================================== */

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

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

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


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

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

html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} 

body {
  background-color: #ffffff;
  font-family: Madera-Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #1d2d44;
  margin: 0;
}

body.mobile-open {
	height: 100vh;
	overflow-y: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
/* Highlighted Text
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
} */


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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1.37rem;
} 

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h6 {
	margin-top: 0;
	margin-bottom: 1.25rem
}

.h1, .h2, .h3, .h4, .h6, h1, h2, h3, h4, h6 {
	margin-bottom: 1.25rem;
	font-family: Madera-Bold, sans-serif;
	font-weight: 500;
	line-height: 1.08334;
	color: inherit;
}
.h1, h1 {
	font-size: 3rem;
}
.h2, h2 {
	font-size: 1.75rem;
  margin-bottom: 1rem;
}
.h3, h3 {
	font-size: 1.25rem;
}
    
.h4, .h6, h4, h6 {
	font-size: 1rem;
}
h5 {
  font-size: 0.83rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #004b60;
}

/* 
h2 {
  font-family: Madera-Regular, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.hs-blog-listing h2{ 
  font-family: Madera-Bold, sans-serif;
}
*/
.h1, h1 {
	line-height: 52px
}
.h2, h2 {
	line-height: 34px;
	color: #ff6371
}
.h3, h3 {
	line-height: 27px
}
.h4, h4 {
	line-height: 22px;
	margin-bottom: 0
}
.ingress {
	font-size: 1.25rem
}
@media (max-width:768px) {
	.h1, h1 {
		font-size: 1.625rem;
		line-height: 29px
	}
	.h2, h2 {
		font-size: 1.25rem;
		line-height: 27px
	}
	.h4, h4 {
		font-size: 1rem;
		line-height: 22px
	}
}

/* Anchor Links */
a {   
  color: #00d2c3;
  text-decoration: none;
  -o-transition: color .15s ease-out, background .15s ease-in;
  -ms-transition: color .15s ease-out, background .15s ease-in;
  -moz-transition: color .15s ease-out, background .15s ease-in;
  -webkit-transition: color .15s ease-out, background .15s ease-in;
  transition: color .15s ease-out, background .15s ease-in;
}
a:hover, a:focus {
  color: #ff6371;
  text-decoration: none;
}

/* Lists */
ol {
  padding-left: 1.2em;
}
ul ul, ul ol, ol ol, ol ul {}
.content-wrapper li {
  margin-bottom: 0.5rem;
}
ul.aspia-list {
    position: relative;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 1.2em;
}
ul.aspia-list li:before {
    color: #00d2c3;
    content: "\2022";
    font-weight: bolder;
    position: absolute;
    left: 0;
}

.content-wrapper ul{
  position: relative;
  /*list-style: none; */
  padding-left: 1.2em;
}
/*
.content-wrapper ul li:before {
    color: #00d2c3;
    content: "\2022";
    font-weight: bolder;
    position: absolute;
    left: 0;
}
*/

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
hr.hr-blue {
    background-color: transparent;
    border-bottom: 2px dotted #004b60;
}

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


/* ==========================================================================
   3. 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 =============== */

.header-container-wrapper {
    position: fixed;
    display: block;
    z-index: 100;
    width: 100%;
}
.hs-landing-page .header-container-wrapper{
    position: relative;
}
.banner-top {
    margin-top: 112px;
}
.hs-landing-page .banner-top {
    margin-top: 0px;
}

.landing-page .landing-page--no-nav .bottom-header .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.landing-page .landing-page--no-nav .bottom-header .row-fluid .custom-logo{
  margin-left: 0px !important;
}

.header-container {}

.custom-header-wrapper {
  margin-bottom: 0.5rem;
}
.custom-header-search {
  font-size: 0.75rem;
  line-height: 1.32;
  padding-top: 1.5rem;
  margin-top: -2px;
  padding-left: 0.5rem;
}
ul.navbar-nav.ml-auto {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  float: right;
}
ul.navbar-nav.ml-auto li a{
  color: #004b61;
  font-weight: normal;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition:all 0.15s ease-in-out;
}
ul.navbar-nav.ml-auto li a.nav-link:hover {
    color: #ff6371;
}
span.nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #004b61;
  font-weight: normal;
  cursor: pointer;
}
span.nav-link:hover {
  color: #ff6371;
}
i.fa.fa-globe.ml-1 {
  margin-left: 0.25rem;
}

.custom-logo {
  width: auto !important;
  margin-left: 1rem !important;
  margin-top: -2px;
}
.custom-logo img{
  width: 166px;
}

.custom-logo img:last-of-type{
  display: none !important;
}
.scrolled.landing-page .bottom-header .custom-logo img {
    display: none;
}
.landing-page.scrolled .bottom-header .custom-logo img{
  display: none;
}
.custom-menu-primary {
  margin-left: 0 !important;
  width: auto !important;
  float: right !important;
  margin-top: 45px;
}
.scrolled .header-container-wrapper {
    position: fixed;
    display: block;
    z-index: 100;
    width: 100%;
}
.landing-page.scrolled .header-container-wrapper{
    position: relative;

}
/*
.hs-landing-page.scrolled .header-container-wrapper {
    position: relative;

}*/

/*.custom-header-search {
    transition: ease all 0.3s;
}*/
.scrolled .custom-header-search {
    display: none !important;
    /*transform: translateY(-250%);
    margin-top: -100%;*/
}
.scrolled .custom-header-wrapper {
    margin-top: .5rem;
}
.scrolled .custom-logo img {
    max-width: 100px!important;
    height: 55px!important;
    padding-top: 10px;
    vertical-align: middle;
}
.scrolled .custom-menu-primary {
    margin-top: 20px;
}


@media (max-width: 767px) {
    .scrolled .custom-header-wrapper {
        margin-top: .0rem;
    }
}

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

.body-container-wrapper {}
.body-container {}
/*
.content-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
*/
.content-wrapper{
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}


.footer-container-wrapper {
  background-color: #1d2d44;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.bottom-footer-wrapper {
  font-size: 0.75rem;
  line-height: 1.32;
  border-top: thin solid #00d2c3;
  padding-top: 1.5rem;
}
.bottom-footer-wrapper .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.bottom-footer-col {
  margin-left: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 44px;
  padding-top: 20px;
  color: #f2f2f2;
}
.footer-policy a:hover {
  color: #ff6371;
}
.footer-policy a:first-child {
  margin-right: 14px;
}

.footer-social-links a i {
  font-size: 2rem !important;
  border: 2px solid #00d2c3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0.6rem .7rem 0.633rem;
  line-height: 28px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
}

.footer-social-links a {
  color: #00d2c3;
  -o-transition: color .15s ease-out, background .15s ease-in;
  -ms-transition: color .15s ease-out, background .15s ease-in;
  -moz-transition: color .15s ease-out, background .15s ease-in;
  -webkit-transition: color .15s ease-out, background .15s ease-in;
  transition: color .15s ease-out, background .15s ease-in;
  margin-right: 1.5rem;
}
.footer-social-links a:last-of-type {
    margin-right: 0px;
}
.footer-social-links a i:before {
  /*content: "\f0e1";*/
}
.footer-policy a {
  margin-right: 1rem;
  color: #f2f2f2;
  -o-transition: color .15s ease-out, background .15s ease-in;
  -ms-transition: color .15s ease-out, background .15s ease-in;
  -moz-transition: color .15s ease-out, background .15s ease-in;
  -webkit-transition: color .15s ease-out, background .15s ease-in;
  transition: color .15s ease-out, background .15s ease-in;
}


.top-footer-wrapper {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  text-align: center;
}
.top-footer-wrapper .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.top-footer-col {
  margin-left: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.top-footer-col h3 {
  color: #ff6371;
  line-height: 1.21442;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.top-footer-col p {
  margin-top: 0;
  margin-bottom: 1.37rem;
}
.footer-contact-us a {
  color: #00d2c3;
  -o-transition: color .15s ease-out, background .15s ease-in;
  -ms-transition: color .15s ease-out, background .15s ease-in;
  -moz-transition: color .15s ease-out, background .15s ease-in;
  -webkit-transition: color .15s ease-out, background .15s ease-in;
  transition: color .15s ease-out, background .15s ease-in;
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer-contact-us a:hover {
  color: #ff6371;
}
.footer-contact-us a img {
  height: 14px;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.footer-contact-us a:last-of-type img {
  height: 16px;
  margin-top: -4px;
}
.footer-button button, button.author-contact-button {
  background-color: #00d2c3;
  border-color: #00d2c3;
  color: #004b61;
  -webkit-appearance: button;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 6.40px 30px 9.60px;
  font-size: 1rem;
  line-height: 1.375;
  border-radius: 0.175rem;
  transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  font-family: Madera-Regular;
}
.footer-button button:hover, button.author-contact-button:hover {
  background-color: #b31968;
  border-color: #b31968;
  color: #004b61;
}
.footer-button button:focus, button.author-contact-button:hover {
  outline: none;
}


/*===============================Modal Box=================================*/

.modal {
  display: block !important;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  z-index: 1050;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.15s linear;
  transform: translate(0, -100%);
}
.modal-dialog {
  max-width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  position: relative;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 0;
  min-height: 100%;
  height: auto;
  align-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.22rem;
  border-top-right-radius: 0.22rem;
}
h5.modal-title {
  display: none;
}
button.close {
  display: none;
}
.modal-body {
  color: #004b60;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  cursor: auto;
}
.row.mt-5 {
  margin-top: 3rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-sm-8.offset-sm-2 {
  margin-bottom: 0.5rem !important;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.form-control {
  display: inline-block !important;
  background-color: transparent !important;
  padding-right: 40px !important;
  padding-left: 0px !important;
  border: none !important;
  border-bottom: 3px #004b60 solid !important;
  font-size: 1.5rem !important;
  color: #004b60 !important;
  width: 95% !important;
  max-width: 100% !important;
  font-family: Madera-Regular, sans-serif;
}
i.fa.fa-2x.fa-times.exit.pointer {
  color: #004b60;
  background: transparent;
  margin-left: -35px;
  cursor: pointer;
}

.modal-backdrop{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
}
.error-template .modal-backdrop{
  display: none;
}
.modal-open .modal-backdrop{
  z-index: 1040;
  opacity: 0.75;
  display: block !important;
}

.modal-open .modal {
  transform: translate(0, 0);
  opacity: 1;
}
body.modal-open {
  overflow: hidden;
}


/*========================Modal Form=============================*/

.footer-form-inner, .author-form-inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
  padding-right: 17px;
  transition:  visibility .4s linear, opacity 0.4s linear;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
}
.modal-form-open .footer-form-inner {
  opacity: 1;
  visibility: visible;
}

.author-modal-form-open .author-form-inner {
  opacity: 1;
  visibility: visible;
}


.footer-form-help {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  top: -100%;
  transition: top .4s ease-in-out;
}
.modal-form-open .footer-form-help, .author-modal-form-open .footer-form-help {
  top: 0;
  transition: top .4s ease-in-out;
}
.footer-form-group {
  color: #fff;
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  width: 100% !important;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.22rem;
  outline: 0;
  background-color: transparent;
  border: none;
}
.footer-form-title .hs_cos_wrapper div {
  border: 1px solid #004b60;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  background-color: #004b60;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 0;
  border-top-left-radius: 0.22rem;
  border-top-right-radius: 0.22rem;
}
.footer-form-title .hs_cos_wrapper div h2 {
  color: #ff6371;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  line-height: 1.375;
  font-size: 1.75rem;
  margin-top: 0;
}
.footer-form-title .hs_cos_wrapper div button {
  color: #ff6371;
  cursor: pointer;
  position: absolute;
  right: 5.5rem;
  margin-top: -35px;
  margin-right: -50px;
  margin-left: -50px;
  font-size: 2.2rem;
  padding: 1rem;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-shadow: none;
  opacity: 1;
  font-weight: 700;
  line-height: 1;
  float: right;
  font-family: inherit;
}
.footer-form-title .hs_cos_wrapper div button:hover {
  opacity: .8;
}
.footer-modal-form {
  padding-bottom: 2.2rem;
  padding-top: 0;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  background-color: #004b60;
  position: relative;
  flex: 1 1 auto;
}
.footer-modal-form form {
  margin-top: 1.5rem;
  text-align: left;
  margin-bottom: 0 !important;
}
.footer-modal-form form fieldset {
  margin-right: -15px;
  margin-left: -15px;
}
.footer-modal-form form fieldset .hs-form-field {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  position: relative;
}
.footer-modal-form form fieldset .hs-mobilephone {
  margin-bottom: 1.5rem !important;
}
.footer-modal-form form fieldset .hs-phone {
  margin-bottom: 1.5rem !important;
}
.footer-modal-form form fieldset .hs-message {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.footer-modal-form form fieldset label {
  margin-bottom: 0;
  /*display: none;*/
}
.footer-modal-form form fieldset .hs-checkbox {
    margin-bottom: 0.5rem !important;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.footer-modal-form form fieldset .hs-checkbox ul {
  margin: 0;
}
.footer-modal-form form fieldset .hs-checkbox ul label {
  font-size: 0.75rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 10px 0px 25px;
  margin-left: 3px;
  margin-right: 10px;
}
.footer-modal-form form fieldset .hs-checkbox ul label .hs-input {
  position: absolute !important;
  margin-right: 10px;
  top: 4px !important;
  left: -6px;
  height: 22px;
  width: 22px !important;
  background-color: #f2f2f2;
  border-radius: 0.175rem !important;
  border: solid 2px #00d2c3 !important;
  font-size: 0.75rem;
  cursor: pointer;
  margin-top: 0;
}
.footer-modal-form form fieldset textarea {
  min-height: 86px;
}
.footer-modal-form form .hs-submit {
  text-align: right;
}
.footer-form-group:before {
  width: 100%;
  background-image: url(https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Images/border-top.svg);
  color: transparent;
  content: '';
  padding-top: 5.2%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center 1px;
  position: absolute;
  top: -42px;
}
.footer-form-group:after {
  width: 100%;
  background-image: url(https://5069554.fs1.hubspotusercontent-na1.net/hubfs/5069554/Aspia_November2018%20Theme/Images/border-bottom.svg);
  color: transparent;
  content: '';
  padding-top: 5.2%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center -1px;
}

/*===========================Banner Area===============================*/

.banner-area {
  margin-bottom: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
.banner-image img {
  width: 100%;
  vertical-align: middle;
}
.banner-image img {
    width: 100%;
    vertical-align: middle;
}
.bottom-banner {
  text-align: center;
  width: 100%;
  margin-top: 1.5rem;
  /*margin-bottom: 2.5rem;*/
}
.bottom-banner-inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
}
.bottom-banner-inner h1 {
  margin-top: 3rem;
  margin-bottom: 2.25rem;
}
.banner-image {
  -webkit-clip-path: polygon(100% 0,100% 90%,20% 100%,0 90%,0 0);
  clip-path: polygon(100% 0,100% 90%,20% 100%,0 90%,0 0);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .banner-image {
    -webkit-clip-path: polygon(100% 0,100% 90%,20% 100%,0 90%,0 0);
            clip-path: polygon(100% 0,100% 90%,20% 100%,0 90%,0 0);
  }
}




/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin-left: 1rem;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #ff6371;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type {
  margin-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #004b60;
  display: block;
  font-family: Madera-Bold;
  font-weight: 500;
  line-height: 1.08334;
  -o-transition: all .15s ease-in;
  -ms-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -webkit-transition: all .15s ease-in;
  transition: all.15s ease-in;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #ff6371;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
   .custom-menu-primary,  
  .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
  }
  button.navbar-toggler.ml-auto {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(8) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(9) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }
  /*  ADDED menustyles Avidly */
  .page-center-header .custom-menu-primary {
      width: 75% !important;
      display: flex !important;
  }
  .page-center-header .custom-menu-primary .widget-type-menu {
      display: flex;
      width: 100%;
      justify-content: flex-end;
  }
  .page-center-header .custom-menu-primary .hs_cos_wrapper_type_menu {
      width: 100%;
  }
  .page-center-header .custom-menu-primary .hs-menu-wrapper {
      width: 100%;
      max-width: 100%;
      min-width: 90%;
  }
  .page-center-header .custom-menu-primary .hs-menu-wrapper>ul{
      display: flex;
  }
  .page-center-header .custom-menu-primary .hs-menu-wrapper>ul>li{
      flex-grow: 1;
  }
   /*  END ADDED menustyles Avidly */
  
  
}


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

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

@media (max-width: 767px){
  
  .custom-logo:before {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 90px;
    content: "";
    background-color: #fff;
    background-color: rgb(0, 75, 96);
    z-index: -1;
    opacity:0;
    visibility:hidden;
}
    
  .mobile-open .custom-logo:before {
    opacity:1;
    visibility:visible;
}

.modal-open.modal-close .modal {
    transform: translate(0, -100%);
    opacity: 0;
}
  
  /* 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;
    color:#fff;
  }
    
  .custom-logo img{
      transition: ease all 0.1s;
  }
    .scrolled .custom-logo {
        padding-bottom: 0;
    }
  .scrolled .custom-logo img{
    padding-top:0px;
    max-width: 110px !important;
    height: auto !important;
  }
    
  .custom-header-wrapper {
    margin-top: .0rem;
    padding-top: 0.5rem;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 20px;
    width: auto;
    height: auto;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 0.175rem;
    background-color: transparent;
    color: #004b60;
      transition: ease all 0.2s;
    border-color: rgba(0, 0, 0, 0.1);
  }
    .scrolled .mobile-trigger{
        top: 4px;
    }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    z-index: -1;
  }
  
  .mobile-trigger i {
    font-size: 1.8rem;
  }

  /* ===== 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 {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100% !important;
    bottom: 0;
    background-color: #004b60;
    z-index: 99;
/*     opacity: 0;
    height: 100vh;
    visibility: hidden;
    transition: height 0.4s ease; */
}
/*   .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
} */

  /* 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: 1.5rem;
    height: 100vh;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #004b60;
    width: 100%; /* Full screen width */
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block !important;
    text-align: center;
    padding: 3rem;
    padding-top: 104px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.08334;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 1rem !important;
    line-height: 1.08334;
    overflow: visible;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover{
    color: #ff6371;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(2) > a:after {
    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;
    content: "\f0ac";
    margin-left: 0.25rem !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:after {
    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;
    content: "\f002";
    margin-left: .25rem;
  }

  button.navbar-toggler.ml-auto {
    position: fixed;
    top: 18px;
    right: 20px;
    color: #ffffff;
    font-weight: 700;
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.175rem;
    -webkit-appearance: button;
    cursor: pointer;
    z-index: 99;
    border: none;
    display: none;
  }
  button.navbar-toggler.ml-auto i {
    font-size: 1.6rem;
  }
  .mobile-open button.navbar-toggler.ml-auto {
    display: block;
    z-index: 9999;
  }
  .mobile-open .custom-logo {
    z-index: 999;
    position: fixed;
    width: 100% !important;
    left: 0;
    margin-top: 0;
  }

}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


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

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

body.blog {
 background-color: #ececec;
}

.blog .container-fluid:not(.footer-container), .site-page .container-fluid:not(.footer-container), .hs-landing-page .container-fluid:not(.footer-container) {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}
.hs-site-page .container-fluid:not(.footer-container) {
  background-color: #f2f2f2;
}
.hs-site-page.scrolled .custom-header-wrapper{
  margin-top: 0px; 
}
.hs-site-page .content-wrapper {
	padding-top: 150px;
}
/* Blog Post */
.hs-blog-post {}

.hs-blog-post .content-wrapper li {
  margin-bottom: 0;
}

.hs-blog-post .hs-fieldtype-radio {
  font-size: .75rem;
}

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

.hs-blog-post .blog-content h2, .landing-page .main-content .hs_cos_wrapper_type_rich_text h2 {
	font-size: 1.25rem;
  line-height: 27px;
  color: #004b60;
}

.hs-blog-post .blog-content h3, .landing-page .main-content .hs_cos_wrapper_type_rich_text h3 {
	font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
}

.hs-blog-post .blog-content blockquote {
  color: #ff6371;
  font-size: 1.25rem;
  text-align: center!important;
  width: 240px;
  margin: 0 auto;
  word-break: break-word;

}
/* 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 h2 {}
.post-header h2 a {}

/* 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 {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
  
.bottom-form-section-inner .custom-left-section form p img {
  margin-left: 0 !important;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.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: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* 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-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box ;
    vertical-align: middle;
    -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: bold ;
    text-align: center ;
    text-decoration: none ;
    -moz-transition: all .4s ease ;
    -webkit-transition: all .4s ease ;
    -o-transition: all .4s ease ;
    background: rgb(0,210,195) ;
    border-radius: .175rem;
    border-width: 0px ;
    color: #004b61 ;
    font-family: Madera-Regular, sans-serif ;
    height: auto ;
    transition: all .4s ease ;
    /*padding: 6px 18px 12px; */
    padding: 0.4rem 1.88rem 0.6rem 1.88rem;
    text-shadow: none ;
    width: auto ;
    line-height: 1.5em ;
    min-width: 100px;

}
.blog-pagination a:hover {
    background-color: #b31968;
    border-color: #b31968;
    color: #004b61;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.hs-blog-post .blog-subscribe {}

.hs-form-booleancheckbox-display {
    padding: 5px 10px 0 30px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    font-size: .75rem;
    display: inline-block;
}
a.text-sm {
    font-size: 0.75rem;
}


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


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

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

.form-title {
  color: #ff6371;
  font-size: 1.25rem;
  line-height: 1.375;
}
form.hs-form.stacked {
  margin-bottom: 30px;
}
span.hs-form-required {
    color: #00d2c3;
    display: none;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  margin-bottom: 3px;
}


/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  background-color: #fff;
  display: block;
  width: 100%;
  max-width: 767px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.375;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid rgba(29,45,68,.25);
  border-radius: 0.175rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Madera-Regular, sans-serif;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #00afe0;
  outline: 0;
  box-shadow: none;
  color: #495057;
}

/* 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;
}
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: #ff6371;
  display: block;
}
.hs-input.error {
  border-color: #ff6371;
}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs.inputs-list li:before {
  content: none;
}

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

/* Policy text landing page */
.landing-page form.hs-form .hs-form-field ul.inputs-list {
    margin: 0;
}
/* =============== 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 {}

a.text-sm.policy-text {
  margin-left: 17px;
}

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

/* Radio input */

form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input {
    -webkit-appearance: none;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-color: #ececec;
    border-radius: 100%;
    border: 2px solid #00d2c3;
}

form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input:focus {
	outline: none;
}

form.hs-form .hs-form-field ul.inputs-list li .hs-form-radio-display input:checked {
    background: #00d2c3;
}

form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input:after {
    display: none;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    font-size: 14px;
    background-color: #fff;
}

form.hs-form .hs-form-field ul.inputs-list li .hs-form-radio-display input:checked:after {
    display: block;
}

form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio label.hs-form-radio-display {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

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

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

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

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

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


/* =============== 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"] {}
ul.hs-search-field__suggestions {
  display: none;
}
.hs-search-results{
  padding-top: 20px;
}
.hs-search-results__listing{ padding-left: 0px; }


/* =============== Pop-up Form =============== */


.hs-blog-post .leadinModal .leadin-input-wrapper div:first-of-type {
  font-size: 0.9em;
}
/*
.hs-blog-post .leadinModal .leadin-input-wrapper div:first-of-type label{
  padding-top: 0px;
}*/
.hs-blog-post .leadinModal.leadinModal-v3 .leadin-form-wrapper {
  padding-top: 0px;
}

.hs-blog-post .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-preview-wrapper .dyno-image {
    display: block;
}
.hs-blog-post .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .dyno-image {
    display: none;
}
.hs-blog-post .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form h4 {
    margin-left: 0;
}
.hs-blog-post .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form p {
    margin-left: 0px;
}
.hs-blog-post .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form a, .hs-blog-post .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-form em {
    font-size: 0.9em;
}



/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #00d2c3;
  border-color: #00d2c3;
  color: #004b61;
  white-space: normal;
  display: inline-block;
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  font-weight: 400;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 6.8px 30.08px 9.08px;
  font-size: 1rem;
  line-height: 1.375;
  border-radius: 0.175rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Madera-Regular, sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #b31968;
  border-color: #b31968;
  color: #004b61;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	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 {}


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

.footer-social-links a:hover {
    color: #ff6371;
}
.footer-social-links a:hover i {
    border-color: #ff6371;
}

.landing-page .mobile-trigger {
    display: none !important;
}
#hs-pwd-widget-password {
    height: auto !important;
    margin-bottom: 16px;
}
.subscribe-options label {
    display: inline-block !important;
}
body.modal-form-open {
    overflow-y: hidden;
}




/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


.custom-left-section.eq-height {
  display: table !important;
  vertical-align: middle;
}
.custom-left-section.eq-height  > .row-fluid-wrapper{
  display: table-cell !important;
  vertical-align: middle;
  width:100%;
  height:100%;
}
.header-lp-spacer {
    min-height: 0 !important;
    padding-top: 37px;
}

/*.blog-bottom-form form .hs-form-field > label {
  display: none !important;
}*/
.blog-bottom-form form ul.hs-error-msgs.inputs-list label {
  font-size: 0.75rem;
  cursor: pointer;
  position: relative;
}
.blog-bottom-form form ul.hs-error-msgs.inputs-list {
    position: relative;
    bottom: -15px;
    margin-top: -15px;
}
.blog-bottom-form form .hs-fieldtype-booleancheckbox ul.hs-error-msgs.inputs-list {
    margin-top: 0;
    bottom: 0;
}
.blog-bottom-form form .hs_error_rollup ul.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: -32px;
}
.blog-bottom-form form input.hs-button.primary.large {
    height: 42px;
}

.pull-right i {
    font-weight: 700;
}

.blog-pagination {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.blog-pagination a {
  display: inline-block;
}

.hs-blog-listing .blog-body-wrapper {
  background-color: #f2f2f2;
  margin-bottom: 1.5rem;
}
.blog .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
 .blog-site-search-wrapper {
   padding-right: 15px;
   padding-left: 15px;
   float: right !important;
   margin-bottom: 0.5rem;
   width: 100% !important;
}
.blog-site-search-wrapper .hs-search-field {
  width: 360px;
  height: 34px;
  margin-left: auto !important;
}
 .pull-right {
  color: #ff6371;
}

.blog-form-open .blog-site-search-wrapper input.hs-search-field__input{
  width: 200px;
  padding: 0.5rem 1rem;
  border: 2px solid #00d2c3;
}
.blog-site-search-wrapper input.hs-search-field__input {
  transition: width .45s;
  padding-left: 0;
  padding-right: 0;
  margin-top: -7px;
  margin-right: 6px;
  float: right;
  background-color: #f2f2f2;
  outline: 0;
  box-shadow: none;
  border: none;
  width: 0;
}
.blog-listing-wrapper .post-listing .post-item {
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-listing .blog-content {
  width: 100%;
}
.hs-featured-image-wrapper {
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.post-item-inner-wrapper {
  padding: 1.25rem;
  text-align: center;
  padding-top: 0.66667rem;
  color: #004b60;
  min-height: 340px;
}
.post-item-inner-wrapper h2 {
  color: #004b60;
  margin-bottom: 1rem;
  line-height: 1.21442;
  font-size: 1.75rem;
  margin-top: 0;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.post-item-inner-wrapper a h2:hover {
    color: #ff6372;
}
/*.post-item-inner-wrapper h2 a {
  color: #004b60;
}*/
.post-item-inner-wrapper p {
  margin-top: 0;
  margin-bottom: 1.37rem;
  -o-transition: color .2s;
  -ms-transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #004b60;
}
.post-item-inner-wrapper p a  {
  color: #004b60;
}
.list-link:hover, .post-item-inner-wrapper:hover, .list-link:hover h2, .post-item:hover h2{
  color: #ff6371;
}
.hs-featured-image-wrapper img {
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease;
}
.blog-listing-wrapper .post-listing .post-item:hover .hs-featured-image-wrapper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.blog-listing-wrapper .post-listing .post-item:hover .post-item-inner-wrapper h2 a {
    color: #ff6371;
}
.blog-listing-wrapper .post-listing .post-item:hover .post-item-inner-wrapper p {
  color: #ff6371;
}
.bottom-form-section-inner {
  margin-bottom: 1.5rem;
}
.bottom-form-section-wrapper .page-center{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bottom-form-section-inner .custom-left-section {
  padding-right: 15px;
  padding-left: 15px;
}
.bottom-form-section-inner .custom-right-section {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0 !important;
}
.custom-left-section h2 {
  color: #ff6371;
  line-height: 1.21442;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.blog-bottom-form-heading .hs_cos_wrapper > div {
  margin-bottom: 1rem;
}
.blog-bottom-form form {
  margin-bottom: 0 !important;
  position: relative;
}
.blog-bottom-form form .hs-form-field {
    position: relative;
    margin-bottom: 0;
}
.blog-bottom-form form .hs-form-field .hs-form-booleancheckbox-display label {
    font-size: 0.75rem;
    cursor: pointer;
  	position: relative;
}
form.hs-form .hs-form-field ul.inputs-list li input {
  height: 22px;
  width: 22px;
  margin-right: 3px;
  top: 4px;
  position: relative;
  top: 4px;
}
form.hs-form .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input {
    -webkit-appearance: none;
    position: absolute;
    margin-right: 10px;
    top: 4px;
    left: -3px;
    height: 22px;
    width: 22px;
    background-color: #ececec;
    border-radius: .175rem;
    border: 2px solid #00d2c3;
}
form.hs-form .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input:checked {
    background: #00d2c3;
}
form.hs-form .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input:focus{
  outline: none;
}
form.hs-form .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input:checked:after {
  display: block;
}
form.hs-form .hs-form-field ul.inputs-list li .hs-form-booleancheckbox-display input:after {
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    content: "\F00C";
    font-family: FontAwesome;
    color: #fff;
    font-size: 1rem;
}
.blog-bottom-form form .mb-1 {
  margin-bottom: 0.25rem;
}
.blog-bottom-form form ul.inputs-list {
  margin: 0;
}
.blog-bottom-form form .mb-1 a.text-sm {
    -o-transition: color .15s ease-out, background .15s ease-in;
    -ms-transition: color .15s ease-out, background .15s ease-in;
    -moz-transition: color .15s ease-out, background .15s ease-in;
    -webkit-transition: color .15s ease-out, background .15s ease-in;
    transition: color .15s ease-out, background .15s ease-in;
    font-size: 0.75rem;
    line-height: 1.32;
}
.blog-bottom-form form .hs-email {
  /*width: 75% !important; */
  padding-right: 120px;
}
.blog-bottom-form form .hs-email .hs-input {
  background: #f2f2f2;
  color: #004b60;
}

.blog-bottom-form form .hs_submit.hs-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  /*right: 25%; */
  background-color: #00d2c3;
  border-radius: 0.175rem;
}
/*
.blog-bottom-form form .hs_submit.hs-submit:after {
  content: "\f054";
  line-height: 20px;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
} */
.blog-bottom-form form input.hs-button.primary.large {
  /*text-indent: -9999px;
  padding-right: 22px;
  padding-left: 22px;
  z-index: 1; */
  position: relative;
  /*background: transparent !important;*/
}
.blog-bottom-form form input.hs-button.primary.large:hover {
  background-color: #b31968;
  border-color: #b31968;
  color: #004b61;
}
.bottom-form-section-wrapper {
  margin-bottom: 4.5rem;
}
.hs-blog-post .blog-content {
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-post .blog-sidebar {
  padding: 0px 15px 0px 3rem;
}
.blog-post-wrapper span.display-date {
  color: #00d2c3;
  font-size: 0.75rem;
  line-height: 1.32;
  margin-bottom: 0.5rem;
      display: block;
}
.hs-blog-post .content-wrapper {
  padding-top: 0;
}
.hs-blog-post .blog-site-search-wrapper {
  display: none !important;
}
.section.post-body p {
  margin-top: 0;
  margin-bottom: 1.75rem;
}
.blog-sidebar h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.blog-sidebar p {
  margin-top: 0;
  margin-bottom: 1.37rem;
}
.blog-sidebar h3 {
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-sidebar a {
  display: block;
  -o-transition: color .15s ease-out, background .15s ease-in;
  -ms-transition: color .15s ease-out, background .15s ease-in;
  -moz-transition: color .15s ease-out, background .15s ease-in;
  -webkit-transition: color .15s ease-out, background .15s ease-in;
  transition: color .15s ease-out, background .15s ease-in;
  margin-bottom: 0.25rem;
}
.blog-follow-us-wrapper {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-right: 15px;
  padding-left: 15px;
}
.inner-follow-wrap {
  color: #00d2c3;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}
.inner-follow-wrap a.ml-2 {
 margin-right: -3.5px;
}
.inner-follow-wrap a.ml-2:last-child {
  /*margin-right: 0;*/
}
.inner-follow-wrap a.ml-2 {
  margin-left: 0.5rem !important;
  -o-transition: color .15s ease-out, background .15s ease-in;
  -ms-transition: color .15s ease-out, background .15s ease-in;
  -moz-transition: color .15s ease-out, background .15s ease-in;
  -webkit-transition: color .15s ease-out, background .15s ease-in;
  transition: color .15s ease-out, background .15s ease-in;
}
.inner-follow-wrap a.ml-2 i {
  font-size: 2rem;
  border: 2px solid #00d2c3;
  border-radius: 50%;
  padding: .7rem;
  line-height: 28px;
}
.inner-follow-wrap a.ml-2:hover i {
  border-color: #ff6371;
}

.hs-blog-post .author {
    margin: 0;
    width: 100% !important;
    padding: 0;
}
.author-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hs-blog-post .author hr.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
  border: 2.5px dotted #00d2c3;
  border-style: none none dotted;
  background-color: transparent;
}
.author-section.pt-2.pr-2.pb-2 {
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
.image-and-linkedin-wrapper {
  position: relative;
}
.image-and-linkedin-wrapper img {
  max-width: 130px;
  border-radius: 50%;
  vertical-align: middle;
}
.image-and-linkedin-wrapper a.social-media {
  position: absolute;
  bottom: 0;
  border: 0 none;
  right: 0;
  color: #00d2c3;
  -o-transition: color .15s ease-out, background .15s ease-in;
  -ms-transition: color .15s ease-out, background .15s ease-in;
  -moz-transition: color .15s ease-out, background .15s ease-in;
  -webkit-transition: color .15s ease-out, background .15s ease-in;
  transition: color .15s ease-out, background .15s ease-in;
}
.image-and-linkedin-wrapper a.social-media i {
  background-color: #00d2c3;
  color: #fff;
  font-size: 1.75rem;
  line-height: 24px;
  border: 2px solid #00d2c3;
  border-radius: 50%;
  padding: .7rem;
}
.image-and-linkedin-wrapper a.social-media:hover i {
    color: #00d2c3;
    background-color: #fff;
}
.author-section.pt-2.pl-2.pb-2 {
  max-width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.author-name.mb-2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.author-text p {
  margin: 0;  
  white-space: normal !important;
}

.section.post-footer {
  padding-left: 15px;
  padding-right: 15px;
}




/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


@media (min-width: 576px) {
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
  .span12.widget-span.widget-type-cell.top-footer-wrapper, .hs-blog-post .container-fluid .bottom-footer-wrapper .row-fluid .page-center {
    max-width: 540px;
    margin: 0 auto !important;
    display: block;
    float: none;

  }
  .col-sm-8.offset-sm-2 {
    margin-left: 16.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .image-and-linkedin-wrapper img {
    margin-right: 1rem;
  }
  /*
  .hs-blog-post .author {
    width: 83.33333% !important;
    margin-left: 8.33333%;
  }
  */
}

@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .hs-blog-post .container-fluid .row-fluid .page-center{
    max-width: 100%; 
  }
  .span12.widget-span.widget-type-cell.top-footer-wrapper, .hs-blog-post .container-fluid .bottom-footer-wrapper .row-fluid .page-center {
    max-width: 720px;
    margin: 0 auto !important;
    display: block;
    float: none;

  }
  .sidebar-content-module {
    padding-top: 25px;
  }
  .bottom-footer-col {
    width: 33.33333% !important;
  }
  .top-footer-col {
    width: 33.33333% !important;
  }
  .footer-social-links.bottom-footer-col {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .footer-policy {
    float: right !important;
    text-align: right;
  }
  .col-sm-8.offset-sm-2 {
    margin-left: 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .blog-listing-wrapper .post-listing .post-item, .custom-post-listing > .custom-post-item {
    width: 50% !important;
    flex-grow: 1; 
  }
  .bottom-form-section-inner .custom-left-section {
    margin-left: 8.33333% !important;
    width: 52.66667% !important;
    /* width:41.66667% !important; */
  }
 .bottom-form-section-inner .custom-right-section {
     width: 33.66667% !important;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
    /* width:41.66667% !important; */
  }
  .hs-blog-post .blog-content {
    margin-left: 16.6666667% !important;
    width: 50% !important;
  }
  .hs-blog-post .blog-sidebar {
    margin-left: 0px;
    max-width: 25% !important;
  }
  .blog-follow-us-wrapper {
    position: fixed;
    display: flex;
    top: 750px;
    left: 8.33333%;
    padding: 0px;
    margin: 0px;
    margin-left: -15px;
   /* margin-left: 8.33333%;
    width: 83.33333% !important;*/
  }
  .inner-follow-wrap {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
  }
  .inner-follow-wrap a.ml-2 {
    margin-bottom: 10px;
  }
  .hs-blog-post .author {
   /* margin-left: 16.66667%;*/
   /* width: 66.66667% !important;*/
    width: 100% !important;
    margin: 0;
  }
  .footer-form-help {
    max-width: 500px;
  }

}

@media (max-width: 991px) and (min-width: 768px) {
.footer-contact-us a {
  font-size: 14px;
  white-space: nowrap;
  }
  .top-footer-col h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 980px;
  }
  .span12.widget-span.widget-type-cell.top-footer-wrapper, .hs-blog-post .container-fluid .bottom-footer-wrapper .row-fluid .page-center {
    max-width: 992px;
    margin: 0 auto !important;
    display: block;
    float: none;
    }
  .hs-blog-post .container-fluid .row-fluid .page-center{
    max-width: 100%; 
  }

  .main-content {
    padding-right: 3rem;
  }
  .footer-social-links.bottom-footer-col {
    bottom: 19px;
  }
  .header-container-wrapper .page-center {
    padding-left: 1% !important;
    padding-right: 1% !important;
  }

  .blog-listing-wrapper .post-listing .post-item, .custom-post-listing > .custom-post-item {
    width: 33.33333% !important;
    flex-grow: 0; 
  }
  .blog-listing-wrapper .post-listing .post-item:last-of-type {
   /* left: auto !important;*/
  }
  .footer-form-help {
    max-width: 800px;
  }
  /*
  .custom-menu-primary .widget-type-menu {
    max-width: 93%;
    width: 100%;
  }  */
  .page-center-header {
      max-width: 1150px;
      margin: 0 auto !important;
      float: none !important;
  }
}

@media (min-width: 1360px) {
  
  .blog-follow-us-wrapper{
    left: 13%;
  }

  .header-container-wrapper .page-center{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 1440px) {
  
  .blog-follow-us-wrapper{
    left: 15%;
  }
}

@media (min-width: 1600px) {
  
  .blog-follow-us-wrapper{
    left: 18%;
  }
}
@media (min-width: 1700px) {
  
  .blog-follow-us-wrapper{
    left: 21%;
  }
}
@media (min-width: 1800px) {
  
  .blog-follow-us-wrapper{
    left: 23%;
  }
}
@media (min-width: 1900px) {
  
  .blog-follow-us-wrapper{
    left: 24%;
  }
}
@media (min-width: 2000px) {
  
  .blog-follow-us-wrapper{
    left: 25%;
  }
}
@media (min-width: 2100px) {
  
  .blog-follow-us-wrapper{
    left: 26%;
  }
}
@media (min-width: 2200px) {
  
  .blog-follow-us-wrapper{
    left: 27%;
  }
}
@media (min-width: 2300px) {
  
  .blog-follow-us-wrapper{
    left: 28%;
  }
}
@media (min-width: 2400px) {
  
  .blog-follow-us-wrapper{
    left: 29%;
  }
}

@media (min-width: 2600px) {
  
  .blog-follow-us-wrapper{
    left: 30%;
  }
}
@media (min-width: 2700px) {
  
  .blog-follow-us-wrapper{
    left: 31%;
  }
}
@media (min-width: 2800px) {
  
  .blog-follow-us-wrapper{
    left: 32%;
  }
}
@media (min-width: 2900px) {
  
  .blog-follow-us-wrapper{
    left: 33%;
  }
}
@media (min-width: 3000px) {
  
  .blog-follow-us-wrapper{
    left: 34%;
  }
}
@media (min-width: 3300px) {
  
  .blog-follow-us-wrapper{
    left: 35%;
  }
}

@media (max-width: 991px) {
  .banner-top {
    margin-top: 90px;
  }
  .bottom-footer-col {
    padding-bottom: 40px;
    padding-top: 15px;
  }
  .span12.widget-span.widget-type-cell.top-footer-wrapper {
    padding: 2rem 15px 0.25rem;
    
  }
  .footer-social-links a i {
    font-size: 1.8rem !important;
    border-radius: 2.3rem;
    padding: .6rem;
    line-height: 23px;
    margin-bottom: 0;
  }
  .top-footer-wrapper {
    padding-top: 2rem;
    padding-bottom: 0.25rem;
  }
  .footer-social-links.bottom-footer-col {
    bottom: 24px;
  }
  .header-container-wrapper .page-center{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .custom-logo img {
    width: 118.66px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-left: .5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.925rem;
  }
  .custom-menu-primary {
    margin-top: 26px;
  }
  .row.mt-5 {
    margin-top: 0 !important;
  }
  .footer-form-group:before {
    top: -26px;
  }
  .footer-form-help {
    margin-top: 4rem;
  }
}

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

@media (max-width: 1024px) {}


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

@media (max-width: 767px) {
  .footer-social-links a i {
    font-size: 2rem !important;
    border-radius: 50%;
    line-height: 27px;
    padding: 0.75rem .7rem 0.7rem 0.7rem;
  }
  .bottom-footer-col {
    padding-bottom: 1.5rem;
    padding-top: 0;
    text-align: center;
  }
  .top-footer-col h3 {
    font-size: 1.25rem;
    line-height: 1.35027;
  }
  .top-footer-col {
    margin-bottom: 1rem;
  }
  .footer-button .hs_cos_wrapper > div {
    margin-bottom: 1rem;
  }
  .top-footer-col-1 .footer-headings {
    padding-bottom: 1px;
  }
  .collapse.navbar-collapse {
    display: none;
  }
  .custom-header-search {
    padding-top: 23px;
  }
  .custom-logo img {
    width: 150px;
  }
  .custom-logo {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1.5px;
    padding: 0 1rem 0.5rem;
    position: relative;
  }
  .custom-logo a {
    display: block;
    margin-left: 24px;
    margin-right: auto;
    text-align: center;
    width: -webkit-calc(100% - 84px);
    width: -ms-calc(100% - 84px);
    width: -moz-calc(100% - 84px);
    width: -o-calc(100% - 84px);
    width: calc(100% - 84px);
  }
  
  .mobile-open .custom-logo img:last-of-type{
    display: block !important;
    margin: 7.5px auto 0;
  }
  .mobile-open .custom-logo img:first-of-type{
    display: none !important;
  }
  .bottom-banner-inner h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.625rem;
    line-height: 1.11573;
  }
  .landing-page h2 {
    font-size: 1.6rem;
  }
  .landing-page h3 {
    font-size: 1.4rem;
  }
  .landing-page h4 {
    font-size: 1.3rem;
  }
	.content-wrapper {
  padding-top: 0;
  }
  .custom-header-wrapper {
    margin-bottom: 9px;
  }
  .banner-area {
    margin-top: 0;
  }
  i.fa.fa-2x.fa-times.exit.pointer {
    display: inline-block !important;
    width: auto !important;
  }
  .hs-blog-post .blog-sidebar {
    margin-top: 30px;
  }
  .footer-form-group:before {
    content: none;
  }
  .footer-form-group:after {
    content: none;
  }
  .bottom-form-section-inner .row-fluid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    
  }
  .bottom-form-section-inner .row-fluid img.subscribe-svg {
    margin-left: 0px !important;
  }
  .bottom-form-section-inner .custom-left-section {
    margin-bottom: 2.1rem !important;
  }
  .custom-left-section h2 {
    font-size: 1.25rem;
    line-height: 1.35027;
  }
  .footer-form-help {
    margin-top: 0;
    width: 100% !important;
  }
  .footer-form-title .hs_cos_wrapper div h2 {
    font-size: 1.75rem;
  }
  .footer-form-title .hs_cos_wrapper div button {
    font-size: 2.6rem;
  }
  .footer-modal-form form fieldset .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
  

  .section.post-body h2 {
    font-size: 1.25rem;
    line-height: 1.19167;
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
  .blog-form-open .blog-site-search-wrapper input.hs-search-field__input {
    width: 145px;
  }
  .header-lp-spacer {
    min-height: 0 !important;
    padding-top: 22px;
  }
  .mobile-open.modal-open .custom-logo {
    z-index: 0;
  }
  .mobile-open.modal-open button.navbar-toggler.ml-auto {
    display: block;
    z-index: 0;
  }
  .post-item-inner-wrapper{
    min-height: auto;
  }
  .post-item-inner-wrapper h2 {
    font-size: 1.25rem;
    line-height: 1.35027;
  }
}  

@media (max-width: 575px) {
  .footer-button button {
    width: 100%;
  }
  .top-footer-col-1 .footer-headings {
    padding-bottom: 1px;
  }
  .author-inner-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .hs-blog-post .blog-sidebar {
    padding: 0px 50px;
  }
 /*.hs-blog-post .author {
    padding-right: 30px;
    padding-left: 30px; 
  }*/
  .blog-site-search-wrapper .hs-search-field {
    margin-left: 0 !important;
  }
  .pull-right {
    float: left;
  }
  .blog-site-search-wrapper .hs-search-field {
    width: 100%;
  }
  .blog-form-open .blog-site-search-wrapper input.hs-search-field__input {
    width: -webkit-calc(100% - 140px);
    width: -o-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: -ms-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}

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

@media (max-width: 479px) {}

/* =============== Custom CSS added =============== */

.custom-post-listing > .custom-post-item {
  padding-right: 15px;
  padding-left: 15px;
}
.custom-post-listing > .custom-post-item:hover h2 {
    color: #ff6371;
}

.custom-post-listing > .custom-post-item:hover .hs-featured-image-wrapper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.custom-post-listing > .custom-post-item:hover .post-item-inner-wrapper h2 a {
    color: #ff6371;
}
.custom-post-listing > .custom-post-item:hover .post-item-inner-wrapper p {
  color: #ff6371;
}






/*** iGoMoon ***/
.blogpost--sublinks a:hover {
    color: #05d2c3;
}
.blogpost--sublinks a {
    display: block;
    color: #004b60;
    padding: 2px 0;
}
.blogpost--sublinks {
    padding: 20px;
    border: 2px dotted #004b60;
    margin: 20px 0;
    background: #ececec;
}
ol.blogpost--sublinks--inner {
    margin: 0;
}

.aspia-blog-nineteen .bottom-banner-header {
    padding-top: 1.5rem;
}

.subscribe__block--wrapper {
    width: 100%;
}
.aspia-blog-nineteen .post-item-inner-wrapper {
    min-height: auto;
}
.bg-blue{
    background: #004b60;
	color: white;
}
.subscribe__block--wrapper {
	margin-bottom: 2.6rem;
    padding: 2rem 1.25rem;
    text-align: center;
	position:relative;
}
.subscribe__block--wrapper h3 {
    font-size: 1.6rem;
    line-height: 1.6;
}

.subscribe__block--extra-width.subscribe__block--wrapper:after {
    left: 100%;
}

.subscribe__block--extra-width.subscribe__block--wrapper:before {
    right: 100%;s
}
.subscribe__block--extra-width.subscribe__block--wrapper:after, 
.subscribe__block--extra-width.subscribe__block--wrapper:before {
    width: 60px;
    height: 100%;
    background: transparent;
    content: '';
    z-index: 2;
    display: block;
    top: 0;
    position: absolute;
}
.bg-blue.subscribe__block--extra-width.subscribe__block--wrapper:after, 
.bg-blue.subscribe__block--extra-width.subscribe__block--wrapper:before {
    background: #004b60;
}
.subscribe__block--wrapper .hs-form-field>label {
    margin-bottom: 10px;
    text-align: left;
    font-size: .85rem;
}

.subscribe__block--wrapper input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .subscribe__block--wrapper textarea {
    margin: auto;
    width: 100%;
    max-width: 100%;
}
.subscribe__block--wrapper .legal-consent-container {
    text-align: left;
}
.subscribe__block--wrapper form {
    max-width: 780px;
    margin: auto;
	margin-bottom: 0 !important;
}

.subscribe__block--wrapper polyline, .subscribe__block--wrapper path {
    stroke: white;
}
.subscribe__block--wrapper h3,
.subscribe__block--wrapper .description{
	/*
    display: flex;
    justify-content: center;
	*/
	text-align:left;
}

.subscribe__block--wrapper h3 svg {
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 60px;
    margin-right: 20px;
}

.subscribe__block--wrapper .hs-fieldtype-radio .input input:checked + span:before {
    background: white;
    border-color: white;
}
.subscribe__block--wrapper .hs-fieldtype-radio .input input:checked + span:after {
	content: '';
	position: absolute;
	left: 17px;
	top: 50%;
    width: 7px;
    height: 11px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #00d2c2;
    margin-top: -6px;
    transform: rotate(45deg);
}
.subscribe__block--wrapper .hs-fieldtype-radio .input input:checked + span {
    background: #00d2c2;
    color: white;
}

.subscribe__block--wrapper .hs-fieldtype-radio .input input + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100%;
    margin-top: -10px;
    margin-left: 10px;
    border: 2px solid #00d2c2;
}

.subscribe__block--wrapper .hs-fieldtype-radio .input input {
    display: none;
}
.subscribe__block--wrapper .hs-fieldtype-radio .input input + span {
    padding: .5rem 1rem .7rem 2.5rem;
    border: 2px solid;
    border-radius: 3px;
    border-color: #00d2c2;
    line-height: 1.4;
    font-size: .85rem;
    position: relative;
	cursor:pointer;
}
.subscribe__block--wrapper .hs-fieldtype-radio .input>ul li {
    margin-right: 10px;
}
.subscribe__block--wrapper .hs-fieldtype-radio .input>ul {
    margin: 0;
    display: flex;
}
.subscribe__block--wrapper .description p {
    margin-bottom: 1rem;
}

.hidden-form-group {
    display: none;
}

.subscr-Monthly, .subscr-Weekly, .subscr-Daily, .subscr-Instant {
    display: none !important;
}

/*
.subscribe__block--inner {
    max-width: 780px;
    margin: auto;
}
*/



.d-block{
	display:block;
}
.d-none{
	display:none;
}



@media (max-width: 767px) {
    .d-none{
        display:none !important;
    }
}


/* TODO:: varför ligger d-MD-block i 992px? Den skulle ju ligga i 768 */
@media(min-width:992px){
	.d-md-block{
		display:block;
	}
	.d-md-none{
		display:none;
	}
	
	.subscribe__block--inner--form {
		padding-left: 30px;
	}

	.subscribe__block--inner--headline {
		padding-right: 30px;
	}
	.subscribe__block--inner--headline, .subscribe__block--inner--form {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
	}
	.subscribe__block--inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.subscribe__block--inner--form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.subscribe__block--inner--form>span {
		width: 99.999%;
	}
	.subscribe__block--extra-width.subscribe__block--wrapper:after, .subscribe__block--extra-width.subscribe__block--wrapper:before {
		width: 110px;
	}
	.aspia-blog-nineteen .body-container {
		overflow: hidden;
	}
}

@media(max-width:767px){
	.subscribe__block--extra-width.subscribe__block--wrapper:after, .subscribe__block--extra-width.subscribe__block--wrapper:before {
		width: 20px;
	}
	.subscribe__block--wrapper h3 {
		text-align: left;
		font-size: 1.5rem;
	}
	.subscribe__block--wrapper h3 svg {
		max-width: 35px;
		max-height: 35px;
	}
	.subscribe__block--wrapper {
		max-width: 100vw;
		overflow: hidden;
	}
}







/****
* LANDING PAGE *
***********/
.lp-header--logo {
    display: block;
    max-width: 130px;
    max-height: 55px;
    width: 100%;
    height: 100%;
}
.dnd-section {
    padding: 0 3rem;
}
.lp-header {
    padding: 1rem 3rem;
}

.lp-drag-drop__block--wrapper #hs_cos_wrapper_module_spacer:after {
    font-size: 22px;
    content: '................................................................................................................................................................................................................................................................................................................................................................................................................................................';
    letter-spacing: 6px;
    color: #004b60;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}
.lp-drag-drop__block--wrapper .widget-type-space {
    visibility: visible;
    margin-top: 20px;
    margin-bottom: 20px;
}
.lp-drag-drop__block--wrapper #hs_cos_wrapper_module_spacer {
    height: 18px;
    width: 100%;
    display: block;
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

.lp-drag-drop__block--wrapper form>.hs-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
}

.lp-drag-drop__block--wrapper form>.hs-form-field {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
}
.lp-drag-drop__block--wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lp-drag-drop__block--wrapper form>div {
    padding: 0 15px;
}
.lp-drag-drop__block--wrapper form>div:nth-of-type(2n+1) {
    padding: 0;
}
.lp-drag-drop__block--wrapper .hs-form-field>label {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 6px;
	font-family: Madera-Bold;
}

.lp-drag-drop__block--wrapper .input input:not([type="checkbox"]) {
    font-size: 16px;
    padding: 0.75rem 1rem 1.1rem;
}
.lp-drag-drop__block--wrapper .hs-error-msgs:after {
    content: '';
    position: absolute;
    border-bottom: 8px solid #ff6171;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 0;
    margin-top: -8px;
    margin-left: 5px;
    z-index: 3;
}
.lp-drag-drop__block--wrapper .hs-error-msgs label {
    color: white;
    padding: 3px 10px 7px;
    font-size: 12px;
}
.lp-drag-drop__block--wrapper .hs-form-field {
    position: relative;
}
.lp-drag-drop__block--wrapper .hs-error-msgs {
    position: absolute;
    top: 100%;
    background: #ff6271;
}
.lp-drag-drop__block--wrapper .input input::-webkit-input-placeholder {
    color: #839ca5;
}
.lp-drag-drop__block--wrapper .input input::-moz-placeholder {
    color: #839ca5;
}
.lp-drag-drop__block--wrapper .input input:-ms-input-placeholder {
    color: #839ca5;
}
.lp-drag-drop__block--wrapper .input input::-ms-input-placeholder {
    color: #839ca5;
}
.lp-drag-drop__block--wrapper .input input::placeholder {
    color: #839ca5;
}

.lp-drag-drop__block--wrapper .input input {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.lp-drag-drop__block--wrapper .input input:not([type="checkbox"]):placeholder-shown {
    opacity: .4;
}
.lp-drag-drop__block--wrapper .input input:not([type="checkbox"]):focus,
.lp-drag-drop__block--wrapper .hs-form-field:first-child .input input{
    opacity: 1;
}
.lp-drag-drop__block--wrapper .hs-submit {
    margin-top: 20px;
}

.lp-drag-drop__block--wrapper .hs-submit input {
    padding: 12px 70px 17px;
    font-size: 16px;
    font-weight: bold;
}
.lp-drag-drop__block--wrapper h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #ff6171;
}
.lp-drag-drop__block--wrapper h1 {
    margin-bottom: 30px;
}
.lp-drag-drop__block--wrapper .hs_cos_wrapper_type_rich_text ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 16px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #05d2c3;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 2px;
    margin-left: 6px;
}

.lp-drag-drop__block--wrapper .hs_cos_wrapper_type_rich_text ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}
.lp-drag-drop__block--wrapper .hs_cos_wrapper_type_rich_text ul {
    list-style-type: none;
    padding: 0;
}

.lp-drag-drop__block--wrapper .hs_cos_wrapper_type_rich_text strong {
    font-family: Madera-Bold;
}

@media(max-width:767px){
	.lp-header {
		padding: 1rem;
	}
	.lp-header--logo {
		max-width: 100px;
		max-height: 42px;
	}
	.dnd-section {
		padding: 0 1rem;
	}
	.lp-drag-drop__block--wrapper form {
		display: block;
	}
	.lp-drag-drop__block--wrapper form>div {
		padding: 0;
	}
}