/* ======================================================================================================
CSS @imports (Fonts import)
====================================================================================================== */

/* Montserrat */
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://4543868.fs1.hubspotusercontent-na1.net/hubfs/4543868/Helvetica/HelveticaNeue.eot');
  src: url('https://4543868.fs1.hubspotusercontent-na1.net/hubfs/4543868/Helvetica/HelveticaNeue.woff2') format('woff2'),
       url('https://4543868.fs1.hubspotusercontent-na1.net/hubfs/4543868/Helvetica/HelveticaNeue.woff') format('woff'),
       url('https://4543868.fs1.hubspotusercontent-na1.net/hubfs/4543868/Helvetica/HelveticaNeue.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


/* ======================================================================================================
Developed by GiantFocal. Contact Us at support@giantfocal.com and visit our site at giantfocal.com
====================================================================================================== */

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


/* Plugins */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }




/*  ===================================================================
SECTION:
01. Variables

DESCRIPTION:
++++++++++++
CSS variables are made as descriptive as possible. 
You can edit any variable as needed. 
=================================================================== */

/* Colors */




/* Typography */
 /* in pixels */


 /* Gentium Book Basic */








/* Mobile menu */


/* Containers */



/*  ===================================================================
SECTION:
02. Base

DESCRIPTION:
++++++++++++

=================================================================== */

/* ============================
General Settings
=============================== */
*, 
*:before, 
*:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing:
    border-box; 
    box-sizing: border-box;
}
html, 
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 12.0px;
}

.main-nav .hs-menu-wrapper ul li a {
	font-family: 'Montserrat', sans-serif;
}

@media (min-width: 480px) {
    html {
        font-size: 12.8px;
    }
}

@media (min-width: 768px) {

    html {
        font-size: 14.4px;
    }

}

@media (min-width: 1024px) {

    html {
        font-size: 16px;
    }

}


/* ============================
Container
=============================== */
.container-fluid .row-fluid .page-center,
.container-fluid .row-fluid .page-center-xs,
.container-fluid .row-fluid .page-center-sm,
.container-fluid .row-fluid .page-center-md,
.container-fluid .row-fluid .page-center-lg,
.container-fluid .row-fluid .page-center-full {
    float: none;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container-fluid .row-fluid .page-center-xs	{ 
    max-width: 680px; 
}

.container-fluid .row-fluid .page-center-sm	{ 
    max-width: 780px; 
}

.container-fluid .row-fluid .page-center-md	{ 
    max-width: 680px; 
}

.container-fluid .row-fluid .page-center-lg	{ 
    max-width: 980px; 
}

.container-fluid .row-fluid .page-center-full { 
    max-width: 100%; 
}

@media screen and (min-width: 768px) {

    .row-fluid .span8 {
        padding-right: 2em!important;
    }

}

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

/* Basic Text */
p {
    margin: 10px 0;
}

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

sup { 
    top: -0.5em; 
}

sub { 
    bottom: -0.25em; 
}

/* Heading */
h1, h2, h3, h4, h5, h6  {
    font-family: 'Montserrat', sans-serif;
    margin: .75em 0 .25em;
    text-rendering: optimizelegibility;
    font-weight: 300;
    line-height: 1.2;
    color: #333333;
}

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {
    margin-top: 0px;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
    color: #d4af37
}

h1 { 
    
    
    font-size: 3.875rem;

}

h2 { 
    
    
    font-size: 3.125rem;

}

h3 {
    
    
    font-size: 2.25rem;

}

h4 {
    
    
    font-size: 1.625rem;

}

h5 {
    
    
    font-size: 0.875rem;

}

h6 {
    
    
    font-size: 0.75rem;

}

/* Link */
a {
    text-decoration: none;
    color: #d4af37;
     
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
        transition: all ease-in-out 200ms;

}


a:hover,
a:focus {
    color: #c09b23;
}

a:focus {	
    outline: none;
    color: #a27d05;
}

.cta-text-box {
		display: block;
  	margin: 0 auto;
  	text-align: center;
}

.cta-text-box .fab.fa-readme {
		color: #fff;
  	background: #333;
  	padding: 0.5em;
  	position: relative;
  	top: 0.75em;
  	font-size: 40px;
}

.cta-text-box .hs_cos_wrapper_type_rich_text {
  	text-align: left;
		display: inline-block;
  	vertical-align: top;
  	padding: 2em;
  	background: #d4af37;
  	width: 100%;
  	margin: 0 auto;
  	float: none;
}

.cta-text-box .hs_cos_wrapper_type_rich_text a {
		color: #000;
  	border-bottom: 1px solid #000;
  	display: inline-block;
}

.cta-text-box .hs_cos_wrapper_type_rich_text a i {
		position: relative;
  	top: 2px;
}

.cta-text-box .hs_cos_wrapper_type_rich_text a:hover {
		border-color: transparent;
}

@media screen and (min-width: 768px) {
  .cta-text-box .hs_cos_wrapper_type_rich_text {
  		width: 90%;
  }
}

@media screen and (min-width: 980px) {
  .cta-text-box .hs_cos_wrapper_type_rich_text {
  		width: 80%;
  }
}

@media screen and (min-width: 1280px) {
  .cta-text-box .hs_cos_wrapper_type_rich_text {
  		width: 70%;
  }
}

/* Blockquote */
blockquote {
    display:block;
    border-left:2px solid #d4af37;
    padding-left: 2em;
    font-family: Georgia, serif;
    font-style: italic;
}


/* Social Links */
.social-links {
    margin: 0;
    padding: 0;
}

.social-links li {
    list-style; none;
    display: inline-block;
}

.social-links li + li {
    margin-left: 5px;
}

.social-links li a {
    color: inherit;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
}


.social-links li a:hover {
    color: #d4af37;
}

.social-links-rounded li a {
    border-radius: 50%;
    background: #d4af37;
    color: #fff!important;
}

.social-links-rounded li a:hover {
    background: #a27d05;
    color: #fff;
}

.fb-like > span {
    vertical-align: top!important;
}

/* ============================
Text Alignment
=============================== */
.text-align-left{ 
    text-align: left !important; 
}

.text-align-center { 
    text-align: center; 
}

.text-align-right { 
    text-align: right; 
}

@media (max-width:767px) {

    .mb-text-align-left { 
        text-align: left; 
    }

    .mb-text-align-center { 
        text-align: center; 
    }

    .mb-text-align-right { 
        text-align: right; 
    }

}


/* ============================
Colors
=============================== */
.color-primary 		{ 
    color: #d4af37; 
}

.color-secondary 	{ 
    color: #444444; 
}

.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
    color: #fff;
}


/* ============================
Background Colors
=============================== */

.bg-primary	{ 
    background-color: #d4af37; 
}

.bg-secondary { 
    background-color: #444444; 
}

.bg-white { 
    background-color: #fff; 
}

.bg-dark { 
    background-color: #000000; 
}

.bg-lightgrey { 
    background-color: #fafafa; 
}


/* ============================
Buttons
=============================== */

.btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    transition: all ease-in-out 200ms;
} 

