/* ==========================================================================
   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=Playfair+Display:400,400i,700,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ==========================================================================
   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: #f4f4f4;
    color: #323232;
		font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;  
}

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

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


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

/* Basic text */
p {
    margin: 0 0 13.5px;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
     font-family: Playfair Display, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 13.5px;  
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    margin-top: 27px;
    font-size: 40px;  
}
h2 {
    margin-top: 27px;
    font-size: 33px;  
}
h3 {
    margin-top: 27px; 
    font-size: 30px;  
}
h4 {
    font-size: 20px;
    margin-top: 13.5px;  
}
h5 {
    font-size: 16px; 
    margin-top: 13.5px;
}
h6 {
    font-size: 15px; 
    margin-top: 13.5px;
}

/* Anchor Links */
a { 
    color: #57a3d6;
   text-decoration:none;
}
a:hover, a:focus { 
		color: #1e73be;
   text-decoration:none; 
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}


.custom-header-bg {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scroll-header .custom-header-bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.custom-logo-group img {
    width: auto !important;
    height: 90px;
}
.custom-logo-group {
    padding: 24px 0 23px;
    padding-left: 26px;
}
.custom-lp-header .custom-logo-group {
    padding-bottom: 24px;
}

.custom-scroll-logo {
    display: none !important;
}
.scroll-header .custom-scroll-logo {
    display: block !important;
}
.scroll-header .custom-normal-logo {
    display: none !important;
}

.without-banner .custom-header-group {
    min-height: 138px !important;
}



.toggler_and_tools {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0px;
    padding-left: 22px;
    margin-top: 0;  
}
.header_tools {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
}

.header_tools > div {
    display: inline-block;
}
.header_tools .nav_mini_tool_container {
    margin-left: 10px;
    margin-right: 10px;
    -o-transform: translate(0px, -1px);
    -webkit-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
}
.header_tools .btn-secondary {
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #1e73be solid;
    color: #1e73be !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #1e73be;
    color: #ffffff !important;
}
.btn-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e73be;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #ffffff;
}
.header_tools .btn-secondary:hover {
    color: #1e73be !important;
}
.header_tools .btn-secondary:hover:before {
    background: #ffffff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
a.menu-toggler {
    box-sizing: content-box;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 12px 0;
    min-width: 32px;
    height: inherit;
    line-height: 14px;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
.open-sidebar a.menu-toggler {
    -o-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-overflow-scrolling: touch;
    background-color: #000000;
    padding-left: 13px;
}
.open-sidebar .custom-header-bg, 
.open-sidebar .body-container-wrapper {
    -o-transform: translate(-320px, 0px);
    -webkit-transform: translate(-320px, 0px);
    -ms-transform: translate(-320px, 0px);
    transform: translate(-320px, 0px);
    -webkit-transition: all 600ms ease-in-out !important;
    -o-transition: all 600ms ease-in-out !important;
    transition: all 600ms ease-in-out !important;
    -webkit-overflow-scrolling: touch;
}

a.menu-toggler .above_threshold {
    display: inline-block;
}
a.menu-toggler span.title {
    padding: 0px 55px 0 12px;
    text-transform: uppercase;
}
a.menu-toggler span.lines, a.menu-toggler span.lines:before, a.menu-toggler span.lines:after {
    cursor: pointer;
    height: 1px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    right: 14.4px;
    top: 12px;
    display: block;
    content: '';
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-overflow-scrolling: touch;
}
a.menu-toggler span.lines:before {
    top: 6px;
    right: 0px;
}
a.menu-toggler span.lines:after {
    top: 12px;
    right: 0px;
}
.open-sidebar span.lines {
    background-color: transparent !important;
}
.open-sidebar a.menu-toggler span.lines:before {
    transform: rotate(45deg);
    top: 8px;
    background: #ffffff;
}
.open-sidebar a.menu-toggler span.lines:after {
    transform: rotate(-45deg);
    top: 8px;
}

.custom-sidebar-content {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10;
    width: 320px !important;
    background-color: #000000;
    padding: 3px 0px;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    -o-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    padding-top: 0;  
     overflow-x: hidden; 
}

.open-sidebar .custom-sidebar-content {
    -o-transform: translate(-320px, 0px);
    -webkit-transform: translate(-320px, 0px);
    -ms-transform: translate(-320px, 0px);
    transform: translate(-320px, 0px);
    -webkit-transition: all 600ms ease-in-out !important;
    -o-transition: all 600ms ease-in-out !important;
    transition: all 600ms ease-in-out !important;
    -webkit-overflow-scrolling: touch;
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;  
    padding-top: 138px;  
}
.custom-menu-inner-wrapper {
    padding: 0 30px;
    color: #fff;
}
.custom-menu-inner-wrapper small {
    font-size: 81%;
}
.custom-sidebar-top-row img {
    margin: 0 0 13.5px;
}
.custom-menu-inner-wrapper p:not(:first-of-type) {
    margin: 10px 0;
}
.custom-sidebar-top-row i {
    border: solid 1px;
    border-color: rgba(50, 50, 50, 0.07000000000000001);
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-style: normal;
}
.custom-sidebar-top-row p span {
    display: inline;
    margin: 0 0 0 3px;
    font-size: 16px;
}
.custom-sidebar-top-row p span a {
    white-space: nowrap;
}
.custom-sidebar-content .custom-social-icons ul {
    list-style: none;
    padding: 0;
    display: block;
    margin: 10px 0;
    margin-top: 0;  
}
.custom-sidebar-content .custom-social-icons ul li {
    display: inline;
}
.custom-sidebar-content .custom-social-icons ul li i {
    border: solid 1px;
    border-color: rgba(50, 50, 50, 0.07000000000000001);
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-style: normal;
    color: #323232;
}
.custom-sidebar-content .custom-social-icons ul li i.fa-facebook:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998;
    color: #fff;
}
.custom-sidebar-content .custom-social-icons ul li i.fa-youtube:hover {
    background-color: #bb0000 !important;
    border-color: #bb0000;
    color: #fff;
}
.custom-sidebar-content .custom-social-icons ul li i.fa-pinterest-square:hover {
    background-color: #57a3d6;
    color: #f4f4f4;
}

.custom-sidebar-bottom-row {
    margin-top: 3px;
    margin-bottom: 24px;  
}
.custom-sidebar-bottom-row h4 {
    font-size: 1em;
    color: #ffffff;
    padding-bottom: 26px;
}

.hs-banner-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1px;  
}
.hs-banner-bg:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.hs-banner-bg .page-center {
    padding-top: 166px;
    padding-bottom: 70px;
    min-height: 200px;
    text-align: center;
}
.hs-banner-inner-wrapper {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 1;
}
.hs-banner-inner-wrapper p {
    font-family: Playfair Display, sans-serif;
    margin: 0;
    font-size: 14px;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.hs-banner-inner-wrapper h1 {
    font-size: 86px;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}



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

.body-container-wrapper {
    background-color:#fff;
}
.blog .body-container-wrapper {
    background-color: #f4f4f4;
}
.body-container {}

.body-container-wrapper .page-center {
   padding:20px 15px;
}

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


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

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

.custom-footer-top-bg {
    text-align: center;
    padding: 48px 0;
    background: #fff;
}
.custom-footer-top-bg .page-center {
    padding-left: 15px;
    padding-right: 15px;
}
.hs-footer-contact-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 16px;
}
.hs-footer-contact-details ul li {
    display: inline-block;
    margin: 5px 10px;
}
.hs-footer-contact-details ul li i, 
.custom-social-icons ul li i {
    font-style: normal;
    border: solid 1px;
    border-color: #dadada;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 47px;
    border-color: rgba(21, 21, 30, 0.1);
}
.hs-footer-contact-details ul li a {
    color: #15151e;
}
.hs-footer-contact-details ul li a:hover {
    color: #6fb586;
}
.hs-footer-contact-details ul li a:hover i {
    background-color: #6fb586;
    color: #15151e;
}
.custom-footer-logo {
    margin-bottom: 13.5px;
}
.custom-social-icons {
    margin: 24px 0 10px 0;
}
.custom-sidebar-content .custom-social-icons {
    margin-top: -1px;
}
.custom-social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.custom-social-icons ul li {
    display: inline-block;
}
.custom-social-icons ul li a {
    color: #15151e;
}
.custom-social-icons ul li a:hover i {
    background-color: #6fb586;
}
.custom-social-icons ul li i.fa-facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}
.custom-social-icons ul li i.fa-youtube:hover {
    background-color: #bb0000;
    border-color: #bb0000;
}


