/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Libre+Baskerville:400i|Merriweather|Roboto+Condensed:700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/* 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:'icomoon';
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/icomoon/icomoon.eot);
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/icomoon/icomoon.eot?#iefix) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/icomoon/icomoon.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/icomoon/icomoon.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/icomoon/icomoon.svg#icomoon) format("svg");
    font-weight:normal;
    font-style:normal;
    
}


@font-face{
    font-family:'Lovelo';
    src:url('//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Lovelo/Lovelo_Black.eot');
    src:url('//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Lovelo/Lovelo_Black.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Lovelo/Lovelo_Black.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Lovelo/Lovelo_Black.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Lovelo/Lovelo_Black.svg#loveloblack') format('svg');
    font-weight:normal;
    font-style:normal;
    
}



@font-face{
	font-family:'FontAwesome';
	src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/FontAwesome/fontawesome-webfont.eot);
	src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.2) format('embedded-opentype'),
		url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/FontAwesome/fontawesome-webfont.svg#fontawesomeregular?v=4.2) format('svg'),
	    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/FontAwesome/fontawesome-webfont.woff?v=4.2) format('woff'),
	    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/FontAwesome/fontawesome-webfont.ttf?v=4.2) format('truetype');
	font-weight:normal;
	font-style:normal;
}


@font-face{
    font-family:'Open Sans';
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Light-webfont.eot);
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Light-webfont.eot?#iefix) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Light-webfont.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Light-webfont.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Light-webfont.svg#OpenSansLight) format("svg");
    font-weight:300;
    font-style:normal;
    
}
@font-face{
    font-family:'Open Sans';
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Regular-webfont.eot);
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Regular-webfont.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Regular-webfont.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Regular-webfont.svg#OpenSansRegular) format("svg");
    font-weight:400;
    font-style:normal;
    
}
@font-face{
    font-family:'Open Sans';
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Semibold-webfont.eot);
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Semibold-webfont.eot?#iefix) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Semibold-webfont.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Semibold-webfont.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold) format("svg");
    font-weight:600;
    font-style:normal;
    
}
@font-face{
    font-family:'Open Sans';
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSansBold-webfont.eot);
    src:url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSansBold-webfont.eot?#iefix) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSansBold-webfont.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSansBold-webfont.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4064127/WebbMasonMarketing_January2018/Fonts/Open%20Sans/OpenSansBold-webfont.svg#OpenSansBold) format("svg");
    font-weight:700;
    font-style:normal;
    
}

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

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

/* Transition */




/* Border Radius */


/* Box Shadow */


/* Transform */




/* Animation */






/* Filter */


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

html, body {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
} 
html {}
body {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    background: white;
    color: #676767;
    position: relative;
}

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

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

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

/* Basic text */
p {
    padding-bottom: 27px;
    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:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    letter-spacing: 0;
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    margin-top:0;
}
h1 {
    font-family: Roboto Condensed, Arial, sans-serif;
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 7px;
}
h2 {
    font-family: Helvetica,sans-serif, Arial;
    font-size: 27px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 7px;
}
h3 {
    font-family: Lovelo,sans-serif, Arial;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 8px;
}
h4 {
    font-family: Helvetica,sans-serif, Arial;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 32px;
}
h5 {
    font-family: Helvetica,sans-serif, Arial;
    letter-spacing: .5px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 7px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
}

/* Anchor Links */
a {
    color: #76c651;
    text-decoration: none;
    transition: color .2s;
    -moz-transition: color .2s;
    -webkit-transition: color .2s;
}
a:hover,
a:focus {
    color: inherit;
}
:focus {
	outline: 0 none;
}

/* Lists */
ul, ol {
    padding:0;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}
form ul,
form ol,
form li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* 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{
	box-shadow: none;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0;
	z-index: 9999;
	-webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;
	-moz-transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;
	-ms-transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;
	-o-transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;;
}
#custom_header{
	position: relative;
	z-index: 9998;
	width: 100%;
	display: block;
	padding-top: 28px;
	transition: all .4s ease;
}
#custom_header .page-center{
	width: 100%;
	max-width: 100%;
	padding: 0 28px;
}

#custom_header .custom_header-col.left{
	width: auto;
	margin-right: 2%;
	position: relative;
	z-index: 10;
	display: block;
	float: left;
}
#custom_header .custom_logo a{
	color: #fff;
	width: auto;
	max-width: none;
	display: block;
	line-height: 22px;
	font-size: 22px;
	letter-spacing: -1.5px;
	font-family: 'Open Sans';
	font-weight: 600;
}
#custom_header .custom_logo img{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	max-width: none;
	width: auto;
	margin-bottom: 0;
	display: block;
	height:40px;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
#custom_header .custom_logo img.starting-logo{
	opacity:1;
}
#custom_header .custom_logo img.default-logo{
	opacity:0
}
#custom_header .custom_header-col.right{
	width: auto;
	float: right;
	position: static;
	margin-right: 0;
	z-index: 10;
	display: block;
}

