@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);

@import 'https://fonts.googleapis.com/css?family=Courgette';

/**
 * CSS @imports must be at the top of the file.
 * Add them above this section.
 */

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

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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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



   -------------------------------------------------- */

/* 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; } }
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 20px auto!important;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }
@media (max-width:767px) {
    .flip-clock-wrapper ul li a div div.inn {
      font-size: 30px; }
   
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 


/* ==========================================================================
   Variables 13e8e4
   ========================================================================== */
   
/**
 * Evolution's CSS variables are made as descriptive as possible. 
 * You can edit any variable as needed. 
 */

/* Colors */





/* Typography */



 /* Gentium Book Basic */










/* Header */




/* Header - Menu Navigation */
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */
 /* Set link Hover Background */

/* Header - Dropdown Menu */






/* Mobile Menu */

 



/* Background Image Overlay */



/* Site Footer */


/* Footer */




/* Containers */



/* Background Colors */


 /* Optional */
 /* Optional */
 /* Optional */

/* Social Links */



/* -----------
   Buttons
  ----------*/

/* Primary Button ( Solid ) */





/* Secondary Button ( No background with Border) */




/* Tertiary Button ( Solid ) */






/* -----------
   Modules
  ----------*/

/* Recent posts */

     /* fontawesome unicode, find yours at http://fontawesome.io/icons/ */



/* FAQ */



/* -----------
   CSS Variables
  ----------*/
.gf {
  --base: ;
  --primary: #FFA365;
  --secondary: #FF5360;
}

/* --------------------------------------------------

   Index:

  1. BASE STYLES
    - Base
    - Typography
    - Alignments
    - Margins & Paddings
    - Backgrounds
    - Display
    - Vertical Alignment
    - Image & iFrame
    - Text Colors
    - Custom Classes

  2. COS Main Global Groups
    - Header
    - SiteFooter
    - Footer

  3. CUSTOM MODULES

  4. HUBSPOT BUILT-IN MODULES

  5. GiantFocal
    - Main Pages
    - Site Pages
    - Landing Pages
    - Blog Pages
    - System Pages


   -------------------------------------------------- */

/* --------------------------------------------------
  Macros
  -------------------------------------------------- */


/**
 * Create jinja macros for CSS3 properties that need browser prefixes.
 *
 * Apply the style as shown below.  Ignore the jinja comment tags.
 *
 * 
 */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/





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


   1. BASE STYLES


   ==================================================================================================================================== */
   
   
/* --------------------------------------------------
   Base
   -------------------------------------------------- */
   
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: #fff;
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-container-wrapper {
    background: #fff;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 50px 0;
}
.clearfix {
  clear: both;
}

/**
 * Page Center
 * Apply .page-center to fullwidth modules.
 */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid .row-fluid .page-center-medium {
  max-width: 1079px;
}
.container-fluid .row-fluid .page-center-small {
  max-width: 800px;
}
.container-fluid .row-fluid .page-center-xsmall {
  max-width: 550px;
}
@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid .footer-copyright .row-fluid .page-center {
    padding: 0 10px;
  }
}

/* Links */
a {
  text-decoration: none;
  color: #FFA365;
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #cd7133;
}
a:focus {
    outline: none!important;
}

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



/* --------------------------------------------------
   Typography
   -------------------------------------------------- */

/* Basic text */
p { margin: 15px 0; }

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 10px 0 20px;
  text-rendering: optimizelegibility;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #282828;
}
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 {}

h1 { font-size: 60px; }
.small-h1 h1 {font-size:45px;}
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 3.5px;
}

* + h1,
* + h2,
* + h3,
* + h4 {
    margin-top: 1.5em;
}

.header-margin-none h1,
.header-margin-none h2,
.header-margin-none h3,
.header-margin-none h4 {
    margin: 0;
}

@media (min-width: 768px) {
    .header-large h1 { font-size: 100px };
}
@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
    .small-h1 h1 {font-size:32px;}
}

/* Header Options */
.header-underline {
    padding-bottom: 30px;
    position: relative;
}
    .header-underline:after {
        content: "";
        width: 30px;
        height: 3px;
        background: #FFA365;
        position: absolute;
        bottom: 0;
        left: 0;
    }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
ol li {
    margin-bottom: 10px;
}
ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {
    margin: 40px 0 40px;
    position: relative;
    padding: 30px;
    font-size: 20px;
    line-height: 1.6;
    color: #8a8a8a;
    font-style: italic;
    border-left: 3px solid #e6e6e6;
    background: rgb(247, 247, 247);
    font-weight: 300;
}
    blockquote:before {
        font-family: fontawesome;
        position: absolute;
        left: 3px;
        top: 19px;
        font-size: 26px;
        opacity: 0.2;
    }
blockquote p {}
blockquote span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
    font-style: normal;
}
blockquote small {
}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

@media (max-width:480px) {
    blockquote {
        margin: 20px 0;
        padding: 15px;
        font-size: 17px;
        line-height: 1.4;
    }
}

/* iFrames */

iframe {
    display: block;
}