/* Solid */
.btn-primary {
    background: #d4af37;
    color: #fff;
}

.btn-primary:hover {
    background: #caa52d;
    color: #fff;
}

.btn-primary:active {
    background: #c09b23;
}

.btn-secondary {
    background: #444444;
    color: #000;
}

.btn-secondary:hover {
    background: #3a3a3a;
    color: #000;
}

.btn-secondary:active {
    background: #303030;
}

.btn-light {
    background: #fff;
    color: #000000;
}

.btn-light:hover {
    background: #d4af37;
    color: #fff;
}

.btn-light:active {
    background: #caa52d;
}

.btn-dark	{
    background: #000000;
    color: #fff;
}

.btn-dark:hover {
    background: #000000;
    color: #fff;
}

.btn-dark:active {
    background: #000000;
    color: #fff;
}

/* Border */
.btn-border-primary {
    color: #d4af37;
    background-color: transparent;
    background-image: none;
    border-color: #d4af37;
}

.btn-border-primary:hover {
    background: #d4af37;
    color: #fff;
}

.btn-border-primary:active {
    background: #c09b23;
    border-color: #c09b23;
}

.btn-border-secondary {
    color: #444444;
    background-color: transparent;
    background-image: none;
    border-color: #444444;
}

.btn-border-secondary:hover {
    background: #444444;
    color: #fff;
}

.btn-border-secondary:active {
    background: #303030;
    border-color: #303030;
}

.btn-border-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.btn-border-light:hover {
    background: rgba(255, 255, 255, 0.99);
    border-color: rgba(255, 255, 255, 0.99);
    color: #000000;
}

.btn-border-light:active {
    background: #d4af37;
    border-color: #d4af37;
    color: #fff;
}

.btn-border-dark {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
}

.btn-border-dark:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.btn-border-dark:active {
    background: #000000;
    border-color: #000000;
}