/*header search */
#custom_header .custom_header-buttons ul{
	right: 0;
	-webkit-transition: padding .8s ease;
	transition: padding .8s ease;
	float: right;
	min-height: 1px;
	line-height: 1px;
	height: 95px;
	list-style:none;
	margin-top:-28px;
}
.without-pane #custom_header .custom_header-buttons ul{
    height:94px;
}
.landing-page #custom_header .custom_header-buttons ul{
    height:93px;
}
#custom_header .custom_header-buttons ul li{
	line-height: 12px;
	position: relative;
	float: left;
}
#custom_header .custom_header-buttons ul li.search-btn{
	padding-left: 19px;
	margin-right:-7px;
}
#custom_header .custom_header-buttons ul li.search-btn a{
	visibility: visible;
	padding-top: 36px;
	padding-bottom: 59px;
	border-left: 1px solid rgba(255,255,255,0.25);
	transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-webkit-transition: border-color .3s ease;
	padding-left: 28px;
	padding-right: 25px;
	width: 24px;
	height: 24px;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
}
#custom_header .custom_header-buttons ul li.search-btn a span{
	color: #fff;
	opacity: .75;
	transition: opacity .2s linear,color .2s linear;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	background-color: transparent;
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-radius: 999px 999px 999px 999px;
	-moz-border-radius: 999px 999px 999px 999px;
	-webkit-border-radius: 999px 999px 999px 999px;
	-o-border-radius: 999px 999px 999px 999px;
	display: inline-block;
	max-width: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 32px;
	top: -2px;
	word-spacing: 1px;
}
#custom_header .custom_header-buttons ul li.search-btn a span:before{
	content: "\e036";
}

#custom_header .custom_header-buttons{
    width:auto;
}
#custom_header .custom_header-buttons ul{
    margin-left:0;
    margin-bottom:0;
}
#custom_header .custom_header-buttons ul li.search-btn a:hover span{
	opacity:1;
}
#custom_header .custom_header-buttons ul li.trigger a:hover .lines-button:after,
#custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i{
	opacity:1;
}

/*sticky header*/
.show-mobile-nav .sticky-header.without-pane #custom_header,
.sticky-header #custom_header{
    padding-top:16px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	height: 62px;
}
.show-mobile-nav .sticky-header.without-pane .header-container,
.sticky-header .header-container{
	transform: translateY(0px) translate(0px, 0px);
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;

}
.show-mobile-nav .sticky-header.without-pane #custom_header .custom_logo img.starting-logo,
.without-pane #custom_header .custom_logo img.starting-logo,
.sticky-header #custom_header .custom_logo img.starting-logo{
	opacity:0;
}
.show-mobile-nav .sticky-header.without-pane #custom_header .custom_logo img.default-logo,
.without-pane #custom_header .custom_logo img.default-logo,
.sticky-header #custom_header .custom_logo img.default-logo{
	opacity:1;
}
.sticky-header #custom_header .custom_logo img{
	height: 30px;
	max-width: 265px;
}
.show-mobile-nav .sticky-header.without-pane  #custom_header .custom_header-buttons ul li.search-btn a,
.without-pane.sticky-header  #custom_header .custom_header-buttons ul li.search-btn a,
.sticky-header #custom_header .custom_header-buttons ul li.search-btn a{
	border-left: 1px solid rgba(0,0,0,0.07);
    padding-top: 22px;
    padding-bottom: 44px;
}
.show-mobile-nav .sticky-header.without-pane  #custom_header .custom_header-buttons ul li.trigger a,
.without-pane.sticky-header #custom_header .custom_header-buttons ul li.trigger a,
.sticky-header #custom_header .custom_header-buttons ul li.trigger a{
	border-left: 1px solid rgba(0,0,0,0.07);
    padding-top: 22px;
    padding-bottom: 44px;
}
.show-mobile-nav .sticky-header.without-pane #custom_header .custom_header-buttons ul li.search-btn a span,
.without-pane #custom_header .custom_header-buttons ul li.search-btn a span,
.sticky-header #custom_header .custom_header-buttons ul li.search-btn a span{
	color: #333;
	opacity:1;
}
.show-mobile-nav .sticky-header.without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before,
.show-mobile-nav .sticky-header.without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after,
.show-mobile-nav .sticky-header.without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button::after,
.without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before,
.without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after,
.without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button::after,
.sticky-header #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before,
.sticky-header #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after,
.sticky-header #custom_header .custom_header-buttons ul li.trigger a span .lines-button::after{
	background-color: #333 !important;
	opacity:1!important;
}


.sticky-header #custom_header .custom_header-buttons ul li.trigger a span .lines,
.show-mobile-nav #custom_header .custom_header-buttons ul li.trigger a span .lines{
	opacity:1;
}

.without-pane.sticky-header #custom_header .custom_header-buttons ul,
.sticky-header #custom_header .custom_header-buttons ul{
    margin-top: -16px;
    height: 64px;
}
.without-pane.sticky-header .custom_header-search,
.sticky-header .custom_header-search{
    top:65px;
}
.without-pane #custom_header .custom_header-buttons ul li.search-btn a:hover span,
.sticky-header #custom_header .custom_header-buttons ul li.search-btn a:hover span{
	color:#f96566;
}
.without-pane #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button:after,
.without-pane #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:before,
.without-pane #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:after,
.sticky-header #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button:after,
.sticky-header #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:before,
.sticky-header #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:after{
	background-color:#f96566!important;
}

.without-pane .header-container{
    background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;
}
.without-pane #custom_header .custom_header-buttons ul li.trigger a,
.without-pane  #custom_header .custom_header-buttons ul li.search-btn a{
     padding-bottom:61px;
     padding-top:36px;
     border-left: 1px solid rgba(0,0,0,0.07);
}
.without-pane .body-container{
	padding-top: 93px;
}
.without-pane.without-page-title #custom_header{
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
}
.page-title{
	padding: 140px 330px 63px;
	visibility: visible;
	margin-top: -70px;
	position: relative;
	-webkit-background-size: cover;
	width: 100%;
	background-color: #2b2b2b;
}
.page-title h1{
	color:#fff;
}
.page-title .page-center{
	padding:0!important;
}

