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

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

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype");
font-style:normal;font-weight:700;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/86b539/00000000000000003b9b093a/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i7&v=3") format("opentype");
font-style:italic;font-weight:700;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("opentype");
font-style:normal;font-weight:400;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i4&v=3") format("opentype");
font-style:italic;font-weight:400;
}

@font-face {
font-family:"raleway";
src:url("https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/8e698b/00000000000000003b9b13b3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-style:normal;font-weight:400;
}

@font-face {
font-family:"raleway";
src:url("https://use.typekit.net/af/11282a/00000000000000003b9b13b5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/11282a/00000000000000003b9b13b5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/11282a/00000000000000003b9b13b5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-style:normal;font-weight:500;
}

@font-face {
font-family:"raleway";
src:url("https://use.typekit.net/af/aad4b2/00000000000000003b9b13b6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/aad4b2/00000000000000003b9b13b6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/aad4b2/00000000000000003b9b13b6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
font-style:normal;font-weight:600;
}

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

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

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

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
} 
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    font-size: 18px;
    color: #414551;
    font-weight: inherit;
    line-height: 1.66em;
    font-family: proxima-nova;
    background-color: #fff;
    position: relative;
}
body.without-top-pane {
    padding-top: 125px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 20px;
}

/* Highlighted Text */
::-moz-selection {
    background-color: #23b5b5;
    color: #fff;
}
::selection {
    background-color: #23b5b5;
    color: #fff;
}


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

/* Basic text */
p {
    font-size: 16px;
    color: #414551;
    line-height: 1.66em;
    margin-bottom: 20px;
    margin-top:0;
    word-wrap: break-word;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    word-wrap: break-word;
    text-transform: none;
    margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 36px;
    color: #414551;
    font-weight: inherit;
    font-family: raleway;
    margin-bottom: 16px;
}
h2 {
    font-size: 28px;
    color: #23b5b5;
    font-weight: inherit;
    line-height: 1.3em;
    font-family: raleway;
    margin-bottom: 14px;
}
h3 {
    font-size: 24px;
    color: #414551;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    color: #414551;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 9px;
}
h5 {
    font-size: 16px;
    color: #414551;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 8px;
}
h6 {
    font-size: 14px;
    color: #414551;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 8px;
}

/* Anchor Links */
a { 
    text-decoration: underline;
    outline: 0 none;
    color: #2e2e2e;
    word-wrap: break-word;
}
a:hover { 
    color: #23b5b5; 
    text-decoration: underline;
}
a:focus {
    outline: 0 none;
    color: #2e2e2e;
    text-decoration: underline;
}

/* Lists */
ul, ol {
    margin-bottom: 1em;
    margin-left: 1.5em;
    list-style-type: disc;
    padding:0;
    margin-top: 0;
}
ul li {
    margin-left: .85em;
    font-size: 16px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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



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

/* Fixed Header */
@media (min-width: 1141px) {
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
        color: #fff;
    }
    /* Custom Header Bottom */
    .custom_header .custom_header-bottom {
        -moz-transition: height .25s ease,line-height .25s ease;
        -webkit-transition: height .25s ease,line-height .25s ease;
        -o-transition:height .25s ease,line-height .25s ease;
        background-color: #414551;
        position: relative;
        width: 100%;
        z-index: 300;
        height: 90px;
        line-height: 90px;
    }
    .fixed-header .custom_header {
        top: -32px;
    }
    .fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li,
    .fixed-header .custom_header .custom_header-bottom .custom_header-logo,
    .fixed-header .custom_header .custom_header-bottom,
    .fixed-header .custom_header .custom_header-bottom .custom_header-right a.search-trigger,
    .fixed-header .custom_header-logo a {
        height: 55px !important;
    }
    .fixed-header .custom_header .custom_header-bottom .custom_header-right a.search-trigger,
    .fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li,
    .fixed-header .custom_header .custom_header-bottom .custom_header-logo a,
    .fixed-header .custom_header .custom_header-bottom .custom_header-logo,
    .fixed-header .custom_header .custom_header-bottom {
        line-height: 55px !important;
    }
    .custom_header {
        background-color: #414551;
        -webkit-background-size: cover;
        border-bottom: 1px solid #414551;
        width: 100%;
        z-index: 301;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition:all .3s ease-in-out;
        -o-transition:all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: fixed;
        top: 0;
        backface-visibility: hidden;
        transform: translateZ(0);
    }
    
    /* Buton Request */
    .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a {
        background: #23b5b5;
        border: 1px solid #23b5b5;
        border-radius: 5px;
        padding: 2px 20px 0px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a:hover {
        background: #00c1cf;
        border: 1px solid #00c1cf;
    }
    .custom-menu-primary .hs-menu-wrapper ul ul ul:after {display:none;}
    .custom-menu-primary .hs-menu-wrapper ul ul:after {
        background-color: #23b5b5;
        height: 2px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

/* Custom Header Top */
.custom_header .custom_header-top {
    background-color: #414551;
    width: 100%;
    position: relative;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    z-index: 310;
}


/* Custom Header Top Socials */
.custom_header .custom_header-top .custom_header-socials {
    display: inline-block;
    float: right;
    height: 30px;
    width: auto;
}
.custom_header .custom_header-top .custom_header-socials ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom_header .custom_header-top .custom_header-socials ul li {
    margin: 0;
    display: inline-block;
}
.custom_header .custom_header-top .custom_header-socials ul li a {
    position: relative;
    display: block;
    margin: 0 5px;
}
.custom_header .custom_header-top .custom_header-socials ul li a svg {
    fill: #ffffff;
    vertical-align: middle;
}

/* Custom Header Bototm */
.custom_header .custom_header-bottom .page-center {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding:0;
}

/* Custom Header Bottom Logo */
.custom_header .custom_header-bottom .custom_header-logo {
    float: left;
    left: 0;
    -moz-transition: height .25s ease,line-height .25s ease;
    -webkit-transition: height .25s ease,line-height .25s ease;
    -o-transition: height .25s ease,line-height .25s ease;
    transition:height .25s ease,line-height .25s ease;
    top: 0;
    position: absolute;
    height: 90px;
    line-height: 90px;
    display: block;
    width: auto;
}
.custom_header .custom_header-bottom .custom_header-logo a {
    margin-left: 20px;
    z-index: 30;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    position: relative;
    -moz-transition: height .25s ease,line-height .25s ease;
    -webkit-transition: height .25s ease,line-height .25s ease;
    -o-transition: height .25s ease,line-height .25s ease;
    transition:height .25s ease,line-height .25s ease;
}
.custom_header .custom_header-bottom .custom_header-logo a img {
    height: auto;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}


/* Custom Header Right */
.custom_header .custom_header-bottom .custom_header-right {
    margin: 0;
    text-align: right;
    float: right;
    line-height: 4px;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 30;
    width: auto;
}
.custom_header .custom_header-bottom .custom_header-right .custom-menu-primary.js-enabled {
    width:auto;
}
.custom_header .custom_header-bottom .custom_header-right .custom_col-menu,
.custom_header .custom_header-bottom .custom_header-right .custom_col-search {
    width:auto;
    margin:0;
}
.custom_header .custom_header-bottom .custom_header-right .search-trigger {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
    position: relative;
    width: auto;
}
.custom_header .custom_header-bottom .custom_header-right a.search-trigger  {
    -moz-transition: height .25s ease,line-height .25s ease;
    -webkit-transition: height .25s ease,line-height .25s ease;
    -o-transition:height .25s ease,line-height .25s ease;
    transition:height .25s ease,line-height .25s ease;
    color: #ffffff;
    height: 90px;
    line-height: 90px;
    display: block;
    font-size: 16px;
}
.custom_header .custom_header-bottom .custom_header-right a.search-trigger i {
    -moz-transition: height .25s ease,line-height .25s ease;
    -webkit-transition: height .25s ease,line-height .25s ease;
    -o-transition:height .25s ease,line-height .25s ease;
    transition:height .25s ease,line-height .25s ease;
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: normal;
    vertical-align: middle;
}
.custom_header .custom_header-bottom .custom_header-right a.search-trigger i svg {
    display: inline-block;
    fill: currentColor;
}
.custom_header .custom_header-bottom .custom_header-right a.search-trigger i svg:hover {
    fill: #23b5b5;
}

.custom_header .custom_header-bottom .custom_header-right #hs-search-module {
    position: absolute;
    display:none;
    right: -50px;
    width: 330px;
    height: 56px;
    background-color: #fff;
}
.custom_header .custom_header-bottom .custom_header-right #hs-search-module form {
    display: block;
    overflow: hidden;
}
.custom_header .custom_header-bottom .custom_header-right #hs-search-module form input[type="text"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    padding: 0 10px;
    width: 275px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    border-right: none;
    box-sizing: border-box;
    font-size: 13px;
    color: #767676;
    outline: 0;
    margin-bottom: 4px;
    cursor: text;
    border-radius: 0;
    margin: 0;
    vertical-align: middle;
}

.custom_header .custom_header-bottom .custom_header-right #hs-search-module .hs-button.primary {
    width: 56px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display:flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #bfbcbc;
    background-image: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition:all .15s ease-in-out;
    -o-transition:all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin:0;
    border:0;
    border-radius: 0;
}
.custom_header .custom_header-bottom .custom_header-right #hs-search-module .hs-button.primary:before {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dmoon%2Dsearch%2D3%22%20data%2Dcacheid%3D%22icon%2D5a57571603ee6%22%20style%3D%22%20fill%3A%23fff%3Bheight%3A16px%3B%20width%3A%2016px%3B%20%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M496%2E131%20435%2E698l%2D121%2E276%2D103%2E147c%2D12%2E537%2D11%2E283%2D25%2E945%2D16%2E463%2D36%2E776%2D15%2E963%2028%2E628%2D33%2E534%2045%2E921%2D77%2E039%2045%2E921%2D124%2E588%200%2D106%2E039%2D85%2E961%2D192%2D192%2D192%2D106%2E038%200%2D192%2085%2E961%2D192%20192s85%2E961%20192%20192%20192c47%2E549%200%2091%2E054%2D17%2E293%20124%2E588%2D45%2E922%2D%2E5%2010%2E831%204%2E68%2024%2E239%2015%2E963%2036%2E776l103%2E147%20121%2E276c17%2E661%2019%2E623%2046%2E511%2021%2E277%2064%2E11%203%2E678s15%2E946%2D46%2E449%2D3%2E677%2D64%2E11zm%2D304%2E131%2D115%2E698c%2D70%2E692%200%2D128%2D57%2E308%2D128%2D128s57%2E308%2D128%20128%2D128%20128%2057%2E308%20128%20128%2D57%2E307%20128%2D128%20128z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    display: block;
    width: 16px;
    height: 16px;
}
.custom_header .custom_header-bottom .custom_header-right #hs-search-module .hs-button.primary:hover {
    background-color: #23b5b5;
}

