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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Other%20Files/slick.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
@import url('//fonts.googleapis.com/css?family=Signika:300,400,600,700');
@import url('//fonts.googleapis.com/css?family=Cookie');
@import url('//fonts.googleapis.com/css?family=Jura:300,400,500,600,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');
@import url('https://static.parastorage.com/services/third-party/fonts/Helvetica/fontFace.css');
@import url('//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Other%20Files/slick-1.css');
@import url('//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Other%20Files/slick-lightbox.css');
@import url('//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Other%20Files/slick-theme.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: "DIN-Next-W01-Light";
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/din-next-w01-light/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/din-next-w01-light/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/din-next-w01-light/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype");
}
@font-face {
    font-family: "Helvetica-W01-Roman";
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Roman/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Roman/4021a3b9-f782-438b-aeb4-c008109a8b64.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Roman/669f79ed-002c-4ff6-965c-9da453968504.ttf")format("truetype");
}

@font-face {
    font-family: "Helvetica-W01-Bold";
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Bold/f70da45a-a05c-490c-ad62-7db4894b012a.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Bold/c5749443-93da-4592-b794-42f28d62ef72.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Bold/73805f15-38e4-4fb7-8a08-d56bf29b483b.ttf")format("truetype");
}

@font-face {
    font-family: "Helvetica-W01-Light";
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Light/717f8140-20c9-4892-9815-38b48f14ce2b.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Light/03805817-4611-4dbc-8c65-0f73031c3973.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W01-Light/d5f9f72d-afb7-4c57-8348-b4bdac42edbb.ttf")format("truetype");
}
@font-face{
    font-family:"Avenir-LT-W01_35-Light1475496";
    src:url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Avenir-LT-W01_35-Light1475496/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Avenir-LT-W01_35-Light1475496/908c4810-64db-4b46-bb8e-823eb41f68c0.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Avenir-LT-W01_35-Light1475496/4577388c-510f-4366-addb-8b663bcc762a.ttf")format("truetype");
}
@font-face{
    font-family:"Avenir-LT-W01_85-Heavy1475544";
    src:url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Avenir-LT-W01_85-Heavy1475544/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot")format("eot"),	
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Avenir-LT-W01_85-Heavy1475544/61bd362e-7162-46bd-b67e-28f366c4afbe.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Avenir-LT-W01_85-Heavy1475544/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf")format("truetype");
}

@font-face{
    font-family:"Futura-LT-W01-Light";
    src:url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Futura-LT-W01-Light/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Futura-LT-W01-Light/cca525a8-ad89-43ae-aced-bcb49fb271dc.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Futura-LT-W01-Light/88cc7a39-1834-4468-936a-f3c25b5d81a1.ttf")format("truetype");
}
@font-face{
    font-family:"Futura-LT-W01-Book";
    src:url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Futura-LT-W01-Book/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Futura-LT-W01-Book/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Futura-LT-W01-Book/c2a69697-4f06-4764-abd4-625031a84e31.ttf")format("truetype");
}
@font-face{
    font-family:"Proxima-N-W01-Reg"; 
    src:url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Proxima-N-W01-Reg/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Proxima-N-W01-Reg/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Proxima-N-W01-Reg/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf")format("truetype");
} 
@font-face {
    font-family: "Helvetica-W02-Roman"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Roman/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Roman/b56b944e-bbe0-4450-a241-de2125d3e682.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Roman/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf")format("truetype");
}

@font-face {
    font-family: "Helvetica-W02-Bold"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Bold/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Bold/192dac76-a6d9-413d-bb74-22308f2e0cc5.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Bold/47584448-98c4-436c-89b9-8d6fbeb2a776.ttf")format("truetype");
}

@font-face {
    font-family: "DIN-Next-W02-Light"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DIN-Next-W02-Light/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DIN-Next-W02-Light/07d62b21-8d7a-4c36-be86-d32ab1089972.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DIN-Next-W02-Light/c0050890-bbed-44b9-94df-2611d72dbb06.ttf")format("truetype");
}

@font-face {
    font-family: "Helvetica-W02-Light"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Light/ff80873b-6ac3-44f7-b029-1b4111beac76.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Light/80c34ad2-27c2-4d99-90fa-985fd64ab81a.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-W02-Light/b8cb02c2-5b58-48d8-9501-8d02869154c2.ttf")format("truetype");
}

@font-face {
    font-family: "DIN-Next-W10-Light"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DIN-Next-W10-Light/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DIN-Next-W10-Light/a9e95a29-98a7-404a-90ee-1929ad09c696.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DIN-Next-W10-Light/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf")format("truetype");
}

@font-face {
    font-family: "Helvetica-LT-W10-Bold"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-LT-W10-Bold/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-LT-W10-Bold/0a3939d0-3833-4db3-8b85-f64c2b3350d2.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-LT-W10-Bold/1b128d6d-126f-4c9c-8f87-3e7d30a1671c.ttf")format("truetype");
}

@font-face {
    font-family: "Helvetica-LT-W10-Roman"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-LT-W10-Roman/686a6a06-e711-4bd2-b393-8504a497bb3c.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-LT-W10-Roman/6f8d1983-4d34-4fa4-9110-988f6c495757.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Helvetica-LT-W10-Roman/7903ee3f-e9ab-4bdc-b7d2-d232de2da580.ttf")format("truetype");
}

@font-face {
    font-family: "HelveticaNeueLTW20-Ligh"; 
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/HelveticaNeueLTW20-Ligh/ab7f002d-5f09-4a65-b7ad-9f01ec5bfaf0.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/HelveticaNeueLTW20-Ligh/b8ee7e47-48e4-4b5b-8a74-cf02708fb54a.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/HelveticaNeueLTW20-Ligh/074fa346-a8c5-4331-9d93-7a06123af067.ttf")format("truetype");
}


@font-face {
    font-family: "DINNextLTW23-UltraLight";
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DINNextLTW23-UltraLight/b4a0535b-3a89-43bd-b3fb-b6619d0b0a09.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DINNextLTW23-UltraLight/63b0b154-64e6-4846-be80-b601f3ce9b28.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/DINNextLTW23-UltraLight/f3f08f13-d46f-4589-90ac-70c0a21cd061.ttf")format("truetype");
}
@font-face {
    font-family: "Droid-Serif-W01-Regular";
    src: url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Droid-Serif-W01-Regular/de5702ce-174b-4ee6-a608-6482d5d7eb71.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Droid-Serif-W01-Regular/83ae2051-dcdd-4931-9946-8be747a40d00.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Droid-Serif-W01-Regular/63f35b58-a40f-4f53-bb3e-20396f202214.ttf")format("truetype");
}
@font-face{
    font-family:"Kepler-W03-Light-SCd-Cp";
    src:url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Kepler-W03-Light-SCd-Cp/fc00d5ae-6d96-4b5c-b68b-4f5bdb562c98.eot")format("eot"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Kepler-W03-Light-SCd-Cp/20f7861b-3ff7-47f3-b0f5-1e0626824a63.woff")format("woff"),
	url("//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/fonts/Kepler-W03-Light-SCd-Cp/5c51e7a0-6ecc-46eb-a9ee-376f8c4073af.ttf")format("truetype");
}

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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Structure */
      /*  */