/*header show mobile nav*/
@media (min-width:1001px){
.show-mobile-nav .without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before,
.show-mobile-nav .without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after,
.show-mobile-nav .without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button::after,
.show-mobile-nav .sticky-header #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before,
.show-mobile-nav .sticky-header #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after,
.show-mobile-nav .sticky-header #custom_header .custom_header-buttons ul li.trigger a span .lines-button::after{
	background: #fff!important;
	opacity: .75!important;
}

.show-mobile-nav .sticky-header #custom_header .custom_header-buttons ul li.search-btn a span{
	color: #fff;
	opacity: .75;
}

.show-mobile-nav .sticky-header #custom_header .custom_header-buttons ul li.trigger a,
.show-mobile-nav .sticky-header #custom_header .custom_header-buttons ul li.search-btn a{
	border-left: 1px solid rgba(255,255,255,0.25);
}
.show-mobile-nav .sticky-header #custom_header .custom_logo img.default-logo{
	opacity:0;
}
.show-mobile-nav .sticky-header #custom_header .custom_logo img.starting-logo{
	opacity:1;
}
.show-mobile-nav .sticky-header .header-container{
	background:transparent!important;
}
}


/*top pane*/
.custom_top-pane{
	visibility: visible;
	position:relative;
	width: 100%;
}
.custom_top-pane .custom_banner{
	background-position: left top;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding:285px 330px;
}
.custom_top-pane .page-center{
	padding:0!important;
	position:relative;
	z-index:99;
}
.custom_top-pane h1.page-title{
	font-size: 100px;
	line-height: 110px;
	color: #fff;
	background:none;
	padding:0;
	margin-top:0;
}
.custom_top-pane h3{
	color: #fff;
}
.custom_top-pane h2{
    display:block;
    margin-bottom: 0;
    color: #fff;
    font-family: Helvetica,sans-serif;
    font-size: 27px;
    line-height: 27px;
    font-weight: 400;
    height:27px;
}
.custom_top-pane:after{
	background: linear-gradient(to bottom,transparent 25%,rgba(0,0,0,0.66) 100%);
	opacity: 0.8;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	z-index: 2;
}


/*pop-up search*/
.custom_header-search{
	top: 95px;
	visibility:hidden;
	transform: scale(1, 0);
	opacity: 0;
	background-color: rgba(255,255,255,0.96);
	height: 95%;
	width:100%;
	position: fixed;
	padding: 0;
	z-index: 1010;
	min-height:100vh;
	transition:all .2s;
}
.custom_header-search.open{
	opacity:1;
	visibility:visible;
	transform: scale(1, 1);

}

.custom_header-search .widget-type-google_search{
    background:none!important;
    border:0 none!important;
    padding:0!important;
}

.custom_header-search .page-center{
	height: auto;
	float: none;
	width: 100%;
	padding: 0 40px;
	position: static;
}
.custom_header-search input{
	color: #000!important;
	height: auto;
	font-size: 80px!important;
	text-align: center;
	width: 100%;
	line-height: 43px;
	position: relative;
	padding: 0;
	background-color: transparent;
	border: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	height:80vh;
	
}
.custom_header-search .hs-button.primary{
	display:none;
}
.custom_header-search .close{
	position: absolute;
	display: block;
	width: 24px;
	height: 17px;
	line-height: 22px;
	z-index: 10;
	top: 25px;
	right: 25px;
}

.custom_header-search .close .close-search{
	font-size: 20px;
	color: #333;
	height: 20px;
	line-height: 19px;
	background-color: transparent;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.custom_header-search .close .close-search:hover{
    color: #f96566;
}
.custom_header-search .close .close-search:before{
	content: "\e117";
}
/* =============== Content =============== */
.body-container .row-fluid .page-center{
    padding:40px 90px;
}
.body-container .main-content,
.body-container .sidebar {
	margin-bottom: 30px;
}

/* =============== Footer =============== */
#custom_footer{
	color: #ccc;
	position: relative;
	z-index: 10;
	background-color: #252525;
}
#custom_footer:after{
	content:"";
	display:table;
	clear:both;
}
#custom_footer .custom_footer-top{
	padding: 55px 0;
}
#custom_footer .custom_footer-top .custom_footer-col.left{
	width: 49%;
	margin-right: 2%;
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	margin-bottom: 30px;
}
#custom_footer .custom_footer-top .custom_footer-col.right{
	margin-right: 0;
	width: 49%;
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	margin-left:0;
}

#custom_footer h3:first-child{
	margin-bottom: 12px;
	font-family: Lovelo,sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	line-height:32px;
}
#custom_footer .custom_footer-top .custom_footer-col.left ul li a{
	color:#ccc;
	font-size:14px;
	display:inline-block;
}
#custom_footer .custom_footer-top .custom_footer-col.left ul li a:hover{
	color: #76c651;
}