/* Border transparent bg */
.btn-border-transparent-white {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.btn-border-transparent-white:hover {
    background: #fff;
    color: #d4af37;
}

.btn-border-transparent-white:active {
    border-color: #d4af37;
    background: #d4af37;
    color: #fff;
}

/* Size */
.btn-small {
    padding: .25rem 5rem;
    font-size: .75rem;
    line-height: 1.5;
}

.btn-large {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}


/* ============================
Borders
=============================== */
/* Full Border */
.border-primary	 	{border: 1px solid #d4af37;}
.border-secondary	{border: 1px solid #444444;}
.border-white		{border: 1px solid #fff;}
.border-dark		{border: 1px solid #222;}
.border-light-grey  {border: 1px solid #ececec;}

/* Top Border */
.border-top-primary	 	{border-top: 1px solid #d4af37;}
.border-top-secondary	{border-top: 1px solid #444444;}
.border-top-white		{border-top: 1px solid #fff;}
.border-top-dark		{border-top: 1px solid #222;}
.border-top-light-grey  {border-top: 1px solid #ececec;}

/* Bottom Border */
.border-bottom-primary	        {border-bottom: 1px solid #d4af37;}
.border-bottom-secondary	    {border-bottom: 1px solid #444444;}
.border-bottom-white		    {border-bottom: 1px solid #fff;}
.border-bottom-dark		        {border-bottom: 1px solid #222;}
.border-bottom-light-grey       {border-bottom: 1px solid #ececec;}

/* Left Border */
.border-left-primary	{border-left: 1px solid #d4af37;}
.border-left-secondary	{border-left: 1px solid #444444;}
.border-left-white		{border-left: 1px solid #fff;}
.border-left-dark		{border-left: 1px solid #222;}
.border-left-light-grey {border-left: 1px solid #ececec;}

/* Right Border */
.border-right-primary	    {border-right: 1px solid #d4af37;}
.border-right-secondary	    {border-right: 1px solid #444444;}
.border-right-white		    {border-right: 1px solid #fff;}
.border-right-dark		    {border-right: 1px solid #222;}
.border-right-light-grey    {border-right: 1px solid #ececec;}

/* Visibility */
.border-top-none	{border-top: 0px;}
.border-right-none	{border-right: 0px;}
.border-left-none	{border-left: 0px;}
.border-bottom-none	{border-bottom: 0px;}

/* Radius */
.border-round				{border-radius: 100%;}


/* ============================
Forms
=============================== */

/* Form Field */
body .hs-form-field { 
    margin-bottom: .75em; 
}

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 500;
    text-align: left;
}

body .hs-form-field > label {
    font-weight: 300;
    text-align: left;
    display: block;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%!important;
    height: auto!important;
    display: block;
    padding: 10px 12px!important;
    line-height: 1.4;
    background-color: #EFF0F4;
    background-image: none;
    border: none;
    border-left: 5px solid #d4af37;
     
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
        transition: all ease-in-out 300ms;

    
    
    font-size: 1.0rem;

}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-left: 10px solid #d4af37;
}

input[type="radio" i], 
input[type="checkbox" i] {
    margin: 3px 5px 3px 0;    
}

.hs-form-booleancheckbox label span {
    position: relative;
    top: 2px;
    left: 7px;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}

body .hs_submit input,
body form .hs-button.primary {
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .8em;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
    transition: all ease-in-out 200ms;
    background: #d4af37;
    border: none;
    color: #fff;
    
    
    font-size: 1.0rem;

    cursor: pointer;
    margin-top: 1em;
}

body .hs_submit input:hover {
    background: #caa52d;
}

body .hs_submit input:focus {
    outline: none;
    background: #c5a028;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

/* Errors */
.hs-error-msgs {
    
    
    font-size: 0.875rem;

    padding: 0;
    margin-top: .5em;
    color: #d4af37;
}

.hs-error-msgs li {
    color: inherit;
    list-style: none;
}

/* ----------------------------
Form Module
------------------------------- */

.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { 
    width: auto; 
}


/* ----------------------------
Blog Comment Form
------------------------------- */


/* Inputs */
#comment-form input[type="text"] {
    display: inline-block;
}

/* ----------------------------
Google Search Form
------------------------------- */

/* Input */
.widget-type-google_search input[type="text"] {
    width: 100%;
}

.widget-type-google_search .hs-button.primary {
    margin-top: 1em;
}

/* ----------------------------
Multi Column Form
------------------------------- */


/* Multiple Selection Inputs */
body form.hs-form fieldset { 
    max-width: none; 
}

body form.hs-form fieldset .hs-form-field { 
    padding: 0 10px 0 0; 
}

body form.hs-form fieldset[class*="form-columns"] .input { 
    margin-right: 0; 
}

body form.hs-form fieldset[class*="form-columns"] .hs-input { 
    width: 100%; 
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { 
    width: auto; 
}

body form.hs-form fieldset.form-columns-3 .hs-form-field { 
    width: 33.33%; 
}

@media (max-width: 400px) {

    body form.hs-form fieldset .hs-form-field { 
        padding: 0; 
    }

    body form.hs-form fieldset.form-columns-3 .hs-form-field,
    body form.hs-form .form-columns-2 .hs-form-field .hs-input,
    body form.hs-form .form-columns-3 .hs-form-field .hs-input { 
        width: 100%; 
    }

    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { 
        width: auto; 
    }
  
  .slick-slider {
  	display: none;
    visibility: hidden;
  }

}

/* ----------------------------
Form errors
------------------------------- */

.hsformerror{
    font-size: 12px!important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color:  !important;
    background:  !important;
}

.hsformerror .close-form-error {
    color: ;
}

.hsformerror em {
    border-color:  transparent transparent !important;
}


/* ============================
Video
=============================== */

.responsive-video {
    padding-bottom: 62.5%;
    position: relative;
}

.responsive-video > iframe,
.responsive-video > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*  ===================================================================
SECTION:
03. Layout

DESCRIPTION:
++++++++++++

=================================================================== */

/* ============================
Vertical Alignment
=============================== */

@media (min-width: 768px) {

    .vertical-align > .row-fluid-wrapper > * {
        
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

         
    
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    

    }

    .vertical-align-flex-start {
         
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

    }

    .vertical-align-center {
         
    
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    

    }

    .vertical-align-flex-end {
         
    
        -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    

    }

    .vertical-direction-row {
         
    
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    

    }

    .vertical-direction-row-reverse {
         
    
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    

    }

    .vertical-direction-column {
         
    
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    

    }

    .vertical-direction-column-reverse {
         
    
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    

    }

    .vertical-wrap {    
         
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    }

    .vertical-nowrap {
         
   -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    }

    .vertical-justify-left {
        
    
        -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    

    }

    .vertical-justify-center {
        
    
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    

    }

    .vertical-justify-right {
        
    
        -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    

    }

    .vertical-justify-between {
        
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

    }

}


/* ============================
Grid
=============================== */

.grid > span {
    
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

     
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

    
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

     
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.grid > span > div {
     
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;

}

@media (min-width: 480px) {

    .grid > span > div {
         
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;

    }

}

/* --------- Small ---------- */

.grid-gutter-small > span > div {
    margin-bottom: 2em;
}

/* 2 col */
@media (min-width: 768px) {

    .grid-gutter-small.grid-2-col > span > div {
         
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;

    }

    .grid-gutter-small.grid-3-col > span > div {
         
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;

    }

    .grid-gutter-small.grid-4-col > span > div {
         
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;

    }

}


/* --------- Medium ---------- */

.grid-gutter-medium > span > div {
    margin-bottom: 1em;
}

@media (min-width: 768px) {

    .grid-gutter-medium.grid-2-col > span > div {
         
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;

    }

    .grid-gutter-medium.grid-3-col > span > div {
         
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;

    }

    .grid-gutter-medium.grid-4-col > span > div {
         
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;

    }

}


/* --------- Large ---------- */

.grid-gutter-large > span > div {
    margin-bottom: 4em;
}

@media (min-width: 768px) {

    .grid-gutter-large.grid-2-col > span > div {
         
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;

    }

    .grid-gutter-large.grid-3-col > span > div {
         
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;

    }

    .grid-gutter-large.grid-4-col > span > div {
         
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;

    }

}


/* ============================
Margin
=============================== */

/* Desktop */
.margin-0   {margin: 0px 0;}
.margin-10  {margin: 10px 0;}
.margin-20  {margin: 20px 0;}
.margin-30  {margin: 30px 0;}
.margin-40  {margin: 40px 0;}
.margin-50  {margin: 50px 0;}
.margin-60  {margin: 60px 0;}
.margin-70  {margin: 70px 0;}
.margin-80  {margin: 80px 0;}
.margin-90  {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}
.margin-130 {margin: 130px 0;}
.margin-140 {margin: 140px 0;}
.margin-150 {margin: 150px 0;}
.margin-160 {margin: 160px 0;}
.margin-170 {margin: 170px 0;}
.margin-180 {margin: 180px 0;}
.margin-190 {margin: 190px 0;}
.margin-200 {margin: 200px 0;}

.margin-top-0  {margin-top: 0px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}
.margin-top-130 {margin-top: 130px;}
.margin-top-140 {margin-top: 140px;}
.margin-top-150 {margin-top: 150px;}
.margin-top-160 {margin-top: 160px;}
.margin-top-170 {margin-top: 170px;}
.margin-top-180 {margin-top: 180px;}
.margin-top-190 {margin-top: 190px;}
.margin-top-200 {margin-top: 200px;}

.margin-bottom-0  {margin-bottom: 0px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}
.margin-bottom-130 {margin-bottom: 130px;}
.margin-bottom-140 {margin-bottom: 140px;}
.margin-bottom-150 {margin-bottom: 150px;}
.margin-bottom-160 {margin-bottom: 160px;}
.margin-bottom-170 {margin-bottom: 170px;}
.margin-bottom-180 {margin-bottom: 180px;}
.margin-bottom-190 {margin-bottom: 190px;}
.margin-bottom-200 {margin-bottom: 200px;}

/* Mobile (<768px) */
@media (max-width: 767px) {
.mb-margin-0  {margin: 0px 0;}
.mb-margin-10 {margin: 10px 0;}
.mb-margin-20 {margin: 20px 0;}
.mb-margin-30 {margin: 30px 0;}
.mb-margin-40 {margin: 40px 0;}
.mb-margin-50 {margin: 50px 0;}
.mb-margin-60 {margin: 60px 0;}
.mb-margin-70 {margin: 70px 0;}
.mb-margin-80 {margin: 80px 0;}
.mb-margin-90 {margin: 90px 0;}
.mb-margin-100 {margin: 100px 0;}
.mb-margin-110 {margin: 110px 0;}
.mb-margin-120 {margin: 120px 0;}
.mb-margin-130 {margin: 130px 0;}
.mb-margin-140 {margin: 140px 0;}
.mb-margin-150 {margin: 150px 0;}
.mb-margin-160 {margin: 160px 0;}
.mb-margin-170 {margin: 170px 0;}
.mb-margin-180 {margin: 180px 0;}
.mb-margin-190 {margin: 190px 0;}
.mb-margin-200 {margin: 200px 0;}

.mb-margin-top-0  {margin-top: 0px;}
.mb-margin-top-10 {margin-top: 10px;}
.mb-margin-top-20 {margin-top: 20px;}
.mb-margin-top-30 {margin-top: 30px;}
.mb-margin-top-40 {margin-top: 40px;}
.mb-margin-top-50 {margin-top: 50px;}
.mb-margin-top-60 {margin-top: 60px;}
.mb-margin-top-70 {margin-top: 70px;}
.mb-margin-top-80 {margin-top: 80px;}
.mb-margin-top-90 {margin-top: 90px;}
.mb-margin-top-100 {margin-top: 100px;}
.mb-margin-top-110 {margin-top: 110px;}
.mb-margin-top-120 {margin-top: 120px;}
.mb-margin-top-130 {margin-top: 130px;}
.mb-margin-top-140 {margin-top: 140px;}
.mb-margin-top-150 {margin-top: 150px;}
.mb-margin-top-160 {margin-top: 160px;}
.mb-margin-top-170 {margin-top: 170px;}
.mb-margin-top-180 {margin-top: 180px;}
.mb-margin-top-190 {margin-top: 190px;}
.mb-margin-top-200 {margin-top: 200px;}

.mb-margin-bottom-0  {margin-bottom: 0px;}
.mb-margin-bottom-10 {margin-bottom: 10px;}
.mb-margin-bottom-20 {margin-bottom: 20px;}
.mb-margin-bottom-30 {margin-bottom: 30px;}
.mb-margin-bottom-40 {margin-bottom: 40px;}
.mb-margin-bottom-50 {margin-bottom: 50px;}
.mb-margin-bottom-60 {margin-bottom: 60px;}
.mb-margin-bottom-70 {margin-bottom: 70px;}
.mb-margin-bottom-80 {margin-bottom: 80px;}
.mb-margin-bottom-90 {margin-bottom: 90px;}
.mb-margin-bottom-100 {margin-bottom: 100px;}
.mb-margin-bottom-110 {margin-bottom: 110px;}
.mb-margin-bottom-120 {margin-bottom: 120px;}
.mb-margin-bottom-130 {margin-bottom: 130px;}
.mb-margin-bottom-140 {margin-bottom: 140px;}
.mb-margin-bottom-150 {margin-bottom: 150px;}
.mb-margin-bottom-160 {margin-bottom: 160px;}
.mb-margin-bottom-170 {margin-bottom: 170px;}
.mb-margin-bottom-180 {margin-bottom: 180px;}
.mb-margin-bottom-190 {margin-bottom: 190px;}
.mb-margin-bottom-200 {margin-bottom: 200px;}
}


/* ============================
Padding
=============================== */

/* Desktop */

.padding-all-0  {padding: 0px;}
.padding-all-10 {padding: 10px;}
.padding-all-20 {padding: 20px;}
.padding-all-30 {padding: 30px;}
.padding-all-40 {padding: 40px;}
.padding-all-50 {padding: 50px;}
.padding-all-60 {padding: 60px;}
.padding-all-70 {padding: 70px;}
.padding-all-80 {padding: 80px;}
.padding-all-90 {padding: 90px;}
.padding-all-100 {padding: 100px;}
.padding-all-110 {padding: 110px;}
.padding-all-120 {padding: 120px;}
.padding-all-130 {padding: 130px;}
.padding-all-140 {padding: 140px;}
.padding-all-150 {padding: 150px;}
.padding-all-160 {padding: 160px;}
.padding-all-170 {padding: 170px;}
.padding-all-180 {padding: 180px;}
.padding-all-190 {padding: 190px;}
.padding-all-200 {padding: 200px;}

.padding-0  {padding: 0px 0;}
.padding-10 {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}
.padding-130 {padding: 130px 0;}
.padding-140 {padding: 140px 0;}
.padding-150 {padding: 150px 0;}
.padding-160 {padding: 160px 0;}
.padding-170 {padding: 170px 0;}
.padding-180 {padding: 180px 0;}
.padding-190 {padding: 190px 0;}
.padding-200 {padding: 200px 0;}

.padding-220 {padding: 220px 0;}

.padding-top-0-40 {
	padding: 0 0 40px;
}

.padding-top-0-60 {
	padding: 0 0 60px;
}

.padding-top-80-0 {
	padding: 80px 0 0;
}


.padding-top-0  {padding-top: 0px;}
.padding-top-10 {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}
.padding-top-130 {padding-top: 130px;}
.padding-top-140 {padding-top: 140px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-160 {padding-top: 160px;}
.padding-top-170 {padding-top: 170px;}
.padding-top-180 {padding-top: 180px;}
.padding-top-190 {padding-top: 190px;}
.padding-top-200 {padding-top: 200px;}

.padding-bottom-0   {padding-bottom: 0px;}
.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20  {padding-bottom: 20px;}
.padding-bottom-30  {padding-bottom: 30px;}
.padding-bottom-40  {padding-bottom: 40px;}
.padding-bottom-50  {padding-bottom: 50px;}
.padding-bottom-60  {padding-bottom: 60px;}
.padding-bottom-70  {padding-bottom: 70px;}
.padding-bottom-80  {padding-bottom: 80px;}
.padding-bottom-90  {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}
.padding-bottom-130 {padding-bottom: 130px;}
.padding-bottom-140 {padding-bottom: 140px;}
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-160 {padding-bottom: 160px;}
.padding-bottom-170 {padding-bottom: 170px;}
.padding-bottom-180 {padding-bottom: 180px;}
.padding-bottom-190 {padding-bottom: 190px;}
.padding-bottom-200 {padding-bottom: 200px;}

/* Mobile (<768px) */
@media (max-width: 767px) {
    .mb-padding-all-0  {padding: 0px;}
    .mb-padding-all-10 {padding: 10px;}
    .mb-padding-all-20 {padding: 20px;}
    .mb-padding-all-30 {padding: 30px;}
    .mb-padding-all-40 {padding: 40px;}
    .mb-padding-all-50 {padding: 50px;}
    .mb-padding-all-60 {padding: 60px;}
    .mb-padding-all-70 {padding: 70px;}
    .mb-padding-all-80 {padding: 80px;}
    .mb-padding-all-90 {padding: 90px;}
    .mb-padding-all-100 {padding: 100px;}
    .mb-padding-all-110 {padding: 110px;}
    .mb-padding-all-120 {padding: 120px;}
    .mb-padding-all-130 {padding: 130px;}
    .mb-padding-all-140 {padding: 140px;}
    .mb-padding-all-150 {padding: 150px;}
    .mb-padding-all-160 {padding: 160px;}
    .mb-padding-all-170 {padding: 170px;}
    .mb-padding-all-180 {padding: 180px;}
    .mb-padding-all-190 {padding: 190px;}
    .mb-padding-all-200 {padding: 200px;}

    .mb-padding-0  {padding: 0px 0;}
    .mb-padding-10 {padding: 10px 0;}
    .mb-padding-20 {padding: 20px 0;}
    .mb-padding-30 {padding: 30px 0;}
    .mb-padding-40 {padding: 40px 0;}
    .mb-padding-50 {padding: 50px 0;}
    .mb-padding-60 {padding: 60px 0;}
    .mb-padding-70 {padding: 70px 0;}
    .mb-padding-80 {padding: 80px 0;}
    .mb-padding-90 {padding: 90px 0;}
    .mb-padding-100 {padding: 100px 0;}
    .mb-padding-110 {padding: 110px 0;}
    .mb-padding-120 {padding: 120px 0;}
    .mb-padding-130 {padding: 130px 0;}
    .mb-padding-140 {padding: 140px 0;}
    .mb-padding-150 {padding: 150px 0;}
    .mb-padding-160 {padding: 160px 0;}
    .mb-padding-170 {padding: 170px 0;}
    .mb-padding-180 {padding: 180px 0;}
    .mb-padding-190 {padding: 190px 0;}
    .mb-padding-200 {padding: 200px 0;}

    .mb-padding-top-0  {padding-top: 0px;}
    .mb-padding-top-10 {padding-top: 10px;}
    .mb-padding-top-20 {padding-top: 20px;}
    .mb-padding-top-30 {padding-top: 30px;}
    .mb-padding-top-40 {padding-top: 40px;}
    .mb-padding-top-50 {padding-top: 50px;}
    .mb-padding-top-60 {padding-top: 60px;}
    .mb-padding-top-70 {padding-top: 70px;}
    .mb-padding-top-80 {padding-top: 80px;}
    .mb-padding-top-90 {padding-top: 90px;}
    .mb-padding-top-100 {padding-top: 100px;}
    .mb-padding-top-110 {padding-top: 110px;}
    .mb-padding-top-120 {padding-top: 120px;}
    .mb-padding-top-130 {padding-top: 130px;}
    .mb-padding-top-140 {padding-top: 140px;}
    .mb-padding-top-150 {padding-top: 150px;}
    .mb-padding-top-160 {padding-top: 160px;}
    .mb-padding-top-170 {padding-top: 170px;}
    .mb-padding-top-180 {padding-top: 180px;}
    .mb-padding-top-190 {padding-top: 190px;}
    .mb-padding-top-200 {padding-top: 200px;}

    .mb-padding-bottom-0  {padding-bottom: 0px;}
    .mb-padding-bottom-10 {padding-bottom: 10px;}
    .mb-padding-bottom-20 {padding-bottom: 20px;}
    .mb-padding-bottom-30 {padding-bottom: 30px;}
    .mb-padding-bottom-40 {padding-bottom: 40px;}
    .mb-padding-bottom-50 {padding-bottom: 50px;}
    .mb-padding-bottom-60 {padding-bottom: 60px;}
    .mb-padding-bottom-70 {padding-bottom: 70px;}
    .mb-padding-bottom-80 {padding-bottom: 80px;}
    .mb-padding-bottom-90 {padding-bottom: 90px;}
    .mb-padding-bottom-100 {padding-bottom: 100px;}
    .mb-padding-bottom-110 {padding-bottom: 110px;}
    .mb-padding-bottom-120 {padding-bottom: 120px;}
    .mb-padding-bottom-130 {padding-bottom: 130px;}
    .mb-padding-bottom-140 {padding-bottom: 140px;}
    .mb-padding-bottom-150 {padding-bottom: 150px;}
    .mb-padding-bottom-160 {padding-bottom: 160px;}
    .mb-padding-bottom-170 {padding-bottom: 170px;}
    .mb-padding-bottom-180 {padding-bottom: 180px;}
    .mb-padding-bottom-190 {padding-bottom: 190px;}
    .mb-padding-bottom-200 {padding-bottom: 200px;}
}



/* ----------------------------
Header (Global Group)
------------------------------- */

#header {
    position: relative;
    background: #000;
}

#header .page-center > .row-fluid-wrapper > .row-fluid {
    
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

     
    
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    

    
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

}

#header .page-center > .row-fluid-wrapper > .row-fluid:before,
#header .page-center > .row-fluid-wrapper > .row-fluid:after {
    display: none;
}



/* ------- Logo ------- */
#header .logo img {
    width: auto;
    max-width: 100%;
}

/* ------- Navigation ------- */

@media screen and (max-width: 767px) {

  
  .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: auto;
    overflow: hidden;
    text-overflow: inherit;
    font-size: 13px;
	}
  
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  		background: #333;
  }
  
}

@media only screen and (min-width: 768px) {

    .main-nav .hs-menu-wrapper ul li a {
        display: inline-block;
        padding: .5em .6em;
        white-space: nowrap;
        max-width: none;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        
    
    font-size: 0.9375rem;

    }

    /* 1st level */
    .main-nav .hs-menu-wrapper > ul {
        display: inline-block;
        float: left;
    }

    .main-nav .hs-menu-wrapper > ul > li {
        display: inline-block;
        float: left;
    }

    .main-nav .hs-menu-wrapper > ul > li > a {
        display: inline-block;
        float: left;
        color: inherit;
        color: #fff;
    }

    .main-nav .hs-menu-wrapper > ul > li > a:hover {
        color: #d4af37;
    }

    /* Dropdown */

    .main-nav .hs-menu-wrapper > ul ul {
        border-left: 1px solid #c09b23;
    }

    .main-nav .hs-menu-wrapper > ul ul li a {
        background: #d4af37;
        color: #000;
        border-bottom: 1px solid #c09b23;
        padding: 5px 20px 5px 10px;
        width: auto!important;
        min-width: inherit;
    }

    .main-nav .hs-menu-wrapper > ul ul li a:hover {
        background: #c09b23;
        color: #000;
    }

    .main-nav .hs-menu-wrapper > ul ul li.hs-item-has-children:hover > a {
        background: #caa52d;
    }

    .main-nav .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
        content: "\f105";
        font-family: fontawesome;
        position: absolute;
        right: 10px;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 1;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .main-nav .hs-menu-wrapper > ul ul li.hs-item-has-children:hover > a:after {
        background: #fff;
        color: #d4af37;
    }

    /* 2nd level (dropdown) */
    .main-nav .hs-menu-wrapper > ul > li > ul {
        top: 100%;
    }

    .main-nav .hs-menu-wrapper > ul > li > ul:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #d4af37;
        position: absolute;
        top: -3px;
        
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

        left: 1em;
        z-index: -1;
    }

    /* 3rd level (dropdown) and so on */

    .main-nav .hs-menu-wrapper > ul ul ul {
        left: 100%!important;
    }

}

@media only screen and (min-width: 992px) {

    .main-nav .hs-menu-wrapper ul li a {
        padding: .7em;
        font-size: 1em;
    }

}

/* ----------------------------
Site Footer (Global Group)
------------------------------- */
#site-footer {
    background: #000;
}

#site-footer .page-center {
    border-bottom: 1px solid #999;
}

/* Header */
#site-footer h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#site-footer p,
#site-footer li,
#site-footer a {
    color: #fff;
}

/* Links (Simple Menu Module) */
#site-footer .widget-type-simple_menu .hs-menu-wrapper ul {
    padding: 0;
    margin: 0;
}

#site-footer .widget-type-simple_menu .hs-menu-wrapper ul li a {
    line-height: 1.1;
    margin-bottom: 3px;
    font-size: 14px;
    color: #fff;
    padding: .35em 0;
}

#site-footer .widget-type-simple_menu .hs-menu-wrapper ul li a:hover {
    color: #d4af37;
}

/* ----------------------------
Footer (Global Group) 
------------------------------- */

#footer {
    background:#000;
}

#footer p {
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
}

/* Logo */
#footer .footer-logo img {
    width: 120px!important;
    max-width: 100%;
}


/* Social Links */
.footer-social-link ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer-social-link ul li {
    display: inline-block;
    list-style: none;
    margin: 4px 4px;
}

.footer-social-link ul li a {
    font-size: 16px;
    color: #fff;
}

.footer-social-link ul li a:hover {
    color: #d4af37;
}

@media (max-width:767px) {

    .footer-social-link ul {
        text-align: center;
    }

}

/* ----------------------------
Footer Map (Global Group) 
------------------------------- */
#footer-google-map,
#content-google-map {
    position: relative;
}


#footer-google-map:after,
#content-google-map:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#content-google-map iframe {
    position: relative;
    width: 100%;
    height: 1000px;
    z-index: 1;
    display: block;
}

#footer-google-map iframe {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 1;
    display: block;
}


/*  ===================================================================
SECTION:
04. Modules (Hubspot Default Modules)

DESCRIPTION:
++++++++++++

=================================================================== */


/* ----------------------------
Simple Menu
------------------------------- */
.widget-type-simple_menu .hs-menu-wrapper ul {
    padding: 0;
    margin: 0;
}

.widget-type-simple_menu .hs-menu-wrapper ul li a {
    padding: 5px;
    margin: 0;
}



/*  ===================================================================
SECTION:
05. New Modules (Developed by GiantFocal)

DESCRIPTION:
++++++++++++

=================================================================== */ 

/* ----------------------------
Hero Banner 1 Col (Custom Module)
------------------------------- */
.alpha-hero-banner,
.listing-hero-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.alpha-hero-banner.overlay:before,
.listing-hero-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.listing-hero-banner .alpha-hero-banner-content {
	position: relative;
  z-index: 99;
  text-align: center;
}

.alpha-hero-banner.light-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.alpha-hero-banner .page-center {
    position: relative;
    z-index: 2;
}

.alpha-hero-banner .alpha-hero-banner-content {
    max-width: 100%;
    margin: auto;
}

/* ----------------------------
Hero Banner 2 Col (Custom Module)
------------------------------- */
.alpha-hero-banner-2col {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.alpha-hero-banner-2col.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.alpha-hero-banner-2col.light-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.alpha-hero-banner-2col .page-center {
    position: relative;
    z-index: 2;
}

.alpha-hero-banner-2col-video {
    position: relative;
    height: 0;
    padding-bottom: 56.26%;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.4);
}


/* ----------------------------
Banner Video Popup (Custom Module)
------------------------------- */
.alpha-banner-video-popup {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.alpha-banner-video-popup.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.alpha-banner-video-popup.light-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.alpha-banner-video-popup > * {
    position: relative;
    z-index: 2;
}

/* Content */
.alpha-banner-video-popup-presubheader {
    margin: 0;
    
    
    font-size: 1.25rem;

    font-weight: bold;
    text-transform: uppercase;
}

.alpha-banner-video-popup-header {
    margin: 5px 0;
    font-weight: bold;
}

.alpha-banner-video-popup-text-01 {
    margin: 3em 0;
}

.alpha-banner-video-popup-text-02 {
    margin-top: 3em;
}

.alpha-banner-video-popup-trigger {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #d4af37;
    text-align: center;
     
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
        transition: all ease-in-out 200ms;

}

.alpha-banner-video-popup-trigger:hover {
    background: #caa52d;
}

.alpha-banner-video-popup-trigger i {
    
    
    font-size: 1.5625rem;

    line-height: 65px;
    color: #fff;
}


/* ----------------------------
Feature (Custom Module)
------------------------------- */
.alpha-feature {
    position: relative;
    padding-left: 55px;
    margin-bottom: 40px;
    
    
    font-size: 0.9375rem;

}

.alpha-feature > div {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #dedede;
    color: #020202;
    
    
    font-size: 0.75rem;

    text-align: center;
    line-height: 31px;
    font-weight: bold;
}

.alpha-feature h4 {
    margin: 0;
}

.alpha-feature p {
    margin: 10px 0 0;
    color: #323232;
}


/* ----------------------------
Testimonial (Custom Module)
------------------------------- */
.alpha-testimonial {
    text-align: center;
    padding: 20px;
}

.alpha-testimonial .alpha-testimonial-img {
    display: inline-block;
    margin: 0 0 10px;
  
}

.alpha-testimonial .alpha-testimonial-img img {
    border-radius: 100%;
    opacity: 0.8;
}

.alpha-testimonial .alpha-testimonial-name {
    margin: 0;
    text-transform: uppercase;
}

.alpha-testimonial .alpha-testimonial-title {
    margin: 4px 0 20px;
    line-height: 1.2;
    font-style: italic;
    
    
    font-size: 0.875rem;

    color: #323232;
}

.alpha-testimonial .alpha-testimonial-text {
    margin: 0;
    line-height: 1.6;
}


/* ----------------------------
Team (Custom Module)
------------------------------- */
.alpha-team {
    padding: 40px 20px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    text-align: center;
}

.alpha-team .alpha-team-img img {
    border-radius: 100%;
    margin: 0 0 15px;
  /*opacity: 0;*/
    
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
        transform: scale(0.98);

    transition: 0.25s ease;
}

.alpha-team:hover .alpha-team-img img {
    opacity: 0,85;
    
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);

}

.alpha-team-name {
    margin: 0;
    text-transform: uppercase;
}

.alpha-team-title {
    margin: 0px 0px 20px;
    
    
    font-size: 0.75rem;

    font-style: italic;
    text-transform: uppercase;
    color: #323232;
}

.alpha-team-text {
    margin: 0 0 20px;
    line-height: 1.5;
}

.alpha-team-link {
    padding: 0;
    margin: 20px 0 0;
}

.alpha-team-link li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0px;
}

.alpha-team-link li a {
    color: #000000;
}

.alpha-team-link li a:hover {
    color: #d4af37;
}


/* ----------------------------
Product Listing (Custom Module)
------------------------------- */
.alpha-product-listing {
    position: relative;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
  	/*Lagt til padding og height*/
  	padding-top: 30px;
  	height: 450px;
}

.alpha-product-listing-img {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(0);
  	/*Lagt til width and height*/
  	width: 150px;
    height: 80px;
  	 
    -webkit-transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
        transition: all ease-in-out 600ms;

}

.alpha-product-listing-img img {
    height: auto;
    width: 100%;
}

.alpha-product-listing-content {
    padding: 40px 20px;
    filter:grayscale(0%);
     
    -webkit-transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
        transition: all ease-in-out 600ms;

}

.alpha-product-listing-content > h4 {
    margin: 0;
}

.alpha-product-listing-content > div {
    
    
    font-size: 0.875rem;

    line-height: 1.5;
}

.alpha-product-listing-link {
    background: #d4af37;
    display: block;
}


@media (min-width: 768px) {

    .alpha-product-listing-link {
        
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

         
    
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    

        
    
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    

        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);

         
    -webkit-transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
        transition: all ease-in-out 600ms;

    }

    .alpha-product-listing:hover .alpha-product-listing-link {
        background: rgba(0, 0, 0, 0.6);
        
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);

    }
    .alpha-product-listing:hover .alpha-product-listing-img,
    .alpha-product-listing:hover .alpha-product-listing-content {
        filter:grayscale(100%);
    }

}

/* Mobile */
@media (max-width: 767px) {

    .alpha-product-listing.active .alpha-product-listing-link {
        display: block;
    }
  
  .alpha-hero-banner-content {
  		width: 100%!important;
  }
  .alpha-hero-banner-content h1 {
  		font-size: 26px;
  }
	
}


/* ----------------------------
Recent Posts (HubL Module)
------------------------------- */
.recent-posts-wrapper {
    
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

     
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

    
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

     
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.recent-posts-wrapper > * {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 80px;
}

.recent-posts > h4 {
    margin: 0 0 10px;
}

.recent-posts > h4 a:not(:hover) {
    color: inherit;
}

@media screen and (max-width: 568px) {
  .recent-posts .hs-featured-image {
  		margin-bottom: 30px;
  }
}

.recent-posts > .row-fluid p {
    margin: 20px 0 0;
    text-transform: uppercase;
    
    
    font-size: 0.75rem;

    font-weight: bold;
    font-style: italic;
    color: #adadad;
}

@media (max-width:767px) {

    .recent-posts-wrapper > * {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .recent-posts-wrapper .recent-posts > .row-fluid {
        
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

        
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

    }

    .recent-posts-wrapper .recent-posts > .row-fluid > div {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

    .recent-posts > h4 {
        margin-bottom: 15px;
    }

}

/*  ===================================================================
SECTION:
06. State

DESCRIPTION:
++++++++++++

=================================================================== */   

/* ----------------------------
Display
------------------------------- */
.display-none {
    display: none!important; 
}

/* Desktop hidden */
@media (min-width: 768px) {

    .desktop-display-none {
        display: none!important;
    }

}

/* Mobile hidden */
@media (max-width: 767px) {

    .mb-display-none {
        display: none!important;
    }

}

/*  ===================================================================
SECTION:
07. Theme (Theme default styling)

DESCRIPTION:
++++++++++++

=================================================================== */   

/* ----------------------------
Feature Flex Wrapper
------------------------------- */
.feature-wrapper > span {
    
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

     
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

    
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

     
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.feature-wrapper > span:after {
    content: "";
    display: inline-block;
    width: 31%;
}

.feature-wrapper > span > div {
     
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;

    margin-bottom: 30px;
}

@media (min-width: 480px) {

    .feature-wrapper > span > div {
         
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;

    }

}


/* ----------------------------
Team Flex Wrapper
------------------------------- */
.team-wrapper > span {
    
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

     
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

    
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

     
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.team-wrapper > span:after {
    content: "";
    display: inline-block;
    width: 31%;
} 

.team-wrapper > span > div {
     
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;

    margin-bottom: 30px;
}

@media (min-width: 768px) {

    .team-wrapper > span > div {
         
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;

        margin-bottom: 30px;
    }
}

/* ----------------------------
Products Flex Wrapper
------------------------------- */
.products-wrapper > span {
    
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

     
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

    
    
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    

     
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.products-wrapper > span:after {
    content: "";
    display: inline-block;
    width: 31%;
} 

.products-wrapper > span > div {
     
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;

    margin-bottom: 30px;
}

@media (min-width: 480px) {

    .products-wrapper > span > div {
         
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;

    }

}

@media (min-width: 768px) {

    .products-wrapper > span > div {
         
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;

    }

}


@media (min-width: 980px) {

    .products-wrapper.four-columns > span > div {
         
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;

    }

}



/* ----------------------------
Testimonial Flex Wrapper
------------------------------- */

.testimonial-wrapper > span {
    
    
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
            display: flex!important;
    

     
    
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    

    
    
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    

     
   -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.testimonial-wrapper > span > div {
     
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;

    margin-bottom: 30px;
}

@media (min-width: 480px) {

    .testimonial-wrapper > span > div {
         
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;

    }

}

@media (min-width: 768px) {

    .testimonial-wrapper > span > div {
        
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;

    }

}


/* ----------------------------
Contact Social Links (Grey)
------------------------------- */
.contact-social-link ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.contact-social-link ul li {
    display: inline-block;
    list-style: none;
    margin: 5px 17px;
}

.contact-social-link ul li a {
    
    
    font-size: 2.125rem;

    color: #000000;
}

.contact-social-link ul li a:hover {
    color: #d4af37;
}

@media (max-width:767px) {

    .contact-social-link ul li {
        margin: 5px 10px;
    }

    .contact-social-link ul li a {
        
    
    font-size: 1.375rem;

    }

}



/* ----------------------------
Blog
------------------------------- */

.hero-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 

.hero-banner .hero-image {
    display: none;
}

/* --------- Listing ---------- */

.listing-hero-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.post-listing > .post-item + .post-item {
    margin-top: 4em;
}

.post-listing .post-header h2 {
    font-size: 2em;
}

.post-listing .post-featured-image {
    margin-bottom: 1em;
}


/* --------- Post ---------- */

/* Tags */
.post-tags {
    background: #FAFAFA;
    padding: 10px;
}

.blog-sidebar .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 2.5em;
}

.blog-sidebar h3 {
    font-size: 1.5em;
}

.blog-sidebar ul {
    padding: 0;
    margin: 0;
}

.blog-sidebar ul li {
    list-style: none;
}

.post-listing .post-featured-image {
  max-height: 250px;
  overflow: hidden;
  display: block;
  position: relative;
}


@media screen and (min-width: 768px) {
	.post-listing .post-featured-image {
			max-height: 200px;
  }
}

@media screen and (min-width: 980px) {
	.post-listing .post-featured-image {
			max-height: 300px;
  }
}


@media screen and (min-width: 1280px) {
	.post-listing .post-featured-image {
			max-height: 250px;
  }
}




/*  ===================================================================
SECTION:
08. Overwrite CSS

DESCRIPTION:
++++++++++++
This section is the place of your new codes to overwrite our default styling.
Please do not edit other section if not quite sure.
Thanks :)
=================================================================== */ 


/*  ===================================================================
SECTION:
09. Plugins

DESCRIPTION:
++++++++++++
=================================================================== */ 

/* ----------------------------
Mobile Menu - Hubspot Standard Toggle Menu
------------------------------- */

.mobile-trigger,
.child-trigger {
    display: none;
}

@media (max-width: 767px) {

    .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: #ffffff;
    }


    /* Toggle Button
    ========================================================================== */
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        width: auto;
        height: auto;
        padding: 7px 10px 8px 10px;
        background: #ffffff;
        border: 1px solid #000000;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000000;
        float: right;
    }

    .mobile-trigger:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #000000;
        border-color: transparent;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger {
        color: #ffffff;
        background-color: #000000;
        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;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #000000;
        display: inline-block;
        -webkit-transition: all ease-in-out 200ms;
        -o-transition: all ease-in-out 200ms;
        transition: all ease-in-out 200ms;
    }

    .mobile-trigger i:before {
        top: -6px;
    }

    .mobile-trigger i:after {
        top: 6px;
    }

    .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: #ffffff;
    }

    /* Change button icon when menu is open */
    .mobile-open .mobile-trigger i {
        height: 0;
    }

    .mobile-open .mobile-trigger i:before {
        
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

        top: -1px;
    }

    .mobile-open .mobile-trigger i:after {
        
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);

        top: -1px;
    }

    /* Child Toggle Button
    ========================================================================== */
    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }

    .child-trigger:hover {
        text-decoration: none;
    }

    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);

    }

    .child-trigger i:after {
        position: absolute;
        content: '';
    }

    .child-trigger i,
    .child-trigger i:after {
        width: 10px;
        height: 1px;
        background-color: #ffffff;
        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);

    }


    /* Menu Styles on Mobile Devices
    ========================================================================== */

    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
        display: none;
    }

    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: absolute;
        top: 100%;
        bottom: auto;
        left: 0;
        padding: 0;
        z-index: 10;
    }

    .custom-menu-primary .hs-menu-wrapper {
        background-color: #000000;
        width: 100%;
    }

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        line-height: 45px;
        overflow: visible;
    }

    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li {
        border-top: 1px dotted rgba(255, 255, 255, .35);
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a {
        padding: 0 20px;
        color: #ffffff;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        color: #ffffff;
    }

    /* 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;
        font-size: 16px;
    }

    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        text-indent: 30px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
        text-indent: 50px;
    }
    
}



/* Linda CSS */

.consultant-desc h2 {
		font-size: 2.125rem;
}

.consultant-name h1 {
		font-size: 2.875rem;
}

@media screen and (min-width: 768px) {
  
  #header .page-center .main-nav.custom-menu-primary.span6 {
  		width: 78.618785%;
  }
  
  #header .page-center .mb-text-align-center.span3 {
  		width: 17.928177%;
    	margin-left:0!important;
  }
  
}