/* Colors */
.colorPrimary   { color: #FFA365; }
.colorSecondary { color: #FF5360; }


/* Backgrounds */
.bgPrimary    { background: #FFA365; }
.bgSecondary  { background: #FF5360; }
.bgColor3     { background: #f4f4f4; }
.bgColor4     { background: #333333; }
.bgColor5     { background: #505b67; }

.bgWhite      { background: #fff; }



/* Font Options */

.font-secondary * {
    font-family: 'Courgette', cursive;
}

/* --------------------------------------------------
    Alignments
   -------------------------------------------------- */
.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }
.text-alignjustify  {text-align: justify; }

@media (max-width: 767px) {
    .mb-text-aligncenter    {text-align: center;  }
    .mb-text-alignright     {text-align: right;   }
    .mb-text-alignleft      {text-align: left;    }
    .mb-text-alignjustify   {text-align: justify; }
}


/* --------------------------------------------------
    Margins & Paddings
   -------------------------------------------------- */

.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: 2000px 0;}

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


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


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



/* --------------------------------------------------
    Box
   -------------------------------------------------- */

.box-10 {
    padding: 10px;
}
.box-15 {
    padding: 15px;
}
.box-20 {
    padding: 20px;
}
.box-25 {
    padding: 25px;
}
.box-30 {
    padding: 30px;
}
.box-35 {
    padding: 35px;
}
.box-40 {
    padding: 40px;
}
.box-45 {
    padding: 45px;
}
.box-50 {
    padding: 50px;
}



/* --------------------------------------------------
    Display
   -------------------------------------------------- */
.display-none {
    display: none!important;
}
.display-block {
    display: block;
}
@media (min-width: 768px) {
    .desktop-display-none {
        display: none!important;
    }
    .desktop-display-block {
        display: block!important;
    }
}
@media (max-width:767px) {
    .mb-display-none {
        display: none!important;
    }
    .mb-display-block {
        display: block!important;
    }
}



/* --------------------------------------------------
    Vertical Alignment
   -------------------------------------------------- */
@media (min-width:768px) {
    .vertical-align-center > .row-fluid-wrapper > .row-fluid {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .vertical-align-center-2col-reverse > .row-fluid-wrapper > .row-fluid {
        -ms-flex-direction:row-reverse;
        -webkit-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .vertical-align-center-2col-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:first-child {
        margin-left: 2.564102564%;
    }
    .vertical-align-center-2col-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:nth-child(2) {
        margin-left: 0;
    }
}


/* --------------------------------------------------
    Hero banner
   -------------------------------------------------- */
.hero-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,0.5);
    z-index: 1;
}
.hero-banner .page-center {
    position: relative;
    z-index: 2;
}
.hero-image {
    display: none!important;
}
   
/* --------------------------------------------------
    Images & Iframe
   -------------------------------------------------- */
.image-round-border img {
  border-radius: 100%;
  border: 5px solid #fff!important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
img {
    height: auto;
}
iframe {
    max-width: 100%!important;
}

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

/* --------------------------------------------------
    BG
   -------------------------------------------------- */
.bg-lightgrey {
    background-color: #fbfbfb;
}
.bg-lightgrey2 {
    background-color: #ececec;
}
.bg-dark {
    background-color: #151515;
    border-top: 1px solid #272727;
}

/* --------------------------------------------------
    Borders
   -------------------------------------------------- */

.box-all {
    border: 1px solid #efefef;
}
.border-top {
    border-top: 1px solid #efefef;
}
.border-bottom {
    border-bottom: 1px solid #efefef;
}
.border-left {
    border-left: 1px solid #efefef;
}
.border-right {
    border-right: 1px solid #efefef;
}

@media (max-width: 767px) {
    .mb-box-all {
        border: 1px solid #efefef;
    }
    .mb-border-top {
        border-top: 1px solid #efefef;
    }
    .mb-border-bottom {
        border-bottom: 1px solid #efefef;
    }
    .mb-border-left {
        border-left: 1px solid #efefef;
    }
    .mb-border-right {
        border-right: 1px solid #efefef;
    }
}


/* --------------------------------------------------
    Slick
   -------------------------------------------------- */
.slick-slide,
.slick-slide:focus {
    outline: none!important;
}

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


   2. COS Global Groups ( Header, SiteFooter and Footer )
      !!! ALERT: DO NOT EDIT THIS SECTION !!!

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

/* --------------------------------------------------
   Header
   -------------------------------------------------- */

.header-container-wrapper {
    min-height: 0px;
}
.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0px;
}
.header-container {
    z-index: 9999;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
    #header.sticky {
      background: rgba(255, 163, 101, .95);
    }
@media (min-width:768px) {
    #header {
        padding: 0 40px;
    }
    #header.sticky {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    #header {
        padding: 20px 0px 0px;
    }
    #header .page-center {
        padding: 0!important;
    }
}


/* Logo
   ------------------ */
.logo {
    
}
#header .logo img {
    width: 170px!important;
}
@media (max-width:767px) {
    #header .logo {
        padding-left: 20px;
    }   
}
 
/* Menu
   ------------------ */
  
.main-nav {
    min-height: 0!important;
}
   
@media (min-width: 768px) {

    .main-nav li.hs-item-has-children > ul {
        opacity: 1;
        visibility: visible;
    }
    
    /* Parent List (Level 1) */
    .main-nav .hs-menu-wrapper > ul {
        display: inline-block;
        width: auto;
        float: right;
    }
    .main-nav .hs-menu-wrapper > ul > li {
        padding: 30px 0;
        -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
        
    }
        #header.sticky .main-nav .hs-menu-wrapper > ul > li {
            padding: 20px 0;
        }
    .main-nav .hs-menu-wrapper > ul > li > a {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        opacity: 0.6;
        max-width: none!important;
        padding: 0 15px;
        white-space: initial;
        overflow: visible;
    }
    .main-nav .hs-menu-wrapper > ul > li:hover > a,
    .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
        color: #fff;
        opacity: 1;
    }
    .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > a,
    .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > ul.active-branch > li.active-branch > a {
        background: #FFA365;
        color: #fff;
    }
    
    
    /* Dropdown (Level 2) */
    
    .main-nav .hs-menu-wrapper > ul > li > ul  {
        background: #fff;
        top: 100%;
        width: auto;
        padding: 35px 0;
        position: relative;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul:before {
            content: '';
            background: #fff;
            height: 100%;
            width: 200vw;
            position: absolute;
            left: -100vw;
            top: 0;
            box-shadow: 0 30px 60px 0px rgba(0,0,0,0.14);
        }
    .main-nav .hs-menu-wrapper > ul > li > ul > li {
        position: relative;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul > li:nth-child(n+2) {
            margin-top: 10px;
        }
    .main-nav .hs-menu-wrapper > ul > li > ul > li a {
        padding: 5px 15px!important;
        padding-right: 30px!important;
        color: #333;
        font-size: 18px;
        min-width: 180px;
        position: relative;
        text-overflow: initial!important;
        max-width: none;
        width: auto!important;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul > li:last-child a {
            border-bottom: none;
        }
        .main-nav .hs-menu-wrapper > ul > li > ul a:hover {
            color: #FFA365;
        }
    .main-nav .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
        content: "\f067"!important;
        font-family: fontawesome!important;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        height: 18px;
        margin: auto;
        display: inline-block;
        color: #636363;
        font-size: 14px;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:hover:after {
            color: #fff;
        }
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li > ul > li > ul {
        left: 100%!important;
    }
}
@media (min-width:1101px) and (max-width:1700px) {
    .main-nav .hs-menu-wrapper > ul > li > ul li a {
        min-width: 180px!important;
    }
    /* Child Dropdown (Level 2) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
        left: auto!important;
        right: 0!important;
    }
    
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
        left: auto!important;
        right: 100%!important;
    }
}
@media (min-width:768px) and (max-width:1100px) {
    .main-nav .hs-menu-wrapper > ul > li > a {
        padding: 0 8px;
    }
    .main-nav .hs-menu-wrapper > ul > li > ul li a {
        padding: 5px 15px!important;
        white-space: normal!important;
        min-width: 180px!important;
    }
    /* Child Dropdown (Level 2) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
        left: auto!important;
        right: 0!important;
    }
    
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
        left: auto!important;
        right: 100%!important;
    }
}


/* --------------------------------------------------
   Footer
   -------------------------------------------------- */
   
#footer {
  position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    
  padding: 59px 0px 43px;
  background: #101010;
}
@media (max-width:767px) {
    #footer {
        padding: 39px 0px 23px;
    }    
}

.footer-height,
.widget-type-global_group {
    min-height: 0px!important;
}

/* Logo
   ------------------ */
.footer-logo img {
    width: 350px!important;
    max-width: 100%;
}   
   
/* Copyright
   ------------------ */
#footer .copyright {
    font-size: 12px;
    color: #fff;
}