#custom_footer .custom_footer-search{
	margin-bottom: 30px;
	background:none!important;
	padding:0!important;
}
#custom_footer .custom_footer-search .input{
	line-height: 12px;
	position: relative;
	overflow: hidden;
}
#custom_footer .custom_footer-search input{
	width: 100%;
	border-radius: 0 2px 2px 0;
	margin: 0;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #555;
	padding-right: 75px;
	background-color: #efefef;
	box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
}
#custom_footer .custom_footer-search input:focus{
	background-color:#fff;
	border:0 none!important;
	border-bottom: 1px solid #fff!important;
}
#custom_footer .custom_footer-search .hs-button.primary{
	background-color: #76c651;
	opacity: .9;
	transition: opacity .2s linear 0s;
	-moz-transition: opacity .2s linear 0s;
	-webkit-transition: opacity .2s linear 0s;
	-o-transition: opacity .2s linear 0s;
	padding: 11px 14px 11px 13px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-family: Lovelo,sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
	border: 0;
	color: #fff;
	cursor: pointer;
	width: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
@media (-webkit-min-device-pixel-ratio:0) {
  #custom_footer .custom_footer-search .hs-button.primary{
      padding: 10px 11px 11px 10px;
  }  
}

#custom_footer .custom_footer-search .hs-button.primary:hover{
	opacity:1;
}
#custom_footer .custom_footer-col.right .custom_footer-menu{
	margin-bottom: 30px;
}
#custom_footer .custom_footer-col.right .custom_footer-menu ul{
	text-align: right;
	width:100%;
}
#custom_footer .custom_footer-col.right .custom_footer-menu ul li{
	padding: 4px 0;
	margin-bottom: 0;
	display: inline-block;
	margin-left: 1.1785em;
	float:none;
}
#custom_footer .custom_footer-col.right .custom_footer-menu ul li a{
	display: block;
	color: #ccc;
}
#custom_footer .custom_footer-col.right .custom_footer-menu ul li a:hover{
	color: #76c651;
}
#custom_footer .custom_footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.1);
	background-color: transparent;
	padding: 20px 0;
	font-size: 12px;
	color: #777;
}
#custom_footer .custom_copyright p{
	padding-bottom:0;
	line-height: 22px;
	margin-top: 3px;
}
#custom_footer .custom_column.right{
	width: 57.5%;
	margin-bottom: 0;
	margin-right: 0;
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	margin-left:0;
}
#custom_footer .custom_column.left{
	width: 40.5%;
	margin-right: 2%;
	position: relative;
	z-index: 10;
	display: block;
	float: left;
}
#custom_footer .custom_footer-social ul{
	float: right;
	list-style: none;
	margin-bottom:-3px;
	margin-top:3px;
	
}
#custom_footer .custom_footer-social ul li{
	float: left;
	margin-left: 1.71em;
}
#custom_footer .custom_footer-social ul li a{
	display: block;
	line-height: 22px;
	height: 24px;
	position: relative;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	background-position: center top;
	color: #ccc;
}
#custom_footer .custom_footer-social ul li a:hover i{
    color: #76c651;
}
#custom_footer .custom_footer-social ul li a i{
	color: #777;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	width: auto;
	background-color: transparent;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	line-height:22px;
}
.fa-twitter::before {
    content: "\f099";
}
.fa-facebook::before {
    content: "\f09a";
}
.fa-youtube-play::before {
    content: "\f16a";
}
.fa-instagram::before {
    content: "\f16d";
}

/*to top*/
#toTop{
    background-color: rgba(0,0,0,0.25);
	border-radius: 0;
	box-shadow: none;
	display: block;
	position: fixed;
	text-align: center;
	line-height: 12px;
	right: 17px;
	color: #fff;
	cursor: pointer;
	z-index: 9994;
	height: 29px;
	width: 29px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
}
#toTop.open{
	bottom:17px;
}
#toTop{
	bottom:-30px;
}
#toTop.dark{
    background-color: rgba(0,0,0,0.87);
}
#toTop:hover{
	background-color: #76c651;
}
#toTop i{
	top: 0;
	left: 0;
	text-align: center;
	position: relative;
	z-index: 10;
	background-color: transparent;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 29px;
	width: 29px;
	height: 29px;
	font-size: 14px;
}
#toTop i:before{
	content: "\f106";
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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