@media screen and (min-width: 768px) and (max-width: 1054px) {
  
  .main-nav .hs-menu-wrapper ul li a {
  		padding: 0.5em 0.2em;
  }
  
  .social-links li a {
  		width: 30px;
    	height: 30px;
    	line-height: 30px;
  }
  
}

@media screen and (min-width: 1280px) {

  #header .page-center .main-nav.custom-menu-primary.span6 {
  		width: 69.717949%;
  }
  
  #header .page-center .mb-text-align-center.span3 {
  		width: 13.076923077%;	
  }
  
}


/* Linda contact page -new */
body .padding-around.right {
	padding: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1028px) {

  	body .padding-around.right {
			padding: 80px 20px;
		}
  
}

.padding-around .call-to-us a i {
    -ms-transform: rotate(-50deg); /* IE 9 */
    -webkit-transform: rotate(-50deg); /* Safari 3-8 */
    transform: rotate(-50deg);
}


body .padding-around input[type="text"], 
body .padding-around input[type="password"], 
body .padding-around input[type="datetime"], 
body .padding-around input[type="datetime-local"],
body .padding-around input[type="date"], 
body .padding-around input[type="month"], 
body .padding-around input[type="time"], 
body .padding-around input[type="week"], 
body .padding-around input[type="number"], 
body .padding-around input[type="email"], 
body .padding-around input[type="url"], 
body .padding-around input[type="search"], 
body .padding-around input[type="tel"], 
body .padding-around input[type="color"], 
body .padding-around input[type="file"], 
body .padding-around textarea, 
body .padding-around select {
	background: #fff;
  border: 0;
  border-bottom: 3px solid #eee;
  padding: 0.5em 1em 1em 0!important;
  font-size: 22px;
  color: #666;
  line-height: 1.2;
  font-weight: 600;
}