.custom-footer-bottom-bg {
    background-color: #efefef;
    color: #323232;
    padding: 20px 16px 6px 16px;
    font-size: 12px;
}
.custom-footer-bottom-bg .page-center {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-footer-mid-icon {
    text-align: center;
}
.custom-footer-mid-icon img {
    width: 50px;
    height: auto;
    position: relative;
    top: -4px;
}
.custom-copyright p {
   margin:0;
}
.custom-footer-menu .hs-menu-wrapper > ul{
   display:block;
   float:right;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
    display: inline-block;
    float: none !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px;
    color: #15151e;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
    color: #6fb586;
}


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


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

/* Parent List */



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

.custom-menu-primary ul li a {
	-moz-osx-font-smoothing: grayscale;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
  a.menu-toggler .below_threshold {
      display: none;
  }
	.custom-menu-primary {
      padding-top: 50px;
  }
  .custom-menu-primary.desktop-left-menu {
      padding-left: 15px;
  }
  .custom-menu-primary.desktop-right-menu {
      margin-left: -20px;
  }
  .scroll-header .custom-menu-primary.desktop-left-menu {
      padding-left: 77px;
  }
  .scroll-header .custom-menu-primary.desktop-right-menu {
      margin-left: -81px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
      display: block;
      white-space: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
      display: inline-block;
      float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      line-height: 1em;
      padding: 12px 0;
      margin: 0 22px;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 100%;
      bottom: 0;
      background: #1e73be;
      height: 1px;
      -webkit-transition-property: "right";
      transition-property: "right";
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:active {
      right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before {
      right: 0;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
      display: block;
      width: 14px;
      height: 14px;
      line-height: 14px;
      text-align: center;
      content: '\276F';
      font-size: 10px;
      font-weight: normal;
      transform: rotate(90deg);
      position: absolute;
      top: 12px;
      right: -21px;
      opacity: 0.1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
      opacity: 1;
  }


  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
      text-align: left;
      background-color: #000000;
      min-width: 150px;
      padding: 12px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
      font-size: 13px;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      line-height: 1em;
      padding: 12px 0;
      margin: 0 22px;
      position: relative;  
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 100%;
      bottom: 0;
      background: #1e73be;
      height: 1px;
      -webkit-transition-property: "right";
      transition-property: "right";
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:before,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:active:before{
      right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a:before {
      right: 0;
  }  

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
      margin-top: -12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
      display: block;
      width: 14px;
      height: 14px;
      line-height: 14px;
      text-align: center;
      content: '\276F';
      font-size: 10px;
      font-weight: normal;
      position: absolute;
      top: 12px;
      right: 5px;
      opacity: 0.5;
  }
  .custom-sidebar-menu {
      display: none !important;
  }
  
}


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

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

@media (max-width: 991px) {

  /* Menu Reset */
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; 
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;  
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color:#fff;
    }

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

    .mobile-trigger{
        display: inline-block !important; /* Show button on mobile */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute; /**************************************/
        top: 0px;           /* Position Button at right of screen */
        right: 10px;        /**************************************/
        width: auto; /* Button width */
        height: auto; /* Button height */      
        padding: 7px 10px 8px 10px;
        background: #ffffff; /* Background color */
        border: 1px solid #000;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000; 
    }
    .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
        color: #fff;
        background-color: #000; 
        border-color: transparent;
    }
    
    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
        color: #fff;
        background-color: #000; 
        border-color: transparent;
    }

    /* Toggle Button Icon */
    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 22px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #000; /* Icon color */
        display: inline-block;
    }
    .mobile-trigger i:before{ top: -6px; } /* Position top line */
    .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #fff; /* Icon color */
    }

    /* ===== Mobile Child Toggle Buttons ===== */
    
    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color: #fff; /* Icon color */
        display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }  
    .child-trigger.child-open i{}
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
 
    /* ===== Mobile Menu Styles ===== */  
     
    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 44px; /* Makes room for button */
        margin: 10px 0 10px 0;
         display: none !important; 
    }
    
    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  
    
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color: #000;
        width: 100%; /* Full screen width */
    }

   /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 22px; /* Font size of top level list items */
        line-height: 45px;
        overflow: visible;
    }
    
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li {
        border-top: 1px dotted rgba(255, 255, 255, .35);
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a {
        padding: 0 10px;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        color: #fff;
    }
    
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-size: 16px; /* Font size of child lists */
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}

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


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


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

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

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

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

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


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    margin: 0;
}
.post-header h2 a {
    text-decoration: none;
    color: #323232;
}
.post-header h2 a:hover {
    color: #57a3d6;  
    text-decoration: none;
}
.post-header h1 {
    margin-top: 0;
    margin-bottom: 4px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 33px;
}
.hs-blog-post .hs-list-author-group {
    font-size: 15px;
    font-weight: 200;
}