/* Vertical Menu */
.body-container .hs-menu-flow-vertical > ul > li > a {
	color: #262b2e;
	font-family:'Open Sans', "Oswald", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 19px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.body-container .hs-menu-flow-vertical > ul > li.active > a,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a,
.body-container .hs-menu-flow-vertical.flyouts > ul > li:hover > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul > li > a:hover {
	background-color: #76c651;
	color: #fff;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
	background-color: #76c651 ;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
	width: 200px;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
	color: #ffffff;
	font-family:'Open Sans', "Oswald", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal !important;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a {
	color: #262b2e;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
	color: #262b2e;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
	background-color: transparent;
	box-shadow: none;
	padding: 5px 0;
	width: 100%;
	
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a {
	font-family:'Open Sans', "Oswald", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal !important;
	color:#262b2e;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active > a,
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li.active-branch > a {
	color: #262b2e;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li:hover > a {
	background-color: #76c651;
	color: #fff;
}

@media (max-width: 767px) {
	.body-container .hs-menu-flow-vertical.flyouts > ul ul {
    	background-color: transparent;
    	box-shadow: none;
    	padding: 5px 0;
    	width: 100%;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
    	color: #262b2e;
    	font-family:'Open Sans', "Oswald", Helvetica, Arial, Verdana, sans-serif;
    	font-size: 13px;
    	line-height: 17px;
    	padding: 5px 10px 5px 25px;
    	text-decoration: none;
    	text-transform: uppercase;
    	white-space: normal !important;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active > a,
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li.active-branch > a {
    	color: #262b2e;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li:hover > a {
    	background-color: #76c651;
	    color: #fff;
    }
}

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

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

@media (min-width: 1px) {

	/* 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 ===== */
.landing-page #custom_header .custom_header-buttons ul li.trigger{
    display:none!important;
}
#custom_header .custom_header-buttons ul li.trigger{
	margin-right: -6px;
	margin-left: 28px;
	-webkit-transition: margin .25s ease;
	transition: margin .25s ease;
}
#custom_header .custom_header-buttons ul li.trigger a{
	visibility: visible;
	padding-top: 36px;
	padding-bottom: 59px;
	border-left: 1px solid rgba(255,255,255,0.25);
	transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-webkit-transition: border-color .3s ease;
	padding-left: 28px;
	padding-right: 28px;
	width: 24px;
	height: 24px;
	display: block;
	background-position: right top;
	background-repeat: no-repeat;
}
#custom_header .custom_header-buttons ul li.trigger a apan{
	transition: -webkit-transform .33s 0s ease;
	-webkit-transition: -webkit-transform .33s 0s ease;
	transition: transform .33s 0s ease;
	transition: transform .33s 0s ease,-webkit-transform .33s 0s ease;
	-webkit-transform-origin: center;
	transform-origin: center;
	display: block;
	height: 21px;
}
#custom_header .custom_header-buttons ul li.trigger a span .lines-button{
	top: 9px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	line-height: 0;
	position: relative;
	font-size: 0;
	display: block;
	font-family: Libre Baskerville;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-weight: 400;
	font-style: italic;
}

#custom_header .custom_header-buttons ul li.trigger a span .lines{
	background-color: transparent;
	opacity: .75;
	-webkit-transition: background .2s linear,opacity .2s linear;
	transition: background .2s linear,opacity .2s linear;
	height: 2px;
	display: block;
	width: 1.4rem;
	position: relative;
}
#custom_header .custom_header-buttons ul li.trigger a span .lines-button i:before{
	background-color: #fff;
	transition: transform .45s ease,background-color .2s linear,opacity .2s linear;
	transition: transform .45s ease,background-color .2s linear,opacity .2s linear,-webkit-transform .45s ease;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	height: 2px;top: 6px;
	display: block;
	width: 1.4rem;
	background: #ecf0f1;
	position: absolute;
	left: 0;
	content: '';
}
#custom_header .custom_header-buttons ul li.trigger a span .lines-button i:after{
	background-color: #fff;
	transition: transform .45s ease,background-color .2s linear,opacity .2s linear,-webkit-transform .45s ease;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	height: 2px;top: -6px;
	display: block;
	width: 1.4rem;
	background: #ecf0f1;
	position: absolute;
	left: 0;
	content: '';
}
#custom_header .custom_header-buttons ul li.trigger a span .lines-button:after{
    background-color: #fff;
	opacity: .75;
	display: inline-block;
	width: 1.4rem;
	height: 2px;
	-webkit-transition: -webkit-transform .45s ease,opacity .2s ease,background-color .2s linear;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

/*close icon*/

.close-icon{
	display: block;
	position: absolute;
    right: 29px;
    top: 20px;
	z-index: 100;
	color: rgb(255, 255, 255);
	width:auto;
}
.close-icon > span{
	font-size: 24px;
	left: -2px;
	color: rgb(255, 255, 255);
	height: 34px;
	line-height: 32px;
	max-width: none;
	width: 34px;
	transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-family: icomoon;
	font-variant: normal;
}
.close-icon > span:before{
	    content: "";
}


	/* ===== Mobile Child Toggle Buttons ===== */
	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important;
		min-width: 55px !important;
		height: 45px !important;
		padding: 0 !important;
	}
	.child-trigger:hover {
		text-decoration: none;
	}
	.child-trigger i {
		position: relative;
		top: 50%;
		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;
		height: 1px;
		background-color: #fff;
		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 .hs-menu-wrapper{}
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    	display: none;
    }

	.custom-menu-primary ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}
    
    .custom-menu-primary {
        position: fixed;
        width: 300px!important; /* must match the value above in 'left' */
        z-index: 9999999;
        background:#76c651;
        color:#fff;
        right: -300px;
        top: 0;
        height: 100% !important;
        padding:33px;
        padding-top:26px;
        overflow-y: auto;
        -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
              
    }
    .custom-menu-primary .hs-menu-wrapper ul li{
    	position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper ul li a{
    	opacity: .7;
    	transition: opacity .2s ease;
    	-webkit-transition: opacity .2s ease;
    	-moz-transition: opacity .2s ease;
    	font-size: 36px;
    	line-height: 36px;
    	font-family: 'Open Sans';
    	font-weight: 700;
    	letter-spacing: -1px;
    	color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper ul li a:hover{
    	opacity:1;
    }
    .custom-menu-primary .hs-menu-wrapper ul ul{
    	position:static!important;
    	visibility:visible!important;
    	opacity:1!important;
    	padding-left:10px;
    }
    .custom-menu-primary .hs-menu-wrapper ul li.child-open ul{
    	visibility:visible!important;
    	opacity:1!important;
    	position:static!important;
    }
    .custom-menu-primary .hs-menu-wrapper ul ul li a{
        font-size:30px;
    }
          
    .show-mobile-nav .custom-menu-primary{
        right:0;
    }
  
    #custom_header .custom_header-buttons{
    	right:0;
    	position:relative;
    	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
    }
    .show-mobile-nav #custom_header .custom_header-buttons{
    	right:300px;
    	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
    }
        

     /* All Main Containers Display FULL Width By Default */
     #site-wrapper {
          left:0;
          position:relative;
          -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;;
     }
     
     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav #site-wrapper{
        left:-300px;
     }
 
    .overlay{
    	height: 100%;
    	width: 100%;
    	opacity: 0;
    	background-color: rgba(0,0,0,0.8);
    	position: fixed;
    	left: 0;
    	top: 0;
    	right:0;
    	bottom:0;
    	z-index: 9996;
    	visibility: hidden;
    	 cursor:pointer;
    	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;;
    }
    .show-mobile-nav .overlay{
    	opacity: 1;
    	visibility: visible;
    	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;;
    }
	
}


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


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

