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

@font-face {
    font-family: 'AzoWeb-Regular';
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_2_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_2_0.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_2_0.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_2_0.woff') format('woff'), 
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_2_0.ttf') format('truetype'), 
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_2_0.svg#wf') format('svg');
}
@font-face {
    font-family: 'AzoWeb-Bold';
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_0_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_0_0.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_0_0.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_0_0.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_0_0.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_0_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'AzoWeb-Medium';
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_1_0.eot');
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_1_0.eot?#iefix') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_1_0.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_1_0.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_1_0.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/2C83A2_1_0.svg#wf') format('svg');
}

/*franchise*/
@font-face {
    font-family: 'Hammersmith One';
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/HammersmithOne.eot');
    src: url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/HammersmithOne.eot') format('embedded-opentype'), 
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/HammersmithOne.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/HammersmithOne.woff') format('woff'), 
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/HammersmithOne.ttf') format('truetype'), 
         url('//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Font/HammersmithOne.svg#HammersmithOne') format('svg');
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    background-color: #fff;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 20px;
    font-family: 'AzoWeb-Regular';
}

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

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

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

/* Basic text */
p {
    color: #031e2f;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 10px;
} 
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 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: 'AzoWeb-Bold', sans-serif, Arial;
    color: #5c5b5a;
    margin: 0;
    padding: 0 0 20px 0px;
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #031e2f;
    font-family: 'AzoWeb-Bold';
}
h2 {
    font-size: 30px;
    line-height: 35px;
    color: #031e2f;
    font-family: 'AzoWeb-Bold';
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #031e33;
}
h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 25px;
    color: #031e2f;
}
h3.form-title {
    text-align: center;
    margin-bottom: 18px;
}
h4 {
    font-size: 20px;
    line-height: 20px;
    font-family: 'AzoWeb-Bold';
}
h5 {
    font-size: 18px;
    line-height: 22px;
}
h6 {
    font-size: 12px;
}

/* Anchor Links */
a {
    color: #0098db;
    text-decoration: none;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
a:hover, a:focus {
    color: #263238;
}

/* Lists */
ul, ol {
    margin: 0px;
    padding: 0px 0 10px 20px;
    padding-bottom: 15px;
}
ul ul, ul ol, ol ol, ol ul {}
li {
    font-size: 16px;
    line-height: 20px;
    color: #031e2f;
    padding-bottom: 7px;
}

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

.widget-span.cm-header {
    background: #031e2f;
    padding: 33px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.scroll-body .widget-span.cm-header {
    padding: 15px 0;
}
.widget-span.cm-header-search {
    min-height: 0;
}
/* =============== Content =============== */

.body-container-wrapper {
    padding-bottom: 70px;
    margin-top: 134px;    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


.scroll-body .body-container-wrapper {
    margin-top: 99px;
}
.cm-banner {
    margin-bottom: 60px;
    background: #aacae6;
    height: 465px;
    position: relative;
}
.cm-banner .bg-img {
    position: relative;
    width:100%;
    height:100%;
}
.cm-banner .bg-img img {
    width:100%;
    height:100%;
    vertical-align: top;
    object-fit: cover;
}
.cm-banner .banner-content, .cm-banner .banner-content h1 {
    color: #ffffff;
    display: inline-block;
    font-family: "Hammersmith One",sans-serif;
    font-size: 50px;
    font-weight: normal;
    left: 50%;
    letter-spacing: -0.4px;
    line-height: 52px;
    margin-left: -350px;
    width: 700px;
    min-height: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.body-container {}

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


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

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

.cm-bottom-footer {
    background: #ececec;
    padding-bottom: 19px;
    padding-top: 29px;
}
.copyright {
    letter-spacing: 0.4px;
    font-size: 8px;
    font-family: 'AzoWeb-Bold';
    line-height: 12px;
    text-transform: uppercase;
    color: #757779;
    display: block;
    margin-top: 3px;
}

.cm-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.cm-footer ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.cm-footer ul li a {
    font-family: 'AzoWeb-Bold';
    font-size: 12px;
    color: #757778;
    letter-spacing: 0.5px;
    line-height: 16px;
}

.cm-footer ul li a:hover {
    color: #0098db;
}

.cm-right-col {}

.cm-right-col ul.links > li {
    width: 50%;
    float: left;
    margin-bottom: 0;
}

.cm-right-col ul.links > li label {
    float: left;
    color: #757779;
    font-family: 'AzoWeb-Bold';
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 0 0 0 23px;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}
.social-media {
    float: right;
    margin-top: -10px;
}
.social-media a {
    margin-left: 10px;
    width: 37px;
    height: 37px;
    display: inline-block;
}
.links li a {
    font-family: 'AzoWeb-Bold';
    font-size: 12px;
    color: #757778;
    letter-spacing: 0.5px;
    line-height: 16px;
}
.social-media .fb-img {
    background: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/fb.svg) no-repeat 0 0;
}
.social-media .insta-img {
    background: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/insta.svg) no-repeat 0 0;
}
.social-media .fb-img:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/fb-h.svg);
}
.social-media .insta-img:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/insta-h.svg);
}
.cm-mid-col.cm-footer-col {
    padding-left: 6.5%;
}
.top-footer {
    background: #d9dada;
    padding: 31px 0 34px;
}
.footer-logo a {
    margin-top: 4px;
    width: 185px;
    display: block;
}
.cm-top-footer-col.footer-right-content p {
    letter-spacing: 0.4px;
    line-height: 14px;
    width: 69%;
    font-size: 12px;
    color: #757779;
    font-family: 'AzoWeb-Regular';
    padding-bottom: 0;
    margin:0;
}
.cm-top-footer-col.footer-right-content h5 {
    letter-spacing: 0.4px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'AzoWeb-Bold';
    font-size: 12px;
    color: #757779;
    padding-bottom: 0;
}