/* 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 {
    margin-bottom: 48px;   
}

.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-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin:0;
}

.post-item .hs-featured-image-wrapper a {
    position: relative;
    display: block;
}
.post-item .hs-featured-image-wrapper img {
    width: 100% !important;
}
.post-item .hs-featured-image-wrapper {
    margin-bottom: 14px;
}

/* Read More Link */
a.more-link {
    display: inline-block;
    margin: 24px 0 0;
    background-image: none;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #323232 solid;
    color: #323232 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a.more-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
a.more-link:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
a.more-link:hover {
    color: #f4f4f4 !important;
}

.hs-blog-date {
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
}
.hs-list-author-group {
    margin-bottom: 24px;
}
.hs-list-author-group {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.hs-list-author-group > div {
    margin-top: 12px;
    display: inline-block;
}

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

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

/* Blog Commments */
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
   margin:15px 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
#comments-listing.no-comments {
    border: none;
}
#comments-listing:empty {
    display: none;
}


.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 { padding: 10px 0; }

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

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

.comment-date { font-size: 13px; text-align: right; }

/* Numbered Pagination */
.blog-pagination{
    display: block;
    text-align: left;
}
.blog-pagination-center {
    margin-bottom: 19.5px;
    padding-top: 48px;
    padding-left: 3px;
}