/* Well Colors */






/* ==========================================================================
   Macros                                                  
   ========================================================================== */


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html{
    font-size: 10px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
body {
  background: #fff;
  color: #fff;
  font-family: avenir-lt-w01_35-light1475496, sans-serif !important;
  font-size: 16px !important;
  line-height: normal;
  letter-spacing: normal;
}

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

/* Highlighted Text
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
 */
::selection {
  color: #fff !important;
  background: #333 !important;
  text-shadow: none !important;
}


/* =============== Animations =============== */
.animated{}

.bounceInRight{
    
    
}

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

/* Basic text */
p {
    margin:0;
} 
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 {
    font: normal normal normal 70px/1.1em signika,sans-serif;
    color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    margin-top:0;
    font-size: 64px;
    line-height: 1.3em;
}
h2 {
    letter-spacing: normal;
    font-size: 50px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

/* Anchor Links */
a { color: white;text-decoration:underline;outline:none; }

a:hover, a:focus { text-decoration: none;outline:none;}

/* Lists */
ul, ol {}
.body-container .hs_cos_wrapper_type_rich_text ul,.body-container .hs_cos_wrapper_type_rich_text ol {
    padding-left: 1.3em;
    margin-left: 0.5em;
    margin-right: 0;
    line-height: normal;
    letter-spacing: normal;
}
.body-container .hs_cos_wrapper_type_custom_widget ul,.body-container .hs_cos_wrapper_type_custom_widget ol {
    padding-left: 1.3em;
    margin-left: 0.5em;
    margin-right: 0;
    line-height: normal;
    letter-spacing: normal;
}
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 {}
.custom-logo img {
    width: 103px;
    height: 103px;
    margin: 0px 12px 9px -1px;
}
.custom-logo h1 {
    font: normal normal normal 50px/1.1em signika,sans-serif;
    color: #FFFFFF;
    line-height: normal;
    letter-spacing: normal;
    word-wrap: break-word;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 1px;
}

.custom-logo h1 span:last-child {
    padding-left: 21px;
}

.header-container .custom-logo{
    padding: 17px 0;
}

.custom-logo h1 span {
    display: block;
}





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

.body-container-wrapper {}
.body-container {
    background:transparent;
}

.content-wrapper {
    background-color: rgba(0, 0, 0, 0.6)!important;
    padding:30px 0;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.custom-banner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}


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

.footer-container-wrapper {}
.footer-container {}
.footer-container.container-fluid .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
}
.custom-footer-wrapper {
    background-color: rgba(35, 35, 35, 0.6);
    min-height: 285.5px !important;
    padding: 21.5px 20px 18px 20px;
}

.custom-footer-wrapper-cr {
    background-color: rgba(35, 35, 35, 0.6);
    min-height: 60px !important;
    padding: 5px 20px 5px 20px;
}

.footer-container p {
    color: #FFFFFF;
    font: normal normal normal 24px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    text-align: left;
    margin-top:4px;
}
.custom-social-share a {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.footer-container .col2 a {
    font: normal normal normal 36px/1.4em cookie,cursive;
    -webkit-transition: color 0.4s ease;
      -moz-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
      -ms-transition: color 0.4s ease;
      transition: color 0.4s ease;;
    color: #FFFFFF;
    display: inline-block;
    margin-top: calc(-1 * 0px);
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    line-height: 58px;
    background: #32a4c7 url('//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/shiny2button_bg.png') center top repeat-x;
    width: 205px;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: solid rgba(43, 108, 163, 1) 0px;
    margin: 16px auto;
}

.footer-container .col2 a:hover {
    background-color: rgba(43, 108, 163, 1);
    border-color: rgba(61, 155, 233, 1);
    transition: 0.5s;
    cursor: pointer;
}

.footer-container .col .custom-footer-image img{
    width: 107px;
    height: 104px;
    object-fit: cover;
    margin-top: -6px;
    margin-left: 49px;
}
.custom-footer-wrapper.landding-footer {
    min-height: 0 !important;
}
.footer-container .col .custom-social-share {
    text-align: center;
}

.footer-text{
  color: #FFFFFF;
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    padding-left: 30px;
    margin-top:4px;
}
.footer-text span{
    margin: 0 10px;
}

.copyright, 
.copyright a, 
.copyright a:hover{
    color: #ffffff;
    font-size: 14px;
}

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


/* =============== Custom Menu Primary =============== */
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

.custom-menu-primary .hs-menu-wrapper{
    text-align: right;
    margin-top: 25px;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
  padding: 0 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul li a{
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px 0;
}

/* Child List */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: -5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #212121;
    padding: 13px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
  padding: 6px 10px;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#ffffff;
}

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

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

/* Parent List */


/* Child List 
.custom-menu-primary .hs-menu-wrapper > ul ul{

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

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

Fix menu disappearing on desktop after toggling mobile menu 
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
    box-shadow: 0px 2px 3px 0px rgba(162,158,158,0.6);
    background: rgba(255, 255, 255, 0.42) url(//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/indented_bg_inverted.png) center top repeat-x;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
    border-left: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.42);
    -webkit-transition: background-color 0.4s ease;
      -moz-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      -ms-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    border: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li > a {
    text-decoration: none;
    -webkit-transition: background-color 0.4s ease;
      -moz-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      -ms-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease;
    font: normal normal normal 16px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    padding: 0 38.6px;
    position:relative;
    color: #10375f;
    line-height: 37px;
    background: transparent url(//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/indented_bg_inverted.png) repeat-x center bottom;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    background-color: #10375f;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: white;
    background: transparent url('//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/indented_bg_inverted.png') repeat-x;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {
    -webkit-transition: background-color 0.4s ease;
      -moz-transition: background-color 0.4s ease;
      -o-transition: background-color 0.4s ease;
      -ms-transition: background-color 0.4s ease;
      transition: background-color 0.4s ease;
    background: rgba(50, 164, 199, 0.87)!important;
   
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color:white!important;
    background: transparent url(//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/indented_bg.png) repeat-x center bottom;
}
/*.custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
    background-image:url(//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/indented_bg_inverted.png);
    background-position:center top;
    background-repeat:repeat-x;
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:"";
    position:absolute;
    display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before{
    background-image:url(//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/indented_bg_inverted.png);
    background-position:center top;
    background-repeat:repeat-x;
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:"";
    position:absolute;
    display:block;
}*/
/*
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before{
    background-image:url(//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/indented_bg.png);
    background-position:center top;
    background-repeat:repeat-x;
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:"";
    position:absolute;
    display:block;
}
}
*/

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

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

@media (max-width: 767px){

  /* 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-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(100, 88, 68, 1);
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
}
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
   
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    
  }
.tm1_icon {
    width: 20px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(100, 88, 68, 1);
    height: 17px;
    padding-top: 0px;
    display: none;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       transform: translateY(-50%);
    right: 0;
    left: 0;
}
 .tm1_icon.tm1_open {
    display: block;
} 
.mobile-open svg.tm1_close.tm1_icon{
    display:block;
}
.mobile-open svg.tm1_icon.tm1_open{
    display:none;
}
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled {
    padding-top: 0;
    margin: 0;
    min-height: 0 !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: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px);
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0;
    margin: 0 auto;
    right: 0;
}
  
.custom-menu-primary .hs-menu-wrapper > ul{
    border: 1px solid rgba(100, 88, 68, 1);
}
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
   padding: 0 17px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(100, 88, 68, 1);
    line-height: 48px;
    opacity: 0.95;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(100, 88, 68, 1);
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: rgba(100, 88, 68, 1);
    background-color: rgba(47, 196, 198, 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 > li > a:hover{
   
  }

  
}


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


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

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

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

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

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


/* =============== 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 h2 {color: black;}
.post-header h2 a {color: black;}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

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

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

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


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
body form.hs-form .hs-form-field .hs-error-msgs.inputs-list {
    margin: 0px;
}
body form.hs-form .hs-form-field .hs-error-msgs.inputs-list label {
    color: #8B0000;
    font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
}
body .widget-type-google_search input[type="text"],#hs-pwd-widget-password{
margin: 0 0 5px;
}
#hs-pwd-widget-password {
    height: auto !important;
    margin-top: 5px !important;
}
.form-title{
    margin-top:0;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin: 0 0 5px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label,.widget-type-google_search label {
    display:block;
    margin:0 0 5px;
}

/* 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 {
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    background-color: rgba(100, 88, 68, 0.27);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px solid rgba(255, 255, 255, 1);
    color: #645844;
    width: 100%;
    border-radius: 0;
    padding: 5px;
    display:block;
    max-width:767px;
    outline:none;
}
.hs-input.error,.hs-input.invalid,.hs-input.error.invalid{
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    border: 1px solid #8B0000;
    color: #8B0000;
}
.blog-sidebar .hs-input.error, .blog-sidebar .hs-input.invalid, .blog-sidebar .hs-input.error.invalid {
        border-width: 1px;
    border-style: none none solid;
    border-bottom: 1px solid #826F52;
}
body .blog-sidebar form.hs-form .hs-form-field .hs-error-msgs.inputs-list label,.blog-sidebar ul.hs-error-msgs.inputs-list label {
    color: red;
    font-size: 14px;
    text-align: center;
    font-family: HelveticaNeueW01-45Ligh,HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,sans-serif;
    -webkit-font-smoothing: antialiased;
}
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 {
    outline:none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 130px;
    resize: none;
}
textarea:focus {}

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

/* Error */
.hs-error-msgs label{}

/* 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="email"] {
    max-width:100%;
}
#comment-form input[type="text"]:focus {}

#comment-form textarea {
     max-width:100%;
}
#comment-form textarea:focus {}

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


/* =============== Blog Subscription Form =============== */

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: rgba(255, 255, 255, 1);
    font: normal normal normal 16px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    border: 0;
    color: #645844;
    cursor: pointer;
    border-radius: 0;
    padding: 5px;
    display:inline-block;
    margin:0;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    outline: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:none;
}


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

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


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

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


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

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


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

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}
.error-contents {
    margin-top: 84px;
    margin-bottom: 40px;
}
.error-contents>.image-404 {
    max-width: 318px;
    margin-left: -20px;
}
.error-contents>.image-404 .cls-1 {
    fill: #3ba6cc;
}
.error-contents>.image-404 .cls-2 {
    fill: #3eb8eb;
}
.error-contents>.image-404 .cls-3 {
    fill: #c3d4d8;
}
.error-contents>.image-404 .cls-4 {
    fill: #e1ebef;
}
.error-contents>.image-404 .cls-5 {
    fill: #37b7ea;
}
.error-contents>.image-404 .cls-6 {
    fill: #a2b7bc;
}
.error-contents>.image-404 .cls-7 {
    fill: #a9a9a9;
}
.error-contents>.image-404 .cls-8 {
    fill: #9c9b9b;
}
.error-contents>.image-404 .cls-10 {
    fill: #565656;
}
.error-contents>.image-404 .cls-11 {
    fill: #fff;
}
.error-contents>.image-404 .cls-12 {
    fill: #e9eff2;
}
.error-code {
    margin-top: 30px;
    font-size: 22px;
    color: #929292;
    line-height: 35px;
}
.error-contents>.image-404 .error-code {
    fill: #fff;
    font-family: HelveticaNeueW01-45Ligh;
    font-size: 80px;
}
.error-contents>.not-found {
    margin-top: 62px;
    text-transform: uppercase;
    color: #3eb8ea;
    font-size: 66px;
    font-family: HelveticaNeueW01-45Ligh;
    letter-spacing: 1px;
    white-space: nowrap;
}
.error-contents>.description {
    margin-top: 19px;
    font-family: HelveticaNeueW01-45Ligh;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 39px;
    color: #184a56;
}
.custom-error-page.custom-site-page .content-wrapper {
    background-color: #fff;
}
.error-contents>.button {
    margin-top: 37px;
    outline: 0;
    width: 198px;
    height: 56px;
    letter-spacing: .8px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    border-radius: 28px;
    font-family: HelveticaNeueW01-45Ligh;
    cursor: pointer;
    border: 2px solid #3eb8ea;
    background-color: #fff;
    color: #3eb8ea;
    box-sizing: border-box;
    transition-property: color,background-color;
    transition-duration: .2s;
}
.error-contents>.button:hover {
    background-color: #3eb8ea;
    color: #fff;
}
/* ==========================================================================
  Blog Style                    
   ========================================================================== */
   .blog {
    color: #360F30;
}
.blog .custom-banner-wrapper:after {
    content: ""!important;
    height: 100%!important;
    width: 100%!important;
    background-color: rgb(54, 15, 48) !important;
    opacity: 0.5 !important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    position:absolute!important;
}
.custom-banner-module {
    position: relative;
    z-index: 0;
}
.header-container-wrapper,
.footer-container-wrapper{
    position: relative;
    z-index: 1000;
}
.content-wrapper {
    position: relative;
    z-index: 100;
}
.blog-listing-wrapper .post-listing .post-item:last-child {
    margin-bottom: 15px;
}
.cm-email-form {
    background: #fff;
    position: relative;
    padding: 24px 20px;
    border: 0;
    background-image: url(//cdn2.hubspot.net/hubfs/2177779/BMA%20December2017%20Theme/Images/download.png);
    background-size: 144px 73px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    box-shadow: 0 0 5px 1px #000;
}
.sidebar-form-wrapper{
    position:relative;
}

.sidebar-form-wrapper:before {
    content: ' ';
    position: absolute;
    width: 99%;
    background-color: #FFFFFF;
    height: 100%;
    top: 0;
    z-index: 0;
    left: -3px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    background: #FFFFFF;
}
.cm-email-form label {
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #000;
    display: inline-block;
    margin-right: 0;
    min-width: 50px;
}
.cm-email-form .hs-form-field {
    margin-bottom: 3px;
    margin-top: 10px;
}
.cm-email-form h3 {
    color: #2FC4C6 !important;
    font: normal normal normal 16px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif !important;
    max-width: 149px;
    margin-bottom: 38px;
}
.cm-email-form .input {
    display: inline-block;
   width: -webkit-calc(100% - 50px);
   width: -o-calc(100% - 50px);
   width: -ms-calc(100% - 50px);
   width: calc(100% - 50px);
}
.cm-email-form input[type="text"], .cm-email-form input[type="email"] {
    color: #1A7373;
    background-color: transparent;
    border-width: 1px;
    border-style: none none solid;
    border-bottom: 1px solid #826F52;
    padding: 8px;
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    display: inline-block;
}
.cm-email-form .actions {
    text-align: center;
}
.cm-email-form input[type="submit"] {
    padding: 7px 24px;
    border-radius: 20px;
    border-style: none;
    background-color: #37DDDD;
    border-color: #37DDDD;
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #fff;
    background-image: linear-gradient(to bottom,rgba(250,250,250,.3) 10%,rgba(0,0,0,.15));
    margin-top: 25px;
    display: inline-block;
    margin: 20px 0;
}
.post-header h2 {
    font: normal normal normal 25px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
    letter-spacing: normal;
    margin: 0;
    line-height: 1.2em;
    color: #645844;
}
.post-header h2 a{
    color:inherit;
}
.popular-post-item h2 {
    font: normal normal normal 16px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    color: #645844;
}

.blog.hs-blog-listing .content-wrapper {
    padding: 30px;
}
#hubspot-author_data {
    margin: 4px 0 15px;
    line-height: normal;
    letter-spacing: normal;
    color: #2F2E2E;
    font: normal normal normal 12px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}
#hubspot-author_data a.author-link{
    color:inherit;
}
#hubspot-author_data a.author-link:hover{
    text-decoration:underline;
}
.blog-listing-wrapper .post-listing .post-item .post-body p{
    font-size: 16px;
    font-family: avenir-lt-w01_35-light1475496,sans-serif;
    color: #360F30;
    line-height: normal;
    letter-spacing: normal;
}