body .padding-around textarea {
		height: 100px;
  	min-height: 100px;
}

body .padding-around ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 22px;
  color: #c2c2c2!important;
  line-height: 1.2;
  font-weight: 600;
}
body .padding-around ::-moz-placeholder { /* Firefox 19+ */
  font-size: 22px;
  color: #c2c2c2!important;
  line-height: 1.2;
  font-weight: 600;
}
body .padding-around :-ms-input-placeholder { /* IE 10+ */
  font-size: 22px;
  color: #c2c2c2!important;
  line-height: 1.2;
  font-weight: 600;
}
body .padding-around :-moz-placeholder { /* Firefox 18- */
  font-size: 22px;
  color: #c2c2c2!important;
  line-height: 1.2;
  font-weight: 600;
}


body .padding-around .hs-form-field{
	margin-bottom:1.5em;
}

body .padding-around .hs-form-field > label {
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
  	letter-spacing: 1px;
    padding-left: 2px;	
		font-weight: 600;
}

body .padding-around form .actions {
	margin: 0 auto;
  text-align: center;
  display: block;
}

body .padding-around .hs_submit input, 
body .padding-around form .hs-button.primary {
	width: auto;
  padding: 0.75em 5em;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: inherit;
}

.mb-margin-bottom-30.home h2 {
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  
  .mb-margin-bottom-30.home .widget-type-rich_text {
    height: 200px;
  }

}