.cm-top-footer-col.footer-right-content a {
    font-family: 'AzoWeb-Bold';
    color: #757779;
    text-decoration: underline;
}

.cm-top-footer-col.footer-right-content a:hover {
    color: #0098db;
}

.cm-top-footer-col.footer-right-content p+h5 {
    margin-top: 10px;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: left;
    margin: 49px 0 0;
    padding:0;
    line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-family: 'AzoWeb-Regular';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 14px;
    color: #031e2f;
    display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a:hover{
    text-decoration: underline;
    color: #0098db;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.clicked > a {
    text-decoration: underline;
    color: #0098db;
    font-family: 'AzoWeb-Bold';
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    text-align: center;
    background: #ccdfef;
    padding: 21px 15px 24px;
    opacity:1 !important;
    visibility:visible !important;
    display:none !important;
    width: 100%;
    top: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked > ul.hs-menu-children-wrapper {
    display:block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: inline-block;
    margin: 0 58px;
    color: #031e33;
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
    margin-left: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    margin-right: 0 !important;
}

/*.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {*/
/*    margin: 0 31px;*/
/*}*/
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {
    margin: 0 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul ul li.more-parent {
    display: none;
}

.find-location {
    position: relative;
}
.find-location .form-group {
    margin-bottom: 0;
}
.find-location .form-control {
    color: #fff !important;
    background: transparent;
    border: 1px solid #ffffff !important;
    font-family: "AzoWeb-Regular";
    font-size: 10px !important;
    height: 32px !important;
    letter-spacing: 0.4px;
    line-height: 15px !important;
    padding: 0px 40px 0px 6px;
    text-overflow: ellipsis;
    width: 100%;
}
.find-location button {
    background: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/ic-map.svg) no-repeat center center;
    border: 0 none;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 0;
    width: 16px;
    height: 31px;
}
.find-location button:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/ic-map-h.svg);
}
.find-location button:after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    width: 1px;
}





/* 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:1024px) {
    
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
        
        position: relative;
    }
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.search-parent{ position: absolute; right: 23px; bottom: 34px; }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7){ width: 174px !important; text-align: left; margin-right: 0 !important; }
    
    .custom-menu-primary .hs-menu-wrapper{ 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.logo-parent > a {
        font-size: 0;
        display: block;
        color: transparent;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        position: fixed;
        z-index: 10;
        left: 0;
        right: 0;
        top: 135px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .scroll-body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        top: 99px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper{
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden;
        padding:0 !important;
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked ul.hs-menu-children-wrapper {
        visibility: visible !important;
        padding: 21px 15px 24px !important;
        height: auto !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.logo-parent {
        width: 55px;
        height: 62px;
        margin: 3px 55px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
        margin-left: 5px;
        width: 157px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
        width: 152px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
        width: 222px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
        width: 165px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
        width: 120px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        width: 174px;
        margin: 34px 0 0 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.logo-parent img {
        vertical-align: middle;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.logo-parent > a {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .header-container .mobile-content {
        display:none !important;
    }
    
    .widget-span.custom-menu-primary {
        height: auto !important;
    }
    .mobile-menu-logo {
        display:none !important;
    }
}


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

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

@media (max-width: 1023px){
    .body-container-wrapper {
        margin-top: 66px;
    }
    a.mobile-menu-logo {
        width: 129px;
        display: block !important;
        margin-top: 3px;
    }
    .scroll-body .body-container-wrapper {
        margin-top: 56px;
    }
    .widget-span.custom-menu-primary {
        padding: 20px 24px;
        width: 100%;
        overflow-y: auto;
        position: fixed;
        left: -100%;
        top: 0;
        background: #031e2f;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        height: 100vh !important;
    }
    .show-mobile-nav .widget-span.custom-menu-primary {
        left:0;
    }
   .widget-span.cm-header {
        padding: 20px 0;
    }
    .widget-span.cm-logo {
        display: none;
    }
    .cm-mobile-logo a {
        width: 129px;
        display: block;
        margin-top: 3px;
    }
    .cm-mobile-icon a {
        float: right;
    }
    .mobile-menu {
        display: block;
        margin-top: 1px;
        width: 25px;
        z-index: 11;
        height: 25px;
        float: right;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
    }
    .map-img {
        background: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/ic-map-white.svg) no-repeat 0 0;
        position: relative;
        z-index: 11;
        height: 27px;
        width: 22px;
        display: block;
        margin-right: 15px;
        transition: all 0s;
        -o-transition: all 0s;
        -ms-transition: all 0s;
        -moz-transition: all 0s;
        -webkit-transition: all 0s;
    }
    .map-img:hover {
        background-image: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/ic-map-1.svg);
    }
    .mobile-menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .mobile-menu span:nth-child(1) {
        top: 0px;
    }
    .mobile-menu span:nth-child(2), 
    .mobile-menu span:nth-child(3) {
        top: 12px;
    }
    .mobile-menu span:nth-child(4) {
        top: 24px;
    }
    .show-mobile-nav .mobile-menu span {
        background: #fff;
    }
    .show-mobile-nav .mobile-menu span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .show-mobile-nav .mobile-menu span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .show-mobile-nav .mobile-menu span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .show-mobile-nav .mobile-menu span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 116px 8px 30px;
        margin-top: -20px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 0 10px !important;
        display: block !important;
    }
    .show-mobile-nav {
        overflow: hidden;
    }
    
    body {
        overflow-x: hidden;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {}
    
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 14px;
        font-family: 'AzoWeb-Medium';
        padding: 6px 15px;
        line-height: 18px;
        text-decoration: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        padding: 120px 23px 23px !important;
        background: #ccdff0;
        z-index: 9;
        position: fixed !important;
        top: 0 !important;
        width: 94%;
        left: auto !important;
        display: block !important;
        right: -94% !important;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        transition: all 0.3s !important;
        -o-transition: all 0.3s !important;
        -ms-transition: all 0.3s !important;
        -moz-transition: all 0.3s !important;
        -webkit-transition: all 0.3s !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked ul.hs-menu-children-wrapper {
        right: 0 !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        display: block;
        margin: 0 0 25px !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        display: inline-block !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .submenu-open .map-img {
        background-image: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/ic-map-black.svg);
    }
    .submenu-open .mobile-menu span {
        background: #031e2f;
    }
}


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


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

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

/* Blog Post and Listing banner */
.blog .cm-banner{
    height: 350px;
}