.blog-pagination a {
    display: inline-block;
    text-align: center;
    padding: 8px 14px;
    color: #323232;
    font-weight: 500;
    font-size: 14px;
    margin-left: -1px;
    line-height: 1.5;
    border: solid 1px transparent;  
}

.blog-pagination a:hover,
.blog-pagination a:focus{
    color: #23527c;  
    text-decoration: none;
}

.blog-pagination a.elipses{
    border: 0;
}

.blog-pagination a.active{
    color: #1e73be !important;
    border: solid 1px #1e73be;
    pointer-events: none;
    cursor: default;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{}

.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{}

/* 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 {
    margin: 0 0 11px 0;
}
.blog .blog-sidebar .widget-span:last-of-type {
    margin-bottom: 48px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4 {
		font-family: Playfair Display, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 13.5px;
    padding-bottom: 24px;
    font-size: 20px;  
		margin-top: 0;  
}

.blog-sidebar .hs-search-field__bar {
    position: relative;
}
.blog-sidebar .hs-search-field__bar input[type="search"] {
    margin: 0;
    box-shadow: none;
    background-color: #fdfdfd;
    border: 1px solid rgba(17, 17, 24, 0.2) !important;
    border-radius: 0px;
    color: #111118;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 1.5;
    padding: 8px 24px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.blog-sidebar .hs-search-field__bar input[type="search"]::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
}
.blog-sidebar .hs-search-field__bar input[type="search"]:-moz-placeholder {
    color: #000;
    font-size: 13px;
    opacity:1;  
} /* Firefox 18- */
.blog-sidebar .hs-search-field__bar input[type="search"]::-moz-placeholder {
    color: #000;
    font-size: 13px;
    opacity:1;
} /* Firefox 19+ */
.blog-sidebar .hs-search-field__bar input[type="search"]:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
    opacity:1;  
} /* IE10 */
.blog-sidebar .hs-search-field__bar input[type="search"]:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(17, 17, 24, 0.5) !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.blog-sidebar .hs-search-field__bar button.btn {
    background-color: #323232;
    color: #f4f4f4;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 24px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    border: 1px #323232 solid;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    font-family: Source Sans Pro, sans-serif;
    cursor: pointer;  
}
.blog-sidebar .hs-search-field__bar button.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #f4f4f4;
}
.blog-sidebar .hs-search-field__bar button.btn:focus:before, 
.blog-sidebar .hs-search-field__bar button.btn:active:before, 
.blog-sidebar .hs-search-field__bar button.btn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.blog-sidebar .hs-search-field__bar button.btn:hover {
    color: #323232 !important;
}
.blog-sidebar-about-content h4 {
    margin-top: 0 !important;
}
.blog-sidebar-about-content p:not(:first-of-type) {
    margin: 10px 0;
}
.blog-sidebar-about-content p.contact_detail i, 
.blog-sidebar-about-content p.social i {
    font-style: normal;
    border: solid 1px;
    border-color: rgba(50, 50, 50, 0.07000000000000001);
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 36px;
}
.blog-sidebar-about-content p.contact_detail span {
    display: inline;
    margin: 0 0 0 3px;
    font-size: 16px;
}
.blog-sidebar-about-content p a i {
    color: #323232;
}
.blog-sidebar-about-content p.contact_detail a:hover i {
    background-color: #57a3d6;
    color: #f4f4f4;
}