.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .row-fluid{
    display: flex;
}
.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .span6{
    display: flex;
    position: relative;
}
.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .span6 a.more-link {
    position: absolute;
    bottom: 0;
    margin: 0;
}
#hubspot-author_data span.display-date {
    margin-right: 7px;
}
#hubspot-author_data span.sep {
    margin-right: 2px;
}
.post-item .hs-featured-image-wrapper {
    margin-bottom: 0;
    background-size: cover;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
}
.post-item .hs-featured-image-wrapper a {
    display: block;
}
a.more-link {
    position: absolute;
    bottom: 0;
    margin: 0;
    border: solid rgba(100, 88, 68, 1) 0px;
    background-color: rgba(100, 88, 68, 0.7);
    line-height: 30px;
    font: normal normal normal 14px/30px din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    max-width: 140px;
    width: 100%;
    height: 30px;
    min-height: 15px;
}
a.more-link:hover {
    background-color: rgba(201, 248, 248, 0.6);
    border-color: rgba(100, 88, 68, 1);
    color: #645844 !important;
}

a.more-link:focus {
    background-color: rgba(201, 248, 248, 0.6);
    border-color: rgba(100, 88, 68, 1);
    color: #645844 !important;
}

.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    padding:20px;
}

.post-item .hs-featured-image-wrapper img {
    width: 100%;
    height: auto;
}
.blog-sidebar h3:not(.form-title){
    letter-spacing: normal!important;
    margin: 0 0 10px!important;
    border-bottom: 2px solid rgba(252, 203, 168, 1)!important;
    padding-bottom: 15px!important;
    font: normal normal bold 18px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif!important;
    line-height: 1.4em!important;
    color: #FFFFFF!important;
}
.popular-post-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       transform: translateY(-50%);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
    width: 45px;
    height: 65px;
    opacity:0;
    border:none;
    background-color:transparent;
    font-size:0;
    line-height:0;
    background-repeat: no-repeat;
    outline:none;
    box-shadow:none;
    border-radius:0;
    cursor:pointer;
}
.popular-post-wrapper:hover .slick-arrow:hover{
    opacity:1;
}
.popular-post-wrapper:hover .slick-arrow {
    opacity:0.6;
    
}
.popular-post-wrapper .slick-prev{
    left:20px;
    background-image: url(//cdn2.hubspot.net/hubfs/4007620/Digitize%20November2017%20Theme/Images/arrows_white_new3.png);
}
.popular-post-wrapper .slick-next{
    right:20px;
    background-image: url(//cdn2.hubspot.net/hubfs/4007620/Digitize%20November2017%20Theme/Images/arrows_white_new3.png);
    background-position: 100% 0;
}
.popular-post-wrapper{
    position: relative;
}
.pop-featured-image-wrapper {
    height: 151px;
    overflow: hidden;
    margin-bottom: 10px;
}
.pop-display-date {
    margin: 0;
    font: normal normal bold 10px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #fff!important;
}
.blog-sidebar-row{
    margin-bottom:50px;
}
.recent-post-item {
    overflow: hidden;
}
.recent-post-item .left {
    float: left;
    width: 70px;
    margin-right: 15px;
}
.recent-post-item .right {
    float: right;
    width: -webkit-calc(100% - 85px);
    width: -o-calc(100% - 85px);
    width: -ms-calc(100% - 85px);
    width: calc(100% - 85px);
}
.recent-post-item h2 {
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}
.recent-post-item h2 a:hover,.post-item h2 a:hover{
    text-decoration:underline;
}
.recent-post-item:not(:last-child) {
    margin-bottom: 15px;
}
.blog-sidebar .widget-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar .widget-module ul li:not(:last-child){
    margin: 0 0 10px;
}
.blog-sidebar .widget-module ul li a {
    color: #fff;
    letter-spacing: normal;
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    line-height: normal;
}
.blog-sidebar .widget-module ul li a:hover{
    text-decoration:underline;
}
.blog-sidebar .blog-sidebar-row.category .widget-module ul li{
    margin: 0 5px 0 0;
    display:inline-block;
}
.blog-sidebar .blog-sidebar-row.category .widget-module ul li a{
    font-size: 14px;
}
.blog-sidebar-row.category span.filter-link-count {
    display: none;
}
.hs-blog-post .body-container-wrapper {
    background: transparent;
}
.hs-blog-post .content-wrapper {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px;
}
.blog-post-wrapper {
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    padding: 19px;
}
.post-header h1 {
    line-height: 1.2em;
    letter-spacing: normal;
    margin: 0;
    font: normal normal normal 25px/1.2em Jura,sans-serif;
    color: black;
}
.blog-post-wrapper #hubspot-author_data {
    margin: 3px 0 21px;
}
div#comment-form {
    padding: 0;
    background: transparent;
    color: inherit;
    margin: 0;
}
.hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 20px 0;
    border-top: none;
    border-bottom: none;
    height: auto;
}
.hs-blog-post .custom-banner-wrapper {
    height: 100%;
}
.body-container .blog-sidebar .hs-form {
    margin-bottom: 0;
}
.blog.hs-blog-post .custom-banner-wrapper:after {
    background-color: #fff;
}
.blog-post-wrapper .post-body {
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: black;
}
.blog-post-wrapper .post-body p{
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
.blog-post-wrapper #hubspot-topic_data {
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #645844;
        margin: 0;
    line-height: normal;
    letter-spacing: normal;
}
.hs-blog-post .blog-sidebar h3:not(.form-title) {
    border-bottom: 2px solid rgba(100, 88, 68, 1);
    color: #2FC4C6;
}
.hs-blog-post .blog-sidebar .widget-module ul li a,.hs-blog-post .recent-post-item h2{
    color: #fff;
}
.tags .hs_cos_wrapper_type_post_filter span.filter-link-count {
    display: none;
}
.blog-listing-wrapper .post-listing .post-item .post-body p:first-child {
    display: none;
}