/* Blog content */
.blog .blog-section p{
    line-height: 28px;
}

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

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

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

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

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display:block;
}
.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                                        
   ========================================================================== */


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

/* Form Field */
.hs-form-field {
    margin-bottom: 30px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
    padding: 6px 12px 7px;
    width: 100%;
    background: #fff;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: "AzoWeb-Regular";
    border: 1px solid #031e2f;
    color: #031e2f;
    font-size: 16px;
    line-height: 20px;
    max-width:500px;
}


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

/* Placeholder Text */
.header-container ::-webkit-input-placeholder {
    color:#fff;
} /* Webkit Browsers */
.header-container :-moz-placeholder {
    color:#fff;
    opacity:1;
} /* Firefox 18- */
.header-container ::-moz-placeholder {
    color:#fff;
    opacity:1;
} /* Firefox 19+ */
.header-container :-ms-input-placeholder {
    color:#fff;
    opacity:1;
} /* IE10 */
/* =============== Multi Column Form =============== */

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

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

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


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

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

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

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

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


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

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

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

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

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

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


/* ==========================================================================
   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;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: "AzoWeb-Regular";
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    font-size: 14px;
    color: #031e2f;
    border: 1px solid #031e2f;
    background: #fff;
    margin: 10px 0px;
    text-shadow: none;
    padding: 12px 15px;
    line-height: 20px;
    white-space: normal;
    text-transform: uppercase;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    outline:none;
    background: #99d6f1;
    color: #031e2f;
    font-family: "AzoWeb-Bold";
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline:none;
    background: #99d6f1;
    color: #031e2f;
    font-family: "AzoWeb-Bold";
}


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

ul.hs-error-msgs.inputs-list {
    margin: 0 0 -10px;
}

ul.hs-error-msgs.inputs-list label {
    border: 1px solid #f00;
    border-radius: 3px;
    color: #f00;
    font-size: 0.91667em;
    font-weight: normal;
    margin-top: 5px;
    background: none;
    padding: 0px 0px 0px 7px;
    display: block;
}

ul.hs-error-msgs.inputs-list li {
    padding-bottom: 0;
}
.content-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}
.widget-span.lp-header .widget-span.mobile-content {
    display: block !important;
}

.widget-span.lp-header .widget-span.mobile-content .cm-logo img {
    width: 55px;
    margin-top: 3px;
    margin-bottom: 4px;
}

.widget-span.lp-header .widget-span.mobile-content {
    text-align: center;
}
.widget-span.lp-header .widget-span.mobile-content .cm-mobile-logo {
    display: none;
}
.cm-footer.lp-footer .cm-bottom-footer {
    padding-bottom: 30px;
}


.new-comments.no-comments {
    margin: 0 !important;
    padding: 0 !important;
}

#comment-form {
    border: 1px solid #ccc;
    padding: 25px;
    max-width: 500px;
    margin: 20px 0;
}
.post-header h2 a {
    color: inherit;
}
/* -------------- Default Code for comment ------------ */

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


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

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
  
    font-size: ;
  
  line-height: ;
    padding: 0;
}

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

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

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

/* -------------------- Ends ----------- */
.hs-blog-social-share {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0 0;
}
/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
 max-width: 70px;
 padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
 height: auto !important;
 max-width: 100%;
}
.new-comments.no-comments {
    border: none !important;
}


/* -------------------- Ends ----------- */





.blog-listing-wrapper .post-listing .post-item {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#hubspot-topic_data{
	color: #888888;
	font-weight:700;
}
a.more-link{
	display: inline-block;
	padding-top: 10px;
}

#hubspot-author_data .hs-author-avatar {
	max-width: 70px;
	padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
	height: auto !important;
	max-width: 100%;
}

/*---Custom Styling for Blog---*/

.blog-post-wrapper h2, .post-header h2{
	margin-bottom: 10px;
}
.blog-post-wrapper h2 a, .post-header h2 a{
	text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}
.custom_listing_comments {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}
.hs-form .input ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hs-form .input ul li{
	padding: 0 !important;
}
.blog .blog-sidebar .cell-wrapper{
	margin-bottom: 15px;
}
.blog .blog-sidebar ul li{
	padding: 0 0 10px;
}

.body-container a {
    text-decoration: underline;
    color: #031e33;
}
.body-container a:hover {
    color: #0098db;
}