#hubspot-author_data .hs-author-avatar {
	margin-top: 10px;
}
#hubspot-author_data .hs-author-social-section {
	margin-top: 22px;
}
.post-listing .post-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.post-listing-simple h2 {
    margin-bottom: 20px;
}
a.more-link {
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    width: auto;
}
a.more-link:hover {
    opacity: 0.8;
}
.custom_listing_comments,
#hubspot-topic_data,
#hubspot-author_data,
.hs-blog-social-share {
    display: block;
    margin: 10px 0;
}
.blog-pagination{
    text-align:center;
}
.blog-pagination .previous-posts-link{
    float:left;
}
.blog-pagination .next-posts-link{
    float:right;
}
.blog-pagination a {
	margin-right: 15px;
}
h3.hs-author-listing-header{
    margin-top:30px;
}
.blog.hs-blog-listing .widget-type-blog_comments {
	display:none!important;
}

/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#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%;
}
.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;
}
.hs-blog-social-share {
	padding: 10px 0 0 0;
	height: auto;
}
#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; }

.hs-blog-post #comment-form form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > span {
	position: relative;
    top: -1px;
    color:#fff;
}
.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar .widget-span {
	margin-bottom: 30px;
}

/* =============== 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;
}
.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%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}


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


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

/* Form Field */
.hs-form-field {}

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


.widget-type-blog_comments,
.widget-type-google_search,
.widget-type-form {
	background-color: rgba(10,6,6,0.5);
	padding:20px;
}
.error-template .widget-type-google_search,
.widget-type-blog_subscribe,
.widget-type-password_prompt,
.landing-page.one-column .hs_cos_wrapper_type_form,
.widget-type-email_simple_subscription{
	background:none;
	padding:0;
}

/* Form Title */