/* ==========================================================================
   Home Page Style                         
   ========================================================================== */
.home-page .content-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 36px 99px 17px 99px !important;
}
.home-page .content-wrapper blockquote {
    max-width: 580px;
    display: block;
    margin: 0 auto;
    background-color: rgba(50, 164, 199, 1);
    position: relative;
    padding: 4px 11px;
    left: 11px;
    margin-bottom: 70px;
}
.home-page .content-wrapper blockquote:after {
    position: absolute;
    bottom: -41px;
    left: 0;
    border-top: 18px solid rgba(50, 164, 199, 1);
    border-bottom: 23px solid transparent;
    border-right: 23px solid transparent;
    content: "";
    height: 41px;
    width: 23px;
    display: block;
}
.home-page .content-wrapper blockquote h3{
    font-family: georgia, palatino, 'book antiqua', 'palatino linotype', serif;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-style: italic;
    margin-bottom: 1px;
}
.home-page .content-wrapper blockquote h4{
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font-size: 24px;
    color: #FFFFFF;
    font-family: georgia, palatino, 'book antiqua', 'palatino linotype', serif;
    font-style: italic;
}
.home-page .content-wrapper blockquote p {
    font-size: 24px;
    margin: 0;
    letter-spacing: normal;
    font-weight: normal;
    font-family: georgia,palatino,book antiqua,palatino linotype,serif;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 3px;
}
.home-page hr {
    color: transparent;
    background-color: transparent;
    height: 0;
    border: none;
    border-top: 2px solid rgba(255, 255, 255, 1);
    margin: 0 -12px 44px;
}
.home-page .content-wrapper p{
    line-height: 1.6em;
    letter-spacing: normal;
    color: #fff;
    font-family: georgia,palatino,book antiqua,palatino linotype,serif;
    font-size: 25px;
    margin: 0 0 0 23px;
}
.five-col-eq-wrapper {
    text-align: center;
    margin: 28px 0 17px;
    padding-left: 25px;
}
.five-col-eq-wrapper .col {
    display: inline-block;
    margin: 0 20.5px;
}
a.btn.blue {
    margin: 34px auto 0 auto;
    background: rgba(61, 155, 233, 1);
    font: normal normal 700 16px/1.4em droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;
    color: #000000;
    position: relative;
    white-space: nowrap;
    line-height: 40px;
    max-width: 169px;
    width: auto;
    display: block;
    padding: 0 20px 0 31px;
    left: 0;
}
a.btn.blue:before {
    content: "";
    position: absolute;
    border-left: 0;
    border-right: 20px solid transparent;
    right: -20px;
    border-bottom: 20px solid rgba(61, 155, 233, 1);
    bottom: 50%;
    display: block;
    height: 20px;
    width: 20px;
    overflow: hidden;
}
a.btn.blue:after {
    content: "";
    position: absolute;
    border-left: 0;
    border-right: 20px solid transparent;
    right: -20px;
    border-top: 20px solid rgba(61, 155, 233, 1);
    top: 50%;
    display: block;
    height: 20px;
    width: 20px;
    overflow: hidden;
}
a.btn.blue:hover {
    background: rgba(255, 255, 255, 1);
    color: #645844;
}
a.btn.blue:hover:after{
    border-top-color:#fff;
}
a.btn.blue:hover:before{
    border-bottom-color:#fff;
}
.quote-wrapper {
    width: 100%;
    max-width: 758px;
    margin: 0 auto;
    position: relative;
    margin-top: 62px;
}
.quote-wrapper svg {
    position: absolute;
    top: -21px;
    left: 46px;
    margin: auto;
    fill: #2FC4C6;
    fill-opacity: 1;
    stroke: rgba(0, 0, 0, 1);
}
.home-page .content-wrapper .quote-wrapper p {
    margin: 0;
    font-size: 21px;
    font-style: italic;
    color: #C9F8F8;
    font-family: kepler-w03-light-scd-cp,serif;
    line-height: normal;
}
.quote-content {
    padding-left: 177px;
}
.quote-wrapper .twitter-icon {
    text-align: center;
    padding-right: 0;
    margin-top: -10px;
}
.quote-wrapper .twitter-icon img{
    margin-left: 232px;
}