/* Mobile Search Hide on Desktop */
 .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search {
    display: none;
}

/* Form Search Header */
@media (max-width: 1140px) {
    body {padding: 0;}
    .custom_header .row-fluid .custom_header-bottom {
        min-height: 90px;
        -moz-transition: height .25s ease,line-height .25s ease;
        -webkit-transition: height .25s ease,line-height .25s ease;
        -o-transition:height .25s ease,line-height .25s ease;
        transition:height .25s ease,line-height .25s ease;
        background-color: #414551;
        position: relative;
        width: 100%;
        z-index: 300;
        line-height: 90px;
    }
    .custom_header {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a {
        background: none;
        border: 0;
        border-radius: 0;
        padding: 15px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children:before,
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {display: none !important;}
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search {
        display: block;
    }
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu,
    .custom_header .custom_header-bottom .custom_header-right .custom_col-search {
        display:none;
    }
    .custom_header .custom_header-bottom .custom_header-right {
        width: 100%;
    }
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #ffffff;
        top: 0;
    }
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search {
        padding: 10px;
        position: relative;
        line-height: 24px;
        width: 100%;
        right: 0;
    }
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search #hs-search-module {
        display:block;
        position: relative;
        width: auto;
        height: auto;
        right: 0;
    }
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search #hs-search-module form input[type="text"]:focus {background: #fff;}
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search #hs-search-module form input[type="text"] {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        border: 1px solid rgba(0,0,0,.15);
        background-color: rgba(0,0,0,.02);
        box-shadow: none!important;
        border-radius: 0;
        color: #9e9e9e!important;
        box-sizing: border-box;
        font-size: 13px;
        outline: 0;
        margin-bottom: 4px;
        cursor: text;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition:all .15s ease-in-out;
        -o-transition:all .15s ease-in-out;
        transition: all .15s ease-in-out;
        position: relative;
    }
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search #hs-search-module .hs-button.primary {
        background: transparent;
    }
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search #hs-search-module .hs-button.primary:before {
        height: 20px;
        width: 19px;
        vertical-align: middle;
        display: block;
        content: '';
        right: 15px;
        bottom: 14px;
        background-image:url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dicon%2Dsearch%22%20style%3D%22fill%3Argba(0%2C0%2C0%2C%2E3)%22%20data%2Dcacheid%3D%22icon%2D5a5891cb0dce0%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%201664%201792%22%3E%3Cpath%20d%3D%22M1152%20832q0%2D185%2D131%2E5%2D316%2E5t%2D316%2E5%2D131%2E5%2D316%2E5%20131%2E5%2D131%2E5%20316%2E5%20131%2E5%20316%2E5%20316%2E5%20131%2E5%20316%2E5%2D131%2E5%20131%2E5%2D316%2E5zm512%20832q0%2052%2D38%2090t%2D90%2038q%2D54%200%2D90%2D38l%2D343%2D342q%2D179%20124%2D399%20124%2D143%200%2D273%2E5%2D55%2E5t%2D225%2D150%2D150%2D225%2D55%2E5%2D273%2E5%2055%2E5%2D273%2E5%20150%2D225%20225%2D150%20273%2E5%2D55%2E5%20273%2E5%2055%2E5%20225%20150%20150%20225%2055%2E5%20273%2E5q0%20220%2D124%20399l343%20343q37%2037%2037%2090z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    }
}