.blog-sidebar-about-content p.social a:hover i {
    background-color: #57a3d6;
    color: #f4f4f4;
}
.blog-sidebar-about-content p.social i.fa-facebook:hover{
    background-color: #3b5998 !important;
    border-color: #3b5998;
    color: #fff;
}
.blog-sidebar-about-content p.social i.fa-youtube:hover {
    background-color: #bb0000 !important;
    border-color: #bb0000;
    color: #fff;
}


.sidebar-recent-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.sidebar-recent-post ul li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: solid 1px rgba(50, 50, 50, 0.05);
    width: 100%;
    float: left;
}
.sidebar-recent-post ul li:first-child {
    padding-top: 0;
}
.sidebar-left-col {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    float: left;
    display: block;
}
.sidebar-left-col img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    max-width: none;
    margin: auto;
    display: block;
    height: 100%;
}
.sidebar-right-col {
    overflow: hidden;
    padding-left: 12px;
}
.sidebar-right-col h5 {
    font-weight: normal;
    margin: 10px 0 0 0;
}
.sidebar-right-col h5 a {
    color: #323232;
}
.sidebar-right-col h5 a:hover, 
.sidebar-right-col h5 a:active {
    color: #57a3d6;
}
.sidebar-right-col small {
    font-family: Playfair Display, sans-serif;
    padding: 0px 0px 5px 0px;
    font-size: 14px;
    font-weight: 400;
}

.custom-sidebar-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.custom-sidebar-tags ul li {
    display: inline-block;
}
.custom-sidebar-tags ul li a {
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600;
    padding: 10px;
    border: 1px solid rgba(50, 50, 50, 0.2);
    color: #323232;
}
.custom-sidebar-tags ul li a:hover {
    background-color: #57a3d6;
    color: #f4f4f4;
    border-color: #57a3d6;
}
span.filter-link-count {
    display: none;
}

.custom-sidebar-archives ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 13.5px;
}
.custom-sidebar-archives ul li {
    font-family: Playfair Display, sans-serif;
}
.custom-sidebar-archives ul li a {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    padding: 3px 0px;
    text-transform: uppercase;
    position: relative;
    color: inherit;
}
.custom-sidebar-archives ul li a:hover {
    text-decoration: underline;
}


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


/* ==========================================================================
   Blog Listing Page
   ========================================================================== */
body.hs-blog-listing {}

.blog .body-container-wrapper {
    padding-top: 96px;
    padding-bottom: 96px;
}
.blog .body-container-wrapper .page-center {
    padding-top: 0;
    padding-bottom: 0;
}

.blog .hs-banner-inner-wrapper {
    width: 100%;
}
.blog .hs-banner-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    padding-bottom: 8px;  
}
.blog .hs-banner-inner-wrapper h1 {
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 40px;
}
.blog .hs-banner-inner-wrapper p {
    padding: 14px 0 0 0;
    margin: 0;
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    text-transform: inherit;
    letter-spacing: 0;
}

.hs-blog-listing .custom-post-pagination {
    display:none !important;
}

/* ==========================================================================
   Blog Post Page
   ========================================================================== */
body.hs-blog-post {}

.hs-blog-post .hs-featured-image {
    float: left;
    margin: 0 0 24px 0;
    max-width: 100%;
}

.custom-post-breadcrumbs:before {
    content: "";
    display: table;
    clear: both;
}
.custom-post-breadcrumbs ul {
    list-style: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.custom-post-breadcrumbs ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}
.custom-post-breadcrumbs ul li:after {
    content: "/";
    display: inline-block;
    padding: 0 3px;
}
.custom-post-breadcrumbs ul li:last-child:after {
   display:none;
}

.hs-blog-post .hs-list-author-group > div {
    margin-top: 0;
}

.custom-post-pagination a.hs-previous-posts-link {
    text-align: left;
    display: inline-block;
}
.custom-post-pagination a.hs-previous-posts-link span:before {
    content: "←";
    display: inline-block;
    font-size: 23px;
    margin-right: 14px;
    transition: all 0.2s ease-in-out 0s;
}
.custom-post-pagination a.hs-next-posts-link {
    text-align: right;
    float: right;
}
.custom-post-pagination a.hs-next-posts-link span:after {
    content: "→";
    font-size: 23px;
    margin-left: 3px;  
}
.hs-blog-post .body-container-wrapper {
    padding-bottom: 60px;
}


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


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

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

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

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