.solutions-page .custom-banner-wrapper:before {
    background-color: rgb(0, 46, 93);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.39;
}
.full-width-layout .content-wrapper {
    background-color: rgba(255, 255, 255, 0.9); 
}
body.full-width-layout .body-container{
    color: #000000;
    
}
.solutions-page .hs_cos_wrapper_type_section_header h1 {
    font: normal normal normal 25px/1.1em signika,sans-serif;
    line-height: 1.1em;
    color: #000;
    letter-spacing: normal;
    margin: 0 0 23px;
}
.solutions-page .hs_cos_wrapper_type_section_header p {
    font: normal normal normal 70px/1.1em signika,sans-serif;
    line-height: 1.1em;
    letter-spacing: normal;
    color: #360F30;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    border-top: 2px solid rgba(0, 0, 0, 1);
    margin: 0;
    padding: 7px 0 33px;
}
.solutions-page .hs_cos_gallery {
    max-width: 589px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 16px;
}
.full-width-layout .hs_cos_gallery_thumbnails .slick-list{
    max-height: 100%;
}
.full-width-layout .hs_cos_gallery_thumbnails {
    padding: 0;
}
.full-width-layout .slick-slider {
    margin-bottom: 0;
}
.full-width-layout .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 33.33% !important;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 179px;
    height: 177px;
    border-radius: 40px;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper .hover-content-lightbox {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    padding: 30px;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper .hover-content-lightbox h3 {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    color: #2F2E2E;
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper:hover .hover-content-lightbox{
    opacity:1;
}
.full-width-layout .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    width: 179px;
    height: 177px;
    object-fit: cover;
}
.full-width-layout .vex-content.hs-gallery .vex-close {
    position: fixed;
    cursor: pointer;
    z-index: 9999999;
    width: 18px;
    height: 18px;
    right: 53px;
    top: 50px;
}
.vex-content.hs-gallery .vex-close:before, .vex-content.hs-gallery .vex-close:after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    margin-top: 0px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
}
.vex-content.hs-gallery .hs_cos_gallery_lightbox {
    padding: 0;
    margin-bottom: 0;
    position: static;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 35px 0 50px;
}