h3.form-title {
	color:#fff;
}
.widget-type-blog_subscribe h3.form-title,
.widget-type-email_simple_subscription h1,
#email-prefs-form h3{
    color:#444;
}
#email-prefs-form .email-edit{
    max-width:100%!important;
}
/* Labels and Legends */
.hs-form-field > label,
.body-container .widget-type-google_search label {
	color:#fff;
}

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 {
	border: 1px solid rgba(255,255,255,0.6);
	background-color: transparent;
	box-shadow: none ;
	-webkit-box-shadow: none;
	font-size: 16px;
	padding: 16px;
	width: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	line-height: 22px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	margin-bottom:27px;
	color:#fff;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {border: 1px solid rgba(255,255,255,0.8) !important;}


.error-template .widget-type-google_search input,
.widget-type-blog_subscribe input,
.widget-type-password_prompt input,
.landing-page.one-column .hs_cos_wrapper_type_form input,
.widget-type-email_simple_subscription input{
	border:1px solid #ccc;
	color:#444;
}
.error-template .widget-type-google_search input:focus,
.widget-type-blog_subscribe input:focus,
.widget-type-password_prompt input:focus,
.landing-page.one-column .hs_cos_wrapper_type_form input:focus,
.widget-type-email_simple_subscription input:focus{
    border:1px solid #ccc!important;
}

/* 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 */
form ul.hs-error-msgs {
    margin-top: -27px;
    margin-bottom: 27px;
}
.hs_error_rollup{
    display:none;
}
form ul.hs-error-msgs li label {
    color: #76c651;
    top: -3px;
    padding: 2px 6px;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: none repeat scroll 0 0 #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

/* Placeholder Text */
::-webkit-input-placeholder {opacity: 1;} /* Webkit Browsers */
:-moz-placeholder {opacity: 1;} /* Firefox 18- */
::-moz-placeholder {opacity: 1;} /* Firefox 19+ */
:-ms-input-placeholder {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;
	
	padding: 15px 22px;
	border-radius: 0;
	background-color: #76c651;
	font-family: Lovelo,sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	line-height:19px;
	font-weight: normal;
	border: 0;
	color: #fff;
	cursor: pointer;
	transition: all .45s cubic-bezier(0.25,1,.33,1);
	-moz-transition: all .45s cubic-bezier(0.25,1,.33,1);
	-webkit-transition: all .45s cubic-bezier(0.25,1,.33,1);
	-o-transition: all .45s cubic-bezier(0.25,1,.33,1);
	width: auto;
	display:inline-block;
	text-align:center;
}
.hs_submit .hs-button.primary.large {}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {opacity: .8;}

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


/* =============== 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 {border:0 none!important;}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {border:0 none!important;}
#submitbutton,
.widget-type-blog_subscribe .hs-button.primary.large {border:0 none!important;}
#submitbutton,
.widget-type-blog_subscribe .hs-button.primary.large:focus {border:0 none!important;}
/* =============== Google Search Button =============== */

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


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


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


.error-template,
.password-template,
.subscription-template {}

.subscription-template .checkbox-row input {
	position: relative;
	top: 3px;
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width:1200px){
    .custom_top-pane .custom_banner{
       padding: 180px 90px;
    }
    .page-title{
      padding: 100px 90px 70px;
    }
}
@media (max-width: 1199px) {
    .custom_top-pane .custom_banner{
        padding: 154px 90px;
    }
}
@media (min-width:1001px) and (max-width:1200px){
    #custom_header .custom_header-buttons ul{
        height:96px;
    }
    .show-mobile-nav #custom_header .custom_header-buttons ul li.trigger a{
        padding-left: 30px;
        padding-right: 26px;
    }
}
@media (max-width:1024px){
    #toTop{
        display:none;
    }
    .show-mobile-nav .sticky-header.without-pane #custom_header .custom_header-buttons ul li.search-btn a, .without-pane.sticky-header #custom_header .custom_header-buttons ul li.search-btn a, .sticky-header #custom_header .custom_header-buttons ul li.search-btn a{
        padding-bottom:43px;
    }
}
@media (max-width: 1023px) {
    .custom_top-pane .custom_banner{
        padding: 122px 106px;
    }
    .page-title{
        padding: 100px 150px 70px;
    }
      
}
@media (min-width:1001px){
    .close-icon{
        display:none;
    }
    .show-mobile-nav #custom_header .custom_header-buttons ul li.trigger a span .lines-button{
        -webkit-transform: scale3d(0.8,.8,.8);
        transform: scale3d(0.8,.8,.8);
    }
    .show-mobile-nav #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before{
    	-webkit-transform: translateY(-6px) rotateZ(-45deg);
    	transform: translateY(-6px) rotateZ(-45deg);
    }
    .show-mobile-nav #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after{
    	-webkit-transform: translateY(6px) rotateZ(45deg);
    	transform: translateY(6px) rotateZ(45deg);
    }
    .show-mobile-nav #custom_header .custom_header-buttons ul li.trigger a span .lines-button:after{
    	transform: scale(0,1);
    	-webkit-transform: scale(0,1);
    }
}
@media (max-width:1000px){
    .container-fluid .row-fluid .page-center{
        max-width:600px;
        padding-left:0;
        padding-right:0;
    }

    #custom_footer .custom_footer-top .custom_footer-col.left,
    #custom_footer .custom_footer-top .custom_footer-col.right{
        padding:15px;
         width:48%;
    }
    #custom_footer .custom_footer-top .custom_footer-col.left{
       margin-right:15px;
    }
    #custom_footer .custom_column.right,
    #custom_footer .custom_column.left{
        width:49%;
    }
    #custom_footer .custom_footer-social ul li{
        width: 33px;
        margin-top: 9px;
        margin-bottom: 9px;
        margin-left:20px;
    }
    #custom_footer .custom_footer-search{
        margin-bottom:26px;
    }
    #custom_header{
        padding-top:16px;
    }
    .header-container{
    	transform: translateY(0px) translate(0px, 0px);
    	background-color: rgb(255, 255, 255);
    	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, margin 0.25s ease-out;
    }
    .without-pane #custom_header .custom_logo img.starting-logo,
    #custom_header .custom_logo img.starting-logo{
    	opacity:0;
    }
    
    #custom_header .custom_logo img.default-logo{
    	opacity:1;
    }
    
    .sticky-header #custom_header .custom_logo img {
        height: 30px;
        max-width: 265px;
    }
    
    .without-pane #custom_header .custom_logo img.default-logo,
    #custom_header .custom_logo img{
    	height: 50px;
    	margin-top:1px;
    	max-width: 380px;
    }
    
    .without-pane #custom_header .custom_header-buttons ul li.search-btn a,
    #custom_header .custom_header-buttons ul li.search-btn a{
    	border-left: 1px solid rgba(0,0,0,0.07);
        padding-top: 22px;
        padding-bottom: 44px;
    }
    .without-pane #custom_header .custom_header-buttons ul li.trigger a,
    #custom_header .custom_header-buttons ul li.trigger a{
    	border-left: 1px solid rgba(0,0,0,0.07);
        padding-top: 22px;
        padding-bottom: 44px;
    }
    .without-pane #custom_header .custom_header-buttons ul li.search-btn a span,
    #custom_header .custom_header-buttons ul li.search-btn a span{
    	color: #333;
    }
    .without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before,
    .without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after,
    .without-pane #custom_header .custom_header-buttons ul li.trigger a span .lines-button::after,
    #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::before,
    #custom_header .custom_header-buttons ul li.trigger a span .lines-button i::after,
    #custom_header .custom_header-buttons ul li.trigger a span .lines-button::after{
    	background-color: #333 !important;
    }
    
    .without-pane #custom_header .custom_header-buttons ul,
    .sticky-header #custom_header .custom_header-buttons ul,
    #custom_header .custom_header-buttons ul{
        margin-top: -17px;
        height: 62px;
    }
     .sticky-header #custom_header .custom_header-buttons ul{
         height:64px;
     }
    .without-pane.sticky-header .custom_header-search,
    .custom_header-search{
        top:62px;
    }
    .without-pane #custom_header .custom_header-buttons ul li.search-btn a:hover span,
    #custom_header .custom_header-buttons ul li.search-btn a:hover span{
    	color:#f96566;
    }
    .without-pane #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button:after,
    .without-pane #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:before,
    .without-pane #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:after,
    #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button:after,
    #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:before,
    #custom_header .custom_header-buttons ul li.trigger a:hover .lines-button i:after{
    	background-color:#333!important;
    	opacity:.75;
    }
    #custom_header .custom_header-buttons ul li.search-btn{
        display:none;
    }
    .without-pane .body-container{
        padding-top:70px;
    }
    .without-pane.sticky-header #custom_header .custom_header-buttons ul li.trigger a,
    .without-pane #custom_header .custom_header-buttons ul li.trigger a,
    .sticky-header #custom_header .custom_header-buttons ul li.trigger a,
    #custom_header .custom_header-buttons ul li.trigger a{
        border-left:0 none;
    }
    .body-container-wrapper{
        padding-top:62px;
    }
    .without-pane.without-page-title .body-container-wrapper{
        padding-top:0;
    }
    #custom_header{
    	right:0;
    	position:relative;
    	transition: all .5s;
    	height: 80px;
    }
    .show-mobile-nav #custom_header{
    	right:300px;
    }
    .show-mobile-nav  #custom_header .custom_header-buttons{
        right:0;
    }
    .custom_top-pane .custom_banner{
        height: 100%;
        transform: none;
        background-attachment: scroll;
        background-position: 50% center;
    }
    .without-pane.sticky-header #custom_header .custom_header-buttons ul, .sticky-header #custom_header .custom_header-buttons ul{
        height:62px;
    }

}
@media (max-width: 899px) {
    .custom_top-pane .custom_banner{
        padding: 135px 150px;
    }
     .page-title{
        padding: 100px 106px 70px;
    }
}
@media (max-width: 811px) {
    .custom_top-pane .custom_banner{
        padding: 115px 84px;
    }
     .page-title{
        padding: 100px 84px 70px;
    }
}