label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    color: #323232;
}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
    width: 100%;
    font-family: Source Sans Pro, sans-serif;  
    background-color: #fdfdfd;
    border: 1px solid rgba(17, 17, 24, 0.2);
    padding: 16px 24px;
		font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #111118;
    vertical-align: middle;
    display: inline-block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;  
    margin:0 0 10px 0;      
}

[type="text"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder, 
[type="datetime"]::-webkit-input-placeholder, 
[type="datetime-local"]::-webkit-input-placeholder, 
[type="date"]::-webkit-input-placeholder, 
[type="month"]::-webkit-input-placeholder, 
[type="time"]::-webkit-input-placeholder, 
[type="week"]::-webkit-input-placeholder, 
[type="number"]::-webkit-input-placeholder, 
[type="email"]::-webkit-input-placeholder, 
[type="url"]::-webkit-input-placeholder, 
[type="search"]::-webkit-input-placeholder, 
[type="tel"]::-webkit-input-placeholder, 
[type="color"]::-webkit-input-placeholder,
[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 13px !important;
  color: #111118;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
[type="text"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder, 
[type="datetime"]:focus::-webkit-input-placeholder, 
[type="datetime-local"]:focus::-webkit-input-placeholder, 
[type="date"]:focus::-webkit-input-placeholder, 
[type="month"]:focus::-webkit-input-placeholder, 
[type="time"]:focus::-webkit-input-placeholder, 
[type="week"]:focus::-webkit-input-placeholder, 
[type="number"]:focus::-webkit-input-placeholder, 
[type="email"]:focus::-webkit-input-placeholder, 
[type="url"]:focus::-webkit-input-placeholder, 
[type="search"]:focus::-webkit-input-placeholder, 
[type="tel"]:focus::-webkit-input-placeholder, 
[type="color"]:focus::-webkit-input-placeholder,
[type="file"]:focus::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.3;
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
    box-shadow: none;
    border: 1px solid rgba(17, 17, 24, 0.5);
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

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


/* =============== 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"] {
    width:auto;
    font-family: Source Sans Pro, sans-serif;  
    display:inline-block;
    padding: 8px 24px;
    margin-bottom: 10px;
    margin-top: 10px;
		font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color:#323232;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;  
    background-color: #f5f5f5;
    border: 1px solid #323232;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);  
    border-radius: 0;
    text-decoration: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none;
    background-color: #323232;
    color: #f4f4f4;  
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: -webkit-focus-ring-color auto 5px; 
}

.form-title {
    text-align: center;
    font-size: 40px;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    position: relative;
}
.form-title:after {
    content: "";
    background: url("//cdn2.hubspot.net/hubfs/3401297/Schooner_Bay_Bahamas_June2018/Image/screencapture-schoonerbaybahamas-contact-2018-06-27-09_30_56.png");
    display: block;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}


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

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


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

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


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

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


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

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


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


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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
 
 
.body-container ul li {}
.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"], 
.one-column .body-container-wrapper input[type="datetime"], 
.one-column .body-container-wrapper input[type="datetime-local"], 
.one-column .body-container-wrapper input[type="date"], 
.one-column .body-container-wrapper input[type="month"], 
.one-column .body-container-wrapper input[type="time"], 
.one-column .body-container-wrapper input[type="week"], 
.one-column .body-container-wrapper input[type="number"], 
.one-column .body-container-wrapper input[type="email"], 
.one-column .body-container-wrapper input[type="url"], 
.one-column .body-container-wrapper input[type="search"], 
.one-column .body-container-wrapper input[type="tel"], 
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select,
.custom-search-page .hs-search-field {
   width: 50% !important;
}
.widget-type-google_search input[type="text"] {
   display:block;
}
#hs-pwd-widget-password {
   display: block;
}

.hs-error-msgs.inputs-list{
    margin:10px 0; 
    list-style:none;
    padding:0;
}

.hs-error-msgs.inputs-list label {
    color: #990000;
    font-weight: bold;
} 

.subscription-template.one-column #email-prefs-form .subscribe-options label span {    
     font-size: 16px;    
     color: #444;    
     line-height: 24px;
}
.subscription-template.one-column #email-prefs-form .subscribe-options {
    overflow: visible;
}

a#back-to-top {
    position: fixed;
    bottom: 75px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
    z-index: 1001;
}
a#back-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 19px;
    transition: all 0.3s ease;
    font-style: normal;
}
a#back-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
a#back-to-top:hover i {
    top: 5px;
}

.hs_cos_wrapper_type_custom_widget .form-title {
    width: 50%;
}



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

@media (max-width: 1600px) and (min-width:1501px) {
  .header_tools .nav_mini_tool_container {
      margin-right: -10px;
  }
  .header_tools .btn-secondary {
      padding-left: 8px;
      padding-right: 8px;
  }
  .open-sidebar .header_tools .nav_mini_tool_container {
      margin-right: -30px;
  }
}

@media (max-width: 1500px) {
  .mobile-hidden {
      display: none !important;
  }
}

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
     max-width: 970px; 
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      padding: 10px 0;
      margin: 0 9px;
  }
  .custom-menu-primary.desktop-right-menu {
      margin-left: -7px;
  }  
  .custom-menu-primary.desktop-left-menu {
      padding-left: 32px;
  } 
  .custom-menu-primary {
      padding-top: 52px;
  }  
  .scroll-header .custom-menu-primary.desktop-left-menu {
      padding-left: 94px;
  }
  .scroll-header .custom-menu-primary.desktop-right-menu {
      margin-left: -65px;
  }  
}

@media (max-width: 1050px) {
  .custom-footer-menu .hs-menu-wrapper > ul {
      text-align: right;
  }
  .custom-footer-bottom-bg {
      padding-bottom: 10px;
      padding-top: 16px;
  }
  .custom-copyright {
      padding-top: 9px;
  } 
  .custom-footer-mid-icon img {
      position: relative;
      top: 5px;
  }  
}

  @media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    h1 {
      font-size: 36px;
  }
  h2 {
      font-size: 29.7px;
  }
  h3 {
      font-size: 28.5px;
  }
  h4 {
      font-size: 19px;
  }
    
  .custom-sidebar-menu {
      margin-left: -30px !important;
      margin-right: -30px;
      font-family: Source Sans Pro, sans-serif;
      font-size: 14px;
      text-transform: uppercase;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul {
      display: block;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul > li {
      width: 100%;
      position: relative;
      display: block;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul > li {
      width: 100%;
      position: relative;
      display: block;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul > li > a {
      font-weight: 500;
      margin: 5px 10px 5px 26px;
      padding-bottom: 5px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      overflow: hidden;
      color: #fff;
      width: auto;  
  }
    .custom-sidebar-menu .hs-menu-wrapper > ul li a:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 100%;
      bottom: 0;
      background: #1e73be;
      height: 1px;
      -webkit-transition-property: "right";
      transition-property: "right";
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
  }
    .custom-sidebar-menu .hs-menu-wrapper > ul li a:hover:before {
      right: 0;
  }
   .custom-sidebar-menu .hs-menu-wrapper > ul li.active > a:before,
  .custom-sidebar-menu .hs-menu-wrapper > ul li.active-branch > a:before {
      right: 0;
  }  
    .custom-sidebar-menu .hs-menu-wrapper > ul:after {
      content: '';
      position: relative;
      display: block;
      background-color: rgba(221, 221, 221, 0.4);
      height: 1px;
      width: 100%;
      margin-top: 20px;
      margin-left: 28px !important;
      margin-bottom: 28px;
      clear: both;
      float: left;
  }

  .custom-sidebar-menu .hs-menu-wrapper > ul ul {
      position: static !important;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      border-left: solid 1px #fff;
      margin-left: 30px;
      margin-bottom: 10px;
      margin-top: 0;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul ul li {
      padding: 0;
  }
  .custom-sidebar-menu .hs-menu-wrapper > ul ul li a {
      padding-left: 0;
      margin: 5px 10px 5px 15px;
      font-size: 0.85em;
      text-transform: uppercase;
      color: #ffffff;
      padding-bottom: 5px;
      display: inline-block;
      vertical-align: middle;
      font-weight: 500;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
     display: inline-block !important;  
  }  
  .hs-banner-inner-wrapper p {
      font-size: 13px;
      letter-spacing: 4px;
  }  
  .custom-logo-group {
      width: 100% !important;
      margin-left: 0 !important;
      padding: 20px;
      padding-bottom: 19px; 
  }
  .custom-lp-header .custom-logo-group {
      padding-bottom: 20px; 
  }

  .custom-logo-group img {
      height: 74px;
  }
  .hs-banner-bg .page-center {
      padding-top: 130px;
      padding-bottom: 90px;
      min-height: 160px;
  }
  .hs-banner-inner-wrapper h1 {
      font-size: 60px;
      margin-top: 0;
  } 
  .blog .hs-banner-inner-wrapper h1 {
      font-size: 36px;
  }
  .blog .hs-banner-bg .page-center {
      padding-left: 15px;
      padding-right: 15px;
  }
  .blog .blog-content {
      width: 100% !important;
  }
  .blog .blog-sidebar {
      width: 100% !important;
      margin-left: 0 !important;
  }  
  .blog .blog-sidebar h1, .blog .blog-sidebar h2, .blog .blog-sidebar h3, .blog .blog-sidebar h4 {
      font-size: 19px;
  }  
  a.menu-toggler .above_threshold {
      display: none;
  }
  .form-title {
      font-size: 36px;
  }
  .post-header h1 {
      font-size: 29.7px;
  }
}


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

@media (max-width: 767px) {
    .body-container-wrapper .main-content,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    .one-column .body-container-wrapper input[type="text"],
    .one-column .body-container-wrapper input[type="password"], 
    .one-column .body-container-wrapper input[type="datetime"], 
    .one-column .body-container-wrapper input[type="datetime-local"], 
    .one-column .body-container-wrapper input[type="date"], 
    .one-column .body-container-wrapper input[type="month"], 
    .one-column .body-container-wrapper input[type="time"], 
    .one-column .body-container-wrapper input[type="week"], 
    .one-column .body-container-wrapper input[type="number"], 
    .one-column .body-container-wrapper input[type="email"], 
    .one-column .body-container-wrapper input[type="url"], 
    .one-column .body-container-wrapper input[type="search"], 
    .one-column .body-container-wrapper input[type="tel"], 
    .one-column .body-container-wrapper input[type="color"],
    .one-column .body-container-wrapper input[type="file"],
    .one-column .body-container-wrapper textarea,
    .one-column .body-container-wrapper select,
   .custom-search-page .hs-search-field {
       width: 100% !important;
    }
    #email-prefs-form .email-edit {	    
       max-width: 100% !important;	
    }  
    .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {    
        width: 85%;
     }  
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26.4px;
    }
    h3 {
        font-size: 25.5px;
    }
    h4 {
        font-size: 17px;
    }
    .custom-footer-bottom-bg {
        text-align: center;
    }
    .custom-copyright {
        padding-top: 0;
    }
    .custom-footer-menu .hs-menu-wrapper > ul {
        float: none;
        text-align: center;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        width: auto;
    }
    .custom-footer-mid-icon img {
        top: 0;
    }
  .custom-logo-group {
      padding: 16px 0 15px;
  }
  .custom-lp-header .custom-logo-group {
      padding-bottom: 16px;
  }
  
  .custom-logo-group img {
      height: 58px;
  }  
  .hs-banner-bg .page-center {
      padding-top: 100px;
      padding-bottom: 60px;
      min-height: 80px;
  }
  .hs-banner-inner-wrapper h1 {
      font-size: 36px;
      margin-top: 0;
  }
   body {
      font-size: 17px;
  }
  .blog .hs-banner-inner-wrapper h1 {
      font-size: 32px;
  }   
  .blog .hs-banner-inner-wrapper p {
      font-size: 17px;
  }  
  .blog .blog-sidebar h1, .blog .blog-sidebar h2, .blog .blog-sidebar h3, .blog .blog-sidebar h4 {
      font-size: 17px;
  }  
  .form-title {
      font-size: 32px;
  }
  .post-header h1 {
      font-size: 26.4px;
  } 
  .hs_cos_wrapper_type_custom_widget .form-title {
      width: 100%;
  }  
  .toggler_and_tools {
      margin-top: 0;
  }  
  .blog-pagination-center {
      text-align: center;
  }
  .blog-pagination a.next-link, .blog-pagination a.prev-link,
  .blog-pagination a.next-link, .blog-pagination a.prev-link {
      display: block;
      max-width: 80px;
      margin: 0 auto;
  }  
}  


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

@media (max-width: 480px) {
  h1 {
      font-size: 28px;
  }
  h2 {
      font-size: 23.1px;
  }
  h3 {
      font-size: 22.5px
  }
  h4 {
      font-size: 15px;
  }
  .form-title {
      font-size: 28px;
  }  
  .blog .hs-banner-inner-wrapper h1 {
      font-size: 28px;
  }
  .post-header h2 {
      font-size: 23.1px;
  }
  .blog .blog-sidebar h1, .blog .blog-sidebar h2, .blog .blog-sidebar h3, .blog .blog-sidebar h4 {
      font-size: 15px;
  }
  .post-header h1 {
      font-size: 23.1px;
  }  
  .custom-post-pagination {
      text-align: center;
  }
  .custom-post-pagination a.hs-next-posts-link {
      text-align: center;
      float: none;
      display: block;
  }  
}