.vex-content.hs-gallery .hs_cos_gallery_lightbox .slick-list {
    max-height: 100%;
}
.vex-content.hs-gallery .slick-prev, .vex-content.hs-gallery .slick-next {
    position: fixed;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 0;
    margin-top: 0;
    padding: 0;
    border: none;
    outline: none;
    width: 33%;
    height: 100%;
    opacity: 1;
    line-height: inherit;
    font-size: inherit;
    padding: 0 50px;
}
.vex-content.hs-gallery .slick-prev {
    text-align: left;
}
.vex-content.hs-gallery .slick-next {
    text-align: right;
}
.vex-content.hs-gallery .slick-prev:before, .vex-content.hs-gallery .slick-next:before {
    color: #fff;
    opacity: 1;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px !important;
}
.vex-content.hs-gallery .slick-prev:before {
    content: "\f104";
}
.vex-content.hs-gallery .slick-next:before {
    content: "\f105";
}
.vex-content.hs-gallery .caption.below {
    text-align: center !important;
}
.vex-content.hs-gallery .caption.below h4{
    font-size: 16px;
    margin: 20px auto;
    max-width: 100%;
    font-weight: 100;
    text-align: center;
    color: #fff;
    font-family: Helvetica;
    letter-spacing: 0.2px;
}
.vex-content.hs-gallery .caption.below p{
    max-width: 465px;
    margin: 20px auto;
    white-space: pre-line;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-family: Helvetica;
    font-weight: 100;
}
.vex-content.hs-gallery .caption.below p a{
    font-family: 'Times New Roman';
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
    font-weight: 100;
    letter-spacing: 0.2px;
    text-align: center;
}
.two-column-eq-wrapper {
    padding: 0 53px;
    font-weight: bold;
    font-family: libre baskerville,serif;
    color: #000000;
    line-height: 1.5em;
    font-size: 14px;
}
.two-column-eq-wrapper h6 {
    font: normal normal bold 18px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    letter-spacing: normal;
    line-height: 2em;
    margin: 0;
    font-family: libre baskerville,serif;
    color: #000000;
}
.two-column-eq-wrapper ul{
    margin:1px 0 0;
}
.two-column-eq-wrapper li {
    line-height: 1.6em;
}
.two-column-eq-wrapper h3{
    margin: 33px 0 0;
    font-weight: bold;
    font-family: georgia,palatino,book antiqua,palatino linotype,serif;
    color: #000000;
    letter-spacing: normal;
    line-height: 1.3em;
    font-size: 25px;
}
.display-table {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 100%;
}
.display-cell {
    display: table-cell !important;
    vertical-align: middle;
    height: 100%;
}
.solutions-page a.btn.blue {
    margin: 0 auto;
    line-height: 61px;
    max-width: 189px;
    padding: 0 20px 0 31px;
    left: 0;
}
.solutions-page a.btn.blue:before {
    border-right: 30.5px solid transparent;
    right: -30px;
    border-bottom: 30.5px solid rgba(61, 155, 233, 1);
    height: 30.5px;
    width: 30.5px;
}
.solutions-page a.btn.blue:after {
    border-right: 30.5px solid transparent;
    right: -30px;
    border-top: 30.5px solid rgba(61, 155, 233, 1);
    height: 30.5px;
    width: 30.5px;
}
.solutions-page a.btn.blue:hover:after{
    border-top-color:#fff;
}
.solutions-page a.btn.blue:hover:before{
    border-bottom-color:#fff;
}
.two-column-eq-wrapper .right-column p {
    text-align: center;
    margin-top: 50px;
}
.two-column-eq-wrapper .right-column p a{
    display:inline-block;
}
.two-column-eq-wrapper .right-column p a img{
    vertical-align:middle;
}
.two-column-eq-wrapper .right-column p a[href*="mailto:"] {
    position:relative;
}
.two-column-eq-wrapper .right-column p a[href*="mailto:"] img{
    filter: url(#seaweed-comp-iixssb0gimg);
    outline: transparent solid 1px;
    width: 67px;
    height: 65px;
    object-fit: contain;
}
.contact-page .custom-banner-wrapper:before {
    background-color: rgb(255, 255, 255);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.29;
}
.two-column-content-wrapper h2 {
    font: normal normal normal 25px/1.1em signika,sans-serif;
    line-height: 1.1em;
    margin: 0;
    letter-spacing: normal;
    color: #000000;
}
.two-column-content-wrapper h6 {
    line-height: normal;
    margin: 25px 0 -4px;
    letter-spacing: normal;
    color: #000000;
    font-family: droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;
    font-weight: bold;
    font-size: 22px;
}
.two-column-content-wrapper {
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    font-family: droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;
    font-size: 22px;
    color: #360F30;
    line-height: 1.48em;
}
.two-column-content-wrapper .image-wrapper {
    display: block;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    float: none;
    max-width: 380px;
}
.contact-page .main-content .hs-form-field > label{
    display:none;
}
.contact-page .main-content .hs-form .hs_submit {
    text-align: right;
}
ul.hs-error-msgs.inputs-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
ul.hs-error-msgs.inputs-list label{
    color: #8B0000;
    font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
}
.contact-page a.btn.blue {
    margin: 85px auto 0 auto;
    max-width: 307.5px;
    padding: 0 20px 0 31px;
    font: normal normal 700 27px/93px droid-serif-w01-regular,droid-serif-w02-regular,droid-serif-w10-regular,serif;
    display: block;
    position: relative;
}
.contact-page a.btn.blue:before {
    content: "";
    position: absolute;
    border-left: 0;
    border-right: 46.5px solid transparent;
    right: -46.5px;
    border-bottom: 46.5px solid rgba(61, 155, 233, 1);
    bottom: 50%;
    display: block;
    height: 46.5px;
    width: 46.5px;
    overflow: hidden;
}
.contact-page a.btn.blue:hover:before{
    border-bottom-color: #fff;
}
.contact-page a.btn.blue:after {
    content: "";
    position: absolute;
    border-left: 0;
    border-right: 46.5px solid transparent;
    right: -46.5px;
    border-top: 46.5px solid rgba(61, 155, 233, 1);
    top: 50%;
    display: block;
    height: 46.5px;
    width: 46.5px;
    overflow: hidden;
}
.contact-page a.btn.blue:hover:after {
    border-top-color: #fff;
}

.contact-page .two-column-eq-wrapper {
    padding: 0;
    margin-top: 20px;
}
.book-online-page .main-content h2{
    font: normal normal bold 18px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #000000;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    padding-bottom: 38.5px;
    font-weight: 400;
    padding-top: 54px;
    margin: 0;
}
.full-width-layout.book-online-page .content-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
}
.book-online-section {
    background:#fff;
    margin:0 -10px 20px;
}
.book-online-section .span6 {
    min-height: 330px !important;
    position: relative;
}
.book-online-section .image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.image-hover-content {
    background: #fff;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 0;
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    font-size: 16px;
    line-height: 24px;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}