/* Social Links
   ------------------ */
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
}
    .social-links li:nth-child(n+2) {
        margin-left: 5px;
    }
.social-links li a {
    width: 12px;
    height: 14px;
    font-size: 14px;
    line-height: 16px;
    margin-right: 2px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
}
    .social-links li a:hover {
        color: #fff;
    }


/* Back to Top
   ------------------ */
.scroll-to-top {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
    .scroll-to-top:hover {
        opacity: 1;
    }



/* --------------------------------------------------
   Global CTA
   -------------------------------------------------- */
#global-cta-bar {
    padding: 70px 0px 73px;
    background: #FFA365;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0fb5b3+0,11d9d5+100 */
    background: #0fb5b3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMGZiNWIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExZDlkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #0fb5b3 0%, #11d9d5 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0fb5b3), color-stop(100%,#11d9d5)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(45deg, #0fb5b3 0%,#11d9d5 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #0fb5b3 0%,#11d9d5 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(45deg, #0fb5b3 0%,#11d9d5 100%); /* IE10 preview */
    background: linear-gradient(45deg, #0fb5b3 0%,#11d9d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb5b3', endColorstr='#11d9d5',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
#global-cta-bar .page-center {
    max-width: 730px;
}
#global-cta-bar h3 {
    margin-bottom: 5px;
}

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


   3. CUSTOM MODULES


   ==================================================================================================================================== */
   
/* Hero Banner 2 BG Image
   ------------------ */
.cm-herobanner-2bg {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    min-height: 100vh;
    overflow: hidden;
}
@media (min-width:768px) {
    .cm-herobanner-2bg {
    }
    .cm-herobanner-2bg .page-center {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 3;
    }   
}
@media (max-width:767px) {
    .cm-herobanner-2bg .page-center {
        position: relative;
        padding: 180px 0px 100px;
        z-index: 3;
    } 
}

/* Image */
.cm-herobanner-images {
}
.cm-herobanner-images > div {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cm-herobanner-images .cm-herobanner-images-left {
    z-index: 1;
    -webkit-clip-path: polygon(0% 0%, 41.64% 0, 62.31% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 41.64% 0, 62.31% 100%, 0% 100%);
}
    .cm-herobanner-images .cm-herobanner-images-left:a {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #151515;
        opacity: 0.53;
        z-index: 3;
    }
.cm-herobanner-images .cm-herobanner-images-right {
    z-index: 2;
    -webkit-clip-path: polygon(40.64% 0, 100% 0, 100% 100%, 60.31% 100%);
    clip-path: polygon(40.64% 0, 100% 0, 100% 100%, 60.31% 100%);
}
    .cm-herobanner-images .cm-herobanner-images-right:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #151515;
        opacity: 0.53;
        z-index: 3;
    } 
.cm-herobanner-images > div > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s ease;
}
    .cm-herobanner-images > div:hover > div {
        transform: scale(1.08);
    }
.cm-herobanner-images > div > div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,0.53);
}

/* Mouse Icon */
.cm-herobanner-2bg-mouse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 31px;
    height: 48px;
    margin: auto;
    z-index: 11; 
    cursor: pointer;
    transition: 0.3s ease;
}
    .cm-herobanner-2bg-mouse:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
.cm-herobanner-2bg-mouse a {
    display: inline-block;
}
.cm-herobanner-2bg-mouse:hover path,
.cm-herobanner-2bg-mouse:hover circle {
    stroke: #FFA365;
    transition: 0.4s ease;
}
    .cm-herobanner-2bg-mouse:hover path,
    .cm-herobanner-2bg-mouse:hover circle {
        stroke: #FFA365;
    }
.cm-herobanner-2bg-mouse svg circle {
    animation-name: mouseAnim;
    animation-duration: 1.5s; 
    animation-timing-function: ease-out; 
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

/* Mouse animation */
@keyframes mouseAnim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(17px);
  }
  100% {
    transform: translateY(0);
  }
}



   
/*Image float and text
   ------------------ */