/* Top Pane */
.custom_top-pane-wrapper {
    position: relative;
    max-height: 475px;
    overflow: hidden;
    padding-top: 75px;
}
.custom_top-pane {
    background-position: center;
    background-size: cover;
    height: 77.3vh;
	overflow: hidden;
}
.row-fluid .custom_top-pane .page-center {
    padding: 0;
}
.custom_top-pane .page-center .top-pane-content {
    padding-top: 80px;
    text-align: right;
}
.custom_top-pane .page-center .top-pane-content img {
    width: 35%;
    position: relative;
}

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

.body-container {}

.content-wrapper {}
.main-content {margin: 30px 0px;}
.sidebar{margin:30px 0px;}
.sidebar.right{}
.sidebar.left{}


/* ==========================================================================
            VERTICAL MENU                             
   ========================================================================== */

.body-container .hs-menu-flow-vertical {}
.body-container .hs-menu-flow-vertical > ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    background-color: #333333;
    transition: none;
}
.body-container .hs-menu-flow-vertical > ul ul li:before,
.body-container .hs-menu-flow-vertical > ul > li:before {display:none;}
.body-container .hs-menu-flow-vertical > ul > li {
    display: block;
    font-size: 1.2rem;
    position: relative;
    color: #555555;
}
.body-container .hs-menu-flow-vertical > ul > li > a {
    line-height: 20px;
    vertical-align: middle;
    -moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    -webkit-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    -o-transition:color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    color: #ffffff;
    font-size: 13px;
    font-weight: inherit;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding-top: 2px;
    white-space: normal !important;
}
.body-container .hs-menu-flow-vertical > ul > li > a:hover {
    color: #ffffff;
}
.body-container .hs-menu-flow-vertical ul ul li a {
    font-size: 12px;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    position: relative;
    line-height: 18px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    background-color: transparent;
    color: #b3b3b3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: normal !important;
}