.book-online-section:hover .image-hover-content{
    visibility: visible;
    opacity:1;
}
.book-online-section .hover-table {
    display: table;
    width: 100%;
    text-align: center;
    height: 330px;
    vertical-align: middle;
    padding: 55px 27px;
}
.book-online-section .hover-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.book-online-section .content-table{
    display: table;
    width: 100%;
    text-align: center;
    height: 330px;
    vertical-align: middle;
}
.book-online-section .content-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.book-online-section .content-module h4 {
    font: normal normal normal 22px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #000000;
    margin: 9px 0 16px;
}
.book-online-section .content-module p {
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    margin-bottom: 13px;
    line-height: initial;
    color: #000000;
}
.book-online-section .content-module p span{
    border-right-width: 1px;
    border-right-style: solid;
    display: inline-block;
    padding-right: .81em;
    line-height: 15px;
    font-size: 16px;
    border-color: inherit;
    color: #000000;
}
.book-online-section .content-module p span:last-child{
    padding-right:0;
    border-right-width: 0;
    padding-left: .51em;
}
a.book-btn {
    background: #3899EC;
    font: normal normal normal 14px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0088CB;
    border: 1px solid#0088CB;
    height: 42px;
    padding: 0 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 3px;
    line-height: 42px;
}
a.book-btn:hover{
    background: #3899EC;
    background-image: linear-gradient(to top,rgba(236,236,236,.1),rgba(236,236,236,.1));
    color: #FFFFFF;
    background-color: #0088CB;
}
.book-it-page .main-content h2{
    font: normal normal bold 18px/1.3em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #000000;
    font-size: 26px;
    line-height: 39px;
    margin: 40px 0 20px;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.custom-social-share ul {
    margin: -4.5px 0 0 4px;
    padding: 0;
    list-style: none;
}
.custom-social-share ul li {
    float: none;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.custom-social-share ul li:last-child {
    margin-right: 0;
}
.custom-social-share ul li a {
    display: block;
}
.custom-social-share ul li a img {
    vertical-align: middle;
}
.blog-sidebar ul.inputs-list {
    margin-top: 10px !important;
    text-align: center !important;
}
.blog-sidebar-row.tags ul li {
    display: inline-block;
    margin-right: 10px !important;
}
#hubspot-topic_data a.topic-link {
    display: inline-block;
    margin-right: 12px;
}
.solutions-page .two-column-eq-wrapper .display-table {
    height: 100px;
}
.solutions-page .two-column-eq-wrapper .display-table .display-table {
    height: 100%;
}
/*.solutions-page .vex-overlay.hs-gallery {
    background-color: rgba(0, 0, 0, 0.9);
}*/

/* Styles that do not fit into any of the available sections above can go here. */
.custom-site-page .content-wrapper{
    background-color: rgba(255, 255, 255, 0.6);
}
.custom-site-page {
    color: #360F30;
}





/* ==========================================================================
  Custom Slider Style                           
   ========================================================================== */
.portfolio-slides {
    max-width: 589px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 16px;
    overflow:hidden;
    clear:both;
}
.portfolio-slides .slick-lightbox-inner {
    z-index: 9999;
}

.slick-lightbox-inner{
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.slider-content-parent {
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 33.33% !important;
    position: relative;
    float: left;
}
a.single.slider-content.thumbnail{
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 179px;
    height: 177px;
    border-radius: 40px;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
a.single.slider-content.thumbnail span.caption-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    padding: 30px;
}
a.single.slider-content.thumbnail:hover span.caption-hover{
    opacity: 1;
}
span.caption-hover .inner{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width:100%;
}
span.caption-hover span.title {
    font: normal normal normal 16px/1.4em raleway,sans-serif;
    /*color: #2F2E2E;*/
    color:#fff;
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    display:block;
}
a.single.slider-content.thumbnail img {
    height: 100%;
    width: 100%;
}
span.caption-hover span.content {
    display: block;
    margin-top: 5px;
    /*color: #2F2E2E;*/
    color:#fff; 
    font: normal normal normal 12px/1.4em raleway,sans-serif;
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}
span.caption-hover span.button {
    display: none;
}
.solutions-page .slick-lightbox {
    /*background-color: rgba(0, 0, 0, 0.9) !important;*/
    position: fixed;
    z-index: 99999;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next {
    position: fixed;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 0;
    margin-top: 0;
    padding: 0;
    border: none;
    outline: none;
    width: 33%;
    height: 100%;
    opacity: 1;
    line-height: inherit;
    font-size: inherit;
    padding: 0 50px;
    z-index:100;
}
.slick-lightbox .slick-prev{
    left: 0;
    text-align: left;
}
.slick-lightbox .slick-next {
    right: 0;
    text-align: right;
}
.slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {
    color: #fff;
    opacity: 1;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px !important;
}
.slick-lightbox .slick-prev:before {
    content: "\f104";
}
.slick-lightbox .slick-next:before {
    content: "\f105";
}
.slick-lightbox-close {
    position: fixed;
    cursor: pointer;
    z-index: 9999999;
    width: 18px;
    height: 18px;
    right: 53px;
    top: 50px;
}
.slick-lightbox-close:before, .slick-lightbox-close:after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    margin-top: 0px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
}
.slick-lightbox-close:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slick-lightbox-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.solutions-page .hs_cos_gallery {
    display: none !important;
}


span.slick-lightbox-slick-caption{
    text-align: center !important;
    max-width:600px;
    margin:0 auto;
    display:block;
}
span.slick-lightbox-slick-caption h4 {
    font-size: 16px;
    margin: 20px auto;
    max-width: 100%;
    font-weight: 100;
    text-align: center;
    color: #fff;
    font-family: Helvetica;
    letter-spacing: 0.2px;
}
span.slick-lightbox-slick-caption p {
    max-width: 465px;
    margin: 20px auto;
    white-space: pre-line;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-family: Helvetica;
    font-weight: 100;
}
span.slick-lightbox-slick-caption p a {
    font-family: 'Times New Roman';
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
    font-weight: 100;
    letter-spacing: 0.2px;
    text-align: center;
}

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


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width:768px) and (max-width:1150px){
    .footer-container .col .custom-footer-image img {
    margin-left: 0;
}
.error-contents>.image-404 {
    margin-left:0;
}
}
@media (max-width: 1020px) {
    .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
}
.header-container,.body-container{
    padding-left: 10px;
    padding-right: 10px;
}

}