@media (max-width: 767px) {
    .custom_top-pane .custom_banner{
        padding: 110px 68px;
    }
     .page-title{
         padding: 100px 68px 70px;
    }
    #custom_footer .custom_footer-col.right .custom_footer-menu ul li{
        margin-left:0;
    }
    .blog .blog-sidebar{
        margin-top:40px;
    }
    #custom_footer .custom_footer-social ul{
        width:auto;
    }
    .close-icon{
        right:19px;
    }
}  
@media (max-width: 735px) {
    .custom_top-pane .custom_banner{
        padding: 100px 124px;
    }
     .page-title{
        padding: 100px 124px 70px;  
    }
}  

@media (min-width:690px) and (max-width:1000px){
    .container-fluid .row-fluid .page-center{
        max-width: 600px;
        padding-left:0;
        padding-right:0;
    }
    #custom_footer .custom_footer-social ul li{
        margin-right: 10px;
        margin-left: 0px;
    }
    #custom_footer .custom_footer-social ul{
        width:auto;
    }
    .page-title h1{
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width:689px){
    .custom_top-pane h1.page-title{
        font-size: 60px;
        line-height: 70px;
    }
    #custom_header .page-center{
        padding:0px 18px;
    }
    .container-fluid .row-fluid .page-center{
        max-width: 420px;
        padding-left:0;
        padding-right:0;
    }
    #custom_footer .custom_footer-top .custom_footer-col.left, #custom_footer .custom_footer-top .custom_footer-col.right{
        width:100%;
        padding:0;
        margin-right:0;
        margin-bottom: 70px;
    }
    #custom_footer .custom_footer-top .custom_footer-col.right{
        margin-bottom:0;
    }
    #custom_footer .custom_footer-col.right .custom_footer-menu ul li{
        width: auto;
        display: inline-block;
        margin-left: 1.1785em;
    }
    #custom_footer .custom_footer-search{
        margin-bottom:30px;
    }
    #custom_footer .custom_column.right, #custom_footer .custom_column.left{
        width:100%;
        margin-right:0;
    }
    #custom_footer .custom_column.left{
        margin-bottom: 25px;
    }
    #custom_footer .custom_footer-social ul li{
        margin-left:0;
        margin-right: 10px;
    }
    #custom_footer .custom_footer-social ul{
        width:100%;
    }
     .page-title h1{
        font-size: 32px;
        line-height: 32px;
    }
        
}


@media (max-width:666px){
     .custom_top-pane .custom_banner{
        padding: 96px 110px;
    }
    .page-title{
        padding: 100px 110px 70px;  
    }
}
@media (max-width:639px){
     .custom_top-pane .custom_banner{
        padding: 85px 74px;
    }
     .page-title{
        padding: 100px 74px 70px;  
    }
}
@media (max-width:567px){
     .custom_top-pane .custom_banner{
        padding: 72px 30px;
    }
    .page-title{
       padding: 100px 30px 70px;  
    }
}

@media (max-width: 479px) {
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		display: block !important;
		float: none;
		margin: 0 0 15px;
	}
	.custom_top-pane .custom_banner{
        padding: 62px 57px;
    }
      .page-title{
       padding: 100px 57px 70px;  
    }
    .container-fluid .row-fluid .page-center{
        max-width:300px;
    }
    #custom_footer .custom_footer-search{
        margin-bottom:26px;
    }
    #custom_header .custom_logo img.starting-logo{
        display:none;
    }
}
@media (max-width:413px){
    .custom_top-pane .custom_banner{
        padding: 56px 38px;
    }
    .page-title{
          padding: 100px 38px 70px; 
    }
}
@media (max-width:374px){
    .custom_top-pane .custom_banner{
        padding: 54px 30px;
    }
     .page-title{
        padding: 100px 30px 70px; 
    }
}
@media (max-width:359px){
    .custom_top-pane .custom_banner{
        padding: 48px 10px;
    }
      .page-title{
        padding: 100px 10px 70px; 
    }
}