.body-container .hs-menu-flow-vertical > ul > li > a:focus,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a {}
.body-container .hs-menu-flow-vertical > ul li {padding:0;margin:0;}
.body-container .hs-menu-flow-vertical > ul ul li {padding:0;margin:0;}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {padding:10px;}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
    background-color: #333333;
    transition: none !important;
    box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 0.25);
    margin: 0px;
    padding: 10px;
    position: absolute;
    top: 86px;
    min-width: 200px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    z-index: 12 !important;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
    background-color: #333333;
    padding-left: 10px !important;
    padding: 10px;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a:hover,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a:hover {
    color: #ffffff;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
    padding: 10px;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a {
    padding-left: 20px;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul ul li a {
    padding-left: 25px;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
    box-shadow: none;
    padding: 10px;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul ul {
    padding: 0 10px;
}
.body-container .hs-menu-flow-vertical > ul > li > a:after {
    background-color: #23b5b5;
    color: #23b5b5;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition:all .15s ease-out;
    -o-transition:all .15s ease-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    box-sizing: border-box;
}
.body-container .hs-menu-flow-vertical > ul > li > a:hover:after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}
.body-container .hs-menu-flow-vertical ul li a:hover:after {
    background-color: #23b5b5;
    color: #23b5b5;
}


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

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

.custom_footer {
    font-size: 14px;
    color: #ffffff;
    font-weight: inherit;
    background-color: #414551;
    width: 100%;
    position: relative;
    padding: 20px 0 0;
    z-index: 10;
    display: block;
}
/* Footer Top */
.custom_footer .custom_footer-top {
    padding: 30px 0px;
}
.custom_footer .custom_footer-top .page-center {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

/* Footer Top Socials */
.custom_footer .custom_footer-top .custom_footer-socials,
.custom_footer .custom_footer-top .custom_contact {
    padding: 0 2%;
    width: 50%;
    float: left;
    min-height: 1px;
    box-sizing: border-box;
}
.custom_footer .custom_footer-top .custom_footer-socials {
    margin-bottom: 40px;
    display: block;
    text-align: left;
}
.custom_footer .custom_footer-top .custom_footer-socials a.light:hover {
    color: #ebebeb;
    opacity: 1;
}
.custom_footer .custom_footer-top .custom_footer-socials a.light {
    color: #ebebeb;
    position: relative;
    display: inline-block;
    margin: 5px 15px 5px 0;
    line-height: 100%;
    opacity: .5;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
}
.mk-svg-icon {
    fill: currentColor;
}

/* Footer Top Contact */
.custom_footer .custom_footer-top .custom_contact {
    margin-left: 0px;
    display: block;
    float: right;
    text-align: right;
}
.custom_footer .custom_footer-top .custom_contact a {
    color: #ffffff;
    text-decoration: none;
}
.custom_footer .custom_footer-top .custom_contact a:hover {
    color: #23b5b5;
}

/* Footer Bottom */
.custom_footer .custom_footer-bottom .page-center {
    max-width: 1140px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

/* Footer Bottom Copyright */
.custom_footer .custom_footer-bottom .custom_copyright {
    line-height: 16px;
    float: left;
    padding: 25px 0 20px;
    opacity: .8;
    font-family: proxima-nova;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Footer Bottom Menu */
.custom_footer .custom_footer-bottom .widget-type-simple_menu {
    float: right;
    margin:0;
    display: block;
    width:auto;
}
.custom_footer .custom_footer-bottom .widget-type-simple_menu ul {
    margin: 0;
    list-style: none;
    padding:0;
    display:block;
}
.custom_footer .custom_footer-bottom .widget-type-simple_menu ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.custom_footer .custom_footer-bottom .widget-type-simple_menu ul li a {
    margin: 25px 12px 20px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    opacity: .8;
    color: #ffffff;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition:all .15s ease-in-out;
    -o-transition:all .15s ease-in-out;
    text-decoration: none;
}
.custom_footer .custom_footer-bottom .widget-type-simple_menu ul li a:hover {
    opacity: 1;
}

/* Scroll To Top */
#toTop {
    background-color: #ccc;
    background-color: rgba(0,0,0,.2);
    color: #2e2e2e;
    display: block;
    position: fixed;
    bottom: 15px;
    width: 45px;
    height: 45px;
    z-index: 300;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    right: -60px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#toTop:before {
    background-image:url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dicon%2Dchevron%2Dup%22%20data%2Dcacheid%3D%22icon%2D5a5ca9cc0bc32%22%20style%3D%22%20color%3A%20%23fff%3B%20fill%3A%20%23fff%3B%20height%3A16px%3B%20width%3A%2016px%3B%20%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%201792%201792%22%3E%3Cpath%20d%3D%22M1683%201331l%2D166%20165q%2D19%2019%2D45%2019t%2D45%2D19l%2D531%2D531%2D531%20531q%2D19%2019%2D45%2019t%2D45%2D19l%2D166%2D165q%2D19%2D19%2D19%2D45%2E5t19%2D45%2E5l742%2D741q19%2D19%2045%2D19t45%2019l742%20741q19%2019%2019%2045%2E5t%2D19%2045%2E5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    content: '';
    display: block;
    opacity: 1;
    width: 16px;
    height: 16px;
    position: relative;
    top: 15px;
    right: -15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#toTop:hover {
    background-color: rgba(0,0,0,.3);
}
#toTop.active {
    right: 15px;
    opacity: 1;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

 /* BreadCrumbs */
.widget-type-menu ul.hs-breadcrumb-menu {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #919191;
    margin: 0 20px -10px 0;
}
.widget-type-menu ul.hs-breadcrumb-menu li {
    margin: 0;
    padding:0px;
}
.widget-type-menu ul.hs-breadcrumb-menu li a {
    color: #afafaf;
    transition: all .15s ease-in-out;
    text-decoration:none;
    font-size: 10px;
}
.hs-breadcrumb-menu-divider:before {
    content:'»';
    padding: 0;
}
.widget-type-menu ul.hs-breadcrumb-menu li span {
    font-size: 10px;
}
.widget-type-menu ul.hs-breadcrumb-menu li a:hover {
    color: #797979;
}
 
/* Submenu Trigger */
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children:before {
    content: '';
    display:block;
    background-image: url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dicon%2Dangle%2Dright%22%20data%2Dcacheid%3D%22icon%2D5a575ce508983%22%20style%3D%22%20height%3A16px%3B%20fill%3A%23b3b3b3%3B%20color%3A%23b3b3b3%3B%20width%3A%205%2E71428571429px%3B%20%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%201792%22%3E%3Cpath%20d%3D%22M595%20960q0%2013%2D10%2023l%2D466%20466q%2D10%2010%2D23%2010t%2D23%2D10l%2D50%2D50q%2D10%2D10%2D10%2D23t10%2D23l393%2D393%2D393%2D393q%2D10%2D10%2D10%2D23t10%2D23l50%2D50q10%2D10%2023%2D10t23%2010l466%20466q10%2010%2010%2023z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    position: absolute;
    right: 0px;
    top: 10px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children:hover:before {
    background-image: url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dicon%2Dangle%2Dright%22%20data%2Dcacheid%3D%22icon%2D5a575ce508983%22%20style%3D%22%20height%3A16px%3B%20fill%3A%23fff%3B%20color%3A%23fff%3B%20width%3A%205%2E71428571429px%3B%20%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%201792%22%3E%3Cpath%20d%3D%22M595%20960q0%2013%2D10%2023l%2D466%20466q%2D10%2010%2D23%2010t%2D23%2D10l%2D50%2D50q%2D10%2D10%2D10%2D23t10%2D23l393%2D393%2D393%2D393q%2D10%2D10%2D10%2D23t10%2D23l50%2D50q10%2D10%2023%2D10t23%2010l466%20466q10%2010%2010%2023z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    font-family: proxima-nova;
    margin: 0;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    -moz-transition: height .25s ease,line-height .25s ease;
    -webkit-transition: height .25s ease,line-height .25s ease;
    -o-transition:height .25s ease,line-height .25s ease;
    transition: height .25s ease,line-height .25s ease;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    position: relative;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 20px;
    vertical-align: middle;
    -moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    -webkit-transition:color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease; 
    -o-transition:color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    color: #ffffff;
    font-size: 13px;
    font-weight: inherit;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding-top: 2px;
    white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background-color: #23b5b5;
    color: #23b5b5;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transition: transition: all .15s ease-out;
    -moz-transition:transition: all .15s ease-out;
    -o-transition:transition: all .15s ease-out;
    transition: all .15s ease-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    box-sizing: border-box;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper ul li a:hover:after {
    background-color: #23b5b5;
    color: #23b5b5;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 1;
}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    left: 20px !important;
    right: auto;
    background-color: #333333;
    position: absolute;
    top: 100%;
    padding: 8px 0;
    width: 270px;
    transition: none !important;
    -webkit-transition: none;
    -moz-transition:none;
    -o-transition:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    line-height: 1;
    position: relative;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 12px;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 230px;
    display: block;
    position: relative;
    line-height: 18px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    background-color: transparent;
    color: #b3b3b3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {color: #ffffff;}

.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    top: 0;
    left: 100% !important;
    right: auto;
    background-color: #333333;
    position: absolute;
    padding: 8px 0;
    margin: 0;
    width: 270px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {
    line-height: 1;
    position: relative;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    font-size: 12px;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 270px;
    display: block;
    position: relative;
    line-height: 18px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    background-color: transparent;
    color: #b3b3b3;
    text-decoration: none;
    white-space: normal;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
    color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children
	left: auto !important;
	right: 0 !important;
}


/* 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:1141px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


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

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

@media (max-width: 1140px){



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

  /* ===== Mobile Toggle Button ===== */
  .mobile-open .mobile-trigger {
    position: absolute;
    top: 28px;
    display: block;
    margin-top: -18px;
    line-height: 8px;
    cursor: pointer;
    padding: 10px;
    right: 20px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition:all .15s ease-in-out;
    -o-transition:all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 12;
    margin: 0;
  }
  .mobile-trigger{
    position: absolute;
    top: 28px;
    display: block;
    margin-top: -18px;
    line-height: 8px;
    cursor: pointer;
    padding: 10px;
    right: 20px;
    -webkit-transition: transition: all .15s ease-in-out;
    -moz-transition:transition: all .15s ease-in-out;
    -o-transition:transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: 12;
    margin: 0;
  }
  .mobile-trigger .mobile-icon {
    width: 18px;
    height: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .mobile-trigger .mobile-icon .line3,
  .mobile-trigger .mobile-icon .line2,
  .mobile-trigger .mobile-icon .line1 {
    background-color: #fff;
    height: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
  }
  .mobile-trigger .mobile-icon .line2 {
      transition: opacity .1s ease;
      -webkit-transition: opacity .1s ease;
    -moz-transition:opacity .1s ease;
    -o-transition:opacity .1s ease;
  }
  .mobile-trigger .mobile-icon .line3,
  .mobile-trigger .mobile-icon .line1 {
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
  }
  .mobile-open .mobile-trigger .mobile-icon .line3 {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: -6px;
  }
  .mobile-open .mobile-trigger .mobile-icon .line2 {opacity:0;}
  .mobile-open .mobile-trigger .mobile-icon .line1 {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    top: 6px;
  }
  /* ===== Mobile Child Toggle Buttons ===== */
.custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger {
    display: none;
}
  .child-trigger{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    opacity: .7;
    width: 70px;
    height: 100%;
    line-height: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover + .child-trigger {
      opacity: 1;
  }
.child-trigger i:before {
    vertical-align: middle;
    display: block;
    content: '';
    width: 16px;
    opacity: 1;
    height: 16px;
    top: 14px;
    right: -27px;
    position: relative;
    background-image:url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dmoon%2Darrow%2Ddown%22%20data%2Dcacheid%3D%22icon%2D5a5717889e244%22%20style%3D%22color%3A%20%23444444%3B%20fill%3A%20%23444444%3B%20height%3A16px%3B%20width%3A%2016px%3B%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M512%20192l%2D96%2D96%2D160%20160%2D160%2D160%2D96%2096%20256%20255%2E999z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
  .toolbar-trigger {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 16px!important;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2280;
  }
  .toolbar-trigger:before {
    vertical-align: middle;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: relative;
    background-image:url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dicon%2Dchevron%2Ddown%22%20data%2Dcacheid%3D%22icon%2D5a58c96b683f1%22%20style%3D%22color%3A%23fff%3B%20fill%3A%23fff%3B%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%201792%201792%22%3E%3Cpath%20d%3D%22M1683%20808l%2D742%20741q%2D19%2019%2D45%2019t%2D45%2D19l%2D742%2D741q%2D19%2D19%2D19%2D45%2E5t19%2D45%2E5l166%2D165q19%2D19%2045%2D19t45%2019l531%20531%20531%2D531q19%2D19%2045%2D19t45%2019l166%20165q19%2019%2019%2045%2E5t%2D19%2045%2E5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid rgba(128,128,128,.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    color: #444444;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background-color: rgba(0,0,0,.03);
    color: #444444 !important;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin: 0;
    padding: 0 0 0 5px;
    border-top: 1px solid rgba(128,128,128,.2);
    background: transparent;
    width:100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 12px 15px 12px 15px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    color: #444444;
    width:100%;
    letter-spacing: 0;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display:block !important;
    margin: 0;
    padding: 0 0 0 5px;
    background: transparent;
    width:100%;
    border:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 12px 15px 12px 15px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    color: #444444;
    width:100%;
    letter-spacing: 0;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
}

/* Landing Page */
.landing-page .mobile-trigger {display:none;}
.landing-page .custom_footer {
    padding: 0;
}
/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


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


/* Blog Post and Listing Body Class */
.blog .body-container .content-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Blog Post */
.hs-blog-post .body-container .content-wrapper {
    padding-bottom: 110px;
}
.hs-blog-post .hs-blog-header,
.hs-blog-post .post-header {
    padding:0;
}
.hs-blog-post .post-header h1 {
    font-size: 20px;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: inherit;
    letter-spacing: 2px;
    text-decoration: none;
}
.hs-blog-post .post-header .hs-author-avatar {
    margin-top: 10px;
}
.hs-blog-post .post-header .hs-author-social-section {
    margin-top: 22px;
}
.blog .custom_page-title {
    background-color: #ebebeb;
    padding: 15px 0;
}
.blog .custom_page-title h1 {
    font-size: 20px;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 20px 0;
    line-height: 120%;
}
.hs-blog-listing .custom_page-title h1.post-title,
.hs-blog-post .custom_page-title h1.listing-title {
    display: none;
}

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

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


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

.blog .blog-content {}

/* 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 {
    padding: 20px;
    line-height: 18px;
}
h2.post-listing-simple,
.post-header h2 {
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 18px ;
    font-size: 24px;
    color: #414551;
    margin-bottom: 10px;
    font-family: proxima-nova;
}
h2.post-listing-simple a,
.post-header h2 a {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition:all .15s ease-in-out;
    -o-transition:all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    display: block;
    margin-bottom: 10px;
    color: #999;
    font-style: italic;
    font-size: 11px;
}
#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 {
    margin: 0 12px 24px 12px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}
.blog-listing-wrapper .post-listing .post-item .post-body ul li {
    margin-left: .85em;
}
.blog-listing-wrapper .post-listing .post-item .post-body ul li a {
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    padding: 20px;
    padding-bottom: 0;
    padding-top:0;
    line-height: 18px;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {
    position: relative;
    display: block;
    overflow: hidden;
}
.hs-featured-image-wrapper .hs-featured-image-link a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    left: 0;
    top: 0;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  height: 100%;
  display: inline-block !important;
  position: relative;
  width: 100%;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

/* Read More Link */
a.more-link:before {
    content: '';
    background-image:url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dmoon%2Darrow%2Dright%2D2%22%20data%2Dcacheid%3D%22icon%2D5a5cbec583174%22%20style%3D%22%20color%3A%20%23444444%3B%20fill%3A%20%23444444%3B%20height%3A8px%3B%20width%3A%208px%3B%20%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M192%200l%2D96%2096%20160%20160%2D160%20160%2096%2096%20256%2D256z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    display: inline-block;
    width: 10px;
    height: 8px;
    position: relative;
    background-repeat: no-repeat;
}
a.more-link {
    line-height: 12px;
    font-weight: 700;
    font-size: 12px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition:all .15s ease-in-out;
    -o-transition:all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
}
#hubspot-topic_data,
.custom_listing_comments {
    padding-left: 20px;
    padding-right: 20px;
}
.hs-blog-listing #hubspot-topic_data,
.custom_listing_comments {
    font-size: 12px;
}
a.more-link:hover {
    color: #414551;
}
/* Blog Topics List */
.hs-blog-post #hubspot-topic_data {
    margin:0;
    padding-left:0;
    padding-right:0;
}
#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 {
    padding: 20px;
}
.blog-pagination a {}
.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 {
    padding-left: 13px;
    padding-right: 13px;
}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 45px;
}
.blog .blog-sidebar .widget-span ul li {
    padding: 6px 0px;
    line-height: 24px;
}
.blog .blog-sidebar .widget-span ul li a {
    font-size: 16px;
}

/* =============== Blog Author Page and Author Bio =============== */
.hs-author-listing-header {
    padding-left: 14px;
}
.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 14px;
  padding-top: 0px;
  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 =============== */
.hs_subscribe ul.inputs-list li,
.hs_subscribe ul.inputs-list {
    margin-left: 0;
}
 /* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    padding-top: 0px;
    margin-top: -4px;
    width: 100%;
    font-family: proxima-nova;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    color: #767676;
    margin-left: 0px;
    background: none;
    padding-left: 0px;
    float: left;
    margin: 0;
    padding: 3px 13px 0 0;
}

/* 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: rgb(253, 253, 253);
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #999999;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #999999;
    cursor: text;
    font-family: proxima-nova;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    line-height: 16px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: #999999;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    vertical-align: baseline;
    width: 100%;
    min-width: 100px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

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 {}

/* 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_rollup ul {
    list-style: none;
}
.hs_error_rollup ul li,
.hs_error_rollup ul,
ul.hs-error-msgs li,
ul.hs-error-msgs {
    margin:0;
}
.hs-error-msgs label{
    margin: 0px;
    padding: 0px;
    color: #8b0000;
    clear: left;
    line-height: 1.4em;
    font-size: 13px;
    font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
}

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


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

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

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

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


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

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

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

.body-container .widget-type-google_search input[type="text"] {
  margin: 0;
  padding: 12px 28px 12px 15px;
  width: 100%;
  background-color: #fff;
  border: 2px solid rgba(0,0,0,.12);
  font-size: 13px;
  color: #767676;
  outline: 0;
  cursor: text;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition:all .15s ease-in-out;
  -o-transition:all .15s ease-in-out;
  transition: all .15s ease-in-out;
  height: 44px;
}
.body-container .widget-type-google_search .hs-button.primary {
    background:none;
    border: none;
    text-indent: -1000px;
    font-size: 0;
    display: inline-block;
    top: -57px;
    right: 0;
    float: right;
}
.body-container .widget-type-google_search .hs-button.primary:hover:before {
    opacity: 1;
}
.body-container .widget-type-google_search .hs-button.primary:before {
background-image:url('data:image/svg+xml,%3Csvg%20class%3D%22mk%2Dsvg%2Dicon%22%20data%2Dname%3D%22mk%2Dicon%2Dsearch%22%20data%2Dcacheid%3D%22icon%2D5a5c2b0edbc7a%22%20style%3D%22%20fill%3A%23414551%3Bcolor%3A%20%23414551%3Bheight%3A16px%3B%20width%3A%2014%2E8571428571px%3B%20%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%20viewBox%3D%220%200%201664%201792%22%3E%3Cpath%20d%3D%22M1152%20832q0%2D185%2D131%2E5%2D316%2E5t%2D316%2E5%2D131%2E5%2D316%2E5%20131%2E5%2D131%2E5%20316%2E5%20131%2E5%20316%2E5%20316%2E5%20131%2E5%20316%2E5%2D131%2E5%20131%2E5%2D316%2E5zm512%20832q0%2052%2D38%2090t%2D90%2038q%2D54%200%2D90%2D38l%2D343%2D342q%2D179%20124%2D399%20124%2D143%200%2D273%2E5%2D55%2E5t%2D225%2D150%2D150%2D225%2D55%2E5%2D273%2E5%2055%2E5%2D273%2E5%20150%2D225%20225%2D150%20273%2E5%2D55%2E5%20273%2E5%2055%2E5%20225%20150%20150%20225%2055%2E5%20273%2E5q0%20220%2D124%20399l343%20343q37%2037%2037%2090z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  content: '';
  display: inline-block;
  width:16px;
  height: 16px;
  top: 13px;
  right: 14px;
  opacity: .4;
  position: absolute;
  background-repeat: no-repeat;
}
.body-container .widget-type-google_search input[type="text"]:focus {
  border-color: rgba(0,0,0,.25);
  background-color: #fff;
}



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


/* =============== All Global Buttons (Excluding CTAs) =============== */
button::-moz-focus-inner, 
input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {
    background-color: rgb(35, 181, 181);
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.01) 100%);
    background-repeat: repeat-x;
    border-bottom-color: rgb(0, 193, 207);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgb(0, 193, 207);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(0, 193, 207);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(0, 193, 207);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: normal;
    height: 47px;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    top: 0px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: auto;
    word-wrap: break-word;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
}

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

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


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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.subscription-template .checkbox-row .fakelabel input[type="checkbox"] {
    position: relative;
    top: 7px;
}

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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
   
@media (min-width: 1140px) and (max-width: 1700px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(-n+3) > ul ul {
        left: auto !important;
        right: 100% !important;
    }
}
@media (max-width: 1700px) {
    .custom_top-pane .page-center .top-pane-content img {top: 0px !important;}
}
@media (min-width: 1141px) and (max-wdith: 1200px) {
    .custom_top-pane .page-center .top-pane-content img {
        top: 50px !important;
        padding:0;
    }
}
@media (max-width: 1270px) {
    .custom_header .custom_header-bottom .custom_header-right #hs-search-module {
        right: -4px;
    }
}
@media (max-width: 1200px) {
    .custom_top-pane-wrapper {
        padding-top: 125px;
    }
    .custom_top-pane {
        max-height: 350px !important;
        background-position-y: 50% !important;
    }

}

@media (max-width:1140px ) { 
    #toTop.active {right:22px;}
    #toTop {bottom: 72px;}
    body.without-top-pane {padding-top: 0px;}
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu {margin-top: 0px !important;}
    .custom_top-pane {
        max-height: 350px !important;
    }
    .custom_top-pane .page-center .top-pane-content {
        padding: 0;
        margin-top: -20px;
    }
    .custom_top-pane .page-center .top-pane-content img {
        opacity: 1 !important;
    }
    .custom_top-pane-wrapper {padding: 0;}
    .custom_top-pane .page-center {
        padding: 100px 20px !important;
    }
    .custom_header .custom_header-bottom .custom_header-right #hs-search-module .hs-button.primary  {
        display: block;
    }
    .custom_footer .custom_footer-bottom .custom_copyright {
        padding-left: 20px;
    }
    .custom_header .custom_header-bottom .custom_header-right #hs-search-module .hs-button.primary {
        top: -2px;
        right: -2px;
    }
    .custom_header .custom_header-bottom .custom_header-right {
        background-color:#414551 !important;
        position: static !important;
        padding-top: 90px;
    }
}
@media (min-width:1141px) and (max-width:1300px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    	left: auto !important;
    	right: 0 !important;
    }
}
@media (min-width: 781px) {
    .toolbar-trigger {
        display:none;
    }
}
@media (max-width: 780px ) {
    .toolbar-open .custom_header .custom_header-top {display:block;}
    .custom_header .custom_header-top {
        display: none;
    }
    .custom_header .custom_header-top {
        padding: 10px 5px;
        height: auto;
        width: 100%;
        position: relative;
        line-height: 35px;
        box-sizing: border-box;
        z-index: 310;
    }
    .custom_header .custom_header-top .custom_header-socials {
        width: 100%;
        float: none;
        display: block;
        height: auto;
        line-height: 25px;
        margin: 0 10px 5px;
        padding: 0;
    }
    
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 960px) {
    .body-container .row-fluid .page-center {
        padding: 0px 35px;
    }
}


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

@media (max-width: 768px) {
    .custom_footer .custom_footer-top .custom_contact,
    .custom_footer .custom_footer-top .custom_footer-socials {
        width: 100%;
    }
}  
@media (max-width: 767px ) {
    .custom_top-pane {height:112vh;}
    .custom_footer .custom_footer-top .custom_contact,
    .custom_footer .custom_footer-top .custom_footer-socials {text-align:center;}
    .blog .blog-sidebar {
        margin-top:30px;
    }
    .custom_footer .custom_footer-bottom .custom_copyright {
        width: 100%;
        text-align: center;
        padding: 10px 10px 5px;
        float: none;
    }
    .custom_footer .custom_footer-bottom .widget-type-simple_menu {
        float: none;
        text-align:center;
        display: block;
        width: 100%;
    }
    .custom_footer .custom_footer-bottom .widget-type-simple_menu ul li {
        display:block;
        float: none;
        width: 100%;
    }
    .custom_footer .custom_footer-bottom .widget-type-simple_menu ul li a {margin: 5px auto;}
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
        padding-left: 20px;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul ul li a {
        padding-left: 25px;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul ul {
        padding: 0 10px;
    }
}

/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 479px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: left !important;
    }
}
@media (max-width: 400px) {
    .custom_header .custom_header-bottom .custom_header-logo a img {max-width:160px;}
}
@media (min-width: 340px ) and (max-width: 360px) {
    .custom_top-pane .page-center .top-pane-content {margin-top: -18px;}
}
@media (max-width: 339px) {
    .custom_top-pane .page-center .top-pane-content {margin-top: -15px;}
}
@media (-webkit-min-device-pixel-ratio:0) {
    .custom_header .custom_header-top .custom_header-socials ul {
        margin-top: -1px;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom_header .custom_header-bottom .custom_header-right .custom_col-menu .custom_mobile-search #hs-search-module form input[type='text'] {
        line-height: 19px;
    }
}