@media (min-width:768px) and (max-width:1020px){
    .custom-menu-primary .hs-menu-wrapper>ul>li > a{
        padding: 0 30px;
    }
    .blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .span6 {
    display: block;
    position: relative;
    width:100% !important;
    margin-left:0 !important;
}
.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .row-fluid {
    display: block;
}
.post-item .hs-featured-image-wrapper{
    margin:0 0 20px;
    background-image:none !important;
    min-height:0;
}
.post-item .hs-featured-image-wrapper a {
    display: block;
}
.post-item .hs-featured-image-wrapper img{
    visibility:visible !important;
    opacity:1 !important;
}
.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .right-col.span6 {
    padding-bottom: 50px;
}
.contact-page a.btn.blue {
    font-size: 20px;
    max-width: 225px;
}
.contact-page .two-column-content-wrapper {
    font-size: 17px;
}
.slick-lightbox .slick-next:before {
    position: absolute;
    right: 20px;
}
.slick-lightbox .slick-prev:before {
    position: absolute;
    left: 20px;
}
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .custom-logo h1 {
    font-size: 26px;
    max-width: -webkit-calc(100% - 80px);
    max-width: -o-calc(100% - 80px);
    max-width: -ms-calc(100% - 80px);
    max-width: calc(100% - 80px);
    vertical-align: middle;
    margin-left: -8px;
    text-align: left;
}
.custom-logo h1 span:last-child {
    padding-left: 0;
}
.custom-logo a {
    display: inline-block;
    vertical-align: top;
}
.custom-logo img {
    width: 71px;
    height: 60px;
    margin: 15px 0 0 -15px;
}
.footer-container p {
    padding-left: 0;
    text-align: center;
}
.footer-container .col2 a{
    width:100%;
    max-width:100%;
    font-size: 29px;
}
.footer-container .col {
    margin-bottom: 40px;
    text-align: center;
}
.footer-container .col .custom-footer-image img{
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 40px;
}
.footer-container .col.col3 {
    margin-bottom: 0;
}
.body-container .hs-form{
    margin-bottom:30px;
}
.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .span6 {
    display: block;
    position: relative;
}
.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .row-fluid {
    display: block;
}
.post-item .hs-featured-image-wrapper{
    margin:0 0 20px;
    background-image:none !important;
    min-height:0;
}
.post-item .hs-featured-image-wrapper a {
    display: block;
}
.post-item .hs-featured-image-wrapper img{
    visibility:visible !important;
    opacity:1 !important;
}
.blog-listing-wrapper .post-listing .post-item .post-item-content-wrapper .right-col.span6 {
    padding-bottom: 50px;
}
.error-contents>.not-found {
    font-size: 56px;
}
.full-width-layout .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,.slider-content-parent {
    width: 50% !important;
}
.hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper,a.single.slider-content.thumbnail {
    margin-left: auto;
    margin-right: auto;
}
.display-table {
    display: block;
}
.display-cell {
    display: block !important;
}
.two-column-eq-wrapper {
    padding: 0;
}
.two-column-eq-wrapper .left-column {
    margin-bottom: 50px;
}
.solutions-page .hs_cos_wrapper_type_section_header p {
    font-size: 40px;
}
.two-column-content-wrapper .span6:first-child {
    margin-bottom: 50px;
}
.contact-page a.btn.blue {
    font-size: 20px;
    max-width: 225px;
}
.contact-page a.btn.blue {
    margin: 50px 0 0;
}
.home-page .content-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 36px 30px 17px 30px !important;
}
.home-page .content-wrapper .main-content h1 {
    font-size: 40px;
}
.home-page .content-wrapper blockquote {
    left: 0;
}
.home-page .content-wrapper p {
    margin: 0;
}
.five-col-eq-wrapper .col {
    display: inline-block;
    margin-bottom:10px;
}
.quote-content {
    padding-left: 50px;
}
.quote-wrapper svg {
    top: -20px;
    width: 40px !important;
    height: 40px !important;
    left: 0;
}
.quote-wrapper .twitter-icon {
    margin-top: 0;
}
.quote-wrapper .twitter-icon img {
    margin-left: 0;
}
.five-col-eq-wrapper {
    padding-left: 0;
}
.custom-social-share ul {
    margin: 0;
}
.custom-social-share ul li {
    margin: 0 6px;
}
.book-online-section .span6 {
    min-height: 250px !important;
}
.solutions-page .two-column-eq-wrapper .display-table {
    height: auto;
}
.post-body img[style*="float"] {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next{
    padding:0 15px;
}
.slick-lightbox .slick-next:before {
    position: absolute;
    right: 15px;
}
.slick-lightbox .slick-prev:before {
    position: absolute;
    left: 15px;
}
}  




@media (max-width:612px){
    .error-contents {
    margin-top: 14vw;
}
.error-contents>.image-404 {
    margin-left:0;
    max-width: 52vw;
}
.error-contents>.not-found {
    margin-top: 10vw;
    font-size: 9vw;
}
.error-contents>.description {
    font-size: 3.4vw;
    line-height: 6.8vw;
}
.error-contents>.button {
    width: 31.5vw;
    height: 9vw;
    font-size: 3.7vw;
    line-height: 8vw;
}
.contact-page .two-column-content-wrapper {
    font-size: 17px;
}
}

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

@media (max-width: 479px) {
    .custom-logo h1 {
    max-width: 128px;
}
.error-contents>.not-found {
    font-size: 8vw;
}
.full-width-layout .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide,.slider-content-parent {
    width: 100% !important;
    float:none;
}
.contact-page a.btn.blue {
    font-size: 15px;
    max-width: 180px;
    margin: 50px 0 0;
}
}

@media (max-width:400px){
    .contact-page .two-column-content-wrapper {
    font-size: 13px;
}
}


@media (max-width: 380px) {
    .error-contents {
    margin-top: 64px;
    margin-bottom: 30px;
}
.error-contents>.image-404 {
    max-width: 216px;
    margin-left:0;
}
.error-404-non-branded>.error-contents>.not-found {
    font-size: 31px;
    margin-top: 62px;
}
.error-contents>.description {
    font-size: 14px;
    line-height: 24px;
}
.error-contents>.button {
    width: 167px;
    height: 44px;
    border-radius: 22px;
    line-height: 37px;
    font-size: 16px;
}
}