/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Gentium+Basic:400,400i,700,700i');

/* @Font-Face */
@font-face {
    font-family: 'proxima_nova_cn_rgregular';
    src: url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand-Baymen-2017/Web-Fonts/proxima-nova-condensed-webfont.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand-Baymen-2017/Web-Fonts/proxima-nova-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***********************************************/
/* css @imports must be at the top of the file */
/* add them above this section                 */
/***********************************************/

/****************************************/
/* hubspot style boilerplate            */
/****************************************/

/* these includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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




/*****************************************/
/* start your style declarations here    */
/*****************************************/

html,body
{
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1, h2, h3, h4{margin:20px 0; font-weight:normal;}
h1{font-family:'Bilbo Swash Caps', sans-serif; font-size:56px; font-weight:normal; line-height:50px; color:#353535;}
h2{font-family:'Bilbo Swash Caps', sans-serif; font-size:53px; font-weight:normal; font-style:italic; line-height:50px; color:#353535;}
h3{font-family:'Gentium Basic', serif; font-size:24px; line-height:35px; color:#353535;}
h4{font-family:'Gentium Basic', serif; font-size:22px; font-weight:700; line-height:25px; color:#626262;}
p{margin:15px 0; line-height:22px; font-size:16px; letter-spacing:0.75px;}
a{color:#002b49; font-size:16px;}
a:hover{color:#64d0e4;}
ul, ol{margin:20px 0; padding:0 0 0 40px;}
ul{list-style:outside disc;}
ol{list-style:outside decimal;}
li{margin:5px 0; padding:0 0 0 15px; font-size:16px;}

body{font-family:'Gentium Basic', sans-serif; font-size:16px; font-weight:400; padding:0; margin:0;}
.page-center{max-width:1200px; padding:0 20px; box-sizing:border-box; width:100%!important; margin:0 auto!important; display:block; float:none!important;}

/* Reusable Classes */
.section{padding:50px 0;}
.hs-form-required{color:#F00;}
.opaque-bg{background:#FFF;}
span.pnumber a{color:#FFF;}
.overlay{position:relative; background-size:cover!important; background-position:center center!important; z-index:10;}
.overlay .page-center, .overlay .widget-span{position:relative; z-index:3;}
.overlay span.hs_cos_wrapper{display:block; overflow:hidden;}
.overlay-white:after{background:rgba(255, 255, 255, 0.5);}
.overlay:after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
.parallax{
  background-attachment: fixed!important;
  background-position: center center!important;
  background-size: cover!important;
}

    @supports (mix-blend-mode: darken) and (mix-blend-mode: screen){
        .overlay-shiny:after{mix-blend-mode: darken; background:rgba(153, 202, 198, 0.2);}
        .section.sand:after{mix-blend-mode: screen; background:rgba(255, 255, 255, 0.8);}
    }
    
    
a.gb-btn{padding:7px 10px; background-color:#626262; color:#fff; font-family:'Gentium Basic', serif; font-weight:600; font-size:18px; text-transform:uppercase; text-decoration:none; display:inline-block;}
a.gb-btn:hover{background-color:#002b49!important; border-right-color:#002b49!important;} 
a.gb-btn.orange{background-color:#d05800; border-right:10px solid #d05800;}
.round-arrow{padding-right:35px!important; background:url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand%20Baymen%202017/theme_images/btn-arrow-white.png') right center no-repeat; border-right:10px solid #626262;}
.double-arrow{padding-right:35px!important; background:url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand%20Baymen%202017/theme_images/btn-dbl-arrow-white.png') right center no-repeat; border-right:10px solid #626262;}
.double-arrow:hover, .round-arrow:hover, a.gb-btn.orange:hover{border-right:10px solid #002b49!important;}

/* Header */
.top-bar, .top-bar *, .top-bar-v2, .top-bar-v2 *{transition: all 0.5s ease;}

/* Sticky Top-bar */
.top-bar.sticky .opaque-bg{background:rgba(241, 241, 241, 0.9);}
.top-bar.sticky .top-logo img{max-width:65%;}
.top-bar.sticky .top-logo a{background-size:auto 100%!important; background-position:center center!important; display:block; background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="303px" height="82px" viewBox="0 0 14970 4870" enable-background="0 0 14970 4870" style="color:rgb(98,98,98);" preserveAspectRatio="xMidYMid meet"><path fill="currentColor" d="M1100 3213 c0 -12 25 -30 78 -55 201 -96 475 -266 773 -480 101 -72 193 -132 204 -132 68 -3 -28 102 -230 254 -179 134 -447 285 -682 383 -123 52 -143 56 -143 30z"/><path fill="currentColor" d="M825 2580 c-11 -17 2 -25 80 -55 134 -50 810 -266 1038 -331 203 -58 231 -64 244 -51 9 8 13 20 9 25 -8 13 -185 87 -346 145 -202 73 -408 135 -675 202 -287 72 -339 82 -350 65z"/><path fill="currentColor" d="M2075 1984 c-181 -49 -531 -114 -939 -174 -115 -17 -212 -33 -217 -36 -14 -8 -11 -30 6 -44 31 -26 454 19 692 74 239 56 512 141 520 162 10 26 -10 32 -62 18z"/><path fill="currentColor" d="M2100 1678 c-239 -197 -506 -336 -880 -459 -163 -53 -175 -59 -178 -83 -5 -38 32 -42 146 -16 346 80 700 275 991 545 39 37 53 56 48 68 -11 29 -40 17 -127 -55z"/><path fill="currentColor" d="M6510 4699 c13 -6 28 -15 32 -22 4 -7 8 -115 8 -240 l0 -228 -32 -14 c-31 -13 -23 -14 100 -15 152 0 192 12 219 63 24 47 12 115 -26 149 -17 15 -39 28 -49 28 -9 1 6 12 34 26 82 39 109 124 61 195 -39 58 -72 68 -231 68 -102 0 -134 -3 -116 -10z m235 -23 c37 -16 65 -60 65 -101 0 -77 -90 -148 -166 -129 l-26 7 4 99 c3 91 5 102 27 119 28 23 50 24 96 5z m0 -272 c53 -35 58 -124 9 -175 -29 -30 -79 -45 -113 -34 -20 6 -21 14 -21 115 0 77 4 110 13 114 19 9 86 -3 112 -20z"/><path fill="currentColor" d="M7370 4699 c13 -6 28 -15 32 -22 10 -16 10 -448 0 -464 -4 -7 -19 -16 -32 -22 -18 -7 27 -10 158 -10 l182 -1 0 55 c0 30 -4 55 -10 55 -5 0 -10 -11 -10 -24 0 -15 -12 -34 -31 -50 -27 -23 -39 -26 -105 -26 l-74 0 0 120 0 120 49 0 c62 0 101 -15 108 -40 11 -41 23 -18 23 45 0 63 -12 86 -23 45 -7 -26 -46 -40 -109 -40 l-50 0 4 115 c2 76 7 118 16 127 8 8 39 13 85 13 89 0 121 -17 138 -75 7 -22 15 -40 18 -40 3 0 4 29 3 65 l-4 65 -196 -1 c-140 0 -190 -3 -172 -10z"/><path fill="currentColor" d="M8220 4699 c13 -6 28 -15 32 -22 4 -7 8 -114 8 -238 0 -237 -1 -242 -45 -251 -11 -2 24 -4 77 -4 86 1 95 2 73 14 -14 7 -27 23 -30 35 -4 13 -5 114 -3 225 4 240 2 237 103 237 75 0 114 -23 130 -73 14 -50 25 -38 25 28 l0 60 -197 -1 c-141 0 -191 -3 -173 -10z"/><path fill="currentColor" d="M9706 4683 c133 -203 314 -484 314 -489 0 -4 -51 -5 -112 -2 -129 5 -160 18 -178 74 -17 52 -30 41 -30 -26 l0 -60 206 0 c161 0 204 3 198 13 -4 6 -75 118 -159 247 -83 129 -155 241 -160 249 -6 11 12 13 111 9 139 -5 176 -19 195 -73 19 -52 29 -43 29 25 l0 60 -216 0 -216 0 18 -27z"/><path fill="currentColor" d="M10590 4699 c13 -6 28 -15 32 -22 4 -7 8 -111 8 -232 0 -121 -4 -225 -8 -232 -4 -7 -19 -16 -32 -22 -18 -7 27 -10 158 -10 l182 -1 0 55 c0 30 -4 55 -10 55 -5 0 -10 -11 -10 -24 0 -15 -12 -34 -31 -50 -27 -23 -39 -26 -105 -26 l-74 0 0 120 0 120 49 0 c62 0 101 -15 108 -40 11 -41 23 -18 23 45 0 63 -12 86 -23 45 -7 -26 -46 -40 -109 -40 l-50 0 4 115 c2 76 7 118 16 127 8 8 39 13 85 13 89 0 121 -17 138 -75 7 -22 15 -40 18 -40 3 0 4 29 3 65 l-4 65 -196 -1 c-140 0 -190 -3 -172 -10z"/><path fill="currentColor" d="M9068 4685 l32 -14 0 -220 c0 -228 1 -224 -43 -254 -15 -11 -2 -13 77 -12 60 0 88 3 78 9 -40 20 -42 34 -42 244 0 212 4 236 43 252 15 6 -10 9 -78 9 -95 0 -98 -1 -67 -14z"/><path fill="currentColor" d="M4545 3956 c-22 -9 -53 -29 -69 -47 -26 -29 -28 -37 -24 -91 7 -94 48 -109 48 -17 0 59 26 92 86 108 96 25 200 -36 328 -191 125 -152 216 -326 305 -583 41 -118 41 -119 14 -85 -154 193 -362 404 -466 471 -47 31 -70 39 -97 37 -35 -3 -35 -3 -38 -56 -4 -72 14 -122 118 -342 128 -267 147 -333 110 -370 -34 -34 -111 -23 -220 31 -154 76 -289 239 -306 370 -19 140 130 177 244 60 41 -43 62 -51 62 -26 0 26 -60 84 -116 111 -45 22 -64 26 -114 22 -52 -4 -65 -9 -95 -38 -107 -103 -40 -295 155 -445 215 -165 470 -191 470 -48 0 61 -17 108 -105 293 -123 259 -151 373 -89 362 90 -17 425 -408 528 -618 40 -81 50 -94 71 -94 72 0 34 185 -101 490 -119 269 -221 429 -359 566 -116 116 -245 164 -340 130z"/><path fill="currentColor" d="M7880 3856 c0 -44 49 -138 137 -264 l68 -97 -1 -110 c-1 -129 -16 -184 -57 -203 l-27 -13 32 -39 c18 -22 40 -40 49 -40 29 0 51 76 57 193 2 59 8 107 11 107 15 0 62 -59 115 -144 58 -92 66 -116 41 -116 -8 0 -15 -4 -15 -9 0 -18 53 -51 83 -51 28 0 29 2 23 30 -3 17 -18 52 -33 78 -30 51 -162 232 -197 270 -11 13 -28 44 -36 70 -9 26 -21 46 -28 45 -13 -3 -71 71 -123 157 -23 37 -34 68 -35 99 -3 69 -64 104 -64 37z"/><path fill="currentColor" d="M780 3764 c-162 -43 -259 -170 -248 -325 5 -62 4 -69 -13 -69 -36 0 -121 -39 -175 -81 -59 -45 -130 -145 -160 -224 -14 -37 -19 -76 -19 -150 0 -87 3 -107 26 -155 14 -30 40 -70 58 -89 17 -19 30 -34 29 -35 -2 -1 -29 -21 -61 -44 -95 -70 -166 -173 -201 -291 -21 -72 -21 -230 0 -302 36 -120 118 -241 207 -308 l46 -34 -37 -27 c-52 -38 -91 -86 -121 -150 -34 -74 -35 -197 -2 -281 41 -108 145 -197 294 -254 l75 -29 6 -47 c10 -74 61 -164 117 -209 102 -81 199 -100 489 -95 239 4 292 15 455 95 488 238 898 628 1054 1000 l32 75 51 13 c28 6 54 9 58 7 5 -3 32 -10 62 -15 84 -16 150 2 204 56 24 24 44 50 44 59 0 13 623 15 5960 15 l5960 0 0 395 0 395 -75 0 -75 0 0 60 0 60 75 0 75 0 0 185 0 185 -130 0 -130 0 0 -65 0 -65 -70 0 -70 0 0 65 0 65 -145 0 -145 0 0 -185 0 -185 100 0 100 0 0 -60 0 -60 -100 0 -100 0 0 -140 0 -140 -5613 0 -5614 0 -24 38 c-47 73 -158 102 -249 66 -37 -15 -43 -15 -80 0 -22 9 -49 16 -60 16 -14 0 -34 31 -83 133 -177 365 -463 685 -822 917 -130 84 -287 163 -389 196 -76 25 -95 27 -296 29 -162 2 -229 -1 -270 -11z m57 -128 c-44 -57 -61 -120 -55 -201 5 -59 4 -65 -13 -65 -36 0 -121 -39 -175 -81 -59 -45 -130 -145 -160 -224 -14 -37 -19 -76 -19 -150 0 -87 3 -107 26 -155 14 -30 40 -70 58 -89 17 -19 30 -34 29 -35 -2 -1 -29 -21 -61 -44 -96 -71 -167 -175 -202 -295 -22 -75 -22 -219 0 -294 36 -122 117 -245 208 -312 l46 -34 -37 -27 c-52 -38 -91 -86 -121 -150 -21 -46 -25 -69 -25 -140 1 -110 27 -180 96 -255 56 -61 51 -62 -59 -7 -120 61 -177 148 -178 267 0 86 32 161 99 233 25 27 46 54 46 60 0 6 4 12 9 14 4 2 12 13 15 26 6 19 -9 39 -97 130 -124 129 -158 190 -165 297 -11 172 75 344 233 467 50 38 56 46 52 73 -3 17 -23 62 -45 100 -52 91 -76 173 -69 237 7 58 43 140 81 185 35 42 125 101 188 123 63 22 77 46 78 127 0 148 92 261 212 263 l38 0 -33 -44z m406 -453 c148 -62 346 -163 482 -248 208 -128 450 -326 450 -368 0 -16 -6 -22 -20 -21 -11 0 -103 60 -204 132 -298 214 -572 384 -773 480 -53 25 -78 43 -78 55 0 26 20 22 143 -30z m-68 -668 c267 -67 473 -129 675 -202 161 -58 338 -132 346 -145 4 -5 0 -17 -9 -25 -13 -13 -41 -7 -244 51 -228 65 -904 281 -1038 331 -78 30 -91 38 -80 55 11 17 63 7 350 -65z m962 -549 c-8 -21 -281 -106 -520 -162 -238 -55 -661 -100 -692 -74 -17 14 -20 36 -6 44 5 3 102 19 217 36 408 60 758 125 939 174 52 14 72 8 62 -18z m90 -233 c5 -12 -9 -31 -48 -68 -291 -270 -645 -465 -991 -545 -114 -26 -151 -22 -146 16 3 24 15 30 178 83 374 123 641 262 880 459 87 72 116 84 127 55z m-1493 -863 c8 -55 43 -133 80 -177 27 -32 27 -33 7 -33 -12 0 -38 7 -58 15 -87 37 -148 110 -182 220 -11 33 -22 67 -26 76 -5 13 14 9 83 -20 l90 -36 6 -45z"/><path fill="currentColor" d="M9968 3657 c-56 -43 -96 -109 -110 -184 -12 -64 -5 -117 15 -110 6 2 15 23 19 47 4 23 21 71 37 106 52 110 146 154 226 104 54 -33 149 -186 200 -322 15 -40 15 -50 5 -63 -11 -14 -10 -17 8 -22 18 -4 31 -35 79 -182 31 -97 61 -182 66 -188 13 -17 57 -17 57 1 0 21 -56 205 -89 289 l-29 77 34 0 c57 0 185 -30 247 -57 71 -32 127 -91 127 -134 0 -80 -92 -161 -230 -200 -66 -19 -232 -16 -317 5 -132 33 -224 109 -209 172 4 15 30 50 58 80 49 52 50 54 24 54 -30 0 -108 -66 -132 -111 -44 -87 15 -169 154 -213 213 -67 495 -52 625 34 109 73 124 178 39 272 -69 77 -193 125 -347 135 l-90 6 -24 56 c-13 31 -44 92 -69 136 -100 179 -174 245 -273 245 -50 0 -63 -5 -101 -33z"/><path fill="currentColor" d="M6955 3587 c-177 -47 -262 -183 -235 -376 26 -186 203 -377 410 -442 91 -29 222 -30 279 -2 26 13 41 16 42 9 1 -6 2 -17 3 -25 1 -18 17 -23 36 -11 12 7 13 16 2 54 -6 25 -9 65 -6 88 8 63 -8 98 -46 98 -27 0 -30 -3 -30 -33 0 -17 4 -46 9 -64 8 -26 6 -35 -12 -51 -76 -71 -252 -51 -394 46 -115 78 -198 201 -223 328 -28 146 45 276 190 335 52 21 211 18 280 -5 77 -26 115 -50 192 -124 69 -66 89 -72 80 -26 -11 58 -126 139 -262 184 -81 27 -242 36 -315 17z"/><path fill="currentColor" d="M5852 3581 c-13 -8 -6 -41 8 -41 13 0 37 -60 64 -160 l25 -95 -32 40 c-62 78 -170 184 -197 193 -37 13 -54 1 -46 -33 4 -15 27 -74 52 -132 24 -57 44 -119 44 -137 0 -44 26 -118 47 -133 22 -17 73 -17 73 0 0 7 -29 84 -64 172 -35 88 -62 162 -60 164 3 3 30 -20 60 -50 67 -64 154 -192 154 -225 0 -32 48 -86 74 -82 29 4 26 18 -32 188 -28 80 -53 163 -57 184 l-8 38 45 -26 c41 -24 58 -25 58 -4 0 4 -30 28 -67 51 -38 24 -74 51 -82 61 -21 25 -45 36 -59 27z"/><path fill="currentColor" d="M5386 3517 c-22 -22 -26 -35 -26 -80 0 -63 30 -167 70 -248 27 -52 89 -119 110 -119 6 0 19 -9 31 -21 27 -27 44 -13 59 52 8 33 20 55 36 66 31 20 30 31 -1 43 -19 7 -25 17 -25 39 0 84 -67 213 -135 260 -51 35 -90 37 -119 8z m119 -68 c42 -47 69 -101 85 -174 10 -44 9 -55 -11 -97 -22 -47 -23 -47 -42 -31 -24 23 -57 88 -91 181 -52 146 -21 210 59 121z"/><path fill="currentColor" d="M9306 3517 c-22 -22 -26 -35 -26 -80 0 -63 30 -167 70 -248 27 -52 89 -119 110 -119 6 0 19 -9 31 -21 27 -27 44 -13 59 52 8 33 20 55 36 66 31 20 30 31 -1 43 -19 7 -25 17 -25 39 0 84 -67 213 -135 260 -51 35 -90 37 -119 8z m119 -68 c42 -47 69 -101 85 -174 10 -44 9 -55 -11 -97 -22 -47 -23 -47 -42 -31 -24 23 -57 88 -91 181 -52 146 -21 210 59 121z"/><path fill="currentColor" d="M8440 3523 c-52 -19 -63 -74 -35 -171 9 -28 13 -63 9 -77 -4 -18 -2 -25 8 -25 7 0 28 -29 46 -65 37 -75 62 -95 126 -97 52 -3 59 4 76 62 29 103 -15 149 -142 150 -42 0 -49 9 -68 87 -25 110 16 124 101 33 55 -59 69 -65 69 -29 0 23 -86 108 -127 125 -35 15 -40 15 -63 7z m154 -273 c19 -7 26 -17 26 -37 -1 -104 -46 -94 -109 25 -11 21 -10 22 23 22 19 0 46 -4 60 -10z"/><path fill="currentColor" d="M12675 3520 c-11 -18 4 -28 58 -40 61 -12 117 -43 117 -64 0 -8 -19 -27 -42 -43 -65 -44 -118 -99 -118 -122 0 -33 75 -107 142 -140 113 -57 165 -51 154 17 -6 39 -50 102 -72 102 -17 0 -17 2 1 -50 8 -24 13 -45 11 -48 -20 -19 -149 47 -163 83 -7 21 23 64 59 83 53 29 88 63 88 85 0 12 -9 36 -19 53 -35 57 -194 119 -216 84z"/><path fill="currentColor" d="M13050 3523 c-52 -19 -63 -74 -35 -171 9 -28 13 -63 9 -77 -4 -18 -2 -25 8 -25 7 0 28 -29 46 -65 37 -75 62 -95 126 -97 52 -3 59 4 76 62 29 103 -15 149 -142 150 -42 0 -49 9 -68 87 -25 110 16 124 101 33 55 -59 69 -65 69 -29 0 23 -86 108 -127 125 -35 15 -40 15 -63 7z m154 -273 c19 -7 26 -17 26 -37 -1 -104 -46 -94 -109 25 -11 21 -10 22 23 22 19 0 46 -4 60 -10z"/><path fill="currentColor" d="M6080 3500 c0 -10 9 -42 20 -69 23 -60 50 -170 54 -226 5 -64 40 -133 71 -141 48 -12 49 7 10 106 -20 50 -35 94 -32 96 2 2 23 -22 45 -53 76 -105 119 -143 163 -143 27 0 29 3 29 35 0 43 -23 90 -50 105 -30 16 -40 4 -28 -31 28 -80 -42 -17 -114 103 -22 37 -55 101 -73 144 -18 42 -40 81 -47 85 -24 15 -48 10 -48 -11z"/><path fill="currentColor" d="M7582 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M9020 3490 c0 -16 20 -101 45 -189 25 -87 45 -162 45 -165 0 -3 -19 -6 -43 -6 -53 0 -62 -8 -40 -32 11 -12 30 -18 60 -18 41 0 43 -1 43 -29 0 -36 26 -110 47 -133 13 -15 83 -27 83 -15 0 2 -15 41 -34 88 l-34 84 70 3 c106 4 78 39 -35 41 -55 1 -49 -9 -102 166 -40 134 -51 185 -37 185 5 0 32 -18 58 -40 53 -44 64 -48 64 -24 0 31 -116 114 -159 114 -28 0 -31 -3 -31 -30z"/><path fill="currentColor" d="M10862 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M11260 3500 c0 -10 9 -42 20 -69 23 -60 50 -170 54 -226 5 -64 40 -133 71 -141 48 -12 49 7 10 106 -20 50 -35 94 -32 96 2 2 23 -22 45 -53 76 -105 119 -143 163 -143 27 0 29 3 29 35 0 43 -23 90 -50 105 -30 16 -40 4 -28 -31 28 -80 -42 -17 -114 103 -22 37 -55 101 -73 144 -18 42 -40 81 -47 85 -24 15 -48 10 -48 -11z"/><path fill="currentColor" d="M11612 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M12013 3505 c-16 -44 46 -229 110 -326 52 -79 91 -101 162 -94 l51 5 38 -105 c21 -57 35 -109 31 -115 -10 -16 14 -78 36 -94 26 -18 59 -9 59 16 0 11 -24 84 -54 163 -32 84 -52 152 -49 164 4 14 1 21 -9 21 -24 0 -117 295 -99 313 11 11 66 -25 81 -54 14 -25 30 -24 30 1 0 28 -113 110 -151 110 -27 0 -29 -3 -29 -37 0 -21 5 -55 11 -76 6 -22 9 -40 7 -42 -2 -2 -26 23 -53 57 -77 93 -155 136 -172 93z m156 -132 c62 -67 151 -210 151 -242 0 -6 -19 -11 -45 -11 -41 0 -46 3 -75 45 -17 24 -50 86 -74 137 -81 171 -68 192 43 71z"/><path fill="currentColor" d="M12450 3493 c0 -16 18 -79 40 -141 22 -62 40 -127 40 -145 0 -18 13 -54 28 -82 24 -45 31 -50 65 -53 20 -2 37 -1 37 3 0 3 -13 31 -29 63 -58 114 -121 295 -108 309 3 2 21 -4 41 -13 38 -18 52 -15 43 10 -8 20 -106 76 -134 76 -18 0 -23 -6 -23 -27z"/><path fill="currentColor" d="M12617 3004 c-19 -19 -5 -63 28 -93 61 -53 100 -34 53 26 -13 15 -28 37 -34 48 -12 21 -35 30 -47 19z"/><path fill="currentColor" d="M6340 814 l-385 -456 -3 394 c-2 403 0 438 37 457 9 5 33 11 54 15 81 15 33 26 -113 26 -145 0 -191 -10 -113 -25 56 -10 71 -22 83 -63 14 -52 14 -839 -1 -881 -12 -34 -53 -61 -94 -61 -14 0 -25 -6 -25 -13 0 -11 24 -14 110 -13 l110 1 361 430 c198 237 363 432 365 435 3 2 3 -176 2 -397 -3 -454 0 -436 -84 -449 -87 -13 -41 -22 106 -20 82 0 150 4 150 9 0 4 -9 7 -21 7 -39 0 -87 30 -98 62 -7 20 -11 197 -11 514 l0 484 -22 0 c-18 0 -113 -107 -408 -456z"/><path fill="currentColor" d="M14340 814 l-385 -456 -3 394 c-2 403 0 438 37 457 9 5 33 11 54 15 81 15 33 26 -113 26 -145 0 -191 -10 -113 -25 56 -10 71 -22 83 -63 14 -52 14 -839 -1 -881 -12 -34 -53 -61 -94 -61 -14 0 -25 -6 -25 -13 0 -11 24 -14 110 -13 l110 1 361 430 c198 237 363 432 365 435 3 2 3 -176 2 -397 -3 -454 0 -436 -84 -449 -87 -13 -41 -22 106 -20 82 0 150 4 150 9 0 4 -9 7 -21 7 -39 0 -87 30 -98 62 -7 20 -11 197 -11 514 l0 484 -22 0 c-18 0 -113 -107 -408 -456z"/><path fill="currentColor" d="M3006 1244 c-85 -21 -190 -79 -254 -143 -99 -98 -142 -207 -142 -361 0 -277 161 -481 423 -536 96 -21 377 -13 492 13 l80 18 3 108 c3 102 2 107 -18 107 -11 0 -20 -7 -20 -15 0 -29 -39 -91 -80 -129 -68 -61 -119 -79 -246 -84 -124 -5 -190 9 -277 56 -214 116 -284 474 -137 702 39 60 134 151 186 178 81 41 150 54 258 50 55 -3 119 -11 141 -19 l40 -14 3 -153 c2 -151 2 -153 -22 -177 -14 -14 -37 -25 -51 -25 -14 0 -25 -6 -25 -13 0 -9 41 -12 175 -12 134 0 175 3 175 12 0 8 -12 13 -28 13 -18 0 -38 10 -53 26 -23 24 -24 32 -27 184 l-3 158 -92 25 c-51 14 -119 31 -151 36 -83 15 -279 12 -350 -5z"/><path fill="currentColor" d="M4562 1234 c-78 -39 -146 -121 -235 -286 -43 -80 -88 -155 -100 -166 -18 -17 -99 -42 -134 -42 -3 0 -3 96 -1 213 4 246 8 262 78 273 89 14 29 24 -150 24 -104 0 -190 -4 -190 -8 0 -4 20 -13 45 -20 77 -20 75 -9 75 -504 0 -326 -3 -439 -13 -458 -8 -17 -28 -30 -60 -39 -26 -8 -47 -19 -47 -23 0 -6 116 -8 273 -6 259 3 274 4 322 26 61 28 100 64 128 117 30 57 30 193 0 250 -37 70 -101 121 -176 139 l-28 7 34 47 c19 26 70 110 113 187 83 149 166 248 217 260 38 10 83 -11 107 -50 11 -18 96 -246 188 -506 108 -305 173 -475 183 -477 10 -1 75 142 224 495 127 302 219 506 232 519 13 12 41 24 63 28 89 14 29 22 -165 23 -194 0 -252 -8 -167 -23 67 -12 75 -20 70 -72 -3 -26 -31 -110 -64 -187 l-60 -140 -168 0 -169 0 -53 155 c-30 85 -54 165 -54 178 0 33 34 62 75 62 24 0 35 5 35 15 0 13 -28 15 -188 15 -182 0 -190 -1 -240 -26z m743 -441 c-63 -166 -160 -392 -165 -386 -4 4 -35 91 -70 193 -35 102 -65 191 -68 198 -3 9 32 12 153 12 146 0 157 -1 150 -17z m-988 -94 c25 -8 103 -78 103 -93 0 -2 5 -28 10 -57 24 -124 -29 -259 -120 -306 -38 -20 -56 -23 -130 -21 l-85 3 -3 233 c-3 259 -9 238 74 251 52 9 98 6 151 -10z"/><path fill="currentColor" d="M7040 1246 c0 -11 10 -16 31 -16 20 0 40 -10 60 -29 l29 -29 0 -430 c0 -274 -4 -440 -10 -459 -12 -32 -45 -53 -85 -53 -16 0 -25 -6 -25 -15 0 -13 21 -15 128 -16 70 0 201 -4 292 -8 200 -10 271 -2 368 44 126 59 212 167 258 321 23 79 23 237 0 319 -49 167 -169 296 -331 357 -57 21 -78 22 -387 26 -292 3 -328 2 -328 -12z m627 -37 c68 -21 164 -87 204 -140 75 -98 104 -200 96 -338 -14 -245 -147 -428 -360 -493 -57 -17 -87 -20 -176 -16 -59 2 -112 8 -119 12 -9 5 -12 118 -12 457 0 483 1 493 51 520 61 32 207 31 316 -2z"/><path fill="currentColor" d="M8740 1246 c0 -11 9 -16 29 -16 43 0 60 -9 76 -41 13 -23 15 -102 15 -474 l0 -446 -25 -24 c-16 -17 -35 -25 -60 -25 -24 0 -35 -4 -35 -15 0 -13 30 -15 203 -17 328 -4 370 3 449 71 54 46 78 100 78 177 0 114 -66 200 -188 242 l-53 19 52 6 c70 9 151 50 189 95 62 75 77 211 32 298 -28 53 -87 108 -147 136 -48 22 -62 23 -332 26 -251 3 -283 1 -283 -12z m513 -29 c88 -37 137 -113 137 -212 0 -152 -126 -275 -280 -275 -36 0 -75 3 -88 6 l-23 7 3 196 c3 215 11 245 66 275 34 19 142 20 185 3z m-25 -553 c121 -60 160 -182 101 -309 -44 -93 -113 -134 -226 -135 -39 0 -78 3 -87 6 -14 5 -16 35 -16 229 0 169 3 225 13 228 6 3 46 6 88 6 62 1 84 -4 127 -25z"/><path fill="currentColor" d="M9560 1245 c0 -10 10 -15 30 -15 47 0 84 -24 109 -72 12 -24 95 -250 185 -503 104 -296 167 -461 177 -463 10 -1 75 142 224 495 127 302 219 506 232 519 13 12 41 24 63 28 89 14 29 22 -165 23 -194 0 -252 -8 -167 -23 67 -12 75 -20 70 -72 -3 -26 -31 -110 -64 -187 l-60 -140 -168 0 -169 0 -53 155 c-30 85 -54 165 -54 178 0 33 34 62 75 62 24 0 35 5 35 15 0 13 -23 15 -150 15 -127 0 -150 -2 -150 -15z m615 -452 c-63 -166 -160 -392 -165 -386 -4 4 -35 91 -70 193 -35 102 -65 191 -68 198 -3 9 32 12 153 12 146 0 157 -1 150 -17z"/><path fill="currentColor" d="M11440 1240 c0 -16 7 -20 31 -20 17 0 39 -5 51 -11 45 -24 48 -51 48 -504 l0 -427 -29 -29 c-22 -21 -39 -29 -65 -29 -24 0 -36 -5 -36 -14 0 -10 24 -13 118 -12 l119 1 204 437 c112 241 206 438 210 438 3 0 86 -198 184 -439 l180 -439 127 2 c71 0 128 3 128 6 0 3 -21 11 -46 18 -75 20 -74 14 -74 514 0 325 3 439 13 458 8 17 28 30 60 40 26 8 47 18 47 22 0 4 -85 6 -190 5 -174 -1 -190 -3 -190 -19 0 -12 8 -18 25 -18 38 0 73 -20 84 -49 8 -17 10 -158 9 -434 l-3 -408 -191 463 c-151 366 -195 464 -210 466 -16 2 -52 -68 -224 -438 l-205 -441 -3 373 c-3 420 -1 441 53 464 19 8 44 14 55 14 11 0 20 7 20 15 0 13 -23 15 -150 15 -143 0 -150 -1 -150 -20z"/><path fill="currentColor" d="M12860 1251 c0 -5 21 -14 46 -20 75 -19 74 -14 74 -511 0 -473 -1 -483 -58 -496 -52 -11 -62 -15 -62 -25 0 -5 146 -9 365 -9 l365 0 0 110 c0 91 -3 110 -15 110 -10 0 -15 -10 -15 -27 -1 -43 -34 -108 -69 -132 -39 -28 -118 -41 -258 -41 l-113 0 0 242 0 241 121 -6 c76 -5 133 -13 154 -22 33 -16 55 -50 55 -85 0 -13 7 -20 20 -20 19 0 20 7 20 140 0 133 -1 140 -20 140 -15 0 -20 -7 -20 -29 0 -17 -10 -42 -23 -56 -19 -23 -35 -28 -97 -35 -41 -5 -105 -9 -142 -10 l-68 0 0 213 c0 300 6 309 204 310 61 1 130 -5 154 -12 80 -23 135 -91 156 -193 4 -16 11 -28 17 -28 11 0 8 85 -8 213 l-6 47 -388 0 c-218 0 -389 -4 -389 -9z"/><path fill="currentColor" d="M10700 1235 c0 -10 10 -15 34 -15 74 0 95 -49 96 -223 l0 -108 -151 -300 c-82 -164 -161 -312 -175 -328 -14 -16 -40 -35 -59 -41 -69 -23 -34 -30 145 -30 108 0 180 4 180 10 0 5 -16 12 -35 16 -44 8 -59 26 -51 61 7 31 258 533 266 533 12 0 242 -492 247 -529 6 -44 -4 -54 -70 -66 -71 -14 -36 -20 108 -20 80 0 145 3 145 7 0 4 -18 12 -39 18 -25 6 -51 23 -68 45 -15 18 -93 169 -172 334 l-144 301 5 130 c6 153 17 178 87 195 23 6 39 14 35 18 -4 4 -92 7 -196 7 -160 0 -188 -2 -188 -15z"/></svg>') no-repeat;}
.top-bar.sticky .top-call-us .phone-info span.pnumber{color:#626262; background:url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60; color:rgb(98, 98, 98);" xml:space="preserve" width="25px" height="25px"> <path fill="currentColor" d="M56.612,4.569c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c3.736,3.736,3.736,9.815,0,13.552     c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293     C61.128,16.434,61.128,9.085,56.612,4.569z"/> <path fill="currentColor" d="M52.401,6.845c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c1.237,1.237,1.918,2.885,1.918,4.639 	s-0.681,3.401-1.918,4.638c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293 	c1.615-1.614,2.504-3.764,2.504-6.052S54.017,8.459,52.401,6.845z"/> <path fill="currentColor" d="M4.802,5.983c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0c-4.516,4.516-4.516,11.864,0,16.38 	c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 	C1.065,15.799,1.065,9.72,4.802,5.983z"/> <path fill="currentColor" d="M9.013,6.569c-0.391-0.391-1.023-0.391-1.414,0c-1.615,1.614-2.504,3.764-2.504,6.052s0.889,4.438,2.504,6.053 	c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 	c-1.237-1.237-1.918-2.885-1.918-4.639S7.775,9.22,9.013,7.983C9.403,7.593,9.403,6.96,9.013,6.569z"/> <circle fill="currentColor" cx="30" cy="53" r="2"/> <path fill="currentColor" d="M42.595,0H17.405C14.976,0,13,1.977,13,4.405v51.189C13,58.023,14.976,60,17.405,60h25.189C45.024,60,47,58.023,47,55.595 	V4.405C47,1.977,45.024,0,42.595,0z M33,3h1c0.552,0,1,0.447,1,1s-0.448,1-1,1h-1c-0.552,0-1-0.447-1-1S32.448,3,33,3z M26,3h4 	c0.552,0,1,0.447,1,1s-0.448,1-1,1h-4c-0.552,0-1-0.447-1-1S25.448,3,26,3z M30,57c-2.206,0-4-1.794-4-4s1.794-4,4-4s4,1.794,4,4 	S32.206,57,30,57z M45,46H15V8h30V46z"/></svg>') no-repeat left center; background-size:auto 100%;}
.top-bar.sticky .top-call-us h3{color:#626262;}

/* Sticky Menu Changes */
.top-bar.sticky .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > a{color:#626262; text-shadow:none;}
.top-bar.sticky .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > a:hover, .top-bar.sticky .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li:hover > a{color:#fff;}

.top-bar .top-logo img{max-width:80%; height:auto; margin:0 auto; display:block; visibility:hidden;}
.top-bar .top-logo a{background-size:auto 100%!important; background-position:center center!important; display:block; background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="303px" height="82px" viewBox="0 0 14970 4870" enable-background="0 0 14970 4870" style="color:rgb(255,255,255);" preserveAspectRatio="xMidYMid meet"><path fill="currentColor" d="M1100 3213 c0 -12 25 -30 78 -55 201 -96 475 -266 773 -480 101 -72 193 -132 204 -132 68 -3 -28 102 -230 254 -179 134 -447 285 -682 383 -123 52 -143 56 -143 30z"/><path fill="currentColor" d="M825 2580 c-11 -17 2 -25 80 -55 134 -50 810 -266 1038 -331 203 -58 231 -64 244 -51 9 8 13 20 9 25 -8 13 -185 87 -346 145 -202 73 -408 135 -675 202 -287 72 -339 82 -350 65z"/><path fill="currentColor" d="M2075 1984 c-181 -49 -531 -114 -939 -174 -115 -17 -212 -33 -217 -36 -14 -8 -11 -30 6 -44 31 -26 454 19 692 74 239 56 512 141 520 162 10 26 -10 32 -62 18z"/><path fill="currentColor" d="M2100 1678 c-239 -197 -506 -336 -880 -459 -163 -53 -175 -59 -178 -83 -5 -38 32 -42 146 -16 346 80 700 275 991 545 39 37 53 56 48 68 -11 29 -40 17 -127 -55z"/><path fill="currentColor" d="M6510 4699 c13 -6 28 -15 32 -22 4 -7 8 -115 8 -240 l0 -228 -32 -14 c-31 -13 -23 -14 100 -15 152 0 192 12 219 63 24 47 12 115 -26 149 -17 15 -39 28 -49 28 -9 1 6 12 34 26 82 39 109 124 61 195 -39 58 -72 68 -231 68 -102 0 -134 -3 -116 -10z m235 -23 c37 -16 65 -60 65 -101 0 -77 -90 -148 -166 -129 l-26 7 4 99 c3 91 5 102 27 119 28 23 50 24 96 5z m0 -272 c53 -35 58 -124 9 -175 -29 -30 -79 -45 -113 -34 -20 6 -21 14 -21 115 0 77 4 110 13 114 19 9 86 -3 112 -20z"/><path fill="currentColor" d="M7370 4699 c13 -6 28 -15 32 -22 10 -16 10 -448 0 -464 -4 -7 -19 -16 -32 -22 -18 -7 27 -10 158 -10 l182 -1 0 55 c0 30 -4 55 -10 55 -5 0 -10 -11 -10 -24 0 -15 -12 -34 -31 -50 -27 -23 -39 -26 -105 -26 l-74 0 0 120 0 120 49 0 c62 0 101 -15 108 -40 11 -41 23 -18 23 45 0 63 -12 86 -23 45 -7 -26 -46 -40 -109 -40 l-50 0 4 115 c2 76 7 118 16 127 8 8 39 13 85 13 89 0 121 -17 138 -75 7 -22 15 -40 18 -40 3 0 4 29 3 65 l-4 65 -196 -1 c-140 0 -190 -3 -172 -10z"/><path fill="currentColor" d="M8220 4699 c13 -6 28 -15 32 -22 4 -7 8 -114 8 -238 0 -237 -1 -242 -45 -251 -11 -2 24 -4 77 -4 86 1 95 2 73 14 -14 7 -27 23 -30 35 -4 13 -5 114 -3 225 4 240 2 237 103 237 75 0 114 -23 130 -73 14 -50 25 -38 25 28 l0 60 -197 -1 c-141 0 -191 -3 -173 -10z"/><path fill="currentColor" d="M9706 4683 c133 -203 314 -484 314 -489 0 -4 -51 -5 -112 -2 -129 5 -160 18 -178 74 -17 52 -30 41 -30 -26 l0 -60 206 0 c161 0 204 3 198 13 -4 6 -75 118 -159 247 -83 129 -155 241 -160 249 -6 11 12 13 111 9 139 -5 176 -19 195 -73 19 -52 29 -43 29 25 l0 60 -216 0 -216 0 18 -27z"/><path fill="currentColor" d="M10590 4699 c13 -6 28 -15 32 -22 4 -7 8 -111 8 -232 0 -121 -4 -225 -8 -232 -4 -7 -19 -16 -32 -22 -18 -7 27 -10 158 -10 l182 -1 0 55 c0 30 -4 55 -10 55 -5 0 -10 -11 -10 -24 0 -15 -12 -34 -31 -50 -27 -23 -39 -26 -105 -26 l-74 0 0 120 0 120 49 0 c62 0 101 -15 108 -40 11 -41 23 -18 23 45 0 63 -12 86 -23 45 -7 -26 -46 -40 -109 -40 l-50 0 4 115 c2 76 7 118 16 127 8 8 39 13 85 13 89 0 121 -17 138 -75 7 -22 15 -40 18 -40 3 0 4 29 3 65 l-4 65 -196 -1 c-140 0 -190 -3 -172 -10z"/><path fill="currentColor" d="M9068 4685 l32 -14 0 -220 c0 -228 1 -224 -43 -254 -15 -11 -2 -13 77 -12 60 0 88 3 78 9 -40 20 -42 34 -42 244 0 212 4 236 43 252 15 6 -10 9 -78 9 -95 0 -98 -1 -67 -14z"/><path fill="currentColor" d="M4545 3956 c-22 -9 -53 -29 -69 -47 -26 -29 -28 -37 -24 -91 7 -94 48 -109 48 -17 0 59 26 92 86 108 96 25 200 -36 328 -191 125 -152 216 -326 305 -583 41 -118 41 -119 14 -85 -154 193 -362 404 -466 471 -47 31 -70 39 -97 37 -35 -3 -35 -3 -38 -56 -4 -72 14 -122 118 -342 128 -267 147 -333 110 -370 -34 -34 -111 -23 -220 31 -154 76 -289 239 -306 370 -19 140 130 177 244 60 41 -43 62 -51 62 -26 0 26 -60 84 -116 111 -45 22 -64 26 -114 22 -52 -4 -65 -9 -95 -38 -107 -103 -40 -295 155 -445 215 -165 470 -191 470 -48 0 61 -17 108 -105 293 -123 259 -151 373 -89 362 90 -17 425 -408 528 -618 40 -81 50 -94 71 -94 72 0 34 185 -101 490 -119 269 -221 429 -359 566 -116 116 -245 164 -340 130z"/><path fill="currentColor" d="M7880 3856 c0 -44 49 -138 137 -264 l68 -97 -1 -110 c-1 -129 -16 -184 -57 -203 l-27 -13 32 -39 c18 -22 40 -40 49 -40 29 0 51 76 57 193 2 59 8 107 11 107 15 0 62 -59 115 -144 58 -92 66 -116 41 -116 -8 0 -15 -4 -15 -9 0 -18 53 -51 83 -51 28 0 29 2 23 30 -3 17 -18 52 -33 78 -30 51 -162 232 -197 270 -11 13 -28 44 -36 70 -9 26 -21 46 -28 45 -13 -3 -71 71 -123 157 -23 37 -34 68 -35 99 -3 69 -64 104 -64 37z"/><path fill="currentColor" d="M780 3764 c-162 -43 -259 -170 -248 -325 5 -62 4 -69 -13 -69 -36 0 -121 -39 -175 -81 -59 -45 -130 -145 -160 -224 -14 -37 -19 -76 -19 -150 0 -87 3 -107 26 -155 14 -30 40 -70 58 -89 17 -19 30 -34 29 -35 -2 -1 -29 -21 -61 -44 -95 -70 -166 -173 -201 -291 -21 -72 -21 -230 0 -302 36 -120 118 -241 207 -308 l46 -34 -37 -27 c-52 -38 -91 -86 -121 -150 -34 -74 -35 -197 -2 -281 41 -108 145 -197 294 -254 l75 -29 6 -47 c10 -74 61 -164 117 -209 102 -81 199 -100 489 -95 239 4 292 15 455 95 488 238 898 628 1054 1000 l32 75 51 13 c28 6 54 9 58 7 5 -3 32 -10 62 -15 84 -16 150 2 204 56 24 24 44 50 44 59 0 13 623 15 5960 15 l5960 0 0 395 0 395 -75 0 -75 0 0 60 0 60 75 0 75 0 0 185 0 185 -130 0 -130 0 0 -65 0 -65 -70 0 -70 0 0 65 0 65 -145 0 -145 0 0 -185 0 -185 100 0 100 0 0 -60 0 -60 -100 0 -100 0 0 -140 0 -140 -5613 0 -5614 0 -24 38 c-47 73 -158 102 -249 66 -37 -15 -43 -15 -80 0 -22 9 -49 16 -60 16 -14 0 -34 31 -83 133 -177 365 -463 685 -822 917 -130 84 -287 163 -389 196 -76 25 -95 27 -296 29 -162 2 -229 -1 -270 -11z m57 -128 c-44 -57 -61 -120 -55 -201 5 -59 4 -65 -13 -65 -36 0 -121 -39 -175 -81 -59 -45 -130 -145 -160 -224 -14 -37 -19 -76 -19 -150 0 -87 3 -107 26 -155 14 -30 40 -70 58 -89 17 -19 30 -34 29 -35 -2 -1 -29 -21 -61 -44 -96 -71 -167 -175 -202 -295 -22 -75 -22 -219 0 -294 36 -122 117 -245 208 -312 l46 -34 -37 -27 c-52 -38 -91 -86 -121 -150 -21 -46 -25 -69 -25 -140 1 -110 27 -180 96 -255 56 -61 51 -62 -59 -7 -120 61 -177 148 -178 267 0 86 32 161 99 233 25 27 46 54 46 60 0 6 4 12 9 14 4 2 12 13 15 26 6 19 -9 39 -97 130 -124 129 -158 190 -165 297 -11 172 75 344 233 467 50 38 56 46 52 73 -3 17 -23 62 -45 100 -52 91 -76 173 -69 237 7 58 43 140 81 185 35 42 125 101 188 123 63 22 77 46 78 127 0 148 92 261 212 263 l38 0 -33 -44z m406 -453 c148 -62 346 -163 482 -248 208 -128 450 -326 450 -368 0 -16 -6 -22 -20 -21 -11 0 -103 60 -204 132 -298 214 -572 384 -773 480 -53 25 -78 43 -78 55 0 26 20 22 143 -30z m-68 -668 c267 -67 473 -129 675 -202 161 -58 338 -132 346 -145 4 -5 0 -17 -9 -25 -13 -13 -41 -7 -244 51 -228 65 -904 281 -1038 331 -78 30 -91 38 -80 55 11 17 63 7 350 -65z m962 -549 c-8 -21 -281 -106 -520 -162 -238 -55 -661 -100 -692 -74 -17 14 -20 36 -6 44 5 3 102 19 217 36 408 60 758 125 939 174 52 14 72 8 62 -18z m90 -233 c5 -12 -9 -31 -48 -68 -291 -270 -645 -465 -991 -545 -114 -26 -151 -22 -146 16 3 24 15 30 178 83 374 123 641 262 880 459 87 72 116 84 127 55z m-1493 -863 c8 -55 43 -133 80 -177 27 -32 27 -33 7 -33 -12 0 -38 7 -58 15 -87 37 -148 110 -182 220 -11 33 -22 67 -26 76 -5 13 14 9 83 -20 l90 -36 6 -45z"/><path fill="currentColor" d="M9968 3657 c-56 -43 -96 -109 -110 -184 -12 -64 -5 -117 15 -110 6 2 15 23 19 47 4 23 21 71 37 106 52 110 146 154 226 104 54 -33 149 -186 200 -322 15 -40 15 -50 5 -63 -11 -14 -10 -17 8 -22 18 -4 31 -35 79 -182 31 -97 61 -182 66 -188 13 -17 57 -17 57 1 0 21 -56 205 -89 289 l-29 77 34 0 c57 0 185 -30 247 -57 71 -32 127 -91 127 -134 0 -80 -92 -161 -230 -200 -66 -19 -232 -16 -317 5 -132 33 -224 109 -209 172 4 15 30 50 58 80 49 52 50 54 24 54 -30 0 -108 -66 -132 -111 -44 -87 15 -169 154 -213 213 -67 495 -52 625 34 109 73 124 178 39 272 -69 77 -193 125 -347 135 l-90 6 -24 56 c-13 31 -44 92 -69 136 -100 179 -174 245 -273 245 -50 0 -63 -5 -101 -33z"/><path fill="currentColor" d="M6955 3587 c-177 -47 -262 -183 -235 -376 26 -186 203 -377 410 -442 91 -29 222 -30 279 -2 26 13 41 16 42 9 1 -6 2 -17 3 -25 1 -18 17 -23 36 -11 12 7 13 16 2 54 -6 25 -9 65 -6 88 8 63 -8 98 -46 98 -27 0 -30 -3 -30 -33 0 -17 4 -46 9 -64 8 -26 6 -35 -12 -51 -76 -71 -252 -51 -394 46 -115 78 -198 201 -223 328 -28 146 45 276 190 335 52 21 211 18 280 -5 77 -26 115 -50 192 -124 69 -66 89 -72 80 -26 -11 58 -126 139 -262 184 -81 27 -242 36 -315 17z"/><path fill="currentColor" d="M5852 3581 c-13 -8 -6 -41 8 -41 13 0 37 -60 64 -160 l25 -95 -32 40 c-62 78 -170 184 -197 193 -37 13 -54 1 -46 -33 4 -15 27 -74 52 -132 24 -57 44 -119 44 -137 0 -44 26 -118 47 -133 22 -17 73 -17 73 0 0 7 -29 84 -64 172 -35 88 -62 162 -60 164 3 3 30 -20 60 -50 67 -64 154 -192 154 -225 0 -32 48 -86 74 -82 29 4 26 18 -32 188 -28 80 -53 163 -57 184 l-8 38 45 -26 c41 -24 58 -25 58 -4 0 4 -30 28 -67 51 -38 24 -74 51 -82 61 -21 25 -45 36 -59 27z"/><path fill="currentColor" d="M5386 3517 c-22 -22 -26 -35 -26 -80 0 -63 30 -167 70 -248 27 -52 89 -119 110 -119 6 0 19 -9 31 -21 27 -27 44 -13 59 52 8 33 20 55 36 66 31 20 30 31 -1 43 -19 7 -25 17 -25 39 0 84 -67 213 -135 260 -51 35 -90 37 -119 8z m119 -68 c42 -47 69 -101 85 -174 10 -44 9 -55 -11 -97 -22 -47 -23 -47 -42 -31 -24 23 -57 88 -91 181 -52 146 -21 210 59 121z"/><path fill="currentColor" d="M9306 3517 c-22 -22 -26 -35 -26 -80 0 -63 30 -167 70 -248 27 -52 89 -119 110 -119 6 0 19 -9 31 -21 27 -27 44 -13 59 52 8 33 20 55 36 66 31 20 30 31 -1 43 -19 7 -25 17 -25 39 0 84 -67 213 -135 260 -51 35 -90 37 -119 8z m119 -68 c42 -47 69 -101 85 -174 10 -44 9 -55 -11 -97 -22 -47 -23 -47 -42 -31 -24 23 -57 88 -91 181 -52 146 -21 210 59 121z"/><path fill="currentColor" d="M8440 3523 c-52 -19 -63 -74 -35 -171 9 -28 13 -63 9 -77 -4 -18 -2 -25 8 -25 7 0 28 -29 46 -65 37 -75 62 -95 126 -97 52 -3 59 4 76 62 29 103 -15 149 -142 150 -42 0 -49 9 -68 87 -25 110 16 124 101 33 55 -59 69 -65 69 -29 0 23 -86 108 -127 125 -35 15 -40 15 -63 7z m154 -273 c19 -7 26 -17 26 -37 -1 -104 -46 -94 -109 25 -11 21 -10 22 23 22 19 0 46 -4 60 -10z"/><path fill="currentColor" d="M12675 3520 c-11 -18 4 -28 58 -40 61 -12 117 -43 117 -64 0 -8 -19 -27 -42 -43 -65 -44 -118 -99 -118 -122 0 -33 75 -107 142 -140 113 -57 165 -51 154 17 -6 39 -50 102 -72 102 -17 0 -17 2 1 -50 8 -24 13 -45 11 -48 -20 -19 -149 47 -163 83 -7 21 23 64 59 83 53 29 88 63 88 85 0 12 -9 36 -19 53 -35 57 -194 119 -216 84z"/><path fill="currentColor" d="M13050 3523 c-52 -19 -63 -74 -35 -171 9 -28 13 -63 9 -77 -4 -18 -2 -25 8 -25 7 0 28 -29 46 -65 37 -75 62 -95 126 -97 52 -3 59 4 76 62 29 103 -15 149 -142 150 -42 0 -49 9 -68 87 -25 110 16 124 101 33 55 -59 69 -65 69 -29 0 23 -86 108 -127 125 -35 15 -40 15 -63 7z m154 -273 c19 -7 26 -17 26 -37 -1 -104 -46 -94 -109 25 -11 21 -10 22 23 22 19 0 46 -4 60 -10z"/><path fill="currentColor" d="M6080 3500 c0 -10 9 -42 20 -69 23 -60 50 -170 54 -226 5 -64 40 -133 71 -141 48 -12 49 7 10 106 -20 50 -35 94 -32 96 2 2 23 -22 45 -53 76 -105 119 -143 163 -143 27 0 29 3 29 35 0 43 -23 90 -50 105 -30 16 -40 4 -28 -31 28 -80 -42 -17 -114 103 -22 37 -55 101 -73 144 -18 42 -40 81 -47 85 -24 15 -48 10 -48 -11z"/><path fill="currentColor" d="M7582 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M9020 3490 c0 -16 20 -101 45 -189 25 -87 45 -162 45 -165 0 -3 -19 -6 -43 -6 -53 0 -62 -8 -40 -32 11 -12 30 -18 60 -18 41 0 43 -1 43 -29 0 -36 26 -110 47 -133 13 -15 83 -27 83 -15 0 2 -15 41 -34 88 l-34 84 70 3 c106 4 78 39 -35 41 -55 1 -49 -9 -102 166 -40 134 -51 185 -37 185 5 0 32 -18 58 -40 53 -44 64 -48 64 -24 0 31 -116 114 -159 114 -28 0 -31 -3 -31 -30z"/><path fill="currentColor" d="M10862 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M11260 3500 c0 -10 9 -42 20 -69 23 -60 50 -170 54 -226 5 -64 40 -133 71 -141 48 -12 49 7 10 106 -20 50 -35 94 -32 96 2 2 23 -22 45 -53 76 -105 119 -143 163 -143 27 0 29 3 29 35 0 43 -23 90 -50 105 -30 16 -40 4 -28 -31 28 -80 -42 -17 -114 103 -22 37 -55 101 -73 144 -18 42 -40 81 -47 85 -24 15 -48 10 -48 -11z"/><path fill="currentColor" d="M11612 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M12013 3505 c-16 -44 46 -229 110 -326 52 -79 91 -101 162 -94 l51 5 38 -105 c21 -57 35 -109 31 -115 -10 -16 14 -78 36 -94 26 -18 59 -9 59 16 0 11 -24 84 -54 163 -32 84 -52 152 -49 164 4 14 1 21 -9 21 -24 0 -117 295 -99 313 11 11 66 -25 81 -54 14 -25 30 -24 30 1 0 28 -113 110 -151 110 -27 0 -29 -3 -29 -37 0 -21 5 -55 11 -76 6 -22 9 -40 7 -42 -2 -2 -26 23 -53 57 -77 93 -155 136 -172 93z m156 -132 c62 -67 151 -210 151 -242 0 -6 -19 -11 -45 -11 -41 0 -46 3 -75 45 -17 24 -50 86 -74 137 -81 171 -68 192 43 71z"/><path fill="currentColor" d="M12450 3493 c0 -16 18 -79 40 -141 22 -62 40 -127 40 -145 0 -18 13 -54 28 -82 24 -45 31 -50 65 -53 20 -2 37 -1 37 3 0 3 -13 31 -29 63 -58 114 -121 295 -108 309 3 2 21 -4 41 -13 38 -18 52 -15 43 10 -8 20 -106 76 -134 76 -18 0 -23 -6 -23 -27z"/><path fill="currentColor" d="M12617 3004 c-19 -19 -5 -63 28 -93 61 -53 100 -34 53 26 -13 15 -28 37 -34 48 -12 21 -35 30 -47 19z"/><path fill="currentColor" d="M6340 814 l-385 -456 -3 394 c-2 403 0 438 37 457 9 5 33 11 54 15 81 15 33 26 -113 26 -145 0 -191 -10 -113 -25 56 -10 71 -22 83 -63 14 -52 14 -839 -1 -881 -12 -34 -53 -61 -94 -61 -14 0 -25 -6 -25 -13 0 -11 24 -14 110 -13 l110 1 361 430 c198 237 363 432 365 435 3 2 3 -176 2 -397 -3 -454 0 -436 -84 -449 -87 -13 -41 -22 106 -20 82 0 150 4 150 9 0 4 -9 7 -21 7 -39 0 -87 30 -98 62 -7 20 -11 197 -11 514 l0 484 -22 0 c-18 0 -113 -107 -408 -456z"/><path fill="currentColor" d="M14340 814 l-385 -456 -3 394 c-2 403 0 438 37 457 9 5 33 11 54 15 81 15 33 26 -113 26 -145 0 -191 -10 -113 -25 56 -10 71 -22 83 -63 14 -52 14 -839 -1 -881 -12 -34 -53 -61 -94 -61 -14 0 -25 -6 -25 -13 0 -11 24 -14 110 -13 l110 1 361 430 c198 237 363 432 365 435 3 2 3 -176 2 -397 -3 -454 0 -436 -84 -449 -87 -13 -41 -22 106 -20 82 0 150 4 150 9 0 4 -9 7 -21 7 -39 0 -87 30 -98 62 -7 20 -11 197 -11 514 l0 484 -22 0 c-18 0 -113 -107 -408 -456z"/><path fill="currentColor" d="M3006 1244 c-85 -21 -190 -79 -254 -143 -99 -98 -142 -207 -142 -361 0 -277 161 -481 423 -536 96 -21 377 -13 492 13 l80 18 3 108 c3 102 2 107 -18 107 -11 0 -20 -7 -20 -15 0 -29 -39 -91 -80 -129 -68 -61 -119 -79 -246 -84 -124 -5 -190 9 -277 56 -214 116 -284 474 -137 702 39 60 134 151 186 178 81 41 150 54 258 50 55 -3 119 -11 141 -19 l40 -14 3 -153 c2 -151 2 -153 -22 -177 -14 -14 -37 -25 -51 -25 -14 0 -25 -6 -25 -13 0 -9 41 -12 175 -12 134 0 175 3 175 12 0 8 -12 13 -28 13 -18 0 -38 10 -53 26 -23 24 -24 32 -27 184 l-3 158 -92 25 c-51 14 -119 31 -151 36 -83 15 -279 12 -350 -5z"/><path fill="currentColor" d="M4562 1234 c-78 -39 -146 -121 -235 -286 -43 -80 -88 -155 -100 -166 -18 -17 -99 -42 -134 -42 -3 0 -3 96 -1 213 4 246 8 262 78 273 89 14 29 24 -150 24 -104 0 -190 -4 -190 -8 0 -4 20 -13 45 -20 77 -20 75 -9 75 -504 0 -326 -3 -439 -13 -458 -8 -17 -28 -30 -60 -39 -26 -8 -47 -19 -47 -23 0 -6 116 -8 273 -6 259 3 274 4 322 26 61 28 100 64 128 117 30 57 30 193 0 250 -37 70 -101 121 -176 139 l-28 7 34 47 c19 26 70 110 113 187 83 149 166 248 217 260 38 10 83 -11 107 -50 11 -18 96 -246 188 -506 108 -305 173 -475 183 -477 10 -1 75 142 224 495 127 302 219 506 232 519 13 12 41 24 63 28 89 14 29 22 -165 23 -194 0 -252 -8 -167 -23 67 -12 75 -20 70 -72 -3 -26 -31 -110 -64 -187 l-60 -140 -168 0 -169 0 -53 155 c-30 85 -54 165 -54 178 0 33 34 62 75 62 24 0 35 5 35 15 0 13 -28 15 -188 15 -182 0 -190 -1 -240 -26z m743 -441 c-63 -166 -160 -392 -165 -386 -4 4 -35 91 -70 193 -35 102 -65 191 -68 198 -3 9 32 12 153 12 146 0 157 -1 150 -17z m-988 -94 c25 -8 103 -78 103 -93 0 -2 5 -28 10 -57 24 -124 -29 -259 -120 -306 -38 -20 -56 -23 -130 -21 l-85 3 -3 233 c-3 259 -9 238 74 251 52 9 98 6 151 -10z"/><path fill="currentColor" d="M7040 1246 c0 -11 10 -16 31 -16 20 0 40 -10 60 -29 l29 -29 0 -430 c0 -274 -4 -440 -10 -459 -12 -32 -45 -53 -85 -53 -16 0 -25 -6 -25 -15 0 -13 21 -15 128 -16 70 0 201 -4 292 -8 200 -10 271 -2 368 44 126 59 212 167 258 321 23 79 23 237 0 319 -49 167 -169 296 -331 357 -57 21 -78 22 -387 26 -292 3 -328 2 -328 -12z m627 -37 c68 -21 164 -87 204 -140 75 -98 104 -200 96 -338 -14 -245 -147 -428 -360 -493 -57 -17 -87 -20 -176 -16 -59 2 -112 8 -119 12 -9 5 -12 118 -12 457 0 483 1 493 51 520 61 32 207 31 316 -2z"/><path fill="currentColor" d="M8740 1246 c0 -11 9 -16 29 -16 43 0 60 -9 76 -41 13 -23 15 -102 15 -474 l0 -446 -25 -24 c-16 -17 -35 -25 -60 -25 -24 0 -35 -4 -35 -15 0 -13 30 -15 203 -17 328 -4 370 3 449 71 54 46 78 100 78 177 0 114 -66 200 -188 242 l-53 19 52 6 c70 9 151 50 189 95 62 75 77 211 32 298 -28 53 -87 108 -147 136 -48 22 -62 23 -332 26 -251 3 -283 1 -283 -12z m513 -29 c88 -37 137 -113 137 -212 0 -152 -126 -275 -280 -275 -36 0 -75 3 -88 6 l-23 7 3 196 c3 215 11 245 66 275 34 19 142 20 185 3z m-25 -553 c121 -60 160 -182 101 -309 -44 -93 -113 -134 -226 -135 -39 0 -78 3 -87 6 -14 5 -16 35 -16 229 0 169 3 225 13 228 6 3 46 6 88 6 62 1 84 -4 127 -25z"/><path fill="currentColor" d="M9560 1245 c0 -10 10 -15 30 -15 47 0 84 -24 109 -72 12 -24 95 -250 185 -503 104 -296 167 -461 177 -463 10 -1 75 142 224 495 127 302 219 506 232 519 13 12 41 24 63 28 89 14 29 22 -165 23 -194 0 -252 -8 -167 -23 67 -12 75 -20 70 -72 -3 -26 -31 -110 -64 -187 l-60 -140 -168 0 -169 0 -53 155 c-30 85 -54 165 -54 178 0 33 34 62 75 62 24 0 35 5 35 15 0 13 -23 15 -150 15 -127 0 -150 -2 -150 -15z m615 -452 c-63 -166 -160 -392 -165 -386 -4 4 -35 91 -70 193 -35 102 -65 191 -68 198 -3 9 32 12 153 12 146 0 157 -1 150 -17z"/><path fill="currentColor" d="M11440 1240 c0 -16 7 -20 31 -20 17 0 39 -5 51 -11 45 -24 48 -51 48 -504 l0 -427 -29 -29 c-22 -21 -39 -29 -65 -29 -24 0 -36 -5 -36 -14 0 -10 24 -13 118 -12 l119 1 204 437 c112 241 206 438 210 438 3 0 86 -198 184 -439 l180 -439 127 2 c71 0 128 3 128 6 0 3 -21 11 -46 18 -75 20 -74 14 -74 514 0 325 3 439 13 458 8 17 28 30 60 40 26 8 47 18 47 22 0 4 -85 6 -190 5 -174 -1 -190 -3 -190 -19 0 -12 8 -18 25 -18 38 0 73 -20 84 -49 8 -17 10 -158 9 -434 l-3 -408 -191 463 c-151 366 -195 464 -210 466 -16 2 -52 -68 -224 -438 l-205 -441 -3 373 c-3 420 -1 441 53 464 19 8 44 14 55 14 11 0 20 7 20 15 0 13 -23 15 -150 15 -143 0 -150 -1 -150 -20z"/><path fill="currentColor" d="M12860 1251 c0 -5 21 -14 46 -20 75 -19 74 -14 74 -511 0 -473 -1 -483 -58 -496 -52 -11 -62 -15 -62 -25 0 -5 146 -9 365 -9 l365 0 0 110 c0 91 -3 110 -15 110 -10 0 -15 -10 -15 -27 -1 -43 -34 -108 -69 -132 -39 -28 -118 -41 -258 -41 l-113 0 0 242 0 241 121 -6 c76 -5 133 -13 154 -22 33 -16 55 -50 55 -85 0 -13 7 -20 20 -20 19 0 20 7 20 140 0 133 -1 140 -20 140 -15 0 -20 -7 -20 -29 0 -17 -10 -42 -23 -56 -19 -23 -35 -28 -97 -35 -41 -5 -105 -9 -142 -10 l-68 0 0 213 c0 300 6 309 204 310 61 1 130 -5 154 -12 80 -23 135 -91 156 -193 4 -16 11 -28 17 -28 11 0 8 85 -8 213 l-6 47 -388 0 c-218 0 -389 -4 -389 -9z"/><path fill="currentColor" d="M10700 1235 c0 -10 10 -15 34 -15 74 0 95 -49 96 -223 l0 -108 -151 -300 c-82 -164 -161 -312 -175 -328 -14 -16 -40 -35 -59 -41 -69 -23 -34 -30 145 -30 108 0 180 4 180 10 0 5 -16 12 -35 16 -44 8 -59 26 -51 61 7 31 258 533 266 533 12 0 242 -492 247 -529 6 -44 -4 -54 -70 -66 -71 -14 -36 -20 108 -20 80 0 145 3 145 7 0 4 -18 12 -39 18 -25 6 -51 23 -68 45 -15 18 -93 169 -172 334 l-144 301 5 130 c6 153 17 178 87 195 23 6 39 14 35 18 -4 4 -92 7 -196 7 -160 0 -188 -2 -188 -15z"/></svg>') no-repeat;}
.top-bar .top-call-us{text-align:center;}
.top-bar .top-call-us h3{color:#fff; font-family:"Bilbo Swash Caps", sans-serif; font-size:20px; font-weight:400; margin:0;}
.top-bar .top-call-us .phone-info span.pnumber{color:#fff; font-family:"Gentium Basic", serif; font-weight:600; font-style:italic; font-size:20px; padding-left:30px; 
background-image:url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60; color:rgb(255, 255, 255);" xml:space="preserve" width="25px" height="25px"> <path fill="currentColor" d="M56.612,4.569c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c3.736,3.736,3.736,9.815,0,13.552     c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293 	C61.128,16.434,61.128,9.085,56.612,4.569z"/> <path fill="currentColor" d="M52.401,6.845c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c1.237,1.237,1.918,2.885,1.918,4.639 	s-0.681,3.401-1.918,4.638c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293 	c1.615-1.614,2.504-3.764,2.504-6.052S54.017,8.459,52.401,6.845z"/> <path fill="currentColor" d="M4.802,5.983c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0c-4.516,4.516-4.516,11.864,0,16.38 	c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 	C1.065,15.799,1.065,9.72,4.802,5.983z"/> <path fill="currentColor" d="M9.013,6.569c-0.391-0.391-1.023-0.391-1.414,0c-1.615,1.614-2.504,3.764-2.504,6.052s0.889,4.438,2.504,6.053 	c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 	c-1.237-1.237-1.918-2.885-1.918-4.639S7.775,9.22,9.013,7.983C9.403,7.593,9.403,6.96,9.013,6.569z"/> <circle fill="currentColor" cx="30" cy="53" r="2"/> <path fill="currentColor" d="M42.595,0H17.405C14.976,0,13,1.977,13,4.405v51.189C13,58.023,14.976,60,17.405,60h25.189C45.024,60,47,58.023,47,55.595 	V4.405C47,1.977,45.024,0,42.595,0z M33,3h1c0.552,0,1,0.447,1,1s-0.448,1-1,1h-1c-0.552,0-1-0.447-1-1S32.448,3,33,3z M26,3h4 	c0.552,0,1,0.447,1,1s-0.448,1-1,1h-4c-0.552,0-1-0.447-1-1S25.448,3,26,3z M30,57c-2.206,0-4-1.794-4-4s1.794-4,4-4s4,1.794,4,4 	S32.206,57,30,57z M45,46H15V8h30V46z"/></svg>') ;
background-repeat:no-repeat; background-position:left center; background-size:auto 100%;}
.top-bar-top .page-center .widget-span{width:33%!important; display:inline-block; float:none!important; box-sizing:border-box; padding:0 20px!important; margin:15px 0!important; vertical-align:middle; text-align:center;}
.top-bar-btm{margin-top:1px;}

/* Top-bar V2 */
.top-bar-v2{box-shadow:2px 2px 0px rgba(0, 0, 0, 0.1); width:100%!important;}
.top-bar-v2 .top-bar-top{padding:10px 30px;}
.top-bar-v2 .top-bar-top .widget-span{float:none!important; display:inline-block; vertical-align:middle;}
.top-bar-v2 .top-logo{float:none!important; max-width:20%; margin:0!important;}
.top-bar-v2 .top-logo a{display:block;}
/*.top-bar-v2 .top-logo a{background-size:auto 100%!important; background-position:center center!important; display:block; background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="303px" height="82px" viewBox="0 0 14970 4870" enable-background="0 0 14970 4870" style="color:rgb(19, 78, 104);" preserveAspectRatio="xMidYMid meet"><path fill="currentColor" d="M1100 3213 c0 -12 25 -30 78 -55 201 -96 475 -266 773 -480 101 -72 193 -132 204 -132 68 -3 -28 102 -230 254 -179 134 -447 285 -682 383 -123 52 -143 56 -143 30z"/><path fill="currentColor" d="M825 2580 c-11 -17 2 -25 80 -55 134 -50 810 -266 1038 -331 203 -58 231 -64 244 -51 9 8 13 20 9 25 -8 13 -185 87 -346 145 -202 73 -408 135 -675 202 -287 72 -339 82 -350 65z"/><path fill="currentColor" d="M2075 1984 c-181 -49 -531 -114 -939 -174 -115 -17 -212 -33 -217 -36 -14 -8 -11 -30 6 -44 31 -26 454 19 692 74 239 56 512 141 520 162 10 26 -10 32 -62 18z"/><path fill="currentColor" d="M2100 1678 c-239 -197 -506 -336 -880 -459 -163 -53 -175 -59 -178 -83 -5 -38 32 -42 146 -16 346 80 700 275 991 545 39 37 53 56 48 68 -11 29 -40 17 -127 -55z"/><path fill="currentColor" d="M6510 4699 c13 -6 28 -15 32 -22 4 -7 8 -115 8 -240 l0 -228 -32 -14 c-31 -13 -23 -14 100 -15 152 0 192 12 219 63 24 47 12 115 -26 149 -17 15 -39 28 -49 28 -9 1 6 12 34 26 82 39 109 124 61 195 -39 58 -72 68 -231 68 -102 0 -134 -3 -116 -10z m235 -23 c37 -16 65 -60 65 -101 0 -77 -90 -148 -166 -129 l-26 7 4 99 c3 91 5 102 27 119 28 23 50 24 96 5z m0 -272 c53 -35 58 -124 9 -175 -29 -30 -79 -45 -113 -34 -20 6 -21 14 -21 115 0 77 4 110 13 114 19 9 86 -3 112 -20z"/><path fill="currentColor" d="M7370 4699 c13 -6 28 -15 32 -22 10 -16 10 -448 0 -464 -4 -7 -19 -16 -32 -22 -18 -7 27 -10 158 -10 l182 -1 0 55 c0 30 -4 55 -10 55 -5 0 -10 -11 -10 -24 0 -15 -12 -34 -31 -50 -27 -23 -39 -26 -105 -26 l-74 0 0 120 0 120 49 0 c62 0 101 -15 108 -40 11 -41 23 -18 23 45 0 63 -12 86 -23 45 -7 -26 -46 -40 -109 -40 l-50 0 4 115 c2 76 7 118 16 127 8 8 39 13 85 13 89 0 121 -17 138 -75 7 -22 15 -40 18 -40 3 0 4 29 3 65 l-4 65 -196 -1 c-140 0 -190 -3 -172 -10z"/><path fill="currentColor" d="M8220 4699 c13 -6 28 -15 32 -22 4 -7 8 -114 8 -238 0 -237 -1 -242 -45 -251 -11 -2 24 -4 77 -4 86 1 95 2 73 14 -14 7 -27 23 -30 35 -4 13 -5 114 -3 225 4 240 2 237 103 237 75 0 114 -23 130 -73 14 -50 25 -38 25 28 l0 60 -197 -1 c-141 0 -191 -3 -173 -10z"/><path fill="currentColor" d="M9706 4683 c133 -203 314 -484 314 -489 0 -4 -51 -5 -112 -2 -129 5 -160 18 -178 74 -17 52 -30 41 -30 -26 l0 -60 206 0 c161 0 204 3 198 13 -4 6 -75 118 -159 247 -83 129 -155 241 -160 249 -6 11 12 13 111 9 139 -5 176 -19 195 -73 19 -52 29 -43 29 25 l0 60 -216 0 -216 0 18 -27z"/><path fill="currentColor" d="M10590 4699 c13 -6 28 -15 32 -22 4 -7 8 -111 8 -232 0 -121 -4 -225 -8 -232 -4 -7 -19 -16 -32 -22 -18 -7 27 -10 158 -10 l182 -1 0 55 c0 30 -4 55 -10 55 -5 0 -10 -11 -10 -24 0 -15 -12 -34 -31 -50 -27 -23 -39 -26 -105 -26 l-74 0 0 120 0 120 49 0 c62 0 101 -15 108 -40 11 -41 23 -18 23 45 0 63 -12 86 -23 45 -7 -26 -46 -40 -109 -40 l-50 0 4 115 c2 76 7 118 16 127 8 8 39 13 85 13 89 0 121 -17 138 -75 7 -22 15 -40 18 -40 3 0 4 29 3 65 l-4 65 -196 -1 c-140 0 -190 -3 -172 -10z"/><path fill="currentColor" d="M9068 4685 l32 -14 0 -220 c0 -228 1 -224 -43 -254 -15 -11 -2 -13 77 -12 60 0 88 3 78 9 -40 20 -42 34 -42 244 0 212 4 236 43 252 15 6 -10 9 -78 9 -95 0 -98 -1 -67 -14z"/><path fill="currentColor" d="M4545 3956 c-22 -9 -53 -29 -69 -47 -26 -29 -28 -37 -24 -91 7 -94 48 -109 48 -17 0 59 26 92 86 108 96 25 200 -36 328 -191 125 -152 216 -326 305 -583 41 -118 41 -119 14 -85 -154 193 -362 404 -466 471 -47 31 -70 39 -97 37 -35 -3 -35 -3 -38 -56 -4 -72 14 -122 118 -342 128 -267 147 -333 110 -370 -34 -34 -111 -23 -220 31 -154 76 -289 239 -306 370 -19 140 130 177 244 60 41 -43 62 -51 62 -26 0 26 -60 84 -116 111 -45 22 -64 26 -114 22 -52 -4 -65 -9 -95 -38 -107 -103 -40 -295 155 -445 215 -165 470 -191 470 -48 0 61 -17 108 -105 293 -123 259 -151 373 -89 362 90 -17 425 -408 528 -618 40 -81 50 -94 71 -94 72 0 34 185 -101 490 -119 269 -221 429 -359 566 -116 116 -245 164 -340 130z"/><path fill="currentColor" d="M7880 3856 c0 -44 49 -138 137 -264 l68 -97 -1 -110 c-1 -129 -16 -184 -57 -203 l-27 -13 32 -39 c18 -22 40 -40 49 -40 29 0 51 76 57 193 2 59 8 107 11 107 15 0 62 -59 115 -144 58 -92 66 -116 41 -116 -8 0 -15 -4 -15 -9 0 -18 53 -51 83 -51 28 0 29 2 23 30 -3 17 -18 52 -33 78 -30 51 -162 232 -197 270 -11 13 -28 44 -36 70 -9 26 -21 46 -28 45 -13 -3 -71 71 -123 157 -23 37 -34 68 -35 99 -3 69 -64 104 -64 37z"/><path fill="currentColor" d="M780 3764 c-162 -43 -259 -170 -248 -325 5 -62 4 -69 -13 -69 -36 0 -121 -39 -175 -81 -59 -45 -130 -145 -160 -224 -14 -37 -19 -76 -19 -150 0 -87 3 -107 26 -155 14 -30 40 -70 58 -89 17 -19 30 -34 29 -35 -2 -1 -29 -21 -61 -44 -95 -70 -166 -173 -201 -291 -21 -72 -21 -230 0 -302 36 -120 118 -241 207 -308 l46 -34 -37 -27 c-52 -38 -91 -86 -121 -150 -34 -74 -35 -197 -2 -281 41 -108 145 -197 294 -254 l75 -29 6 -47 c10 -74 61 -164 117 -209 102 -81 199 -100 489 -95 239 4 292 15 455 95 488 238 898 628 1054 1000 l32 75 51 13 c28 6 54 9 58 7 5 -3 32 -10 62 -15 84 -16 150 2 204 56 24 24 44 50 44 59 0 13 623 15 5960 15 l5960 0 0 395 0 395 -75 0 -75 0 0 60 0 60 75 0 75 0 0 185 0 185 -130 0 -130 0 0 -65 0 -65 -70 0 -70 0 0 65 0 65 -145 0 -145 0 0 -185 0 -185 100 0 100 0 0 -60 0 -60 -100 0 -100 0 0 -140 0 -140 -5613 0 -5614 0 -24 38 c-47 73 -158 102 -249 66 -37 -15 -43 -15 -80 0 -22 9 -49 16 -60 16 -14 0 -34 31 -83 133 -177 365 -463 685 -822 917 -130 84 -287 163 -389 196 -76 25 -95 27 -296 29 -162 2 -229 -1 -270 -11z m57 -128 c-44 -57 -61 -120 -55 -201 5 -59 4 -65 -13 -65 -36 0 -121 -39 -175 -81 -59 -45 -130 -145 -160 -224 -14 -37 -19 -76 -19 -150 0 -87 3 -107 26 -155 14 -30 40 -70 58 -89 17 -19 30 -34 29 -35 -2 -1 -29 -21 -61 -44 -96 -71 -167 -175 -202 -295 -22 -75 -22 -219 0 -294 36 -122 117 -245 208 -312 l46 -34 -37 -27 c-52 -38 -91 -86 -121 -150 -21 -46 -25 -69 -25 -140 1 -110 27 -180 96 -255 56 -61 51 -62 -59 -7 -120 61 -177 148 -178 267 0 86 32 161 99 233 25 27 46 54 46 60 0 6 4 12 9 14 4 2 12 13 15 26 6 19 -9 39 -97 130 -124 129 -158 190 -165 297 -11 172 75 344 233 467 50 38 56 46 52 73 -3 17 -23 62 -45 100 -52 91 -76 173 -69 237 7 58 43 140 81 185 35 42 125 101 188 123 63 22 77 46 78 127 0 148 92 261 212 263 l38 0 -33 -44z m406 -453 c148 -62 346 -163 482 -248 208 -128 450 -326 450 -368 0 -16 -6 -22 -20 -21 -11 0 -103 60 -204 132 -298 214 -572 384 -773 480 -53 25 -78 43 -78 55 0 26 20 22 143 -30z m-68 -668 c267 -67 473 -129 675 -202 161 -58 338 -132 346 -145 4 -5 0 -17 -9 -25 -13 -13 -41 -7 -244 51 -228 65 -904 281 -1038 331 -78 30 -91 38 -80 55 11 17 63 7 350 -65z m962 -549 c-8 -21 -281 -106 -520 -162 -238 -55 -661 -100 -692 -74 -17 14 -20 36 -6 44 5 3 102 19 217 36 408 60 758 125 939 174 52 14 72 8 62 -18z m90 -233 c5 -12 -9 -31 -48 -68 -291 -270 -645 -465 -991 -545 -114 -26 -151 -22 -146 16 3 24 15 30 178 83 374 123 641 262 880 459 87 72 116 84 127 55z m-1493 -863 c8 -55 43 -133 80 -177 27 -32 27 -33 7 -33 -12 0 -38 7 -58 15 -87 37 -148 110 -182 220 -11 33 -22 67 -26 76 -5 13 14 9 83 -20 l90 -36 6 -45z"/><path fill="currentColor" d="M9968 3657 c-56 -43 -96 -109 -110 -184 -12 -64 -5 -117 15 -110 6 2 15 23 19 47 4 23 21 71 37 106 52 110 146 154 226 104 54 -33 149 -186 200 -322 15 -40 15 -50 5 -63 -11 -14 -10 -17 8 -22 18 -4 31 -35 79 -182 31 -97 61 -182 66 -188 13 -17 57 -17 57 1 0 21 -56 205 -89 289 l-29 77 34 0 c57 0 185 -30 247 -57 71 -32 127 -91 127 -134 0 -80 -92 -161 -230 -200 -66 -19 -232 -16 -317 5 -132 33 -224 109 -209 172 4 15 30 50 58 80 49 52 50 54 24 54 -30 0 -108 -66 -132 -111 -44 -87 15 -169 154 -213 213 -67 495 -52 625 34 109 73 124 178 39 272 -69 77 -193 125 -347 135 l-90 6 -24 56 c-13 31 -44 92 -69 136 -100 179 -174 245 -273 245 -50 0 -63 -5 -101 -33z"/><path fill="currentColor" d="M6955 3587 c-177 -47 -262 -183 -235 -376 26 -186 203 -377 410 -442 91 -29 222 -30 279 -2 26 13 41 16 42 9 1 -6 2 -17 3 -25 1 -18 17 -23 36 -11 12 7 13 16 2 54 -6 25 -9 65 -6 88 8 63 -8 98 -46 98 -27 0 -30 -3 -30 -33 0 -17 4 -46 9 -64 8 -26 6 -35 -12 -51 -76 -71 -252 -51 -394 46 -115 78 -198 201 -223 328 -28 146 45 276 190 335 52 21 211 18 280 -5 77 -26 115 -50 192 -124 69 -66 89 -72 80 -26 -11 58 -126 139 -262 184 -81 27 -242 36 -315 17z"/><path fill="currentColor" d="M5852 3581 c-13 -8 -6 -41 8 -41 13 0 37 -60 64 -160 l25 -95 -32 40 c-62 78 -170 184 -197 193 -37 13 -54 1 -46 -33 4 -15 27 -74 52 -132 24 -57 44 -119 44 -137 0 -44 26 -118 47 -133 22 -17 73 -17 73 0 0 7 -29 84 -64 172 -35 88 -62 162 -60 164 3 3 30 -20 60 -50 67 -64 154 -192 154 -225 0 -32 48 -86 74 -82 29 4 26 18 -32 188 -28 80 -53 163 -57 184 l-8 38 45 -26 c41 -24 58 -25 58 -4 0 4 -30 28 -67 51 -38 24 -74 51 -82 61 -21 25 -45 36 -59 27z"/><path fill="currentColor" d="M5386 3517 c-22 -22 -26 -35 -26 -80 0 -63 30 -167 70 -248 27 -52 89 -119 110 -119 6 0 19 -9 31 -21 27 -27 44 -13 59 52 8 33 20 55 36 66 31 20 30 31 -1 43 -19 7 -25 17 -25 39 0 84 -67 213 -135 260 -51 35 -90 37 -119 8z m119 -68 c42 -47 69 -101 85 -174 10 -44 9 -55 -11 -97 -22 -47 -23 -47 -42 -31 -24 23 -57 88 -91 181 -52 146 -21 210 59 121z"/><path fill="currentColor" d="M9306 3517 c-22 -22 -26 -35 -26 -80 0 -63 30 -167 70 -248 27 -52 89 -119 110 -119 6 0 19 -9 31 -21 27 -27 44 -13 59 52 8 33 20 55 36 66 31 20 30 31 -1 43 -19 7 -25 17 -25 39 0 84 -67 213 -135 260 -51 35 -90 37 -119 8z m119 -68 c42 -47 69 -101 85 -174 10 -44 9 -55 -11 -97 -22 -47 -23 -47 -42 -31 -24 23 -57 88 -91 181 -52 146 -21 210 59 121z"/><path fill="currentColor" d="M8440 3523 c-52 -19 -63 -74 -35 -171 9 -28 13 -63 9 -77 -4 -18 -2 -25 8 -25 7 0 28 -29 46 -65 37 -75 62 -95 126 -97 52 -3 59 4 76 62 29 103 -15 149 -142 150 -42 0 -49 9 -68 87 -25 110 16 124 101 33 55 -59 69 -65 69 -29 0 23 -86 108 -127 125 -35 15 -40 15 -63 7z m154 -273 c19 -7 26 -17 26 -37 -1 -104 -46 -94 -109 25 -11 21 -10 22 23 22 19 0 46 -4 60 -10z"/><path fill="currentColor" d="M12675 3520 c-11 -18 4 -28 58 -40 61 -12 117 -43 117 -64 0 -8 -19 -27 -42 -43 -65 -44 -118 -99 -118 -122 0 -33 75 -107 142 -140 113 -57 165 -51 154 17 -6 39 -50 102 -72 102 -17 0 -17 2 1 -50 8 -24 13 -45 11 -48 -20 -19 -149 47 -163 83 -7 21 23 64 59 83 53 29 88 63 88 85 0 12 -9 36 -19 53 -35 57 -194 119 -216 84z"/><path fill="currentColor" d="M13050 3523 c-52 -19 -63 -74 -35 -171 9 -28 13 -63 9 -77 -4 -18 -2 -25 8 -25 7 0 28 -29 46 -65 37 -75 62 -95 126 -97 52 -3 59 4 76 62 29 103 -15 149 -142 150 -42 0 -49 9 -68 87 -25 110 16 124 101 33 55 -59 69 -65 69 -29 0 23 -86 108 -127 125 -35 15 -40 15 -63 7z m154 -273 c19 -7 26 -17 26 -37 -1 -104 -46 -94 -109 25 -11 21 -10 22 23 22 19 0 46 -4 60 -10z"/><path fill="currentColor" d="M6080 3500 c0 -10 9 -42 20 -69 23 -60 50 -170 54 -226 5 -64 40 -133 71 -141 48 -12 49 7 10 106 -20 50 -35 94 -32 96 2 2 23 -22 45 -53 76 -105 119 -143 163 -143 27 0 29 3 29 35 0 43 -23 90 -50 105 -30 16 -40 4 -28 -31 28 -80 -42 -17 -114 103 -22 37 -55 101 -73 144 -18 42 -40 81 -47 85 -24 15 -48 10 -48 -11z"/><path fill="currentColor" d="M7582 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M9020 3490 c0 -16 20 -101 45 -189 25 -87 45 -162 45 -165 0 -3 -19 -6 -43 -6 -53 0 -62 -8 -40 -32 11 -12 30 -18 60 -18 41 0 43 -1 43 -29 0 -36 26 -110 47 -133 13 -15 83 -27 83 -15 0 2 -15 41 -34 88 l-34 84 70 3 c106 4 78 39 -35 41 -55 1 -49 -9 -102 166 -40 134 -51 185 -37 185 5 0 32 -18 58 -40 53 -44 64 -48 64 -24 0 31 -116 114 -159 114 -28 0 -31 -3 -31 -30z"/><path fill="currentColor" d="M10862 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M11260 3500 c0 -10 9 -42 20 -69 23 -60 50 -170 54 -226 5 -64 40 -133 71 -141 48 -12 49 7 10 106 -20 50 -35 94 -32 96 2 2 23 -22 45 -53 76 -105 119 -143 163 -143 27 0 29 3 29 35 0 43 -23 90 -50 105 -30 16 -40 4 -28 -31 28 -80 -42 -17 -114 103 -22 37 -55 101 -73 144 -18 42 -40 81 -47 85 -24 15 -48 10 -48 -11z"/><path fill="currentColor" d="M11612 3508 c-26 -26 -3 -138 54 -258 47 -99 76 -136 128 -159 34 -16 50 -18 84 -10 25 5 50 6 60 0 46 -23 58 40 17 98 -25 37 -75 205 -75 254 0 37 13 34 65 -14 39 -36 45 -39 45 -21 0 14 -19 36 -51 62 -107 84 -152 60 -118 -63 6 -22 9 -41 7 -43 -2 -2 -24 22 -48 53 -49 61 -113 113 -140 113 -9 0 -21 -5 -28 -12z m142 -130 c62 -68 146 -207 146 -242 0 -26 -74 -21 -100 6 -43 46 -120 206 -133 276 -10 51 14 40 87 -40z"/><path fill="currentColor" d="M12013 3505 c-16 -44 46 -229 110 -326 52 -79 91 -101 162 -94 l51 5 38 -105 c21 -57 35 -109 31 -115 -10 -16 14 -78 36 -94 26 -18 59 -9 59 16 0 11 -24 84 -54 163 -32 84 -52 152 -49 164 4 14 1 21 -9 21 -24 0 -117 295 -99 313 11 11 66 -25 81 -54 14 -25 30 -24 30 1 0 28 -113 110 -151 110 -27 0 -29 -3 -29 -37 0 -21 5 -55 11 -76 6 -22 9 -40 7 -42 -2 -2 -26 23 -53 57 -77 93 -155 136 -172 93z m156 -132 c62 -67 151 -210 151 -242 0 -6 -19 -11 -45 -11 -41 0 -46 3 -75 45 -17 24 -50 86 -74 137 -81 171 -68 192 43 71z"/><path fill="currentColor" d="M12450 3493 c0 -16 18 -79 40 -141 22 -62 40 -127 40 -145 0 -18 13 -54 28 -82 24 -45 31 -50 65 -53 20 -2 37 -1 37 3 0 3 -13 31 -29 63 -58 114 -121 295 -108 309 3 2 21 -4 41 -13 38 -18 52 -15 43 10 -8 20 -106 76 -134 76 -18 0 -23 -6 -23 -27z"/><path fill="currentColor" d="M12617 3004 c-19 -19 -5 -63 28 -93 61 -53 100 -34 53 26 -13 15 -28 37 -34 48 -12 21 -35 30 -47 19z"/><path fill="currentColor" d="M6340 814 l-385 -456 -3 394 c-2 403 0 438 37 457 9 5 33 11 54 15 81 15 33 26 -113 26 -145 0 -191 -10 -113 -25 56 -10 71 -22 83 -63 14 -52 14 -839 -1 -881 -12 -34 -53 -61 -94 -61 -14 0 -25 -6 -25 -13 0 -11 24 -14 110 -13 l110 1 361 430 c198 237 363 432 365 435 3 2 3 -176 2 -397 -3 -454 0 -436 -84 -449 -87 -13 -41 -22 106 -20 82 0 150 4 150 9 0 4 -9 7 -21 7 -39 0 -87 30 -98 62 -7 20 -11 197 -11 514 l0 484 -22 0 c-18 0 -113 -107 -408 -456z"/><path fill="currentColor" d="M14340 814 l-385 -456 -3 394 c-2 403 0 438 37 457 9 5 33 11 54 15 81 15 33 26 -113 26 -145 0 -191 -10 -113 -25 56 -10 71 -22 83 -63 14 -52 14 -839 -1 -881 -12 -34 -53 -61 -94 -61 -14 0 -25 -6 -25 -13 0 -11 24 -14 110 -13 l110 1 361 430 c198 237 363 432 365 435 3 2 3 -176 2 -397 -3 -454 0 -436 -84 -449 -87 -13 -41 -22 106 -20 82 0 150 4 150 9 0 4 -9 7 -21 7 -39 0 -87 30 -98 62 -7 20 -11 197 -11 514 l0 484 -22 0 c-18 0 -113 -107 -408 -456z"/><path fill="currentColor" d="M3006 1244 c-85 -21 -190 -79 -254 -143 -99 -98 -142 -207 -142 -361 0 -277 161 -481 423 -536 96 -21 377 -13 492 13 l80 18 3 108 c3 102 2 107 -18 107 -11 0 -20 -7 -20 -15 0 -29 -39 -91 -80 -129 -68 -61 -119 -79 -246 -84 -124 -5 -190 9 -277 56 -214 116 -284 474 -137 702 39 60 134 151 186 178 81 41 150 54 258 50 55 -3 119 -11 141 -19 l40 -14 3 -153 c2 -151 2 -153 -22 -177 -14 -14 -37 -25 -51 -25 -14 0 -25 -6 -25 -13 0 -9 41 -12 175 -12 134 0 175 3 175 12 0 8 -12 13 -28 13 -18 0 -38 10 -53 26 -23 24 -24 32 -27 184 l-3 158 -92 25 c-51 14 -119 31 -151 36 -83 15 -279 12 -350 -5z"/><path fill="currentColor" d="M4562 1234 c-78 -39 -146 -121 -235 -286 -43 -80 -88 -155 -100 -166 -18 -17 -99 -42 -134 -42 -3 0 -3 96 -1 213 4 246 8 262 78 273 89 14 29 24 -150 24 -104 0 -190 -4 -190 -8 0 -4 20 -13 45 -20 77 -20 75 -9 75 -504 0 -326 -3 -439 -13 -458 -8 -17 -28 -30 -60 -39 -26 -8 -47 -19 -47 -23 0 -6 116 -8 273 -6 259 3 274 4 322 26 61 28 100 64 128 117 30 57 30 193 0 250 -37 70 -101 121 -176 139 l-28 7 34 47 c19 26 70 110 113 187 83 149 166 248 217 260 38 10 83 -11 107 -50 11 -18 96 -246 188 -506 108 -305 173 -475 183 -477 10 -1 75 142 224 495 127 302 219 506 232 519 13 12 41 24 63 28 89 14 29 22 -165 23 -194 0 -252 -8 -167 -23 67 -12 75 -20 70 -72 -3 -26 -31 -110 -64 -187 l-60 -140 -168 0 -169 0 -53 155 c-30 85 -54 165 -54 178 0 33 34 62 75 62 24 0 35 5 35 15 0 13 -28 15 -188 15 -182 0 -190 -1 -240 -26z m743 -441 c-63 -166 -160 -392 -165 -386 -4 4 -35 91 -70 193 -35 102 -65 191 -68 198 -3 9 32 12 153 12 146 0 157 -1 150 -17z m-988 -94 c25 -8 103 -78 103 -93 0 -2 5 -28 10 -57 24 -124 -29 -259 -120 -306 -38 -20 -56 -23 -130 -21 l-85 3 -3 233 c-3 259 -9 238 74 251 52 9 98 6 151 -10z"/><path fill="currentColor" d="M7040 1246 c0 -11 10 -16 31 -16 20 0 40 -10 60 -29 l29 -29 0 -430 c0 -274 -4 -440 -10 -459 -12 -32 -45 -53 -85 -53 -16 0 -25 -6 -25 -15 0 -13 21 -15 128 -16 70 0 201 -4 292 -8 200 -10 271 -2 368 44 126 59 212 167 258 321 23 79 23 237 0 319 -49 167 -169 296 -331 357 -57 21 -78 22 -387 26 -292 3 -328 2 -328 -12z m627 -37 c68 -21 164 -87 204 -140 75 -98 104 -200 96 -338 -14 -245 -147 -428 -360 -493 -57 -17 -87 -20 -176 -16 -59 2 -112 8 -119 12 -9 5 -12 118 -12 457 0 483 1 493 51 520 61 32 207 31 316 -2z"/><path fill="currentColor" d="M8740 1246 c0 -11 9 -16 29 -16 43 0 60 -9 76 -41 13 -23 15 -102 15 -474 l0 -446 -25 -24 c-16 -17 -35 -25 -60 -25 -24 0 -35 -4 -35 -15 0 -13 30 -15 203 -17 328 -4 370 3 449 71 54 46 78 100 78 177 0 114 -66 200 -188 242 l-53 19 52 6 c70 9 151 50 189 95 62 75 77 211 32 298 -28 53 -87 108 -147 136 -48 22 -62 23 -332 26 -251 3 -283 1 -283 -12z m513 -29 c88 -37 137 -113 137 -212 0 -152 -126 -275 -280 -275 -36 0 -75 3 -88 6 l-23 7 3 196 c3 215 11 245 66 275 34 19 142 20 185 3z m-25 -553 c121 -60 160 -182 101 -309 -44 -93 -113 -134 -226 -135 -39 0 -78 3 -87 6 -14 5 -16 35 -16 229 0 169 3 225 13 228 6 3 46 6 88 6 62 1 84 -4 127 -25z"/><path fill="currentColor" d="M9560 1245 c0 -10 10 -15 30 -15 47 0 84 -24 109 -72 12 -24 95 -250 185 -503 104 -296 167 -461 177 -463 10 -1 75 142 224 495 127 302 219 506 232 519 13 12 41 24 63 28 89 14 29 22 -165 23 -194 0 -252 -8 -167 -23 67 -12 75 -20 70 -72 -3 -26 -31 -110 -64 -187 l-60 -140 -168 0 -169 0 -53 155 c-30 85 -54 165 -54 178 0 33 34 62 75 62 24 0 35 5 35 15 0 13 -23 15 -150 15 -127 0 -150 -2 -150 -15z m615 -452 c-63 -166 -160 -392 -165 -386 -4 4 -35 91 -70 193 -35 102 -65 191 -68 198 -3 9 32 12 153 12 146 0 157 -1 150 -17z"/><path fill="currentColor" d="M11440 1240 c0 -16 7 -20 31 -20 17 0 39 -5 51 -11 45 -24 48 -51 48 -504 l0 -427 -29 -29 c-22 -21 -39 -29 -65 -29 -24 0 -36 -5 -36 -14 0 -10 24 -13 118 -12 l119 1 204 437 c112 241 206 438 210 438 3 0 86 -198 184 -439 l180 -439 127 2 c71 0 128 3 128 6 0 3 -21 11 -46 18 -75 20 -74 14 -74 514 0 325 3 439 13 458 8 17 28 30 60 40 26 8 47 18 47 22 0 4 -85 6 -190 5 -174 -1 -190 -3 -190 -19 0 -12 8 -18 25 -18 38 0 73 -20 84 -49 8 -17 10 -158 9 -434 l-3 -408 -191 463 c-151 366 -195 464 -210 466 -16 2 -52 -68 -224 -438 l-205 -441 -3 373 c-3 420 -1 441 53 464 19 8 44 14 55 14 11 0 20 7 20 15 0 13 -23 15 -150 15 -143 0 -150 -1 -150 -20z"/><path fill="currentColor" d="M12860 1251 c0 -5 21 -14 46 -20 75 -19 74 -14 74 -511 0 -473 -1 -483 -58 -496 -52 -11 -62 -15 -62 -25 0 -5 146 -9 365 -9 l365 0 0 110 c0 91 -3 110 -15 110 -10 0 -15 -10 -15 -27 -1 -43 -34 -108 -69 -132 -39 -28 -118 -41 -258 -41 l-113 0 0 242 0 241 121 -6 c76 -5 133 -13 154 -22 33 -16 55 -50 55 -85 0 -13 7 -20 20 -20 19 0 20 7 20 140 0 133 -1 140 -20 140 -15 0 -20 -7 -20 -29 0 -17 -10 -42 -23 -56 -19 -23 -35 -28 -97 -35 -41 -5 -105 -9 -142 -10 l-68 0 0 213 c0 300 6 309 204 310 61 1 130 -5 154 -12 80 -23 135 -91 156 -193 4 -16 11 -28 17 -28 11 0 8 85 -8 213 l-6 47 -388 0 c-218 0 -389 -4 -389 -9z"/><path fill="currentColor" d="M10700 1235 c0 -10 10 -15 34 -15 74 0 95 -49 96 -223 l0 -108 -151 -300 c-82 -164 -161 -312 -175 -328 -14 -16 -40 -35 -59 -41 -69 -23 -34 -30 145 -30 108 0 180 4 180 10 0 5 -16 12 -35 16 -44 8 -59 26 -51 61 7 31 258 533 266 533 12 0 242 -492 247 -529 6 -44 -4 -54 -70 -66 -71 -14 -36 -20 108 -20 80 0 145 3 145 7 0 4 -18 12 -39 18 -25 6 -51 23 -68 45 -15 18 -93 169 -172 334 l-144 301 5 130 c6 153 17 178 87 195 23 6 39 14 35 18 -4 4 -92 7 -196 7 -160 0 -188 -2 -188 -15z"/></svg>') no-repeat;}*/
.top-bar-v2 .top-logo img{display:block; max-width:75%; margin:0 auto!important;}
.top-bar-v2 .top-cta{text-align:center;}
.top-bar-v2 .top-cta a{margin:15px auto 10px!important; background-color:#002b49; border-right:10px solid #002b49!important;}
.top-bar-v2 .top-cta a:hover{background-color:#626262!important; border-right:10px solid #626262!important;}
.top-bar-v2 .top-cta span, .top-bar-v2 .top-cta > div.cell-wrapper{display:block; width:100%;}

.top-bar-v2 .top-menu.custom-menu-primary.top-menu .hs-menu-wrapper > ul{text-align:right; margin:20px 0;}
.top-bar-v2 .top-menu.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li{display:inline-block; vertical-align:top; float:none;}
.top-bar-v2 .top-menu.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li a{color:#002b49!important; font-family:"Gentium Basic", serif;}
.top-bar-v2 .top-menu.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > a:hover, .top-bar-v2 .top-menu.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li:hover > a{background:#FFF; font-style:italic;}
.top-bar-v2 .top-menu.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li.active-branch > a{background:#f1f1f1!important; font-style:italic;}
.top-bar-v2 .top-menu.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li:hover ul, .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li.active-branch > a, .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > a:hover, .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li:hover > a{background:#FFF!important;}
.top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > ul li a:hover, .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul ul li.hs-item-has-children:hover > a{background:#f1f1f1; font-style:italic;}
.top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul ul{background:#FFF!important; box-shadow:2px 2px 0px rgba(0, 0, 0, 0.1);}

/* Top-bar V2 Sticky */
.top-bar-v2.sticky{position:fixed; z-index:20;}
.top-bar-v2.sticky .top-logo img{width:170px!important;}
.top-bar-v2.sticky .top-call-us .phone-info span.pnumber{color:#626262; background-image:url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60" style="enable-background:new 0 0 60 60; color:rgb(98, 98, 98);" xml:space="preserve" width="25px" height="25px"> <path fill="currentColor" d="M56.612,4.569c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c3.736,3.736,3.736,9.815,0,13.552     c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293     C61.128,16.434,61.128,9.085,56.612,4.569z"/> <path fill="currentColor" d="M52.401,6.845c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c1.237,1.237,1.918,2.885,1.918,4.639     s-0.681,3.401-1.918,4.638c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293 	c1.615-1.614,2.504-3.764,2.504-6.052S54.017,8.459,52.401,6.845z"/> <path fill="currentColor" d="M4.802,5.983c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0c-4.516,4.516-4.516,11.864,0,16.38 	c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 	C1.065,15.799,1.065,9.72,4.802,5.983z"/> <path fill="currentColor" d="M9.013,6.569c-0.391-0.391-1.023-0.391-1.414,0c-1.615,1.614-2.504,3.764-2.504,6.052s0.889,4.438,2.504,6.053 	c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 	c-1.237-1.237-1.918-2.885-1.918-4.639S7.775,9.22,9.013,7.983C9.403,7.593,9.403,6.96,9.013,6.569z"/> <circle fill="currentColor" cx="30" cy="53" r="2"/> <path fill="currentColor" d="M42.595,0H17.405C14.976,0,13,1.977,13,4.405v51.189C13,58.023,14.976,60,17.405,60h25.189C45.024,60,47,58.023,47,55.595 	V4.405C47,1.977,45.024,0,42.595,0z M33,3h1c0.552,0,1,0.447,1,1s-0.448,1-1,1h-1c-0.552,0-1-0.447-1-1S32.448,3,33,3z M26,3h4 	c0.552,0,1,0.447,1,1s-0.448,1-1,1h-4c-0.552,0-1-0.447-1-1S25.448,3,26,3z M30,57c-2.206,0-4-1.794-4-4s1.794-4,4-4s4,1.794,4,4 	S32.206,57,30,57z M45,46H15V8h30V46z"/></svg>') ;
background-repeat:no-repeat; background-position:left center; background-size:auto 100%;}
.top-bar-v2.sticky .top-call-us h3{color:#626262;}
.top-bar-v2.sticky .top-bar-top{padding:5px 30px;}

.header-container-wrapper{position:relative;}
.header-container{/*position:fixed; width:100%; top:0; left:0; z-index:20;*/ min-height:80px;}

.body-container > .row-fluid-wrapper{position:relative; z-index:5; background:#FFF;}
.body-container > .row-fluid-wrapper:first-child{z-index:1;}
.footer-container > .row-fluid-wrapper{position:relative; z-index:5; background:#FFF;}


.front .body-container{background:#FFF;}
.internal .body-container{min-height:45vh;}

/* Slider */

.slider ul, .slider li{margin:0; padding:0;}
.slider .flex-slider-main{margin:0; position:fixed; overflow:hidden; z-index:1;} 
.slider .hs_cos_flex-slider .hs_cos_flex-slides > li{max-height:80vh; overflow:hidden; margin:0; padding:0;}
.slider .hs_cos_flex-slider .hs_cos_flex-slides li img, .slider img{height:auto!important; width:100%!important;}
.front .slider{padding:0 0 38%;}
.front .slider .caption h1{font-size:30px; font-family:"Gentium Basic", serif; line-height:35px; color:#353535; font-weight:400; font-style:italic; height:auto!important; margin-top:0;}
.front .slider .caption{bottom:inherit; font-size:inherit; background:transparent!important; padding:20px!important; box-sizing:border-box; width:45%; left:0; top:50%; -webkit-transform:translateY(-50%); 
-ms-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);}
.front .slider .caption-border{background:rgba(255, 255, 255, 0.8)!important; padding:20px!important; box-sizing:border-box; position:relative; z-index:15;}
.front .slider .caption:before{width:100%; height:100%; top:0; bottom:0; left:0; background:transparent; border:2px solid #fff; content:''; position:absolute;}

/* Menu */

.btm-menu{background:#d1d3d4; min-height:28px!important; visibility:visible!important;}
.btm-menu .hs-menu-wrapper > ul{overflow:hidden; max-width:1200px; margin:0 auto!important; width:100%; display:block; padding:0; margin:0; font-size:0; text-align:center;}
.btm-menu .hs-menu-wrapper > ul > li{padding:0; margin:0; float:none!important; display:inline-block; vertical-align:top;}
.btm-menu .hs-menu-wrapper > ul > li > a{color:#002b49; display:block; font-size:16px; text-transform:uppercase;}
    .btm-menu .hs-menu-wrapper > ul > li.active-branch > a, .btm-menu .hs-menu-wrapper > ul > li:hover > a, .btm-menu .hs-menu-wrapper > ul > li.active > a{color:#fff; background:#002b49;}
    
.custom-menu-primary.top-menu .hs-menu-wrapper > ul{text-align:center; width:100%; display:block; margin:0; padding:0;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > a{font-size:16px; text-transform:uppercase;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li, .custom-menu-primary.top-menu .hs-menu-wrapper > ul li{padding:0; margin:0;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li a{padding:7px 15px; font-weight:400; display:block;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > ul{left:0!important; margin:0; padding:0;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul ul{text-align:left; width:250px; padding:0; margin:0; left:250px!important;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > ul li, .custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > ul li a{background:transparent;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > ul li a{border-bottom:1px solid rgba(255, 255, 255, 0.3); display:block; max-width:100%; box-sizing:border-box; width:inherit!important; overflow:inherit!important;
white-space:normal; text-overflow:inherit;}
.custom-menu-primary.top-menu .hs-menu-wrapper > ul > li > ul li:last-child > a{border:0 none;}

/* Homepage */

    /* Introduction */
    .front .intro-boxes{text-align:center; font-size:0; overflow:hidden;}
    .front .intro-boxes .box{max-width:calc(33% - 40px); width:33%!important; float:none!important; vertical-align:top; display:inline-block; padding:20px; margin:20px; box-sizing:border-box;
    border:1px solid #99CAC6; border-radius:3px; box-shadow:0 1px 1px rgba(0, 0, 0, 0.2); background:rgba(255, 255, 255, 0.6);}
    .front .intro-boxes .box.widget-type-rich_text .hs_cos_wrapper h3{text-transform:uppercase; margin:0 0 15px;}
    .front .intro-boxes .box.widget-type-rich_text .hs_cos_wrapper p{text-align:left;}
    .front .intro-boxes .box.widget-type-rich_text .hs_cos_wrapper p:last-child{text-align:center;}
    
    /* Awards */
    .front .awards.section{padding:300px 0;}
    .front .awards .widget-type-header h2{color:#FFF; text-shadow:2px 2px 3px rgba(0, 0, 0, 0.5), 3px 3px 5px rgba(0, 0, 0, 0.7);}
    .front .awards .award-boxes-wrapper{text-align:center; font-size:0; overflow:hidden; margin:35px 0;}
    .front .awards .award-boxes-wrapper span.hs_cos_wrapper > div.hs_cos_wrapper{max-width:calc(33% - 40px); float:none!important; display:inline-block; vertical-align:middle; width:33%!important; margin:15px 20px!important; 
    padding:20px!important; background:#FFF; box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4); box-sizing:border-box;}
    .front .awards .award-boxes-wrapper .award-box{text-align:center;}
    .front .awards .award-boxes-wrapper .award-box h4.award-label{font-style:italic; font-weight:800; margin:0 0 5px; font-size:22px; line-height:25px; color:#353535;}
    .front .awards .award-boxes-wrapper .award-box p.award-group{margin:0;}
    
    /* Awards v2 */
    .front .award-v2 .freddy-cont .widget-type-header h2{padding:20px 45px;}
    .front .award-v2 .freddy-cont .widget-type-header h2:after, .freddy .widget-type-header h2:before{display:inline-block; position:relative; vertical-align:top;}
    .front .award-v2 .freddy-cont .widget-type-header h2:after{content:"”";}
    .front .award-v2 .freddy-cont .widget-type-header h2:before{content:"“";}
    
    .front .award-v2 ul.award-list-v2{margin:30px 0;}
    .front .award-v2 ul.award-list-v2 li{list-style:none; font-size:18px; color:#666; line-height:18px; margin:15px 0;}
    .front .award-v2 ul.award-list-v2 li + li{padding-left:calc(25px + 2%);}
    .front .award-v2 ul.award-list-v2 li + li + li{padding-left:calc(25px + 4%);}
    .front .award-v2 ul.award-list-v2 li + li + li + li{padding-left:calc(25px + 6%);}
    .front .award-v2 ul.award-list-v2 li + li + li + li + li{padding-left:calc(25px + 8%);}
    .front .award-v2 ul.award-list-v2 li + li + li + li + li + li{padding-left:calc(25px + 10%);}
    .front .award-v2 ul.award-list-v2 li strong{display:block; margin:10px 0 5px; font-size:20px!important;}
    
    /* Fredman Layout */
    .freddy{position:relative;}
    .freddy .widget-type-header h2{text-align:left; font-size:40px; line-height:45px; font-weight:normal; padding:20px; margin:-60px 0 0 0; background:#FFF; display:inline-block;}
    .freddy .widget-type-header{max-width:80%;}
    .freddy .page-center{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); 
    transform:translate(-50%, -50%); max-width:95%!important; z-index:3;}
    .freddy .page-center .freddy-cont{width:70%; background:#d1d3d4;}
    .freddy .freddy-cont .widget-type-rich_text{padding:20px; box-sizing:border-box; overflow:hidden;}
    .freddy .freddy-cont .widget-type-rich_text p{text-align: justify; line-height:1.2em;}
    .freddy .freddy-cont .widget-type-rich_text span.hs-cta-node{display:block; text-align:center!important;}
    .freddy .freddy-bg-image{padding-right:5%; box-sizing:border-box; position:relative; z-index:-1;}
    .freddy .freddy-bg-image span.hs_cos_wrapper{display:block; width:100%; text-align:right; max-height:82vh; overflow:hidden;}
    .freddy .freddy-bg-image span.hs_cos_wrapper img{display:inline-block; width:auto!important; max-width:75%;}
    
    .freddy-right .widget-type-header{width:100%; max-width:100%;}
    .freddy-right .widget-type-header h2{color:#353535; background:none; padding:0 0 20px; margin:0; display:block;}
    .freddy-right .page-center .row-fluid-wrapper > .row-fluid, .not-front .freddy-right .page-center{text-align:right;}
    .freddy-right .page-center .freddy-cont{background:#FFF; padding:35px; display:inline-block; float:none!important; box-sizing:border-box;}
    .freddy-right .page-center .freddy-cont .widget-type-rich_text{padding:20px; background:#d1d3d4; text-align:left;}
    .freddy-right .freddy-bg-image span.hs_cos_wrapper{text-align:left;}
    .freddy-right .freddy-bg-image{padding-left:5%; padding-right:0%; box-sizing:border-box;}
    .freddy .freddy-cont .widget-type-rich_text ul{padding:0;}
    
    /* Page Heading */
    .page-heading.section{padding:30px 0; position:relative; z-index:2; border:0!important;}
    
    /* Packages */
        /* Main */
        .box-with-border.section{padding:300px 0;}
        .box-with-border .hs_cos_wrapper_type_header h2{margin:20px 0 15px 0; font-weight:600;}
        .box-with-border .widget-type-rich_text p{margin:0 0 15px 0; overflow:hidden;}
        .box-with-border .page-center{background:transparent; padding:20px; position:relative;}
        .box-with-border .page-center:after{content:''; position:absolute; top:0; left:0; background:transparent; border:2px solid #fff; width:100%; height:100%; z-index:-1;}
        .box-with-border .page-center .widget-span, .box-with-border .page-center .full-col{padding:0 20px; background:rgba(255, 255, 255, 0.8);}
        .box-with-border .page-center .header-col h2{padding:20px 0;}
        
        /* Front Override */
        .front.home .box-with-border.section{padding:300px 0;}
        
        /* Three Column Packages */
        .travel-packages{background:#FFF;}
        .travel-packages > span.hs_cos_wrapper{display:block; width:100%; text-align:center; font-size:0;}
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper{max-width:calc(33.3% - 45px); width:33.3%!important; padding:0!important; border-top:1px solid transparent; 
        border-bottom:1px solid transparent; margin:45px 22.5px 0!important; display:inline-block; vertical-align:top; float:none!important; box-sizing:border-box; overflow:hidden;}
        
        /* All Display Boxes */
        .display-box{border:1px solid transparent; width:100%; max-width:100%; box-sizing:border-box; padding:35% 0; display:table;}
        .display-box .box{padding:20px; width:75%; margin:0 auto; background:transparent; display:block; position:relative;}
        .display-box .box:after{position:absolute; left:0; top:0; width:100%; height:100%; background:transparent; border:2px solid #fff; z-index:2; content:"";}
        .display-box .box-info{background:rgba(255, 255, 255, 0.8); padding:40px 20px; position:relative; z-index:10;}
        .display-box .box-info h4{margin:0; font-weight:700; font-style:italic;}
        .display-box .box-info p{color:#353535;}
        
        /* Discover Belize */
        .discover-more-belize{background:#FFF;}
        .discover-more-belize > .row-fluid-wrapper > .row-fluid{font-size:0; text-align:center;}
        .discover-more-belize .left-discover, .discover-more-belize .right-discover{display:inline-block; vertical-align:top; width:50%!important; max-width:calc(50% - 45px); padding:0!important; margin:0 22.5px 45px!important; float:none!important; box-sizing:border-box;
        border:1px solid transparent;}
        .discover-more-belize .widget-type-rich_text{max-width:60%; margin:0 auto!important; display:block; padding:15% 0; float:none!important;}
        .discover-more-belize .widget-type-rich_text span.hs_cos_wrapper{display:block; width:100%;}
        .discover-more-belize .widget-type-rich_text *{color:#fff!important;}
        .discover-more-belize .widget-type-rich_text h2{font-weight:600; font-style:italic; text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5); margin:0 0 20px;}
        .discover-more-belize .widget-type-rich_text p{font-weight:700; font-size:20px; text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5);}
        .discover-more-belize .widget-type-rich_text a.gb-btn{box-shadow:1px 2px 1px rgba(0, 0, 0, 0.3);}
        
        /* Blog Feed */
        .blog-feed .widget-type-rich_text h2{color:#002b49; font-style:italic;}
        .blog-feed .feedreader_box{text-align:center; font-size:0;}
        .blog-feed .feedreader_box .hs-rss-item{width:33%; float:none!important; max-width:calc(33% - 40px); display:inline-block; margin:0 20px 20px; box-sizing:border-box; border:1px solid #d3d3d3; border-radius:3px; 
        background:rgba(255, 255, 255, 0.75); vertical-align:top; box-shadow:1px 2px 1px rgba(0, 0, 0, 0.1);}
        .blog-feed .feedreader_box .hs-rss-item > div{width:100%!important; display:block; float:none!important;}
        .blog-feed .feedreader_box .hs-rss-item div.hs-rss-item-text{padding:0 20px; box-sizing:border-box; text-align:left; margin-top:20px;}
        .blog-feed .feedreader_box .hs-rss-item div.hs-rss-item-text a.hs-rss-title{font-size:18px; font-style:italic; font-weight:600; line-height:1.2em; text-decoration:none; color:#002b49;}
        .blog-feed .feedreader_box .hs-rss-item div.hs-rss-item-text .hs-rss-description p{font-weight:300;}
    
/* Internal */
    /* Slider - Header Img */
    .internal .slider .widget-type-linked_image span.hs_cos_wrapper{overflow:hidden; max-height:470px; display:block;}
    .internal .slider{position:relative;}
    .internal .slider .page-center{position:absolute; z-index:8; top:50%; left:50%; text-align:center; -webkit-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); 
    -ms-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
    .internal .slider .page-title{max-width:75%; padding:20px; display:inline-block; float:none!important; position:relative; z-index:7;}
    .internal .slider .page-title:after{position:absolute; left:0; top:0; width:100%; height:100%; background:transparent; border:2px solid #fff; z-index:-1; content:"";}
    .internal .slider .page-title *{color:#353535; font-size:32px; font-family:'Bilbo Swash Caps', sans-serif; font-style:italic;}
    .internal .slider .page-title span.hs_cos_wrapper{display:block; box-sizing:border-box; padding:20px; background:rgba(255, 255, 255, 0.8); z-index:5;}
    
    .internal .section-flex-col .page-center .hs_cos_wrapper_type_rich_text > h1, .internal .section-flex-col .page-center .hs_cos_wrapper_type_header > h1, .internal .section-flex-col .col > h1,
    .internal .section-flex-col .page-center .hs_cos_wrapper_type_rich_text > h2, .internal .section-flex-col .page-center .hs_cos_wrapper_type_header > h2, .internal .section-flex-col .col > h2,
    .internal .section-flex-col .page-center .hs_cos_wrapper_type_rich_text > h3, .internal .section-flex-col .page-center .hs_cos_wrapper_type_header > h3, .internal .section-flex-col .col > h3,
    .internal .section-flex-col .page-center .hs_cos_wrapper_type_rich_text > h4, .internal .section-flex-col .page-center .hs_cos_wrapper_type_header > h4, .internal .section-flex-col .col > h4{margin-top:0;}
    
    .internal .section-flex-col:first-child .page-center span.hs_cos_wrapper > div:first-child, .internal .section-flex-col:last-child .page-center span.hs_cos_wrapper > div:first-child{padding-top:50px;}
    .internal .section-flex-col:first-child .page-center span.hs_cos_wrapper > div:last-child, .internal .section-flex-col:last-child .page-center span.hs_cos_wrapper > div:last-child{padding-bottom:50px;}
    
    
    /* Landing Page Slider */
    .internal .slider.foggy .widget-type-linked_image span.hs_cos_wrapper{overflow:hidden; max-height:170px; min-height:170px; display:block;}
    .internal .slider.foggy .page-title span.hs_cos_wrapper{background:transparent;}
    .internal .slider.foggy .page-title{max-width:75%; padding:0px; display:block; float:none!important; position:relative; z-index:7; margin:0 auto;}
    .internal .slider.foggy .page-title *{color:#FFF; font-family:"Gentium Basic",sans-serif!important; text-transform:uppercase; text-align:center; font-weight:700; text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.4);}
    .internal .slider.foggy .page-title:after{}
    
     /* Landing Page Slider */
    .internal .slider.light-gray{overflow:hidden; max-height:170px; min-height:170px; display:block; background:#f1f1f1;}
    .internal .slider.light-gray .page-title span.hs_cos_wrapper{background:transparent;}
    .internal .slider.light-gray .page-title{max-width:75%; padding:0px; display:block; float:none!important; position:relative; z-index:7; margin:0 auto;}
    .internal .slider.light-gray .page-title *{color:#002b49; font-family:"Gentium Basic",sans-serif!important; text-align:center; font-weight:700;}
    .internal .slider.light-gray .page-title:after{border:0 none; background:#FFF;}
    
    /* Sitemap */
    span.gbsitemap17{display:block; width:100%;}
    span.gbsitemap17 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static;}
    span.gbsitemap17 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li{margin:0 0 0 3em; list-style:circle outside; padding:0 0 0 5px;}
    span.gbsitemap17 .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{padding:5px; max-width:100%; display:block; text-overflow:inherit; overflow:visible; width:100%;}
    span.gbsitemap17 .hs-menu-wrapper.hs-menu-flow-vertical > ul > li{padding:0; list-style:none;}
    
    .internal .section-flex-col:first-child .page-center span.gbsitemap17 div.hs-menu-wrapper.hs-menu-flow-vertical{padding:0!important;}
    .internal.hs-content-name-sitemap .section-flex-col:first-child .page-center > span.hs_cos_wrapper > div, .internal.hs-content-name-sitemap .section-flex-col:last-child .page-center > span.hs_cos_wrapper > div{padding-bottom:0!important;}
    
/* Modules */
    /* Hubspot Headers */
    .hs_cos_wrapper_type_header h2{text-align:center; margin-top:0; font-size:28px; line-height:30px; font-family:'Bilbo Swash Caps', cursive;}
    
    /* Page Heading */
    .page-heading .hs_cos_wrapper_type_header h2{font-family:'Bilbo Swash Caps', cursive; color:#002b49; font-size:28px; line-height:1.2em; font-style:italic; margin:0!important; text-align:center; padding:0 20px; border:0!important;}
    .page-heading .hs_cos_wrapper_type_header h3{font-family:'Bilbo Swash Caps', cursive; color:#002b49; font-size:20px; line-height:1.2em; font-style:italic; margin:0!important; text-align:center; 
    font-weight:700; text-transform:uppercase; padding:0 20px; border:0!important;}
    
    /* Page/Shell Divider */
    .section.section-divider{border:0; position:relative; z-index:2;}
    .section-divider .divider span.hs_cos_wrapper{display:block; width:100%; max-width:100%; overflow:hidden;}
    .section-divider .divider span.hs_cos_wrapper > img{margin:0 auto!important; display:block; width:980px; max-width:initial;}
    
    
    /* Follow Me - Custom */
    .social-top a.fm_button span, .btm-social a.fm_button span{display:none!important;}
    .social-top a.fm_button, .btm-social a.fm_button{width:25px!important; height:25px!important; display:inline-block;}
    
    .social-top a.fm_facebook{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 96.124 96.123" style="enable-background:new 0 0 96.124 96.123; color:rgb(255, 255, 255);" xml:space="preserve"><path fill="currentColor" d="M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803	c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654	c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246	c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z"/></svg>') no-repeat;} 
    .btm-social a.fm_facebook{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 96.124 96.123" style="enable-background:new 0 0 96.124 96.123; color:rgb(19, 78, 104);" xml:space="preserve"><path fill="currentColor" d="M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803    c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654	c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246	c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z"/></svg>') no-repeat;} 
    .social-top a.fm_pinterest{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"  width="25px" height="25px" viewBox="0 0 97.672 97.672" style="enable-background:new 0 0 97.672 97.672; color:rgb(255, 255, 255);"  xml:space="preserve"> <path fill="currentColor" d="M51.125,0C24.469,0,11.029,19.11,11.029,35.047c0,9.649,3.653,18.232,11.487,21.432c1.286,0.525,2.438,0.019,2.812-1.403     c0.258-0.985,0.871-3.468,1.144-4.503c0.376-1.407,0.229-1.9-0.807-3.126c-2.259-2.665-3.703-6.115-3.703-11.002 	c0-14.178,10.608-26.87,27.624-26.87c15.064,0,23.342,9.206,23.342,21.5c0,16.176-7.159,29.828-17.786,29.828 	c-5.87,0-10.262-4.854-8.854-10.807c1.686-7.107,4.951-14.778,4.951-19.907c0-4.592-2.463-8.423-7.565-8.423 	c-6,0-10.819,6.207-10.819,14.521c0,5.296,1.789,8.878,1.789,8.878s-6.141,26.015-7.215,30.571 	c-2.145,9.072-0.322,20.195-0.168,21.318c0.089,0.666,0.944,0.824,1.332,0.322c0.555-0.723,7.7-9.544,10.129-18.359 	c0.687-2.496,3.944-15.42,3.944-15.42c1.95,3.717,7.647,6.992,13.706,6.992c18.034,0,30.271-16.441,30.271-38.45 	C86.644,15.498,72.547,0,51.125,0z"/></svg>') no-repeat;} 
    .btm-social a.fm_pinterest{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"  width="25px" height="25px" viewBox="0 0 97.672 97.672" style="enable-background:new 0 0 97.672 97.672; color:rgb(19, 78, 104);"  xml:space="preserve"> <path fill="currentColor" d="M51.125,0C24.469,0,11.029,19.11,11.029,35.047c0,9.649,3.653,18.232,11.487,21.432c1.286,0.525,2.438,0.019,2.812-1.403     c0.258-0.985,0.871-3.468,1.144-4.503c0.376-1.407,0.229-1.9-0.807-3.126c-2.259-2.665-3.703-6.115-3.703-11.002     c0-14.178,10.608-26.87,27.624-26.87c15.064,0,23.342,9.206,23.342,21.5c0,16.176-7.159,29.828-17.786,29.828 	c-5.87,0-10.262-4.854-8.854-10.807c1.686-7.107,4.951-14.778,4.951-19.907c0-4.592-2.463-8.423-7.565-8.423 	c-6,0-10.819,6.207-10.819,14.521c0,5.296,1.789,8.878,1.789,8.878s-6.141,26.015-7.215,30.571 	c-2.145,9.072-0.322,20.195-0.168,21.318c0.089,0.666,0.944,0.824,1.332,0.322c0.555-0.723,7.7-9.544,10.129-18.359 	c0.687-2.496,3.944-15.42,3.944-15.42c1.95,3.717,7.647,6.992,13.706,6.992c18.034,0,30.271-16.441,30.271-38.45 	C86.644,15.498,72.547,0,51.125,0z"/></svg>') no-repeat;}
    .social-top a.fm_twitter{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 449.956 449.956" style="enable-background:new 0 0 449.956 449.956; color:rgb(255, 255, 255);"  xml:space="preserve"><path fill="currentColor" d="M449.956,85.657c-17.702,7.614-35.408,12.369-53.102,14.279c19.985-11.991,33.503-28.931,40.546-50.819     c-18.281,10.847-37.787,18.268-58.532,22.267c-18.274-19.414-40.73-29.125-67.383-29.125c-25.502,0-47.246,8.992-65.24,26.98 	c-17.984,17.987-26.977,39.731-26.977,65.235c0,6.851,0.76,13.896,2.284,21.128c-37.688-1.903-73.042-11.372-106.068-28.407 	C82.46,110.158,54.433,87.46,31.403,59.101c-8.375,14.272-12.564,29.787-12.564,46.536c0,15.798,3.711,30.456,11.138,43.97 	c7.422,13.512,17.417,24.455,29.98,32.831c-14.849-0.572-28.743-4.475-41.684-11.708v1.142c0,22.271,6.995,41.824,20.983,58.674 	c13.99,16.848,31.645,27.453,52.961,31.833c-7.995,2.091-16.086,3.138-24.269,3.138c-5.33,0-11.136-0.475-17.416-1.42 	c5.9,18.459,16.75,33.633,32.546,45.535c15.799,11.896,33.691,18.028,53.677,18.418c-33.498,26.262-71.66,39.393-114.486,39.393 	c-8.186,0-15.607-0.373-22.27-1.139c42.827,27.596,90.03,41.394,141.612,41.394c32.738,0,63.478-5.181,92.21-15.557 	c28.746-10.369,53.297-24.267,73.665-41.686c20.362-17.415,37.925-37.448,52.674-60.097c14.75-22.651,25.738-46.298,32.977-70.946 	c7.23-24.653,10.848-49.344,10.848-74.092c0-5.33-0.096-9.325-0.287-11.991C421.785,120.202,437.202,104.306,449.956,85.657z"/></svg>') no-repeat;}
    .btm-social a.fm_twitter{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 449.956 449.956" style="enable-background:new 0 0 449.956 449.956; color:rgb(19, 78, 104);"  xml:space="preserve"><path fill="currentColor" d="M449.956,85.657c-17.702,7.614-35.408,12.369-53.102,14.279c19.985-11.991,33.503-28.931,40.546-50.819     c-18.281,10.847-37.787,18.268-58.532,22.267c-18.274-19.414-40.73-29.125-67.383-29.125c-25.502,0-47.246,8.992-65.24,26.98     c-17.984,17.987-26.977,39.731-26.977,65.235c0,6.851,0.76,13.896,2.284,21.128c-37.688-1.903-73.042-11.372-106.068-28.407 	C82.46,110.158,54.433,87.46,31.403,59.101c-8.375,14.272-12.564,29.787-12.564,46.536c0,15.798,3.711,30.456,11.138,43.97 	c7.422,13.512,17.417,24.455,29.98,32.831c-14.849-0.572-28.743-4.475-41.684-11.708v1.142c0,22.271,6.995,41.824,20.983,58.674 	c13.99,16.848,31.645,27.453,52.961,31.833c-7.995,2.091-16.086,3.138-24.269,3.138c-5.33,0-11.136-0.475-17.416-1.42 	c5.9,18.459,16.75,33.633,32.546,45.535c15.799,11.896,33.691,18.028,53.677,18.418c-33.498,26.262-71.66,39.393-114.486,39.393 	c-8.186,0-15.607-0.373-22.27-1.139c42.827,27.596,90.03,41.394,141.612,41.394c32.738,0,63.478-5.181,92.21-15.557 	c28.746-10.369,53.297-24.267,73.665-41.686c20.362-17.415,37.925-37.448,52.674-60.097c14.75-22.651,25.738-46.298,32.977-70.946 	c7.23-24.653,10.848-49.344,10.848-74.092c0-5.33-0.096-9.325-0.287-11.991C421.785,120.202,437.202,104.306,449.956,85.657z"/></svg>') no-repeat;}
    .social-top a.fm_google{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 96.828 96.827" style="enable-background:new 0 0 96.828 96.827; color:rgb(255, 255, 255);"  xml:space="preserve"> <path fill="currentColor" d="M62.617,0H39.525c-10.29,0-17.413,2.256-23.824,7.552c-5.042,4.35-8.051,10.672-8.051,16.912     c0,9.614,7.33,19.831,20.913,19.831c1.306,0,2.752-0.134,4.028-0.253l-0.188,0.457c-0.546,1.308-1.063,2.542-1.063,4.468 	c0,3.75,1.809,6.063,3.558,8.298l0.22,0.283l-0.391,0.027c-5.609,0.384-16.049,1.1-23.675,5.787 	c-9.007,5.355-9.707,13.145-9.707,15.404c0,8.988,8.376,18.06,27.09,18.06c21.76,0,33.146-12.005,33.146-23.863 	c0.002-8.771-5.141-13.101-10.6-17.698l-4.605-3.582c-1.423-1.179-3.195-2.646-3.195-5.364c0-2.672,1.772-4.436,3.336-5.992 	l0.163-0.165c4.973-3.917,10.609-8.358,10.609-17.964c0-9.658-6.035-14.649-8.937-17.048h7.663c0.094,0,0.188-0.026,0.266-0.077 	l6.601-4.15c0.188-0.119,0.276-0.348,0.214-0.562C63.037,0.147,62.839,0,62.617,0z M34.614,91.535 	c-13.264,0-22.176-6.195-22.176-15.416c0-6.021,3.645-10.396,10.824-12.997c5.749-1.935,13.17-2.031,13.244-2.031 	c1.257,0,1.889,0,2.893,0.126c9.281,6.605,13.743,10.073,13.743,16.678C53.141,86.309,46.041,91.535,34.614,91.535z 	 M34.489,40.756c-11.132,0-15.752-14.633-15.752-22.468c0-3.984,0.906-7.042,2.77-9.351c2.023-2.531,5.487-4.166,8.825-4.166 	c10.221,0,15.873,13.738,15.873,23.233c0,1.498,0,6.055-3.148,9.22C40.94,39.337,37.497,40.756,34.489,40.756z"/> <path fill="currentColor" d="M94.982,45.223H82.814V33.098c0-0.276-0.225-0.5-0.5-0.5H77.08c-0.276,0-0.5,0.224-0.5,0.5v12.125H64.473 	c-0.276,0-0.5,0.224-0.5,0.5v5.304c0,0.275,0.224,0.5,0.5,0.5H76.58V63.73c0,0.275,0.224,0.5,0.5,0.5h5.234 	c0.275,0,0.5-0.225,0.5-0.5V51.525h12.168c0.276,0,0.5-0.223,0.5-0.5v-5.302C95.482,45.446,95.259,45.223,94.982,45.223z"/></svg>') no-repeat;}
    .btm-social a.fm_google{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 96.828 96.827" style="enable-background:new 0 0 96.828 96.827; color:rgb(19, 78, 104);"  xml:space="preserve"> <path fill="currentColor" d="M62.617,0H39.525c-10.29,0-17.413,2.256-23.824,7.552c-5.042,4.35-8.051,10.672-8.051,16.912     c0,9.614,7.33,19.831,20.913,19.831c1.306,0,2.752-0.134,4.028-0.253l-0.188,0.457c-0.546,1.308-1.063,2.542-1.063,4.468 	c0,3.75,1.809,6.063,3.558,8.298l0.22,0.283l-0.391,0.027c-5.609,0.384-16.049,1.1-23.675,5.787 	c-9.007,5.355-9.707,13.145-9.707,15.404c0,8.988,8.376,18.06,27.09,18.06c21.76,0,33.146-12.005,33.146-23.863 	c0.002-8.771-5.141-13.101-10.6-17.698l-4.605-3.582c-1.423-1.179-3.195-2.646-3.195-5.364c0-2.672,1.772-4.436,3.336-5.992 	l0.163-0.165c4.973-3.917,10.609-8.358,10.609-17.964c0-9.658-6.035-14.649-8.937-17.048h7.663c0.094,0,0.188-0.026,0.266-0.077 	l6.601-4.15c0.188-0.119,0.276-0.348,0.214-0.562C63.037,0.147,62.839,0,62.617,0z M34.614,91.535 	c-13.264,0-22.176-6.195-22.176-15.416c0-6.021,3.645-10.396,10.824-12.997c5.749-1.935,13.17-2.031,13.244-2.031 	c1.257,0,1.889,0,2.893,0.126c9.281,6.605,13.743,10.073,13.743,16.678C53.141,86.309,46.041,91.535,34.614,91.535z 	 M34.489,40.756c-11.132,0-15.752-14.633-15.752-22.468c0-3.984,0.906-7.042,2.77-9.351c2.023-2.531,5.487-4.166,8.825-4.166 	c10.221,0,15.873,13.738,15.873,23.233c0,1.498,0,6.055-3.148,9.22C40.94,39.337,37.497,40.756,34.489,40.756z"/> <path fill="currentColor" d="M94.982,45.223H82.814V33.098c0-0.276-0.225-0.5-0.5-0.5H77.08c-0.276,0-0.5,0.224-0.5,0.5v12.125H64.473 	c-0.276,0-0.5,0.224-0.5,0.5v5.304c0,0.275,0.224,0.5,0.5,0.5H76.58V63.73c0,0.275,0.224,0.5,0.5,0.5h5.234 	c0.275,0,0.5-0.225,0.5-0.5V51.525h12.168c0.276,0,0.5-0.223,0.5-0.5v-5.302C95.482,45.446,95.259,45.223,94.982,45.223z"/></svg>') no-repeat;}
    .social-top a.fm_instagram{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 97.395 97.395" style="enable-background:new 0 0 97.395 97.395; color:rgb(255, 255, 255);" xml:space="preserve"><path fill="currentColor" d="M12.501,0h72.393c6.875,0,12.5,5.09,12.5,12.5v72.395c0,7.41-5.625,12.5-12.5,12.5H12.501C5.624,97.395,0,92.305,0,84.895		V12.5C0,5.09,5.624,0,12.501,0L12.501,0z M70.948,10.821c-2.412,0-4.383,1.972-4.383,4.385v10.495c0,2.412,1.971,4.385,4.383,4.385		h11.008c2.412,0,4.385-1.973,4.385-4.385V15.206c0-2.413-1.973-4.385-4.385-4.385H70.948L70.948,10.821z M86.387,41.188h-8.572		c0.811,2.648,1.25,5.453,1.25,8.355c0,16.2-13.556,29.332-30.275,29.332c-16.718,0-30.272-13.132-30.272-29.332		c0-2.904,0.438-5.708,1.25-8.355h-8.945v41.141c0,2.129,1.742,3.872,3.872,3.872h67.822c2.13,0,3.872-1.742,3.872-3.872V41.188		H86.387z M48.789,29.533c-10.802,0-19.56,8.485-19.56,18.953c0,10.468,8.758,18.953,19.56,18.953		c10.803,0,19.562-8.485,19.562-18.953C68.351,38.018,59.593,29.533,48.789,29.533z"/></svg>') no-repeat;}
    .btm-social a.fm_instagram{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 97.395 97.395" style="enable-background:new 0 0 97.395 97.395; color:rgb(19, 78, 104);" xml:space="preserve"><path fill="currentColor" d="M12.501,0h72.393c6.875,0,12.5,5.09,12.5,12.5v72.395c0,7.41-5.625,12.5-12.5,12.5H12.501C5.624,97.395,0,92.305,0,84.895		V12.5C0,5.09,5.624,0,12.501,0L12.501,0z M70.948,10.821c-2.412,0-4.383,1.972-4.383,4.385v10.495c0,2.412,1.971,4.385,4.383,4.385		h11.008c2.412,0,4.385-1.973,4.385-4.385V15.206c0-2.413-1.973-4.385-4.385-4.385H70.948L70.948,10.821z M86.387,41.188h-8.572		c0.811,2.648,1.25,5.453,1.25,8.355c0,16.2-13.556,29.332-30.275,29.332c-16.718,0-30.272-13.132-30.272-29.332		c0-2.904,0.438-5.708,1.25-8.355h-8.945v41.141c0,2.129,1.742,3.872,3.872,3.872h67.822c2.13,0,3.872-1.742,3.872-3.872V41.188		H86.387z M48.789,29.533c-10.802,0-19.56,8.485-19.56,18.953c0,10.468,8.758,18.953,19.56,18.953		c10.803,0,19.562-8.485,19.562-18.953C68.351,38.018,59.593,29.533,48.789,29.533z"/></svg>') no-repeat;}
    .social-top a.fm_youtube{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" height="25px" width="25px" viewBox="0 0 64 64" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 64 64" style="color:rgb(255, 255, 255);"><path fill="currentColor" d="m37.635,41.44c-0.542,0-1.088,0.257-1.635,0.79v10.999c0.547,0.544 1.093,0.806 1.635,0.806 0.941,0 1.423-0.806 1.423-2.434v-7.698c0.001-1.632-0.482-2.463-1.423-2.463z"/><path fill="currentColor" d="m49.601,41.44c-1.093,0-1.642,0.831-1.642,2.502v1.671h3.274v-1.671c0.001-1.671-0.546-2.502-1.632-2.502z"/><path fill="currentColor" d="m56.396,29.049c-2.055-2.139-4.357-2.148-5.414-2.271-7.556-0.54-18.889-0.54-18.889-0.54h-0.025c0,0-11.333,0-18.896,0.54-1.054,0.123-3.352,0.133-5.409,2.271-1.618,1.632-2.147,5.327-2.147,5.327s-0.536,4.343-0.536,8.685v4.073c0,4.341 0.536,8.686 0.536,8.686s0.529,3.695 2.147,5.321c2.057,2.139 4.753,2.072 5.952,2.295 4.324,0.413 18.365,0.538 18.365,0.538s11.347-0.016 18.903-0.562c1.057-0.121 3.359-0.133 5.414-2.271 1.619-1.626 2.147-5.321 2.147-5.321s0.536-4.345 0.536-8.686v-4.073c0-4.342-0.536-8.685-0.536-8.685s-0.529-3.695-2.148-5.327zm-39.417,27.706h-3.642v-20.802h-3.851v-3.406h11.414v3.406h-3.92v20.802zm12.912,0h-3.278v-1.969c-1.299,1.489-2.54,2.221-3.742,2.221-1.054,0-1.781-0.432-2.112-1.346-0.178-0.546-0.286-1.409-0.286-2.683v-14.261h3.275v13.28c0,0.765 0,1.164 0.024,1.27 0.083,0.507 0.336,0.769 0.771,0.769 0.658,0 1.341-0.507 2.069-1.533v-13.786h3.278v18.038zm12.44-5.409c0,1.663-0.11,2.866-0.331,3.631-0.438,1.344-1.313,2.03-2.613,2.03-1.168,0-2.294-0.647-3.387-1.999v1.747h-3.277v-24.208h3.277v7.905c1.056-1.299 2.179-1.956 3.387-1.956 1.299,0 2.174,0.688 2.613,2.036 0.221,0.729 0.331,1.918 0.331,3.628v7.186zm12.179-3.016h-6.55v3.199c0,1.671 0.549,2.506 1.673,2.506 0.806,0 1.275-0.44 1.463-1.311 0.029-0.178 0.073-0.908 0.073-2.219h3.341v0.479c0,1.051-0.043,1.776-0.071,2.106-0.108,0.723-0.368,1.378-0.766,1.955-0.906,1.312-2.25,1.96-3.963,1.96-1.711,0-3.014-0.618-3.96-1.853-0.696-0.902-1.051-2.326-1.051-4.241v-6.319c0-1.927 0.318-3.333 1.012-4.249 0.946-1.234 2.249-1.849 3.922-1.849 1.643,0 2.947,0.614 3.863,1.849 0.685,0.916 1.015,2.322 1.015,4.249v3.738z"/><path fill="currentColor" d="m23.436,24.434v-9.908l4.412-14.552h-3.71l-2.503,9.605-2.605-9.605h-3.863c0.777,2.268 1.581,4.544 2.356,6.816 1.174,3.411 1.91,5.982 2.244,7.735v9.908h3.669z"/><path fill="currentColor" d="m32.047,24.685c1.656,0 2.942-0.624 3.858-1.864 0.692-0.91 1.029-2.346 1.029-4.287v-6.387c0-1.945-0.337-3.367-1.029-4.289-0.917-1.25-2.202-1.87-3.858-1.87-1.654,0-2.943,0.62-3.854,1.87-0.707,0.922-1.034,2.344-1.034,4.289v6.387c0,1.941 0.327,3.377 1.034,4.287 0.911,1.24 2.2,1.864 3.854,1.864zm-1.581-13.199c0-1.686 0.514-2.529 1.581-2.529 1.062,0 1.573,0.844 1.573,2.529v7.669c0,1.687-0.511,2.53-1.573,2.53-1.067,0-1.581-0.844-1.581-2.53v-7.669z"/><path fill="currentColor" d="m48.988,24.434v-18.231h-3.308v13.935c-0.733,1.034-1.427,1.548-2.088,1.548-0.445,0-0.708-0.265-0.777-0.773-0.042-0.109-0.042-0.51-0.042-1.285v-13.425h-3.299v14.418c0,1.289 0.108,2.161 0.293,2.711 0.332,0.92 1.068,1.353 2.133,1.353 1.204,0 2.46-0.732 3.781-2.24v1.989h3.307z"/></svg>') no-repeat;}
    .btm-social a.fm_youtube{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" height="25px" width="25px" viewBox="0 0 64 64" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 64 64" style="color:rgb(19, 78, 104);"><path fill="currentColor" d="m37.635,41.44c-0.542,0-1.088,0.257-1.635,0.79v10.999c0.547,0.544 1.093,0.806 1.635,0.806 0.941,0 1.423-0.806 1.423-2.434v-7.698c0.001-1.632-0.482-2.463-1.423-2.463z"/><path fill="currentColor" d="m49.601,41.44c-1.093,0-1.642,0.831-1.642,2.502v1.671h3.274v-1.671c0.001-1.671-0.546-2.502-1.632-2.502z"/><path fill="currentColor" d="m56.396,29.049c-2.055-2.139-4.357-2.148-5.414-2.271-7.556-0.54-18.889-0.54-18.889-0.54h-0.025c0,0-11.333,0-18.896,0.54-1.054,0.123-3.352,0.133-5.409,2.271-1.618,1.632-2.147,5.327-2.147,5.327s-0.536,4.343-0.536,8.685v4.073c0,4.341 0.536,8.686 0.536,8.686s0.529,3.695 2.147,5.321c2.057,2.139 4.753,2.072 5.952,2.295 4.324,0.413 18.365,0.538 18.365,0.538s11.347-0.016 18.903-0.562c1.057-0.121 3.359-0.133 5.414-2.271 1.619-1.626 2.147-5.321 2.147-5.321s0.536-4.345 0.536-8.686v-4.073c0-4.342-0.536-8.685-0.536-8.685s-0.529-3.695-2.148-5.327zm-39.417,27.706h-3.642v-20.802h-3.851v-3.406h11.414v3.406h-3.92v20.802zm12.912,0h-3.278v-1.969c-1.299,1.489-2.54,2.221-3.742,2.221-1.054,0-1.781-0.432-2.112-1.346-0.178-0.546-0.286-1.409-0.286-2.683v-14.261h3.275v13.28c0,0.765 0,1.164 0.024,1.27 0.083,0.507 0.336,0.769 0.771,0.769 0.658,0 1.341-0.507 2.069-1.533v-13.786h3.278v18.038zm12.44-5.409c0,1.663-0.11,2.866-0.331,3.631-0.438,1.344-1.313,2.03-2.613,2.03-1.168,0-2.294-0.647-3.387-1.999v1.747h-3.277v-24.208h3.277v7.905c1.056-1.299 2.179-1.956 3.387-1.956 1.299,0 2.174,0.688 2.613,2.036 0.221,0.729 0.331,1.918 0.331,3.628v7.186zm12.179-3.016h-6.55v3.199c0,1.671 0.549,2.506 1.673,2.506 0.806,0 1.275-0.44 1.463-1.311 0.029-0.178 0.073-0.908 0.073-2.219h3.341v0.479c0,1.051-0.043,1.776-0.071,2.106-0.108,0.723-0.368,1.378-0.766,1.955-0.906,1.312-2.25,1.96-3.963,1.96-1.711,0-3.014-0.618-3.96-1.853-0.696-0.902-1.051-2.326-1.051-4.241v-6.319c0-1.927 0.318-3.333 1.012-4.249 0.946-1.234 2.249-1.849 3.922-1.849 1.643,0 2.947,0.614 3.863,1.849 0.685,0.916 1.015,2.322 1.015,4.249v3.738z"/><path fill="currentColor" d="m23.436,24.434v-9.908l4.412-14.552h-3.71l-2.503,9.605-2.605-9.605h-3.863c0.777,2.268 1.581,4.544 2.356,6.816 1.174,3.411 1.91,5.982 2.244,7.735v9.908h3.669z"/><path fill="currentColor" d="m32.047,24.685c1.656,0 2.942-0.624 3.858-1.864 0.692-0.91 1.029-2.346 1.029-4.287v-6.387c0-1.945-0.337-3.367-1.029-4.289-0.917-1.25-2.202-1.87-3.858-1.87-1.654,0-2.943,0.62-3.854,1.87-0.707,0.922-1.034,2.344-1.034,4.289v6.387c0,1.941 0.327,3.377 1.034,4.287 0.911,1.24 2.2,1.864 3.854,1.864zm-1.581-13.199c0-1.686 0.514-2.529 1.581-2.529 1.062,0 1.573,0.844 1.573,2.529v7.669c0,1.687-0.511,2.53-1.573,2.53-1.067,0-1.581-0.844-1.581-2.53v-7.669z"/><path fill="currentColor" d="m48.988,24.434v-18.231h-3.308v13.935c-0.733,1.034-1.427,1.548-2.088,1.548-0.445,0-0.708-0.265-0.777-0.773-0.042-0.109-0.042-0.51-0.042-1.285v-13.425h-3.299v14.418c0,1.289 0.108,2.161 0.293,2.711 0.332,0.92 1.068,1.353 2.133,1.353 1.204,0 2.46-0.732 3.781-2.24v1.989h3.307z"/></svg>') no-repeat;}
    
    /* Sticky Top Social */
    .top-bar.sticky .social-top a.fm_facebook{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 96.124 96.123" style="enable-background:new 0 0 96.124 96.123; color:rgb(98, 98, 98);" xml:space="preserve"><path fill="currentColor" d="M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803    c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654	c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246	c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z"/></svg>') no-repeat;} 
    .top-bar.sticky .social-top a.fm_pinterest{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"  width="25px" height="25px" viewBox="0 0 97.672 97.672" style="enable-background:new 0 0 97.672 97.672; color:rgb(98, 98, 98);"  xml:space="preserve"> <path fill="currentColor" d="M51.125,0C24.469,0,11.029,19.11,11.029,35.047c0,9.649,3.653,18.232,11.487,21.432c1.286,0.525,2.438,0.019,2.812-1.403     c0.258-0.985,0.871-3.468,1.144-4.503c0.376-1.407,0.229-1.9-0.807-3.126c-2.259-2.665-3.703-6.115-3.703-11.002 	c0-14.178,10.608-26.87,27.624-26.87c15.064,0,23.342,9.206,23.342,21.5c0,16.176-7.159,29.828-17.786,29.828 	c-5.87,0-10.262-4.854-8.854-10.807c1.686-7.107,4.951-14.778,4.951-19.907c0-4.592-2.463-8.423-7.565-8.423 	c-6,0-10.819,6.207-10.819,14.521c0,5.296,1.789,8.878,1.789,8.878s-6.141,26.015-7.215,30.571 	c-2.145,9.072-0.322,20.195-0.168,21.318c0.089,0.666,0.944,0.824,1.332,0.322c0.555-0.723,7.7-9.544,10.129-18.359 	c0.687-2.496,3.944-15.42,3.944-15.42c1.95,3.717,7.647,6.992,13.706,6.992c18.034,0,30.271-16.441,30.271-38.45 	C86.644,15.498,72.547,0,51.125,0z"/></svg>') no-repeat;} 
    .top-bar.sticky .social-top a.fm_twitter{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 449.956 449.956" style="enable-background:new 0 0 449.956 449.956; color:rgb(98, 98, 98);"  xml:space="preserve"><path fill="currentColor" d="M449.956,85.657c-17.702,7.614-35.408,12.369-53.102,14.279c19.985-11.991,33.503-28.931,40.546-50.819     c-18.281,10.847-37.787,18.268-58.532,22.267c-18.274-19.414-40.73-29.125-67.383-29.125c-25.502,0-47.246,8.992-65.24,26.98 	c-17.984,17.987-26.977,39.731-26.977,65.235c0,6.851,0.76,13.896,2.284,21.128c-37.688-1.903-73.042-11.372-106.068-28.407 	C82.46,110.158,54.433,87.46,31.403,59.101c-8.375,14.272-12.564,29.787-12.564,46.536c0,15.798,3.711,30.456,11.138,43.97 	c7.422,13.512,17.417,24.455,29.98,32.831c-14.849-0.572-28.743-4.475-41.684-11.708v1.142c0,22.271,6.995,41.824,20.983,58.674 	c13.99,16.848,31.645,27.453,52.961,31.833c-7.995,2.091-16.086,3.138-24.269,3.138c-5.33,0-11.136-0.475-17.416-1.42 	c5.9,18.459,16.75,33.633,32.546,45.535c15.799,11.896,33.691,18.028,53.677,18.418c-33.498,26.262-71.66,39.393-114.486,39.393 	c-8.186,0-15.607-0.373-22.27-1.139c42.827,27.596,90.03,41.394,141.612,41.394c32.738,0,63.478-5.181,92.21-15.557 	c28.746-10.369,53.297-24.267,73.665-41.686c20.362-17.415,37.925-37.448,52.674-60.097c14.75-22.651,25.738-46.298,32.977-70.946 	c7.23-24.653,10.848-49.344,10.848-74.092c0-5.33-0.096-9.325-0.287-11.991C421.785,120.202,437.202,104.306,449.956,85.657z"/></svg>') no-repeat;}
    .top-bar.sticky .social-top a.fm_google{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 96.828 96.827" style="enable-background:new 0 0 96.828 96.827; color:rgb(98, 98, 98);"  xml:space="preserve"> <path fill="currentColor" d="M62.617,0H39.525c-10.29,0-17.413,2.256-23.824,7.552c-5.042,4.35-8.051,10.672-8.051,16.912     c0,9.614,7.33,19.831,20.913,19.831c1.306,0,2.752-0.134,4.028-0.253l-0.188,0.457c-0.546,1.308-1.063,2.542-1.063,4.468 	c0,3.75,1.809,6.063,3.558,8.298l0.22,0.283l-0.391,0.027c-5.609,0.384-16.049,1.1-23.675,5.787 	c-9.007,5.355-9.707,13.145-9.707,15.404c0,8.988,8.376,18.06,27.09,18.06c21.76,0,33.146-12.005,33.146-23.863 	c0.002-8.771-5.141-13.101-10.6-17.698l-4.605-3.582c-1.423-1.179-3.195-2.646-3.195-5.364c0-2.672,1.772-4.436,3.336-5.992 	l0.163-0.165c4.973-3.917,10.609-8.358,10.609-17.964c0-9.658-6.035-14.649-8.937-17.048h7.663c0.094,0,0.188-0.026,0.266-0.077 	l6.601-4.15c0.188-0.119,0.276-0.348,0.214-0.562C63.037,0.147,62.839,0,62.617,0z M34.614,91.535 	c-13.264,0-22.176-6.195-22.176-15.416c0-6.021,3.645-10.396,10.824-12.997c5.749-1.935,13.17-2.031,13.244-2.031 	c1.257,0,1.889,0,2.893,0.126c9.281,6.605,13.743,10.073,13.743,16.678C53.141,86.309,46.041,91.535,34.614,91.535z 	 M34.489,40.756c-11.132,0-15.752-14.633-15.752-22.468c0-3.984,0.906-7.042,2.77-9.351c2.023-2.531,5.487-4.166,8.825-4.166 	c10.221,0,15.873,13.738,15.873,23.233c0,1.498,0,6.055-3.148,9.22C40.94,39.337,37.497,40.756,34.489,40.756z"/> <path fill="currentColor" d="M94.982,45.223H82.814V33.098c0-0.276-0.225-0.5-0.5-0.5H77.08c-0.276,0-0.5,0.224-0.5,0.5v12.125H64.473 	c-0.276,0-0.5,0.224-0.5,0.5v5.304c0,0.275,0.224,0.5,0.5,0.5H76.58V63.73c0,0.275,0.224,0.5,0.5,0.5h5.234 	c0.275,0,0.5-0.225,0.5-0.5V51.525h12.168c0.276,0,0.5-0.223,0.5-0.5v-5.302C95.482,45.446,95.259,45.223,94.982,45.223z"/></svg>') no-repeat;}
    .top-bar.sticky .social-top a.fm_instagram{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25px" height="25px" viewBox="0 0 97.395 97.395" style="enable-background:new 0 0 97.395 97.395; color:rgb(98, 98, 98);" xml:space="preserve"><path fill="currentColor" d="M12.501,0h72.393c6.875,0,12.5,5.09,12.5,12.5v72.395c0,7.41-5.625,12.5-12.5,12.5H12.501C5.624,97.395,0,92.305,0,84.895		V12.5C0,5.09,5.624,0,12.501,0L12.501,0z M70.948,10.821c-2.412,0-4.383,1.972-4.383,4.385v10.495c0,2.412,1.971,4.385,4.383,4.385		h11.008c2.412,0,4.385-1.973,4.385-4.385V15.206c0-2.413-1.973-4.385-4.385-4.385H70.948L70.948,10.821z M86.387,41.188h-8.572		c0.811,2.648,1.25,5.453,1.25,8.355c0,16.2-13.556,29.332-30.275,29.332c-16.718,0-30.272-13.132-30.272-29.332		c0-2.904,0.438-5.708,1.25-8.355h-8.945v41.141c0,2.129,1.742,3.872,3.872,3.872h67.822c2.13,0,3.872-1.742,3.872-3.872V41.188		H86.387z M48.789,29.533c-10.802,0-19.56,8.485-19.56,18.953c0,10.468,8.758,18.953,19.56,18.953		c10.803,0,19.562-8.485,19.562-18.953C68.351,38.018,59.593,29.533,48.789,29.533z"/></svg>') no-repeat;}
    .top-bar.sticky .social-top a.fm_youtube{background:transparent url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" height="25px" width="25px" viewBox="0 0 64 64" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 64 64" style="color:rgb(98, 98, 98);"><path fill="currentColor" d="m37.635,41.44c-0.542,0-1.088,0.257-1.635,0.79v10.999c0.547,0.544 1.093,0.806 1.635,0.806 0.941,0 1.423-0.806 1.423-2.434v-7.698c0.001-1.632-0.482-2.463-1.423-2.463z"/><path fill="currentColor" d="m49.601,41.44c-1.093,0-1.642,0.831-1.642,2.502v1.671h3.274v-1.671c0.001-1.671-0.546-2.502-1.632-2.502z"/><path fill="currentColor" d="m56.396,29.049c-2.055-2.139-4.357-2.148-5.414-2.271-7.556-0.54-18.889-0.54-18.889-0.54h-0.025c0,0-11.333,0-18.896,0.54-1.054,0.123-3.352,0.133-5.409,2.271-1.618,1.632-2.147,5.327-2.147,5.327s-0.536,4.343-0.536,8.685v4.073c0,4.341 0.536,8.686 0.536,8.686s0.529,3.695 2.147,5.321c2.057,2.139 4.753,2.072 5.952,2.295 4.324,0.413 18.365,0.538 18.365,0.538s11.347-0.016 18.903-0.562c1.057-0.121 3.359-0.133 5.414-2.271 1.619-1.626 2.147-5.321 2.147-5.321s0.536-4.345 0.536-8.686v-4.073c0-4.342-0.536-8.685-0.536-8.685s-0.529-3.695-2.148-5.327zm-39.417,27.706h-3.642v-20.802h-3.851v-3.406h11.414v3.406h-3.92v20.802zm12.912,0h-3.278v-1.969c-1.299,1.489-2.54,2.221-3.742,2.221-1.054,0-1.781-0.432-2.112-1.346-0.178-0.546-0.286-1.409-0.286-2.683v-14.261h3.275v13.28c0,0.765 0,1.164 0.024,1.27 0.083,0.507 0.336,0.769 0.771,0.769 0.658,0 1.341-0.507 2.069-1.533v-13.786h3.278v18.038zm12.44-5.409c0,1.663-0.11,2.866-0.331,3.631-0.438,1.344-1.313,2.03-2.613,2.03-1.168,0-2.294-0.647-3.387-1.999v1.747h-3.277v-24.208h3.277v7.905c1.056-1.299 2.179-1.956 3.387-1.956 1.299,0 2.174,0.688 2.613,2.036 0.221,0.729 0.331,1.918 0.331,3.628v7.186zm12.179-3.016h-6.55v3.199c0,1.671 0.549,2.506 1.673,2.506 0.806,0 1.275-0.44 1.463-1.311 0.029-0.178 0.073-0.908 0.073-2.219h3.341v0.479c0,1.051-0.043,1.776-0.071,2.106-0.108,0.723-0.368,1.378-0.766,1.955-0.906,1.312-2.25,1.96-3.963,1.96-1.711,0-3.014-0.618-3.96-1.853-0.696-0.902-1.051-2.326-1.051-4.241v-6.319c0-1.927 0.318-3.333 1.012-4.249 0.946-1.234 2.249-1.849 3.922-1.849 1.643,0 2.947,0.614 3.863,1.849 0.685,0.916 1.015,2.322 1.015,4.249v3.738z"/><path fill="currentColor" d="m23.436,24.434v-9.908l4.412-14.552h-3.71l-2.503,9.605-2.605-9.605h-3.863c0.777,2.268 1.581,4.544 2.356,6.816 1.174,3.411 1.91,5.982 2.244,7.735v9.908h3.669z"/><path fill="currentColor" d="m32.047,24.685c1.656,0 2.942-0.624 3.858-1.864 0.692-0.91 1.029-2.346 1.029-4.287v-6.387c0-1.945-0.337-3.367-1.029-4.289-0.917-1.25-2.202-1.87-3.858-1.87-1.654,0-2.943,0.62-3.854,1.87-0.707,0.922-1.034,2.344-1.034,4.289v6.387c0,1.941 0.327,3.377 1.034,4.287 0.911,1.24 2.2,1.864 3.854,1.864zm-1.581-13.199c0-1.686 0.514-2.529 1.581-2.529 1.062,0 1.573,0.844 1.573,2.529v7.669c0,1.687-0.511,2.53-1.573,2.53-1.067,0-1.581-0.844-1.581-2.53v-7.669z"/><path fill="currentColor" d="m48.988,24.434v-18.231h-3.308v13.935c-0.733,1.034-1.427,1.548-2.088,1.548-0.445,0-0.708-0.265-0.777-0.773-0.042-0.109-0.042-0.51-0.042-1.285v-13.425h-3.299v14.418c0,1.289 0.108,2.161 0.293,2.711 0.332,0.92 1.068,1.353 2.133,1.353 1.204,0 2.46-0.732 3.781-2.24v1.989h3.307z"/></svg>') no-repeat;}    
    
    /* Btm Social - Image Sprite */
    body .footer-container-wrapper .page-center .btm-social a.fm_button{background:transparent url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand-Baymen-2017/theme_images/gb-social-sprite-17.png') no-repeat!important; background-size:auto 25px!important;}
    body .footer-container-wrapper .page-center .btm-social a.fm_twitter{background-position:-175px 0!important;}
    body .footer-container-wrapper .page-center .btm-social a.fm_facebook{background-position:-146px 0!important;}
    body .footer-container-wrapper .page-center .btm-social a.fm_google{background-position:-29px 0!important;}
    body .footer-container-wrapper .page-center .btm-social a.fm_instagram{background-position:-88px 0!important;}
    body .footer-container-wrapper .page-center .btm-social a.fm_pinterest{background-position:0 0!important;}
    body .footer-container-wrapper .page-center .btm-social a.fm_youtube{background-position:-58px 0!important;}
    
    /* Forms */
   .section-flex-col form.hs-form, .section-flex-col .hs_cos_wrapper_type_form form{max-width:75%; display:block; margin:0 auto;}
   form.hs-form .hs-form-field .input input, .hs_cos_wrapper_type_form form > div .input input, .hs_cos_wrapper_type_form form > div textarea{box-sizing:border-box; width:100%; padding:5px; border:1px solid #eaeaea; box-shadow:2px 2px 1px rgba(0, 0, 0, 0.3); display:block;
   background:#fff; font-family:'Gentium Basic', sans-serif; font-size:16px; color:#353535; border-radius:3px; margin-bottom:10px;}
   form.hs-form .hs-form-field label, .hs_cos_wrapper_type_form form > div label{font-family:'Gentium Basic', sans-serif; font-size:16px; text-transform:uppercase;}
   form.hs-form .hs-form-field a.hs-button, form .hs_submit .actions input.hs-button{font-family:'Gentium Basic', sans-serif; background:#002b49; color:#fff; font-size:20px; font-weight:600; text-transform:uppercase;
   margin:10px auto; display:table; border:0 none; padding:7px 10px; box-sizing:border-box; white-space:pre-line;}
   form.hs-form .hs-form-field a.hs-button:hover, form .hs_submit .actions input.hs-button:hover{background:#353535;}
   form.hs-form .hs-form-field .input ul.inputs-list, .hs_cos_wrapper_type_form form > div ul{padding:0;}
   form.hs-form .hs-form-field .input ul.inputs-list li, .hs_cos_wrapper_type_form form > div ul li{margin:0; list-style:none; padding:0 0 0 15px;}
   form.hs-form .hs-form-field .input ul.inputs-list li.hs-form-checkbox label, .hs_cos_wrapper_type_form form > div ul li label{display:block;}
   form.hs-form .hs-form-field .input ul.inputs-list li.hs-form-checkbox label *, .hs_cos_wrapper_type_form form > div ul li label *{display:inline; vertical-align:top; width:auto;}
   form.hs-form .hs-form-field .input ul.inputs-list li.hs-form-checkbox label span, .hs_cos_wrapper_type_form form > div ul li label span{margin-left:5px; font-family:'Gentium Basic', serif; font-weight:600; text-transform:capitalize;}
    
    form.hs-form ul.inputs-list li.hs-form-booleancheckbox > label, .hs_cos_wrapper_type_form form ul.inputs-list li.hs-form-booleancheckbox{display:block;}
    form.hs-form ul.inputs-list li.hs-form-booleancheckbox > label > input, form.hs-form ul.inputs-list li.hs-form-booleancheckbox > label > span{display:inline-block; vertical-align:top; width:auto;}
    .hs_cos_wrapper_type_form form ul.inputs-list li.hs-form-booleancheckbox > label > input, .hs_cos_wrapper_type_form form ul.inputs-list li.hs-form-booleancheckbox > label > span{display:inline-block; vertical-align:top; width:auto;}
    form.hs-form ul.inputs-list li.hs-form-booleancheckbox > label > input, .hs_cos_wrapper_type_form form ul.inputs-list li.hs-form-booleancheckbox > label > input{margin-right:5px;}
    
    form.hs-form ul.inputs-list li.hs-form-radio > label, .hs_cos_wrapper_type_form form ul.inputs-list li.hs-form-radio > label{display:block;}
    form.hs-form ul.inputs-list li.hs-form-radio > label > input, .hs_cos_wrapper_type_form form ul.inputs-list li.hs-form-radio > label > span{display:inline-block; vertical-align:top; width:auto;}
    
    form h2{font-size:35px!important; margin-top:0;}
    
    .hs-landing-page .flex-col .widget-type-form h3.form-title{color:#002b49; margin-top:0;}
   .hs-landing-page .flex-col .widget-type-form, .landing-page .flex-col .widget-type-form{background:#d1d3d4; padding:20px; box-sizing:border-box; border:1px solid #eaeaea; border-radius:10px; 
   box-shadow:2px 2px 1px rgba(0, 0, 0, 0.1);}
   
   /* Related Posts */
   .related-articles .section-cont h2{color:#002b49; font-family:'Bilbo Swash Caps', sans-serif; font-size:35px; font-style:italic; margin-top:0;}
   .related-articles .section-cont a.gb-btn{background:#002b49;}
   .related-articles .section-cont a.gb-btn:hover{background:#353535!important;}
   .section-rss > span.hs_cos_wrapper > h3{display:none;}
   .section-rss .feedreader_box > div{border-bottom:1px solid #d3d3d3;}
   .section-rss .feedreader_box > div:last-child{border:0; margin-bottom:0;}
   .section-rss .feedreader_box > div:last-child .hs-rss-item-image-wrapper{margin-bottom:0;}
   .section-rss .feedreader_box > div .hs-rss-item-text{float:right!important; padding:0 0 0 20px; width:calc(100% - 120px);}
   .section-rss .feedreader_box > div .hs-rss-item-image-wrapper{float:left!important; padding:5px; background:#FFF; border:1px solid #eaeaea; overflow:hidden; width:100px; margin-bottom:20px;}
   .section-rss .feedreader_box > div .hs-rss-item-image-wrapper img{width:100%; min-height:100px;  object-fit: cover;}
   .section-rss .feedreader_box > div .hs-rss-item-text a.hs-rss-title{font-family:'Gentium Basic', serif; font-weight:800; font-size:14px; line-height:16px; text-decoration:none;}
   .hs-rss-byline *, .hs-rss-byline{font-size:15px; color:#353535; font-weight:700; text-transform:capitalize;}
   
   /* GB Thumbs */
   .photo-gallery span.hs_cos_wrapper{text-align:center; font-size:0; display:block; width:100%;}
   .photo-gallery span.hs_cos_wrapper > div{width:50%; display:inline-block; vertical-align:top; padding:0 10px!important; box-sizing:border-box;}
   .gb-thumb{margin-bottom:30px;}
   .gb-thumb .thumb-img{border:2px solid #eaeaea;}
   .gb-thumb .thumb-img a{display:block;}
   .gb-thumb .thumb-img img{width:100%!important; height:auto; max-width:100%; padding:15px; box-sizing:border-box;}
   .gb-thumb .thumb-title{margin:10px 0;}
   .gb-thumb .thumb-title a{font-size:16px; text-transform:uppercase; text-decoration:none;}
   
   /* Slick Slider */
   .hs_cos_gallery_main .caption.superimpose, .hs_cos_gallery_thumbnails .caption.superimpose, .hs_cos_gallery_lightbox .caption.superimpose{display:block; width:100%; bottom:20px!important;}
   .hs_cos_gallery_main .caption.superimpose *, .hs_cos_gallery_thumbnails .caption.superimpose *, .hs_cos_gallery_lightbox .caption.superimpose *{font-size:14px; color:#FFF;}
   
   /* Photo Gal Override */
   .internal.photo-gal .section-flex-col:first-child .page-center span.hs_cos_wrapper > div:last-child, .internal.gb-photo-gallery .section-flex-col:first-child .page-center span.hs_cos_wrapper > div:last-child, .internal.gb-newsletter .section-flex-col:first-child .page-center span.hs_cos_wrapper > div:last-child{padding:50px 0 0 0;}
   
   .hs-rss-byline{margin:5px 0;}
    
    /* Custom Sections */
    .section{overflow:hidden;}
    
    /* Backgrounds */
    .white{background:#fff;}
    .gray{background:#f1f1f1; border-bottom:1px solid #eaeaea;}
    .beach{background:url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand%20Baymen%202017/template_images/Section%20Images/beach-belize.jpg') no-repeat; background-size:cover; background-position:center center; 
    border-bottom:1px solid transparent; position:relative;}
    .beach:after{content:""; position:absolute; width:100%; height:100%; background:rgba(255, 255, 255, 0.3); z-index:1; left:0; top:0;}
    .sand{background:url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand%20Baymen%202017/template_images/Section%20Images/belize-golden-sand.jpg') no-repeat; background-size:cover; background-position:center center; 
    position:relative; border-bottom:1px solid #DED8D2;}
    .sand:after{content:""; position:absolute; width:100%; height:100%; background:rgba(255, 255, 255, 0.8); z-index:1; left:0; top:0;}
    .greyzz{background:url('//cdn2.hubspot.net/hubfs/462055/Themes/Grand%20Baymen%202017/theme_images/greyzz.png') repeat; border-bottom:1px solid #eaeaea;}
    
    .beach .section-sizer, .sand .section-sizer, .beach .page-center, .sand .page-center{z-index:2; position:relative;}
    
    /* Layouts */
    #one-column, #two-column-reversed, #three-column, #two-column-cta, #two-column{
        margin:0;
        width:100%;
    }
    
    .section-sizer{
        max-width:1200px; 
        margin:0 auto; 
        display:block; 
        box-sizing:border-box;
        text-align:center;
        font-size:0;
    }
    
    .section .header-col{display:block; width:100%; padding:0 20px 25px; box-sizing:border-box; text-align:left;}
    .section.quote .header-col{padding:0 20px;}
    
    .section .col{
        min-height:0!important;
        display:inline-block;
        vertical-align:top;
        box-sizing:border-box;
        padding:0 20px;
        text-align:left;
    }
    
    .section .col p, .section .col p *, .section .col ul, .section .col ol, .section .col li, .section .col li *, .section .col span, .section .col a, .section .col div, .section .col div *{font-size:16px;}
    .section .col a.gb-btn{font-size:20px;}
    .internal .section .hs_cos_wrapper_type_rich_text > *:last-child:not(a){margin-bottom:0!important;}
    
    .section .hs_cos_wrapper_type_rich_text a.gb-btn, .section .col a.gb-btn{margin-bottom:20px!important;}
    
    .section .col.section-img img{
        background:transparent;
        padding:10px;
        box-sizing:border-box;
        border:1px solid #d3d3d3;
        border-radius:10px;
        height:auto!important;
        margin:20px auto;
        display:block;
    }
    
    #one-column .col{
        width:100%;
    }
    
    #one-column .col.full-col img{
        background:transparent;
        padding:10px;
        box-sizing:border-box;
        border:1px solid #d3d3d3;
        border-radius:10px;
        max-width:100%;
        width:auto;
    }
    
    #two-column .section-sizer > .col, #two-column-reversed .section-sizer > .col, #two-column-cta .section-sizer > .col{
        width:50%;
    }
    
    #two-column.sixty-forty .col.section-cont, #two-column-reversed.sixty-forty .col.section-cont, #two-column-cta.sixty-forty .col.section-cont{width:60%;}
    #two-column.sixty-forty .col.section-img, #two-column-reversed.sixty-forty .col.section-img, #two-column-cta.sixty-forty .col.section-cta{width:40%;}
    
    #two-column.seventy-five-twenty-five .col.section-cont, #two-column-reversed.seventy-five-twenty-five .col.section-cont, #two-column-cta.seventy-five-twenty-five .col.section-cont{width:75%;}
    #two-column.seventy-five-twenty-five .col.section-img, #two-column-reversed.seventy-five-twenty-five .col.section-img, #two-column-cta.seventy-five-twenty-five .col.section-cta{width:25%;}
            
    #three-column .col{
        width:33%;
    }
    
    #three-column .col h3{
        text-transform:uppercase;
    }
    
    #three-column .col a.button{
        font-size:24px;
    }
    
    .section.compare .right.col{border-left:1px solid #f2f2f2;}
    .section.compare .section-img{overflow:hidden; padding:10px 10px 35% 10px; box-sizing:border-box; border-radius:10px; border:1px solid #d3d3d3; margin-top:20px; position:relative; background:#fff; width:100%;}
    .section.compare .section-img:before, .section.compare .section-img:after{height:10px; width:100%; position:absolute; z-index:3; background:#fff; border-radius:10px; left:0; content:"";}
    .section.compare .section-img:before{top:0;}
    .section.compare .section-img:after{bottom:0;}
    .section.compare .section-img img{width:100%!important; border:0 none; padding:0 10px; border-radius:0; margin:0; position:absolute; top:50%; left:0; -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%); transform:translateY(-50%); z-index:2; box-sizing:border-box;}
    
    /* Text Elements */
    #three-column .col h2{text-align:center;}
    #one-column .header-col h2{margin:0;}
    .section .header-col h2{margin-top:0;}
    .section .header-col h3{margin:0; font-size:30px;}
    .section .header-col h2.centered, .section .header-col h3.centered{text-align:center!important;}
    .quote .header-col h2{margin:0; text-align:center; font-family:'Bilbo Swash Caps', sans-serif; font-size:48px; font-style:italic; color:#002b49;}
    .quote .header-col h3{margin:0; text-align:center; font-family:'Bilbo Swash Caps', sans-serif; font-size:40px; font-style:italic; text-transform:uppercase; color:#002b49;}
    .section .col p{overflow:hidden;}
    .section .col p a.button, .section .col p a *{font-size:24px;}
    .section .col.section-cta img{margin:25px auto; display:block;}
    .col.left.section-img{margin-bottom:20px;}
    
    .section-sizer table{max-width:100%; border:0 none; height:auto!important; border-collapse: collapse; border-spacing: 0;}
    .section-sizer table *, table *, table{font-size:16px;}
    .section-sizer table tr{border:0 none;}
    .section-sizer table td{color:#3b3b3b; height:auto!important; border:0; text-align:left!important;}
    .section-sizer table tr th{color:#002b49; padding-right:30px; font-weight:bold; vertical-align:middle; text-align:left!important; border-top:3px solid #002b49!important; border-bottom:3px solid #002b49!important; width:auto!important;}
    
/* All Blog Page */
.post-listing-simple {
 font-family: 'Gentium Basic', sans-serif;

}
.post-listing-simple a {
    color: #002b49;
    font-size: 28px;
}
/* Blog */
.blog .section{padding:0!important;}
.blog.hs-blog-listing .main-content .simple-comment-headline{display:none;}
.blog .filter-title{border-bottom:3px solid #353535; padding-bottom:5px;}
.blog .filter-title h2{font-size:22px; text-transform:uppercase; margin:10px 0 0; font-family:"Gentium Basic",sans-serif; text-align:left;}
.blog .filter-topic div.block h3{display:none;}
.blog .filter-topic .widget-module ul{margin:10px 0; padding:0;}
.blog .filter-topic .widget-module ul li{display:inline-block; padding:0; margin:0 0 3px 0;}
.blog .filter-topic .widget-module ul li:after{content:","; display:inline-block; margin-right:1px;}
.blog .filter-topic .widget-module ul li:last-child:after{display:none;}
.blog .filter-topic .widget-module ul li a{display:inline-block; padding:2px 8px; background:#D1D3D4; color:#002B49; border-radius:3px; text-decoration:none; font-size:14px; font-weight:400;}
.blog .filter-topic .widget-module ul li a:hover{background:#002B49; color:#fff;}
.blog .filter-topic .widget-module ul li a:active{background:#002B49!important;}
.blog .blog-listing-wrapper{overflow:hidden;}

.blog .blog-listing-wrapper .post-listing{padding: 0; margin:0; min-width:100%; text-align:center;}
.blog .blog-listing-wrapper .post-listing .post-item{width:50%; max-width:calc(50% - 22px); background:#f5f5f5; border:1px solid #d3d3d3; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); border-radius:5px; display:inline-block; vertical-align:top; 
border-top:5px solid #D1D3D4; padding:0; box-sizing:border-box; margin:0 20px 40px 0;}
.blog .blog-listing-wrapper .post-listing .post-item:nth-child(even){margin:0 0 40px 20px!important;}

.blog .blog-listing-wrapper .post-listing .post-item > div, .blog .blog-listing-wrapper .post-listing .post-item > p, .blog .blog-listing-wrapper p.hubspot-topic_data{padding:0 15px; box-sizing:border-box;}
.blog .post-listing .post-item:hover{border-top:5px solid #002B49;}
.blog .post-listing .post-item:hover a.more-link{background:#002B49;}
.blog .post-listing .post-item h2{margin:10px 0; line-height:30px; font-size:28px; font-family:"Gentium Basic", sans-serif;}
.blog .post-listing .post-item h2 a{font-size:28px; text-decoration:none; color:#353535; font-weight:600;}
.blog .post-listing .post-item h2 a:hover{color:#002B49;}
.blog .post-listing .post-item #hubspot-author_data, .blog .post-listing .post-item #hubspot-topic_data{font-size:14px; line-height:16px; margin-bottom:10px;}
.blog .post-listing .post-item #hubspot-topic_data{font-weight:400; clear:both;}
.blog .post-listing .post-item .hs-featured-image-wrapper{float:none; display:block; margin:0 auto; width:100%; overflow:hidden;}
.blog .post-listing .post-item .hs-featured-image-wrapper a{display:block;}
.blog .post-listing .post-item .hs-featured-image-wrapper img{margin:10px auto; display:block; border-radius:3px; border:0; float:none; max-width:100%;width:300px; }
.blog .post-listing .post-item .post-body p{margin-bottom:0; font-size:18px; line-height:25px;}
.blog .post-listing .post-item a.more-link{display:table; background:#353535; text-decoration:none; border:0; border-radius:5px; padding:7px 20px; text-align:center; font-size:18px; color:#FFF; text-transform:uppercase; margin:7px auto 0;}
.blog .post-listing .post-item a.more-link:hover{background:#002B49;}

.blog.hs-blog-post .widget-type-blog_content > .blog-section{box-sizing:border-box;}
.blog.hs-blog-post .blog-section .social-share-data{position:absolute; right:0; top:0; width:80px;}
.blog.hs-blog-post .blog-section .social-share-data{text-align:center;}
.blog.hs-blog-post .blog-section .social-share-data > *:not('script'){display:block; margin-bottom:10px;}

.blog.hs-blog-post .blog-section .post-header #hubspot-author_data .hs-author-avatar{margin-left:15px; height:60px; width:60px; overflow:hidden; border-radius:50%; position:relative; z-index:2;}
.blog.hs-blog-post .blog-section .post-header #hubspot-author_data .hs-author-avatar img{max-width:100%; width:100%; height:100%; position:absolute; object-fit:cover; margin:0;}
.blog.hs-blog-post .blog-section .post-header #hubspot-author_data > div{display:inline-block; vertical-align:middle;}
.blog.hs-blog-post .blog-section .post-header .about-author-sec{clear:both;}
.blog.hs-blog-post .blog-section .post-body p img, .blog.hs-blog-post .blog-section .post-body img{
  border-radius:3px; 
/*   max-width:45%!important;  */
  height:auto!important;
}
.blog.hs-blog-post .blog-section .post-body{clear:both;}
.blog.hs-blog-post .blog-section .post-body p span.hs-cta-wrapper, .blog.hs-blog-post .blog-section .post-body p span.hs-cta-node{display:block; width:100%;}
.blog.hs-blog-post .blog-section .post-body a.cta_button{display:block;}
.blog.hs-blog-post .blog-section .post-body a.cta_button img{width:auto!important; margin:30px auto; display:block; max-width:100%!important; float:none!important;}

.blog.hs-blog-post .blog-section .about-author-sec{margin:20px 0; padding:30px 0; border-top:1px solid #d3d3d3;}
.blog.hs-blog-post .blog-section .about-author-sec > div{display:inline-block; vertical-align:top;}
.blog.hs-blog-post .blog-section .about-author-sec .span2{overflow:hidden; border-radius:50%; position:relative; margin:0; width:25%; height:0; padding:0 0 25%; z-index:2;}
.blog.hs-blog-post .blog-section .about-author-sec .span2 img{max-width:100%; width:100%; height:100%; position:absolute; object-fit:cover; margin:0;}
.blog.hs-blog-post .blog-section .about-author-sec .span10{max-width:70%;}
.blog.hs-blog-post .blog-section .about-author-sec .span10 h3 a{font-size:inherit;}
.blog.hs-blog-post .widget-type-blog_comments{max-width:70%; margin:0 auto;}

.blog .hs-blog-social-share ul{padding:0;}
.blog .hs-blog-social-share ul li{padding:0; display:inline-block; vertical-align:top;}
.blog .hs-blog-social-share ul li .fb-like.fb_iframe_widget span{vertical-align:top !important;}

.blog .blog-pagination{text-align:center; margin-bottom:20px; overflow:hidden;}
.blog .blog-pagination a{display:inline-block; padding:7px 10px; color:#fff; background:#353535; box-shadow:0 2px 0 rgba(0, 0, 0, 0.1); text-decoration:none; border-radius:3px;}
.blog .blog-pagination a:hover{background:#002B49;}

.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-profile{display:block; width:100%; background:#f1f1f1; border:1px solid #d3d3d3; border-top:5px solid #002B49; padding:10px; box-sizing:border-box; border-radius:10px; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-profile > div {display:inline-block; vertical-align:top;}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-avatar{border-radius:50%; position:relative; margin:0 0 20px; width:150px; height:0; padding:0 0 150px; overflow:hidden; z-index:2;}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-avatar img{max-width:100%; width:100%; height:100%; position:absolute; object-fit:cover;}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-bio{margin:0 0 0 2%; width:auto; max-width:80%;}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-bio h2{margin-top:10px;}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-bio p{font-size:18px; line-height:25px; font-style:italic;}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-social-section{text-align:right;}
.blog.hs-blog-listing .blog-section .blog-listing-wrapper h3.hs-author-listing-header{color:#353535; font-style:normal; margin-top:20px;}
.blog .hs-author-social-links a.hs-author-social-link{color:transparent;}

/* Topic Dropdown */
.blog .drop-down-topic-list{display:none!important;}
.blog .drop-down-topic-list h3{font-size: 22px; text-transform: uppercase; margin: 10px 0; font-style:italic; font-weight:400; border-bottom:3px solid #002b49; padding:0 0 5px;}
.blog .drop-down-topic-list select{border:1px solid #eaeaea; font-size:18px; font-weight:400; border-radius:3px; box-shadow:0px 3px 0px rgba(0, 0, 0, 0.1); padding:0 0 0 10px; max-width:100%;}
.blog .drop-down-topic-list select option[type="selected"]{padding:0;}
.blog .drop-down-topic-list option{padding:10px; border-bottom:1px solid #eaeaea; text-transform:capitalize;}
.blog .drop-down-topic-list option:last-child{border:0 none;}
    

    /* Responsive */
    
    /* Hubspot Mobile Menu */
    /* Fix menu disappearing on desktop after toggling mobile menu */
    
    @media screen and (min-width:1051px) {
          .custom-menu-primary .hs-menu-wrapper { 
              display:block !important;
          }
          
          
          
      }
    
    /**
     * Special Note
     *
     * When the menu is open, a class of .mobile-open is applied to the body. You can 
     * use this for custom styling on any element when the menu is in the open position.                     
     */
    
    .mobile-trigger, .child-trigger{
        display: none; /* Hide button on Desktop */
    }
    
    @media (max-width: 1050px){
    
    /* Variables
    ========================================================================== */
    
         /* Set Mobile Menu Background Color */
            /* Set Link Color */
       /* Set Link Hover Color */
    
    /* 
        * Menu Reset
        *
        * Remove styling from desktop version of custom-menu-primary. Place any 
        * additional CSS you want removed from the mobile menu in this 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:#002b49;
      }
      
      .custom-menu-primary.top-menu .hs-menu-wrapper > ul{position:absolute; background:#FFFFFF;}
      
    
      /* 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: #d1d3d4; /* Background color */
        border: 1px solid #d3d3d3;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #d3d3d3; 
      }
      .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
        color: #FFF;
        background-color: #002b49; 
        border-color: transparent;
      }
    
      /* Change button when menu is open */
      .mobile-open .mobile-trigger{
        color:#FFFFFF;
        background-color:#002b49; 
        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: #002b49; /* 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 */
      }
    
    
      /* Child Toggle Button
         ========================================================================== */
    
      .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: 25px !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:#002b49; /* Icon color */
        display: block;
    
      }
      .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
      }
      .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
      }
      .child-trigger.child-open i{
      }
    
        
      /* Menu Styles on Mobile Devices
         ========================================================================== */  
         
       .custom-menu-primary.js-enabled{
           position: relative;
           padding-top: 34px; /* Makes room for button */
           margin: 10px 0 10px 0;
           z-index:50;
       }
    
      /* 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;
        width:100%!important;
      }
    
      /* Mobile Menu Styles */ 
      .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative; /**************************************************************/
        top: 0;             /* Positions the menu to drop from the very top of the screen */
        left: 0;          /**************************************************************/
        padding: 0;
      }
      .custom-menu-primary .hs-menu-wrapper{
        background-color:#FFFFFF; /* Menu background color set off global menuColorMobile variable */
        width: 100%; /* Full screen width */
      }
    
       /* Level 1 Menu List Styles */
      .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
        width:100%;
      }
      .custom-menu-primary .hs-menu-wrapper > ul > li a{
        font-size: 20px; /* Font size of top level list items */
        line-height: normal;
        overflow: visible;
        box-sizing:border-box;
        padding:5px 10px!important;
      }
      
      .top-bar-v2 .top-menu.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
        background: #d1d3d4!important;
      }
    
      /* Level 1 and Higher Menu List Styles */
      .custom-menu-primary .hs-menu-wrapper > ul li{
        border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
      }
      .custom-menu-primary .hs-menu-wrapper >  ul li a{
        color:#002b49; /* link color set by global mobile-aColor variable */
      }
      .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color:#002b49; /* link hover color set by global mobile-aColorHover variable */
      }
      
      .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul ul{box-shadow:0 0 0 0;}
    
      /* Level 2 and Higher Menu List Styles */
      .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{
        text-indent: 10px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
      }
    
      /* Level 3 and Higher Menu List Styles */
      .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
      }
      .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
      }
    }
    
    /* Custom Layout Sections */
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) { 
            #two-column .col, #two-column-reversed .col, #one-column .col, #two-column-cta .col{display:block; margin:30px 0; width:100%;}
            
        }
        
        @media only screen and (max-width:885px){
            #three-column .col.left, #three-column .col.middle{width:50%;}
            #three-column .col.right{width:100%; display:block; margin-top:55px;}
            
        }
        
        @media only screen and (max-width:767px){
           #two-column .section-sizer > .col, #two-column-reversed .section-sizer > .col, #one-column .section-sizer > .col, #two-column-cta .section-sizer > .col{display:block; width:100%; padding:0 40px;}
           #two-column.section.compare .section-img{padding:10px 10px 35% 10px;}
           .section.compare .section-sizer > .col{border:0 none;}
           .section.compare .section-sizer > .col .col{padding:0;}
           .section .col:first-child{margin:0 0 30px 0;}
           #two-column.sixty-forty .col.section-cont, #two-column-reversed.sixty-forty .col.section-cont, #two-column-cta.sixty-forty .col.section-cont{width:100%!important; display:block;}
           #two-column.sixty-forty .col.section-img, #two-column-reversed.sixty-forty .col.section-img, #two-column-cta.sixty-forty .col.section-cta{width:100%!important; display:block;}
           
           #two-column.seventy-five-twenty-five .col.section-cont, #two-column-reversed.seventy-five-twenty-five .col.section-cont, #two-column-cta.seventy-five-twenty-five .col.section-cont{width:100%!important; display:block;}
           #two-column.seventy-five-twenty-five .col.section-img, #two-column-reversed.seventy-five-twenty-five .col.section-img, #two-column-cta.seventy-five-twenty-five .col.section-cta{width:100%!important; display:block;}
           .related-articles .section-cont{text-align:center;}
           .col.section-img img, #one-column .col.full-col img, .internal .widget-type-rich_text img{display:block; margin:15px auto!important; float:none!important; max-width:100%!important; width:auto!important; height:auto!important;}
        
            
        }
        
        @media only screen and (max-width:660px){
            #three-column .col.left, #three-column .col.middle{width:100%; display:block; max-width:100%; padding:0 40px;}
            #three-column .col.right{padding:0 40px; max-width:100%;}
            #three-column .col h2{text-align:center!important;}
            #three-column .col{margin:0 0 40px!important;}
            
        }
    /* End Custom Layout Sections Responsive */
    
    /* Responsive */
    
    @media only screen and (max-width:1670px){
        .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul li a{font-size:14px; padding:7px 10px;}
    }
    
    @media only screen and (max-width:1400px){
        .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul li a{font-size:13px; padding:7px;}
    }
    
    @media only screen and (max-width:1175px){
        .top-bar-v2 .top-cta{width:10%!important;}
        .top-bar-v2 .top-cta a{font-size:15px;}
        .top-bar-v2 .custom-menu-primary.top-menu{width:65%!important;}
    }
    
    @media only screen and (max-width:1280px){
        .front .slider .caption{width:80%; left:50%; -webkit-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); 
        transform:translate(-50%,-50%);}
        .front .slider .caption h1{font-size:2vmax; line-height:1.2em; text-shadow:0 0 0;}
        .front .slider .caption p a.gb-btn{font-size:1.6vmax;}
        .box-with-border .page-center{max-width:90%;}
        .box-with-border .page-center .widget-span, .box-with-border .page-center > div{margin:0!important;}
        .box-with-border .page-center .full-col p:first-child{margin-top:0;}
        .box-with-border .page-center .full-col p:last-child{margin-bottom:0;}
    }
    
    @media only screen and (max-width:1225px){
        .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul{text-align:center!important;}
        .top-bar-v2 .top-menu{margin-left:0!important;}
        .top-bar-v2 .top-cta a{padding:5px 35px 5px 5px!important;}
        .top-bar-v2 .custom-menu-primary.top-menu .hs-menu-wrapper > ul li a{padding:5px;}
        .top-bar-v2 .custom-menu-primary.top-menu .mobile-trigger{right:0;}
        .header-container{min-height:75px;}
        .section-divider .divider span.hs_cos_wrapper > img{position:relative; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%); 
        transform:translateX(-50%);}
    }
    
    @media only screen and (max-width:1080px){
        .top-bar-v2 .top-cta{width:10%!important;}
        .top-bar-v2 .custom-menu-primary.top-menu{width:65%!important;}
        
        .page .page-heading .hs_cos_wrapper_type_header h2.freddy .page-center .freddy-cont{width:75%;}
    }
    
    @media only screen and (max-width:1050px){
        .slider .hs_cos_flex-slider .hs_cos_flex-slides > li{max-height:450px;}
        .top-bar-v2 .top-bar-top .widget-span{display:block; float:none!important; width:100%; max-width:100%!important;}
        .top-bar-v2 .top-logo{width:30%; max-width:30%; display:block; margin:0 auto!important;}
        .top-bar-v2 .top-logo img{max-width:75%;}
        .top-bar-v2 .custom-menu-primary.top-menu{margin:10px auto; float:none; display:block; width:100%!important; max-width:100%;}
        .top-bar-v2 .custom-menu-primary.top-menu .mobile-trigger{margin:5px auto!important; display:block; position:relative;}
        .top-bar-v2 .custom-menu-primary.js-enabled{padding-top:0!important; text-align:center;}
        .top-bar-v2 .top-cta{display:none!important;}
        .header-container{min-height:125px;}
        .top-bar-v2.sticky .top-logo a img{min-width:200px;}
        
    }
    
    @media only screen and (max-width:980px){
        .freddy .page-center .freddy-cont{width:100%;}
        .freddy .freddy-cont{margin-top:60px;}
        .freddy.freddy-right .freddy-cont{margin-top:0;}
        .freddy .page-center{position:static; top:inherit; left:inherit; -webkit-transform:translate(0,0); -moz-transform:translate(0,0); -o-transform:translate(0,0); -ms-transform:translate(0,0); transform:translate(0,0);}
        .freddy .freddy-bg-image{padding:0!important; margin-top:-11vh;}
        .freddy .freddy-bg-image img, .freddy .freddy-bg-image span.hs_cos_wrapper img{width:100%; max-width:100%;}
        
    }
    
    @media only screen and (max-width:995px){
        .top-bar-top .page-center .social-top{display:none!important;}
        .top-bar-top .page-center .top-logo, .top-bar-top .page-center .top-call-us{width:50%!important; max-width:calc(50% - 3px);}
        .top-bar-top .page-center .top-call-us{padding-right:0!important;}
        .top-bar-top .page-center .top-logo{text-align:left!important;}
        .top-bar-top .page-center .top-logo img{margin:0;}
        .top-bar-top .page-center .top-call-us{text-align:right;}
    }
    
    @media screen and (max-width:960px){
        .blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-bio{max-width:75%;}
        /*.blog .blog-listing-wrapper .post-listing .post-item{width:50%; max-width:calc(50% - 10px); margin:25px auto; top:inherit!important; left:inherit!important; position:static!important; */}
    }
    
    @media only screen and (max-width:950px){
        .btm-menu .hs-menu-wrapper > ul > li > a{font-size:14px;}
        .front .slider .caption-border, .front .slider .caption{padding:10px!important;}
        .front .slider .caption-border p{margin-bottom:0!important;}
        .front .intro-boxes .box{width:50%!important; max-width:calc(50% - 40px);}
        .discover-more-belize .widget-type-rich_text p, .box-with-border .page-center .widget-type-rich_text p, .box-with-border .page-center .col p{line-height:30px;}
        .discover-more-belize .widget-type-rich_text h2{font-size:4vmax; line-height:1em;}
    }
    
    @media only screen and (max-width:915px){
        .front .awards .award-boxes-wrapper span.hs_cos_wrapper > div.hs_cos_wrapper{max-width:calc(50% - 40px); width:50%!important;}
    }
    
    @media only screen and (max-width:900px){
        .front .blog-feed .feedreader_box .hs-rss-item{width:50%; max-width:calc(50% - 40px);}
        .front .blog-feed .feedreader_box .hs-rss-item:last-child{max-width:calc(100% - 40px); width:100%;}
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper{width:50%!important; max-width:calc(50% - 45px)!important; margin:22.5px!important;}
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper:last-child{width:100%!important; max-width:calc(100% - 45px)!important; display:block; margin:0 22.5px 22.5px 22.5px!important;}
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper:last-child .box-info{height:auto!important;}
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper:last-child .display-box{padding:15% 0;}
        
    }
    
    @media only screen and (max-width:860px){
        .internal .slider .page-title span.hs_cos_wrapper{font-size:1.8vmax;}
    }
    
    @media only screen and (max-width:835px){
        .btm-menu .hs-menu-wrapper > ul > li > a{padding:10px;}
    }
    
    @media only screen and (max-width:800px){
        .internal .slider .page-title{max-width:90%; margin:0 auto; display:block}
        .internal .slider .page-title span.hs_cos_wrapper{display:block; width:100%;}
       
    }
    
    @media only screen and (max-width:768px){
        .discover-more-belize .left-discover, .discover-more-belize .right-discover{width:100%!important; max-width:calc(100% - 45px); display:block; height:auto!important; margin:22.5px!important;}
        .freddy .freddy-cont .widget-type-rich_text{max-height:inherit!important;}
        .freddy .freddy-cont .widget-type-rich_text ul li{padding:0!important;}
    }
    
    @media only screen and (max-width:767px){
        .page .page-center, .hs-page .page-center, .page .section .col, .page .section .header-col{padding:0 20px;}
        .page.not-front .box-with-border .page-center, .hs-page.not-front .box-with-border .page-center{padding:20px!important;}
        .page .section, .hs-page .section{padding:35px 0;}
        .section-flex-col form.hs-form, .section-flex-col .hs_cos_wrapper_type_form form{max-width:100%;}
        .front .awards.section, .front.home .box-with-border.section{padding:70px 0;}
        .blog .drop-down-topic-list{display:block!important;}
        .blog .filter-topic, .blog .filter-title{display:none!important;}
        .blog.hs-blog-post .blog-section .post-header #hubspot-author_data .hs-author-avatar{display:none;}
        .blog.hs-blog-post .blog-section .post-body p img, .xm16.blog16.hs-blog-post .blog-section .post-body img{max-width:100%!important; width:auto!important;}
        
    }
    
    @media only screen and (max-width:730px){
        .btm-menu .hs-menu-wrapper > ul > li{display:none!important;}
        .btm-menu .hs-menu-wrapper > ul > li:first-child{display:inline-block!important; visibility:hidden;}
        .freddy.freddy-right .freddy-cont{padding:0;}
    }
    
    @media screen and (max-width:725px){
        .blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-bio{max-width:60%;}
    }
    
    @media only screen and (max-width:700px){
        .front .intro-boxes .box{width:100%!important; max-width:100%; display:block!important; margin:0 0 20px!important; height:auto!important;}
        .front .awards .award-boxes-wrapper span.hs_cos_wrapper > div.hs_cos_wrapper{max-width:75%; padding:0; width:75%!important;}
        .front .blog-feed .feedreader_box .hs-rss-item{max-width:100%!important; width:100%; margin:0 0 20px 0!important;}
        .page .hs_cos_wrapper_type_header h2, .page-heading .hs_cos_wrapper_type_header h2, .page .widget-type-rich_text h2{font-size:35px; line-height:1.1em;}
        .page-heading .hs_cos_wrapper_type_header h3{font-size:30px; line-height:1.1em;}
        .front .slider .caption:before{border:0 none;}
    }
    
    @media screen and (max-width:676px){
        .blog .blog-listing-wrapper .post-listing{height:auto!important;}
        .blog .blog-listing-wrapper .post-listing .post-item{width:100%; max-width:100%; display:block; margin:25px auto!important;}
        .blog .blog-listing-wrapper .post-listing .post-item:nth-child(even){margin:25px auto!important; max-width:100%!important;}
    }
    
    @media only screen and (max-width:625px){
        .top-bar-top .page-center .top-logo, .top-bar-top .page-center .top-call-us{display:block; width:100%!important; max-width:100%; text-align:center!important;}
        .top-bar-top .page-center .top-logo img{margin:0 auto!important; min-width:180px;}
        .top-bar-btm .page-center .top-menu .mobile-trigger{margin:0 auto; position:static!important; right:inherit!important; top:inherit!important;}
        .top-bar-btm .page-center .top-menu{padding-top:0; text-align:center;}
    }
    
    @media only screen and (max-width:600px){
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper{width:100%!important; max-width:calc(100% - 45px)!important;}
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper .box-info{height:auto!important;}
        .travel-packages > span.hs_cos_wrapper > div.hs_cos_wrapper .display-box{padding:15% 0;}
        .photo-gallery span.hs_cos_wrapper > div{width:100%; display:block;}
        
    }
    
    @media only screen and (max-width:550px){
        .page h1, .hs-page h1, .blog h1{font-size:45px; line-height:1.1em;}
        .page h2, .page .widget-type-rich_text h2, .hs-page h2, .blog h2{font-size:40px; line-height:1.1em;}
        .page h3, .hs-page h3, .blog h3{font-size:25px;}
        .page h4, .hs-page h4, .blog h4{font-size:20px;}
        .discover-more-belize .widget-type-rich_text p{font-weight:500;}
    }
    
    @media only screen and (max-width:500px){
        .front .slider li img{visibility:hidden;}
        .front .slider{padding:0 0 70%;}
        .front .slider .hs_cos_flex-slider .hs_cos_flex-slides > li{padding-bottom:150px; background-size:cover!important; background-position:center center!important;}
        .internal .slider img{visibility:hidden; min-height:250px;}
        .internal .slider{background-size:cover!important; background-position:center center!important; background-attachment:inherit!important;}
    }
    
    @media only screen and (max-width:480px){
        .front .slider li .page-center .caption p{display:none!important;}
        .front .slider li .page-center .caption h1{margin:0;}
        .front .slider{padding:0; min-height:235px;}
        .front .slider .hs_cos_flex-slider .hs_cos_flex-slides > li{padding-bottom:0!important; min-height:235px;}
        .front .awards .award-boxes-wrapper span.hs_cos_wrapper > div.hs_cos_wrapper{width:95%!important; max-width:95%;}
    }
    
    @media only screen and (max-width:450px){
        .discover-more-belize .widget-type-rich_text p, .box-with-border .page-center .widget-type-rich_text p, .box-with-border .page-center .col p{line-height:30px; font-size:22px;}
        .blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-bio{max-width:100%; width:100%; display:block; margin:0;}
        .blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-bio h2{text-align:center;}
        .blog.hs-blog-listing .blog-section .blog-listing-wrapper .hs-author-avatar{display:block!important; margin:20px auto!important;}
        .blog.hs-blog-post .blog-section .about-author-sec > div{display:block;}
        .blog.hs-blog-post .blog-section .about-author-sec .span2{overflow:hidden; border-radius:50%; position:relative; margin:0 auto; width:50%; height:0; padding:0 0 50%; z-index:2;}
        .blog.hs-blog-post .blog-section .about-author-sec .span10{max-width:100%;}
        .blog.hs-blog-post .widget-type-blog_comments{max-width:100%; margin:0 auto;}
    }
    
    @media only screen and (max-width:400px){
        .hs_cos_flex-slider .superimpose .caption{position:absolute!important;}
        
    }
    
    /* Newsletter page styke */
.news-box .span4 { 
    margin-left:0 !important;
  margin-bottom: 20px;
}
.news-box .span4 a {
     background: #002b49;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
  display: block;
    margin: 0 60px;
}

    

    