.subscribe-options label{
   margin-left: 0;
}
p{line-height: 24px;letter-spacing: 0.2px;}
ul li,ol li{line-height: 24px;letter-spacing: 0.2px;}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


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


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


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

@media (max-width: 1199px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        width: auto !important;
        margin-left: 14px !important;
        margin-right: 14px !important;
        display: inline-block;
        float: none !important;
        vertical-align: bottom;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.logo-parent {
        width: 55px !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        text-align: center;
    }
    .find-location .form-control {
        padding: 0px 40px 0px 6px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        width: 174px !important;
        margin-right: 0 !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
        margin-left: 0 !important;
    }
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.search-parent{ right: 122px; }
}
@media (max-width: 1147px) {
    .container-fluid .row-fluid .page-center {
        max-width:950px;
    }
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.search-parent{ right: 28px; }
}

@media (max-width: 1023px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 0 10px !important;
        display: block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        background: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/arrow.svg) no-repeat 0 0;
        width: 10px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        display: block !important;
        content:"";
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:after {
        background: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/arrow-h.svg) no-repeat;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        position:relative;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.logo-parent {
        display: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        width: 100% !important;
    }
    
    .find-location .form-control {
        max-width: 100%;
    }
    .find-location {
        margin-top: 50px;
    }
    .top-footer .widget-span.footer-logo,
    .widget-span.cm-left-col.cm-footer-col {
        width: 30%;
    }
    
    .widget-span.cm-top-footer-col,
    .widget-span.cm-footer-col {
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .widget-span.cm-top-footer-col.footer-top-link,
    .widget-span.cm-mid-col {
        width: 19%;
        padding-left: 10px;
    }
    
    .widget-span.cm-top-footer-col.footer-right-content,
    .widget-span.cm-right-col  {
        width: 51%;
        margin-top: 2px;
    }
    
    .cm-top-footer-col.footer-right-content p {
        width: 100%;
    }
    
    .cm-footer .page-center > div > div {
        margin-left: -5px;
        margin-right: -5px;
        width: auto;
    }
    
    
    .widget-span.cm-right-col {
        margin-top: 0;
        margin-bottom: 2px;
    }
    
    .cm-right-col ul.links > li label {
        margin-left: 0;
    }
    .widget-span.lp-header .widget-span.mobile-content .cm-mobile-logo {
        display: block;
        margin-bottom: 3px;
    }
}

@media (max-width: 991px){
    .container-fluid .row-fluid .page-center {
        max-width: 730px;
    }
    .cm-banner {
        height: 320px;
    }
    .cm-banner .banner-content {
        font-size: 40px;
        line-height: 46px;
    }
    
    .blog .blog-section p{
        line-height: 26px;
    }
  p{line-height: 23px;}
  ul li,ol li{line-height: 23px;}
}

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