@media screen and (min-width: 1280px) {
  
  .mb-margin-bottom-30.home .widget-type-rich_text {
    height: 185px;
  }

}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, 
.hvr-underline-from-left:focus:before, 
.hvr-underline-from-left:active:before {
  right: 0;
}



.container-fluid .width-70 .row-fluid .page-center-xs {
		max-width: inherit;
}

.container-fluid .width-70 .row-fluid .page-center-xs {
	font-size: 20px;
}

.container-fluid .width-70 .row-fluid .page-center-xs .btn-border-transparent-white {
		border-color: #000;
    background: rgba(0, 0, 0, 0);
    color: #000;
}

.container-fluid .width-70 .row-fluid .page-center-xs .btn-border-transparent-white:hover {
    background: #000;
    color: #fff;
}

.container-fluid .width-70 .row-fluid .page-center-xs .btn-border-transparent-white:active {
    border-color: #000;
    background: #d4af37;
    color: #000;
}

@media screen and (max-width: 767px) {

  .padding-around.left {
		display: none;
  	visibility: hidden;
	}
  
  .padding-around.right .call-to-us a {
  	
    
    font-size: 1.375rem;
;
    text-align: center;
    display: block;
    width: 100%;
  }
  
  .padding-around.right .call-to-us a:hover { 
  		color: #c09b23;
  } 
}



@media screen and (min-width: 768px) {
  
    body .body-container-wrapper .row-fluid .padding-around.left.span6,
    body .body-container-wrapper .row-fluid .padding-around.right.span6 {
        margin-left:0!important;
        width: 50%!important;
    }
  
    .padding-around.left {
      position: relative;
    }
  
  	.padding-around.left .call-to-us {
  		position: absolute;
      width: 50%;
      left: 25%;
      right: 25%;
      top: 30%;
      text-align: center;
  	}	

    .padding-around.left .call-to-us a {
      width: auto;
      padding: 0.75em 2em;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      text-transform: inherit;
      display: inline-block;
      text-align: center;
      line-height: 1.5;
      font-weight: bold;
      transition: all ease-in-out 200ms;
      background: #d4af37;
      color: #fff;
      
    
    font-size: 1.0rem;

    }
  	
  	.padding-around.left .call-to-us a:hover { 
  			background: #c09b23;
 	 	}

    .padding-around.right .call-to-us {
			display: none;
  		visibility: hidden;
		}
  
    body.contact-page .footer-container-wrapper {
			margin-top: -28px;
  	}
  
    .width-70 {
      width: 70%!important;
  	}
}