.cm-imgfloat-text {
    position: relative;
    padding: 14% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cm-imgfloat-text.cm-imgfloat-text-pattern {
    background-size: initial;
    background-repeat: repeat;
}

/* Image */
@media (min-width:768px) {
    .cm-imgfloat-text .cm-imgfloat-text-img {
        position: absolute;
        right: 45%;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
    }   
}

/* Content */
.cm-imgfloat-text-content {
    position: relative;
    width: 462px;
    max-width: 100%;
    margin: auto;
    z-index: 2;
}


/* Testimonial 3 Text
   ------------------ */
.cm-testimonial3 {
    
}
.cm-testimonial3 .cm-testimonial3-slide {
    padding: 29px 3px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.cm-testimonial3 .cm-testimonial3-slide:first-child {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.cm-testimonial3 .cm-testimonial3-text {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
}
.cm-testimonial3 .cm-testimonial3-name {
    margin: 12px 0px 0px;
    font-size: 14px;
    font-weight: bold;
}
.cm-testimonial3 .cm-testimonial3-name span {
    font-weight: 300;
}

/* Services
   ------------------ */
.cm-service-section {
    position: relative;
}
.cm-service-section .cm-service-section-img {
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}
.cm-service-section .cm-service-section-text {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 10px 30px 60px 0px rgba(0,0,0,0.14);
    overflow: hidden;
    transition: 0.3s ease;
}

.cm-service-section .cm-service-section-text h4 {
    font-size: 36px;
    
}
.cm-service-section .cm-service-section-text h4,
.cm-service-section .cm-service-section-text div {
    position: relative;
    z-index: 2;
}
.cm-service-section .cm-service-section-number {
    position: absolute;
    top: -27px;
    left: -55px;
    margin: 0;
    color: #4c4c4c;
    opacity: 0.03;
    line-height: 1;
    font-weight: 900;
    font-size: 190px;
    letter-spacing: -15px;
    z-index: 1;
}
@media (min-width:768px) {
        .cm-service-section:hover .cm-service-section-img {
            transform: scale(0.95);
        }
    .cm-service-section .cm-service-section-text {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 49%;
        min-height: 328px;
    }
        .cm-service-section:hover .cm-service-section-text {
            transform: scale(1.05);
        }
}
@media (max-width:767px) {
    .cm-service-section .cm-service-section-text {
        padding: 30px 20px;
    }
}
@media (max-width:767px) {
    .cm-service-section .cm-service-section-text h4 {
        font-size: 30px;
        word-break: break-word;
    }
}

/* Swap column */
@media (min-width:768px) {
    .cm-service-section-swap .row-fluid .span7 {
        float: right;
    }
    .cm-service-section-swap .cm-service-section-text{
        right: auto;
        left: 0;
        margin: 0px;
    }
    .cm-service-section-swap .cm-service-section-text p {
        line-height: 1.25;
    }
}

/* Innerpage Banner
   ------------------ */
.cm-innerpage-banner {
    position: relative;
    padding: 211px 0px 117px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cm-innerpage-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,0.53);
    z-index: 1;
}
.cm-innerpage-banner .page-center {
    position: relative;
    z-index: 2;
}

.cm-innerpage-banner h1,
.cm-innerpage-banner h2,
.cm-innerpage-banner h3 {
    margin: 0px;
}
.cm-innerpage-banner p {
    margin: 10px 0px 0px;
}
@media (max-width:767px) {
    .cm-innerpage-banner {
        padding: 150px 0px 56px;
    }   
}



/* Testimonial
   ------------------ */
.cm-testimonial {
    padding: 0px 2%;
    transition: 0.3s ease;
}
.cm-testimonial .cm-testimonial-content {
    position: relative;
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 2px 10px rgba(21,21,21,0.11);
    overflow: hidden;
    transition: 0.3s ease;
}
.cm-testimonial h4 {
    font-size: 24px;
}
.cm-testimonial h4,
.cm-testimonial .cm-testimonial-text {
    position: relative;
    z-index: 2;
}
.cm-testimonial .cm-testimonial-number {
    position: absolute;
    top: -27px;
    left: -55px;
    margin: 0;
    color: #4c4c4c;
    opacity: 0.07;
    line-height: 1;
    font-weight: 900;
    font-size: 190px;
    letter-spacing: -15px;
    z-index: 1;
}
@media (min-width:768px) {
    .cm-testimonial:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
}



/* Template Listing Box
   ------------------ */
.template-listing-wrapper > span > div {
    display: inline-block;
    float: left;
    width: 31%;
    margin: 1%;
}
@media (min-width:551px) and (max-width:1000px) {  
    .template-listing-wrapper > span > div {
        width: 48%;
        margin: 1%;
    }
}
@media (max-width:550px) {  
    .template-listing-wrapper > span > div {
        width: 100%;
        margin: 0px 0px 20px;
    }
}

/* Template Listing v02 (CM) */
.cm-template-listing-box {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #eaeaea;
    border: 1px solid #2d2d2d;
    /*box-shadow: 0px 0px 20px rgba(0,0,0,0.05);*/
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
    .cm-template-listing-box.desktop:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    }
    
    
.cm-template-listing-box .cm-template-listing-box-content {
    
}
.cm-template-listing-box .cm-template-listing-box-content img {
    height: auto;
}
.cm-template-listing-box .cm-template-listing-box-info {
    background: #212121;
    padding: 20px 20px 12px;
    transition: 0.3s ease;
}
    .cm-template-listing-box:hover .cm-template-listing-box-info {
        background: #FFA365;
        padding: 20px 20px 12px;
    }
.cm-template-listing-box .cm-template-listing-box-info h4,
.cm-template-listing-box .cm-template-listing-box-info p {
    margin: 0px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0px;
}
.cm-template-listing-box .cm-template-listing-box-info h4 {
    display: inline-block;
    width: 100%;
}
.cm-template-listing-box .cm-template-listing-box-info p {
    background: #393939;
    color: #fff;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
}
@media (max-width:767px) {  
    .cm-template-listing-box .cm-template-listing-box-info > div {
        display: inline-block;
        width: 65%;
        margin: 0px;
        float: left;
    }
    .cm-template-listing-box .cm-template-listing-box-info > div:nth-child(2) {
        display: inline-block;
        width: 35%;
        margin: 0px;
        float: left;
    }
}

.cm-template-listing-box .cm-template-listing-box-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
}
    
    .cm-template-listing-box.desktop:hover .cm-template-listing-box-hover {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
.cm-template-listing-box.mobile .cm-template-listing-box-hover {
    display: none;
    opacity: 1;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
}
    .cm-template-listing-box.mobile.active .cm-template-listing-box-hover {
        display: block;
        opacity: 1!important;
        transform: translateY(0)!important;
        -webkit-transform: translateY(0)!important;
        -o-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
    }

.btn-readmore {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 2px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    background: rgba(21,21,21,0.8);
    box-shadow: 0px 0px 12px rgba(255,255,255,0.45);
}
    .btn-readmore:hover {
        box-shadow: 0px 0px 25px rgba(255,255,255,0.95);
        color: #fff;
    }
.btn-purchase {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 2px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    background: rgba(21,21,21,0.8);
    box-shadow: 0px 0px 12px rgba(255,255,255,0.45);
}
    .btn-purchase:hover {
        box-shadow: 0px 0px 25px rgba(255,255,255,0.95);
        color: #fff;
    }
.cm-template-listing-box .cm-template-listing-box-hover .cm-template-listing-box-hover-inner {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 30px;
}
.cm-template-listing-box .cm-template-listing-box-hover h4 {
    font-size: 22px;
    margin: 0px;
    font-weight: 600;
    color: #424242;
}
.cm-template-listing-box .cm-template-listing-box-hover p {
    font-size: 16px;
    font-weight: 500;
    
}
.cm-template-listing-box .cm-template-listing-box-hover a.btn {
    padding: 5px 12px;
    margin: 5px 2px;
    font-size: 16px;
    text-transform: uppercase;
}


/* Template Post Slide and thumb
   ------------------ */
.cm-template-posts .cm-template-posts-slide {
    margin-bottom: 20px;
}
/* Main slide */
.cm-template-posts .cm-template-posts-slide .slick-slide {
    outline: none!important;
}

/* Thumb */
.cm-template-posts .cm-template-posts-thumb .slick-slide {
    opacity: 0.5;
    outline: none!important;
    transition: 0.3s ease;
    cursor: pointer;
}
    .cm-template-posts .cm-template-posts-thumb .slick-slide:hover,
    .cm-template-posts .cm-template-posts-thumb .slick-slide.slick-current {
        opacity: 1;
        transform: scale(1.04);
    }
.cm-template-posts .cm-template-posts-thumb .slick-slide img {
    padding-right: 15px;
}



/* Template Post Description
   ------------------ */
.cm-template-post-desc .cm-template-post-desc-inner {
    margin: 40px 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #efefef;
}



/* Template Post Detail
   ------------------ */
.cm-template-post-detail {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    /*border: 1px solid #e1e1e1;*/
}

/* Price */
.cm-template-post-detail-price {
    
}
.cm-template-post-detail-price h4 {
    line-height: 1.1;
}
.cm-template-post-detail-price h4 span {
    font-size: 20px;
}
.cm-template-post-detail-price .span5 h2 {
    text-align: right;
}

/* Text */
.cm-template-post-detail-text {
    padding: 27px 0px 30px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.cm-template-post-detail-text h4 {
    margin: 0px 0px 12px;
    font-size: 16px;
}
.cm-template-post-detail-text p {
    /*margin: 0px;*/
    font-size: 16px;
    line-height: 1.25;
    text-align: justify;
}

/* Buttons */
.cm-template-post-detail-btn .btn {
    margin: 0px!important;
}
.cm-template-post-detail-btn .btn-preview {
    display: inline-block;
    width: 100%;
    margin-top: 23px!important;
    background: #FFA365;
    color: #fff;
}
    .cm-template-post-detail-btn .btn-preview:hover {
        background: #0a8280;
    }
.cm-template-post-detail-btn .btn-purchase {
    display: inline-block;
    width: 100%;
    margin-top: 17px!important;
    background: #FF5360;
    color: #fff;
}
    .cm-template-post-detail-btn .btn-purchase:hover {
        background: #8c2b0b;
    }

/* Team
   ------------------ */
.cm-team {
    padding: 20px;
    background: #f9f9f9;
}
.cm-team h4 {
    margin: 0px 0px 10px;
}
.cm-team h4 span {
    font-size: 14px;
}
.cm-team p {
    margin: 0px;
    font-size: 14px;
}


/* Private Doc
   ------------------ */
.cm-private-doc {
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}

.cm-private-doc table td {
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
}

.highlighted, code {
    background: #f1f1f1;
    padding: 20px;
    display: inline-block;
    width: auto;
    margin: 10px 0;
    color: #000;
}

/* Private Doc Trigger
   ------------------ */
.cm-private-doc-trigger a {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #5c5c5c;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
    .cm-private-doc-trigger a:hover {
        background: #FFA365;
        color: #fff;
    }
.cm-private-doc-trigger a p {
    margin: 0px;
    font-weight: 600;
}


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


   4. COS BUILT-IN MODULES


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

/* --------------------------------------------------
   Image Sliders
   -------------------------------------------------- */

.hs_cos_flex-slider {
    margin: 0;
}
.widget-type-image_slider .caption {
    padding: 10px 0;
    background: #333;
}

/* --------------------------------------------------
   Forms
   -------------------------------------------------- */


/* All Global Forms
   ------------------ */

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

/* Descriptions */
body .hs-field-desc {}
body .hs-form-field > label {
    /*display: none;*/
}
/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 700;
}
body .hs-form-field > label {}

/* 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 {
    -webkit-appearance: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
    padding: 14px;
    line-height: 1.42857143;
    color: #6c6c6c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border: 1px solid #c7c7c7;
    margin-top: 5px;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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-color: #FFA365;
}
body input.invalid {
    border-color: red;
}
body .hs_submit {
    text-align: center;
}
body input[type="submit"] {
    display: inline-block;
    min-width: 210px;
    width: auto;
    padding: 14px 30px;
    text-align: center;
    margin: 5px auto;
    cursor: pointer;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0px;
    background: #FFA365;
    color: #fff;
    border: 3px solid transparent;
    text-transform :uppercase;
    box-shadow: 0px 2px 5px rgba(21,21,21,0.19);
    transition: 0.3s ease;
    cursor: pointer;
    outline: none!important;
    appearance: none;
    -webkit-appearance: none;
}
    .bgPrimary input[type="submit"] {
        background: #343434;
    }
body input[type="submit"]:focus,
body input[type="submit"]:hover {
    background: #0a8280;
        color: #fff;
}

@media (max-width: 767px) {
    body input[type="submit"] {
        display: block;
        width: 100%;
        padding: 15px 20px;
        font-size: 14px;
    }
}

.form-note {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

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

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {}

body input:focus:required:invalid:focus,
body textarea:focus:required:invalid:focus,
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

/* Error */

body form.hs-form .hs-form-field ul.hs-error-msgs {
    font-size: 14px;
    color: red;
    margin-top: 7px;
}

/* Custom styling Form Default
   --------------------------- */


/* One Line Form
   ------------------ */

.one-line-form {
    
}

.one-line-form form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

    .one-line-form form > * {
        padding: 0 5px;
        flex-basis: 100%;
    }
    
    .one-line-form form > *:nth-child(n+2) {
        margin-top: 15px;
    }

.one-line-form .hs-form-field {
    margin-bottom: 0;
}

.one-line-form .hs-form-field > label {
    display: none;
}

.one-line-form input[type="text"],
.one-line-form input[type="password"],
.one-line-form input[type="datetime"],
.one-line-form input[type="datetime-local"],
.one-line-form input[type="date"],
.one-line-form input[type="month"],
.one-line-form input[type="time"],
.one-line-form input[type="week"],
.one-line-form input[type="number"],
.one-line-form input[type="email"],
.one-line-form input[type="url"],
.one-line-form input[type="search"],
.one-line-form input[type="tel"],
.one-line-form input[type="color"],
.one-line-form input[type="file"],
.one-line-form textarea,
.one-line-form select {
    margin-top: 0;
}

.one-line-form input[type="submit"] {
    margin: 0;
}

.one-line-form .hs-error-msgs {
    font-size: 11px;
}

.one-line-form input.invalid {
    border: 2px solid red;
}


@media (min-width: 768px) {
    .one-line-form form > * {
        flex-basis: 30%;
        padding: 0 5px;
    }
    .one-line-form form > *:nth-child(n+2) {
        margin-top: 0;
    }

}

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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {
    /*width: auto;*/
    /*float: none;*/
}
body .hs-form fieldset.form-columns-2 .hs-form-field:first-child {

}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { 
    max-width: none;
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: space-between;*/
    margin-right: -15px;
}
body form.hs-form fieldset .hs-form-field {
    padding: 0 15px 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; }
}


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

/* Label */
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 100%;
    float: left;
    margin-top: 0px;
    height: 36px;
    border-radius: 0px;
    box-shadow: none;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

/* Form Error Selectors
   -------------------------------------------------- */
.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: #FFA365 !important;
    background: #FFA365 !important;
}
.hsformerror .close-form-error {
    color: #FFA365;
}
.hsformerror em {
    border-color: #FFA365 transparent transparent !important;
}






/* --------------------------------------------------
   Buttons
   -------------------------------------------------- */

.btn {
  display: inline-block;
  min-width: 210px;
  padding: 20px 30px;
  text-align: center;
  border-radius: 3px;
  margin: 5px 0;
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  background: none;
  text-transform :uppercase;
  box-shadow: 0px 2px 5px rgba(21,21,21,0.19);
  transition: all 300ms ease;
}
@media (max-width:767px) {
    .btn {
        min-width: 210px;
        padding: 15px 20px;
        font-size: 14px;
    }
}

.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3023ae+0,d03d8f+100 */
  background: #3023ae; /* Old browsers */
  background: -moz-linear-gradient(left, #FFA365 0%, #FF5360 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #FFA365 0%,#FF5360 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FFA365 0%,#FF5360 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA365', endColorstr='#FF5360',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d03d8f+0,3023ae+100 */
  background: #d03d8f; /* Old browsers */
  background: -moz-linear-gradient(left, #FF5360 0%, #FFA365 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #FF5360 0%,#FFA365 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FF5360 0%,#FFA365 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5360', endColorstr='#FFA365',GradientType=1 ); /* IE6-9 */
  color: #fff;
}

.btn-02 {
    border: 3px solid #FFA365;
    color: #fff; 
}
    .btn-02:focus,
    .btn-02:hover {
        background: #FFA365;
        color: #fff;
    }
    
.btn-03 {
    border: 3px solid #fff;
    color: #fff; 
}
    .btn-03:focus,
    .btn-03:hover {
        background: #fff;
        color: #FFA365;
    }
    
@media (min-width: 767px) {
    .btn + .btn {
        margin-left: 10px;
    }
}

/* HS CTA overwrite */
.cta_button.btn {
    display: inline-block!important;
    min-width: 210px!important;
    padding: 15px 30px!important;
    text-align: center!important;
    margin: 5px 0!important;
    cursor: pointer!important;
    line-height: 1!important;
    font-weight: bold!important;
    font-size: 18px!important;
    background: none!important;
    border-radius: 2px!important;
    border: 3px solid transparent!important;
    text-transform :uppercase!important;
    box-shadow: 0px 2px 5px rgba(21,21,21,0.19)!important;
    transition: 0.3s ease!important;
}

.cta_button.btn-01 {
    background: #FFA365!important;
    color: #fff!important;
}
    .cta_button.btn-01:focus,
    .cta_button.btn-01:hover {
        background: #0a8280!important;
        color: #fff!important;
    }

.cta_button.btn-02 {
    border: 3px solid #FFA365!important;
    color: #fff!important; 
}
    .cta_button.btn-02:focus,
    .cta_button.btn-02:hover {
        background: #FFA365!important;
        color: #fff!important;
    }

.cta_button.btn-03 {
    border: 3px solid #fff!important;
    color: #fff!important; 
}
    .cta_button.btn-03:focus,
    .cta_button.btn-03:hover {
        background: #fff!important;
        color: #FFA365!important;
    }
    
/* --------------------------------------------------
   Post Listing 
   -------------------------------------------------- */
.widget-type-post_listing {
    margin: 0px 0px 40px;
}
.widget-type-post_listing h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.widget-type-post_listing ul {
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
.widget-type-post_listing ul li {
    list-style: none;
    line-height: 1.5;
    margin: 10px 0px;
}
.widget-type-post_listing ul li a {
    color: #999;
    font-style: italic;
}
    .widget-type-post_listing ul li a:hover {
        color: #FFA365;    
    }
    
/* --------------------------------------------------
   Subscribe 
   -------------------------------------------------- */
   
.widget-type-blog_subscribe {
    margin: 0px 0px 40px;
}
.widget-type-blog_subscribe h3.form-title {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
}
.widget-type-blog_subscribe form {
    margin-top: 20px;
}
.widget-type-blog_subscribe form input {
    box-shadow: none;
    background: #fff;
    border-radius: 0px;
    border: 0px;
}
.widget-type-blog_subscribe form .hs_submit input {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 50px;
    line-height: 1;
    color: #ffffff;
    border: 1px solid #FFA365;
    background: #FFA365;
}
    .widget-type-blog_subscribe form .hs_submit input:hover {
        background: #FF5360;
        border-color: #FF5360;
        color: #ffffff;
    }




/* --------------------------------------------------
   Post Filter
   -------------------------------------------------- */
.widget-type-post_filter {
    margin: 0px 0px 40px;
}
.widget-type-post_filter h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.widget-type-post_filter ul {
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
.widget-type-post_filter ul li {
    list-style: none;
    line-height: 1.5;
    margin: 10px 0px;
}
.widget-type-post_filter ul li a {
    color: #999;
    font-style: italic;
}
    .widget-type-post_filter ul li a:hover {
        color: #FFA365;    
    }  



/* --------------------------------------------------
   Post Comment
   -------------------------------------------------- */
.widget-type-blog_comments {
    padding: 30px;
    background: #fff;
}
.widget-type-blog_comments form .hs_submit > .actions > input {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 50px;
    line-height: 1;
    background: #FFA365;
    color: #ffffff;
    border: 1px solid #FFA365;
}
    .widget-type-blog_comments form .hs_submit input:hover {
        background: #FF5360;
        border-color: #FF5360;
        color: #ffffff;
    }
#comments-listing {
    padding-bottom: 20px;    
}
.comment.depth-0:first-child {
    margin: 0px!important;
    border: 0!important;
    padding-top: 0px!important;
}
.comment.depth-0 {
    padding-top: 0;
    border: 0!important;
    padding: 10px 0;
    margin: 0;
}
.comment.depth-1 {
    border: 0;
    padding: 10px;
    margin: 0;
    padding-left: 40px;
}
.hs-common-confirm-message {
    background-color: #FFA365 !important;
    border: 0px !important;
    color: #fff!important;
}





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


   5. MAIN STYLING


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

/* Hero Video */
.hero-banner-video video {
    max-width: none!important;
}



/* ------------------------------------------------------------
 * Homepage
 * ------------------------------------------------------------ */


/* Main Banner
----------------------- */
.homepage-banner {
    
}
.homepage-banner h1 {
    font-size: 88px;
    margin: 0;
    line-height: 1;
}
.homepage-banner h1 span {
    font-size: 88px;
    font-weight: 900;
    color: #FFA365;
}
.homepage-banner h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #dcdcdc;
} 
.homepage-banner h4 span {
    font-size: 18px; 
    font-weight: 600;
    color: #dcdcdc;
}
@media (max-width:767px) {
    .homepage-banner h1,
    .homepage-banner h1 span {
        font-size: 35px;
        margin: 0;
        line-height: 1;
    }
} 

/* Testimonial Section
----------------------- */
.testimonial-slider-3-wrapper {
    position: relative;
}
.testimonial-slider-3-wrapper .slick-dots {
    bottom: -40px;
    text-align: right;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    opacity: 0.5;
}
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0px!important;
    border-radius: 100%;
    padding: 2px;
    background: #fff;
}
.slick-dots li button:before {
    display: none;
}




/* ------------------------------------------------------------
 * About page
 * ------------------------------------------------------------ */
 
/* Main Banner
----------------------- */
.aboutpage-banner {
    padding: 197px 0px 100px;
}

@media (max-width:767px) {
    .aboutpage-banner {
        padding: 120px 0px 40px;
    }    
}

/* Content
----------------------- */
.about-h1 h1 {
    letter-spacing: 0px;
}
.about-h3 h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
}