@media (max-width: 767px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .body-container-wrapper {
        margin-top: 55px;
    }
    .mobile-content .span6 {
        width: 50%;
        float: left;
    }
    
    .widget-span.cm-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cm-banner {
        height: auto;
        margin-bottom: 0;
    }
    .content-wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .cm-banner .banner-content {
        font-size: 24px;
        line-height: 28px;
        display: inline-block;
        position: static;
        max-width: 370px;
        margin-left: 0;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: auto;
    }
    
    .cm-banner .page-center {
        background: #031e2f;
        max-width: 100%;
        text-align: center;
        padding: 20px 10px;
    }
    .widget-span.cm-top-footer-col, .widget-span.cm-footer-col {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .widget-span.cm-left-col.cm-footer-col {
        display: none;
    }
    
    .cm-right-col ul.links > li {
        float: none;
        width: 100%;
    }
    
    .social-media {
        float: none;
        margin-top: 0;
        display: block;
        margin-top: 10px;
    }
    
    .cm-right-col ul.links > li label {
        float: none;
    }
    
    .cm-footer ul li a {
        margin-left: 0;
        margin-right: 10px;
    }
    
    .cm-footer .page-center > div > div {
        margin: 0;
        width: 100%;
    }
    .widget-span.cm-top-footer-col.footer-right-content,
    .widget-span.cm-top-footer-col.footer-top-link {
        margin-top: 20px;
    }
    .cm-banner .bg-img img {
        height: 250px;
    }
    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,
    #comment-form {
        max-width:100%;
    }
    .widget-span.custom-menu-primary {
        padding: 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 76px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.more-parent {
        border-top: 1px solid #81898d;
        font-family: "AzoWeb-Medium";
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        text-transform: uppercase;
        padding-top: 25px;
        display: block;
        margin: 0 0 25px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.more-parent a {
        font-size: 14px;
        font-family: 'AzoWeb-Medium';
        padding: 6px 15px;
        line-height: 18px;
        position: relative;
        display: inline-block !important;
        padding-left: 30px !important;
        color: #031e2f;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.more-parent a:hover {
    
        color: #0098db;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.more-parent a:after {
        background: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/left-arrow.svg) no-repeat 0 0;
        width: 10px;
        height: 15px;
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.more-parent a:hover:after {
        background-image: url(//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/left-arrow-h.svg);
    }
    .cm-footer.lp-footer .cm-bottom-footer {
        padding-bottom: 19px;
    }
    .blog .blog-sidebar {
        margin-top:20px;
    }
    /* Blog banner */
    .blog .cm-banner{
        height: auto;
    }
}  


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

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

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.text-center{text-align:center;}
.p-b-0{padding-bottom:0 !important;}
.m-b-0{margin-bottom:0 !important;}
.heading-strip{background:#33AFE0; padding:23px 0 13px; color:#fff; text-transform:uppercase; text-align:center; font-size:25px; line-height:29px; font-family: 'Hammersmith One';}
.orange-bg {position: absolute;left: 0;width: 50%;bottom: 0;background: #FBBEA7;}
.home-page-title .inner-container{z-index:2;position:relative;}
.home-page-title{background:#D1D2D1;padding:63px 0 25px;position:relative;overflow:hidden;}
.home-page-title .triangle-block{bottom:0;}
.home-page-title .left-triangle-block .top{background:#edeee9;opacity:0.5;}
.home-page-title .left-triangle-block .bottom{background:#FBBEA7; /* height: 300px; */ display:block;}
.home-page-title h2{font-size:50px; line-height:54px; font-family: 'Hammersmith One'; color:#031E2F; text-transform:uppercase; padding-bottom:12px;}
.inner-container {max-width: 576px;margin: 0 auto;}
.triangle-block {position: absolute;background: #fff;left: -30px;right: -30px;z-index: 1;}
.left-triangle-block {-moz-transform: rotate(5.6deg);-webkit-transform: rotate(5.6deg);-o-transform: rotate(5.6deg);-ms-transform: rotate(5.6deg);transform: rotate(5.6deg);}
.icon{display:inline-block; width:62px; height:107px; margin-bottom:19px;}
.icon img{width:100%; height:100%;}
.icont{display:inline-block; width:400px; height:200px; margin-bottom:8px;}
.icont img{width:250px; height:auto;}

.content-section{padding:74px 60px 40px;}
.content-section.edges-0{padding-left:0; padding-right:0;}
.content-section hr{background-color:#A2A4A3; margin:29px 0 47px;}
.cms-content h2{font-size:36px; line-height:40px; letter-spacing:0;}
.cms-content p{font-size:16px; line-height:24px; color:#031E2F; margin-bottom:26px;}
.cms-content p strong{font-family: 'AzoWeb-Bold';}

.service-columns{margin:0 -40px;}
.service-columns .col{display:inline-block; width:33%; padding:0 40px; position:relative;}
.service-columns .col .icon{margin-bottom:0;}
.service-columns .col:first-child .icon{width:120px; height:93px;}
.service-columns .col:nth-child(2) .icon{width:69px; height:90px;}
.service-columns .col:after{content:""; width:2px; background:#FF9F7C; height:71px; position:absolute; top:-15px; right:0;}
.service-columns .col:last-child:after{display:none;}
.service-columns .col:last-child .icon{width:90px; height:90px;}

.right-triangle-block {-moz-transform: rotate(-5.6deg);-webkit-transform: rotate(-5.6deg);-o-transform: rotate(-5.6deg);-ms-transform: rotate(-5.6deg);transform: rotate(-5.6deg);}
.right-triangle-block.triangle-block span {height: 53px;display: block;}
.right-triangle-block .top {background: #F8F9F7;}
.right-triangle-block.triangle-block .bottom {background: #F0F0EC;height: 215px;}

.grey-skew{position:relative; z-index:2; padding:42px 0;}

.content-block{position:relative; overflow:hidden; padding:120px 60px 0;}
.content-block h3{max-width: 400px; margin:0 auto; padding-bottom:44px; line-height:30px;}
.content-block .page-center{max-width:810px !important;}

.why-sign-up{background:url("//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/signup-banner.jpg") center center no-repeat; background-size:cover; position:relative;}
.why-sign-up:after{content:""; background:rgba(0,5,38,0.3); position:absolute; left:0; top:0; right:0; bottom:0;}
.why-sign-up .cms-content{position:relative; z-index:1;}
.why-sign-up h2{color:#FFC5B1; padding-bottom:78px;}
.why-sign-up .content-section{padding:159px 60px 101px;}
.why-sign-up .cms-content p{ font-size:24px; line-height:33px; color:#fff; padding:0 60px;font-family: 'Hammersmith One';}
.why-sign-up .service-columns{position:relative; z-index:1; margin:0 -38px;}
.why-sign-up .service-columns .col{width:25%; text-align:center; vertical-align:top; height:245px; margin-top:45px;}
.why-sign-up .service-columns .col:before{content:""; border-bottom:45px solid #E9EAE4; border-right:40px solid transparent; position:absolute; right:0; top:-45px;}
.why-sign-up .service-columns .col:after{content:"";background:#FFD8CB; height:45px;left:0; right:40px; width:auto; top:-45px; display:block;}
.why-sign-up .service-columns .col{background:#FFD8CB; padding:0 53px 45px;}
.why-sign-up .service-columns .col:nth-child(2),.why-sign-up .service-columns .col:nth-child(2):after{background:#FFC5B1;}
.why-sign-up .service-columns .col:nth-child(3),.why-sign-up .service-columns .col:nth-child(3):after{background:#FFB197;}
.why-sign-up .service-columns .col:nth-child(4),.why-sign-up .service-columns .col:nth-child(4):after{background:#FF9E7D;}
.why-sign-up .service-columns h3{line-height:28px; display:table-cell; vertical-align:middle;height:104px;}
.why-sign-up .service-columns .col .icon{margin-top:15px; height:68px;}
.why-sign-up .service-columns .col:first-child .icon{width: 77px;height: 68px;}
.why-sign-up .service-columns .col:nth-child(3) .icon{width:140px;}
.why-sign-up .service-columns .col:nth-child(4) .icon{width:70px;}

.work-section{background:#F6F7F4}
.work-section p{max-width:508px; margin:0 auto 20px;}
.work-steps{max-width:668px; margin:33px auto; text-align:left;}
.work-steps-inner{position:relative; display:table; width:100%; margin-bottom:60px;}
.number-bullet{ color: #FFC5B1;font-family: 'AzoWeb-Bold'; display:block; width:87px; height:104px; font-size:48px; line-height:94px; text-align:center; background:url("//cdn2.hubspot.net/hubfs/3936951/Magic-October2017/Images/shape-drop.png") 0 0 no-repeat; display:table-cell; background-size:87px;}
.work-steps-inner .hs_cos_wrapper{display:table-cell; vertical-align:middle; padding-left:115px;}
.work-steps-inner .hs_cos_wrapper h3{font-family: 'Hammersmith One'; padding-bottom:0; font-size:24px; line-height:30px;}
.work-steps-inner:last-child{margin-bottom:0;}

.faq-section {    position: relative;    overflow: hidden;    padding: 120px 60px 137px;background:#F6F7F4;}
.faq-section .left-triangle-block{left:-50px;}
.faq-section .left-triangle-block .top{background:#F6F7F4;}
.faq-section .left-triangle-block .bottom{background:#fff; /* height: 300px; */ display:block;}
.faq-section .content-section{position:relative; z-index:1;}
.faq-section h5{color:#031e35; padding-bottom:0; margin-bottom:28px; cursor:pointer;}
.faq-section h5 + p{display:none;}
.faq-section .white-bg {position: absolute;left: 0;width: 50%;bottom: 0;background: #fff;}

.about-section{background:#f6f7f4; padding:10px 0 150px; position:relative; overflow:hidden;}
.about-section p{max-width:648px; margin:0 auto 26px;}
.bottom-button .btn-tertiary{position:absolute; left:0; right:0; bottom:102px;}
.about-section .triangle-block{bottom:0; margin-bottom:-120px;}
.about-section .left-triangle-block .bottom{background:#fff;}
.about-section .triangle-block{bottom:0;}
.about-section .left-triangle-block .top{background:#edeee9;opacity:0.5; height:53px;}
.about-section .left-triangle-block .bottom{background:#FBBEA7;  height: 264px;  display:block;}

.figure-outer{margin:0 auto 87px;}
.figure-outer img{max-width:100%;}
.figure-block{position:relative; overflow:hidden;}

.caption-text{background:#fff;padding:6px 15px 50px;}
.caption-text p{margin-bottom:0 !important;}

.transparent-border{width: 0;height: 0;border-style: solid;border-width: 120px 0 0 500px;border-color: transparent transparent transparent #edeee9;position:absolute;left: 0;    bottom:0; opacity:0.5;}
.solid-border{width: 0;height: 0;border-style: solid;border-width: 84px 0 0 500px;border-color: transparent transparent transparent #fff;position:absolute;left: 0;    bottom:0;}

.btn-tertiary{display:block;letter-spacing:1.4px;padding:15px;width:392px;text-align:center;background:#031e2f;color:#fff !important;text-transform:uppercase;border:1px solid #fff;font-size:14px;line-height:18px;font-family:'AzoWeb-Bold';z-index:2;position:relative; text-decoration:none !important; margin:0 auto;}
.btn-tertiary:hover,.btn-tertiary:focus{border-color:#031e2f; color:#031e2f !important; text-decoration:none !important; background:#fff; outline:0;}

/**/
.body-container a.header-fix-btn{background:#33AFE0; padding:23px 0 16px; color:#fff; text-transform:uppercase; text-align:center; font-size:25px; line-height:29px;display:inline-block;width:100%;z-index:9;text-decoration:none;margin: 0;}
.scroll-body .body-container a.header-fix-btn {position:fixed;top:99px;padding:15px 0 11px;font-size: 18px;line-height: 22px;left:0;}
.what-is-club .col{vertical-align:top;}
.what-is-club h3{padding-bottom:0;margin-bottom:20px}
.faq-section h5 span{position:relative;padding-right:43px;display:inline-block;}
.faq-section h5 img{position:absolute;top:5px;right:0;width:20px;}
.faq-section h5.expand img{transform: rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform: rotate(180deg);}
.term-condition-content{display:none;}

.hs-beauty-block {
    padding: 120px 0 40px;
    position: relative;
}

.hs-beauty-block .page-center{position:relative; z-index:1; margin-top:70px !important}
.hs-beauty-block .triangle-block{right:-50px}
.hs-beauty-block .right-triangle-block.triangle-block .bottom{background:#f6f6f4;}
.hs-beauty-block.content-block .page-center{max-width: 1012px !important;}
.hs-beauty-block.content-block h3{padding-bottom:18px; max-width:100%;}
.landing-location-block h4{font-size:22px; line-height:28px !important; color: #021E30; text-transform:uppercase; font-family: "AzoWeb-Bold";}
.tel-link{color:#021E30 !important; text-decoration:none !important;font-family: "AzoWeb-Bold";}
.landing-location-block h5{font-size: 16px;color: #021E30;text-transform:uppercase; font-family: "AzoWeb-Bold"; line-height:20px;}
.landing-location-block .text-center h2{padding-bottom:60px}
.working-hours p{margin-bottom:0; padding-bottom:0;}
.working-hours p em{font-style:normal; width: 100px; display:inline-block;}
.container-fluid .row-fluid .suburb-landing.page-center{max-width:992px;}
.available-services-col{text-align:center}
.available-services-col img{width:56px !important; height:49px;}
.btn-direction{font-size: 14px;color: #031e2f !important;border: 1px solid #031e2f;text-transform: uppercase; display: block;text-align: center;height: 44px; line-height: 43px; padding:0 12px; text-decoration:none !important; cursor:pointer;}
.btn-direction:hover{ background-color: #99d6f1; color: #031e2f; font-family: AzoWeb-Bold;}
.custom-cta-module{text-align:center;}
.custom-cta-module a{text-decoration:none !important; display:block;}

.cm-banner.small{height:350px;}

/* HR Template */
.container-fluid .row-fluid .page-center.hr-recruitment, .container-fluid .row-fluid .page-center.medium-container{ max-width: 1050px; padding-left: 15px; padding-right: 15px; }
.fixed-width-banner .cm-banner{ max-width: 1440px; margin-left: auto; margin-right: auto; }
.m-b-0 .cm-banner{margin-bottom:15px;}
.heading-outer{ padding-bottom: 0; margin-bottom: 0; }
.heading-outer h1{ line-height: 42px; padding-bottom: 0; text-align: center; }
.hr-recruitment .landing-location-block h5{ color: #031E2F; }
.roles-outer a.outer-a {
  text-decoration: none;
}
.roles-outer a.outer-a:hover .button-redirect, 
.roles-outer a.outer-a:focus .button-redirect {
  background: #031E2F;
    color: #FFFFFF;
}
.roles-outer a.outer-a:hover .button-redirect::after, .roles-outer a.outer-a:focus .button-redirect::after {
	color: #ffffff;
}
.hr-separator{ background: #A2A4A3; border: 0; box-shadow: none; height: 2px; margin-top: 48px; margin-bottom: 49px; }
.roles-outer{ padding-top: 42px; }
.roles-block{ background: #C9E5F7; overflow: hidden; margin-bottom: 25px; }
.roles-block .img-thumb{ height: 92px; overflow: hidden; }
.roles-block .img-thumb img{ width: 100%; height: 100%; object-fit: cover; }
.roles-block .content{ text-align: center; padding:21px 30px 50px; position: relative; }
.roles-block .content::before{ content:""; position: absolute; display: block; width: 150%; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; background: #C9E5F7; height: 70px; top: 0; left: 0; -webkit-transform: rotate(-8deg); -ms-transform: rotate(-8deg); transform: rotate(-8deg); z-index: 1;}
.roles-block .content h3{ font-size: 24px; line-height: 29px; color: #000000; }
.roles-block .content p{ font-size: 14px; line-height: 19px; margin-bottom: 24px; font-weight: 700; font-family: 'AzoWeb-Bold'; }
.roles-block .content .hs_cos_wrapper_widget{ position: relative; z-index: 3; }
.roles-block .button-redirect{ position: absolute; bottom: 0; left: 0; right: 0; min-height: 38px; display: block; text-decoration: none; font-size: 12px; line-height: 38px; font-weight: 700; font-family: 'AzoWeb-Bold'; text-transform: uppercase; background: #DBEEFA; z-index: 4;}
.roles-block .button-redirect:hover, .roles-block .button-redirect:focus{ background: #031E2F; color: #FFFFFF; }
.roles-block .button-redirect:hover::after, .roles-block .button-redirect:focus::after{ color: #FFFFFF; }
.roles-block .button-redirect::after{ content: "➝"; font-size: 12px; display: inline-block; vertical-align: middle; color: #000526; margin-left: 5px; }
.block-franchise h5, .block-franchise{ text-align: center; color: #031E2F; }
.block-franchise h5{ line-height: 26px; margin-bottom: 36px; }
.block-franchise .btn-secondary{ font-family: 'AzoWeb-Bold'; background:#a9c9e6; text-transform:uppercase; border:1px solid #031e2f; color:#031e2f; padding:13px 12px 12px; text-decoration:none!important; display: block; max-width: 325px; width: 100%; margin: 0 auto; text-align: center; min-height: 46px; line-height: 21px; }
.block-franchise .btn-secondary:hover{background:#031E2F; color: #FFFFFF; font-family: 'AzoWeb-Bold';}
.macos .block-franchise .btn-secondary{ padding: 15px 12px 10px; }
.macos.moz .block-franchise .btn-secondary{ padding:13px 12px 12px; }
.win.moz .block-franchise .btn-secondary{ padding:12px 12px 13px; }

.medium-container h5{ color: #000000; padding-bottom: 3px; line-height: 25px; }
.medium-container p{ color: #000000; line-height: 25px; margin-bottom: 25px;  }
.medium-container ul{ padding-top: 24px; padding-left: 38px; list-style: none; }
.medium-container ul li{ padding-bottom: 5px; color: #000000; position: relative; }
.medium-container ul li::before{ content:""; position: absolute; left: -36px; top: 10px; width: 2px; height: 2px; display: block; border-radius: 50%; background: #000000; }


/* CTA */
.variable-service-cta{ margin-top: 60px; text-decoration: none !important; display: block; }
.cta-box .cta-content .bt-wrap span{ -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.cta_button:hover .cta-box .cta-content .bt-wrap span, .cta_button:focus .cta-box .cta-content .bt-wrap span{ background: rgba(10, 39, 60, 1); color: #FFFFFF; }


.magic-std-btn{ cursor: pointer; display: inline-block; letter-spacing: 1.4px; padding: 15px; width: 250px; text-align: center; background: #031e2f; color:#fff !important; text-transform: uppercase; border: 1px solid #fff; font-size: 14px; line-height: 18px; font-family: AzoWeb-Bold; z-index: 2; position: relative; text-decoration: none !important; }
.rich-text-wrapper{ text-align: center !important;  }

@media(max-width:1023px){
.scroll-body .body-container a.header-fix-btn {top:57px;}    
}

@media(max-width:991px){
    .service-columns .col{width:32%; padding:0 20px;}
    .why-sign-up .service-columns .col{width:50%}
    .content-section{padding: 54px 60px 20px;}
    .content-block{padding: 80px 60px 0;}
    .why-sign-up .content-section{padding:120px 60px 60px;}
    .why-sign-up .cms-content p{padding:0;}
    .why-sign-up h2{padding-bottom:58px;}
    .why-sign-up .service-columns{margin:0 -24px;}
  
  .hs-beauty-block.content-block .page-center,.container-fluid .row-fluid .suburb-landing.page-center{max-width:730px !important;}
  .hs-beauty-block{padding:80px 0 40px;}
  .working-hours p em{width:auto;}
  .roles-block .content{ padding-left: 15px; padding-right: 15px; }
  .roles-block .content h3{ font-size: 16px; line-height: 20px; }
  .roles-block .content p{ margin-bottom: 15px; font-size: 12px; line-height: 15px; }
  
  .hr-separator{ margin-top: 32px; margin-bottom: 32px; }
 
    
}

@media(max-width:767px){
    .heading-strip{font-size:18px; line-height:22px; padding:16px 0 13px;}
    .home-page-title h2{font-size:36px; line-height:40px;}
    .inner-container{padding:0 15px;}
    .content-section{padding:30px 0;}
    .cms-content h2{font-size:28px; line-height:32px;}
    .content-section hr{margin:15px 0 33px;}
    .cms-content p{font-size:15px; line-height:21px;}
    .service-columns .col{width:100%; padding:0 20px 30px; margin-bottom:30px;}
    .service-columns{margin:0;}
    .service-columns .col:after{width:auto; height:2px; top:100%; right:15px; left:15px;}
    .service-columns h3{font-size:22px; line-height:26px;}
    .service-columns .col .icon{ margin:10px 0 0;}
    .service-columns .col:first-child .icon{width: 90px;height: 57px;}
    .service-columns .col:nth-child(2) .icon{width: 49px;height: 53px;}
    .service-columns .col:last-child .icon{width: 60px;height: 39px;}
    .service-columns .col:last-child{padding-bottom:0; margin-bottom:0;}
    
    .content-block{padding-bottom:0;}
    .why-sign-up .content-section{padding:48px 0;}
    .why-sign-up h2{padding-bottom:30px;}
    .why-sign-up .cms-content p{font-size:18px; line-height:28px;}
    .why-sign-up .service-columns .col{width:100%;}
    .why-sign-up .service-columns{margin:0;}
    
    .number-bullet{width:57px; height:74px; font-size:26px; line-height:56px; background-size:100%;}
    .work-steps-inner .hs_cos_wrapper{padding:0 15px;}
    .work-steps-inner .hs_cos_wrapper h3{font-size:18px; line-height:23px;}
    .work-steps{margin-bottom:0;}
    
    .faq-section{padding:40px 0px;}
    .cms-content h5{font-size:15px; line-height:20px;}
    .faq-section h5{margin-bottom:18px;}
    .btn-tertiary{width:auto; display:inline-block;}
    
    .figure-outer{margin:0 auto 30px;}
    
    .bottom-button .btn-tertiary{width:268px; bottom:74px;}
    .about-section .left-triangle-block .bottom{height:150px;}
    .about-section .triangle-block{margin-bottom:-50px;}
    .about-section .orange-bg{display:none}
    .about-section{padding-bottom:110px;}
    
    
    /**/
    .body-container a.header-fix-btn{font-size:20px;line-height:24px;}
    .scroll-body .body-container a.header-fix-btn {font-size: 15px;line-height: 19px;}
    
    .icont{width:290px; height:140px;}
    .icont img{width:200px;}
  
  .hs-beauty-block .triangle-block{right:-80px; left:-80px;}
  .hs-beauty-block{padding:50px 0 40px;}
  .hs-beauty-block .page-center{margin-top:50px !important;}
  .custom-cta-module{padding:90px 10px 0}
  .heading-outer h1{ font-size: 28px; line-height: 36px; }
  
  .cm-banner.small{height:auto;}
  .cm-banner.small .banner-content{ position:absolute; transform: translateY(-50%);left: 0;right: 0; font-size: 28px; line-height:32px;}
  .cm-banner.small .page-center{background:none; padding:0;}
  .cm-banner.small .bg-img img{height:400px;}
  .landing-location-block{text-align:center;}
  .working-hours{margin-top:20px;}
  .available-services-col{margin-top:10px;}
  .service-col{padding-bottom:20px;}
  .suburb-landing{padding-top:45px;}
  .landing-location-block .text-center h2{padding-bottom: 45px;}
  .page-title-outer .page-section-title h2{ line-height: 32px; }
  .roles-outer{ padding-top: 0; }
  .roles-block{ max-width: 350px; margin: 0 auto 25px; }
  .hr-separator{ margin-top: 25px; margin-bottom: 25px; }
  .block-franchise h5{ margin-bottom: 0; }
  .medium-container ul{ padding-left: 18px; }
  .medium-container ul li::before{ left: -14px }

  .blue-btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #031e2f;
    padding: 34px 0;
    width: 304px;
    max-width: 100%;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -40px;
    text-transform: uppercase;
  
}