/* Team Slider
----------------------- */
.team-slider {
    position: relative;
}
.team-slider .slick-dots {
    right: 10px;
    bottom: 10px;
}


/* Testimonial Slider
----------------------- */
.about-testimonial-title h4 {
    font-weight: 400;
    letter-spacing: 0px;
}

/* ------------------------------------------------------------
 * Testimonial page
 * ------------------------------------------------------------ */
.testimonial-page-flex,
.testimonial-page-flex > span {
    display: inline-block;
    width: 100%;
}
.testimonial-page-flex > span:after {
    content: '';
    display: block;
    clear: both;
}
.grid-sizer,
.grid-item { 
    float: left;
    width: 46%;
}
.grid-item {
    margin-bottom: 3%;
}




/* ------------------------------------------------------------
 * Template Post page
 * ------------------------------------------------------------ */ 
.template-post-images img {
    float: left;
}
.template-post-images .magnify {
    float: left;
}
.template-post-images a {
    display: inline-block;
    width: 100%;
    float: left;
    filter: grayscale(100%);
    transition: 0.2s ease;
}
.template-post-images a:hover {
    filter: grayscale(0);
}
.magnify {
}

/* Main Content (Left Col)
----------------------- */
.template-post-main-content {
    padding: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.template-single-header h4 {
    margin: 0px;
}


/* Sidebar (Right Col)
----------------------- */
.template-post-sidebar {
    padding-left: 20px;
}

/* New template */
.template-post-new {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

/* Testimonial */
.template-post-testimonial {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.template-post-testimonial .slick-slide {
    outline: none!important;
}
.template-post-testimonial .cm-testimonial {
    transition: 0s;
}
    .template-post-testimonial .cm-testimonial:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
.template-post-testimonial .cm-testimonial-content {
    padding: 0px;
    box-shadow: none;
    border: 0px;
}
.template-post-testimonial .cm-testimonial-content h4 {
    font-size: 18px;
}
.template-post-testimonial .cm-testimonial-content h4 span {
    font-size: 16px;
}


/* Single Templates
----------------------- */
.template-single-wrapper {
    position: relative;
}
.template-single-box {
    position: relative;  
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0px 50px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
.template-single-box .template-single-box-img {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

/* Single Templates Search
----------------------- */
.template-single-search-wrapper {
    text-align: right;
}
.template-single-search-wrapper form input {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
    padding: 14px;
    line-height: 1.42857143;
    color: #6c6c6c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: 
}



/* ------------------------------------------------------------
 * Service Single page
 * ------------------------------------------------------------ */


.faq-flex .hs_cos_wrapper_widget_container > div:nth-child(n+2) {
    margin-top: 40px;
}



/* ------------------------------------------------------------
 * System Pages
 * ------------------------------------------------------------ */ 
/* Single Templates Search
----------------------- */
.widget-type-password_prompt input {
    height: auto!important;
    padding: 15px!important;
    font-size: 16px!important;
}
.widget-type-password_prompt input.hs-button {
    margin-top: 15px;
}





















/* ==========================================================================
   Blog
   ========================================================================== */


/* Header overwrite */

body.blog #header {
    position: relative;
    padding: 20px 0;
}

body.blog #header .page-center {
    padding: 0 15px!important;
}

body.blog #header .header-info {
        font-style: italic;
        line-height: 1.25;
}



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

.post-listing {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.post-item {
    max-width: 600px;
    list-style: none;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

    .post-item:nth-child(n+2) {
        margin-top: 50px;
    }
    
.post-image {
    width: 100%;
}

.post-data {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -30px;
    position: relative;
    width: calc(100% - 50px);
    margin-left: 25px;
    box-shadow: 0px -7px 10px rgba(0,0,0,0.1);
}


.blog-pagination {
    display: none;
}



.topic-posts {
    
}

.topic-posts-single {
    margin-bottom: 30px;
    break-inside: avoid;
    padding: 5px;
}

.topic-posts-single ul {
    padding: 0;   
}

.topic-posts-single ul li {
    list-style: none;
}
    .topic-posts-single ul li:nth-child(n+2) {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #f1f1f1;
    }

.topic-posts-single ul li a {
    color: #5c5c5c;
}

    .topic-posts-single ul li a:hover {
        color: #FFA365;
    }


@media (min-width: 768px) {
    .topic-posts {
        column-count: 3;
        column-gap: 30px;
    }
}


/* Author Page
----------------------- */

.hs-author-avatar img {
    border-radius: 50%;
}

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

.blog-post-header {
    
}

.blog-post-header a {
    color: #fff;
}

.blog-post-header .blog-post-topic {
    text-transform: uppercase;
    font-weight: bold;
}

.blog-post-header h1 {
    text-transform: none;
    margin-top: 10px;
    font-size: 40px;
}

.blog-post-data {
    padding: 0;
    display: block
}

.blog-post-data li {
    list-style: none;
    padding: 0 10px;
    font-size: 15px;
}

.featured-image {
    width: 100%;
    margin-top: -175px;
}

@media (min-width: 768px) {
    .blog-post-data {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Share */

.blog-post-share {
}
.blog-post-share .addthis_inline_share_toolbox {
    padding-top: 25px;
}
.blog-post-share .at-share-btn-elements {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

/* Post Menu */

.post-menu {
    padding-top: 25px;
}
.post-menu .hs-menu-wrapper.hs-menu-flow-vertical {
    margin-top: 10px;
}

.post-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    text-overflow: initial;
    overflow: visible;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding: 0;
    color: #5c5c5c;
}

.post-menu .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
    color: #FFA365;
}

.post-menu .hs-menu-wrapper.hs-menu-flow-vertical li:nth-child(n+2) {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
    .post-menu {
        
    }
}

/*  Image offset */
@media (min-width: 768px) {
	.img-offset {
    width: 150%;
    margin: 0px;
    margin-left: -25%;
    display: block;
    max-width: none;
  }
}
 
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
@media (max-width:767px) {
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul{ 
      background:;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
      background:;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
      color:#333;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
      color:#fff;
    }
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
      background:;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      color:#ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      color:#fff;
      background: #0eb9a5;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after {
        color: #fff;
    }
    /* Override max width on menu links */
    .custom-menu-primary .hs-menu-wrapper > ul li a, 
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      overflow: visible !important;
      max-width: none !important;
      width: auto !important;
    }
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper { 
        display:block !important;
    }
}




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


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 30px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */  
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #0eb9a5; 
    z-index: 9999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: none; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: none; 
    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: 30px; /* Icon line width */
    height: 4px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #0eb9a5; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -10px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 10px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #FFA365; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       z-index: 9999;
       margin-top: 15px;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    z-index: 9999;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#0eb9a5; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }
    .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
        background: #FFA365;
    }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}
@media (max-width:480px) {
    .mobile-trigger {
        top: 16px;
    }   
}












/* ============================== */
/* Magnify CSS */
/* ============================= */
html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify {
  position: relative;
  display: inline-block;
}
.magnify .magnify-lens {
  /* Create the magnifying lens */
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* Hide the mouse pointer */
  cursor: none;
  /* Hide the lens by default */
  display: none;
  /* Place the lens on top of other elements */
  z-index: 100;
}
.magnify .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}






/* ============================== */
/* Typed JS CSS */
/* ============================= */
.typed-cursor {
    opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.typed-fade-out {
    opacity: 0;
    animation: 0;
    transition: opacity .25s;
}



