
/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');




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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ==========================================================================
   Template - Services Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Theme Colors */
     /*  */
    /*  */
    /*  */
    /*  */



/* Section Background Colors */
    /*  */
    /*  */
    /*  */
    /*  */
 


/* Typography */
      /*  */
      /*  */
                                /*  */
                                /*  */


/* Template Container Width */
 /* Used on '.content-width' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */



/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* CUSTOM STYLES */

body {
    border: 0 none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
}
h1 {
	color: #f5f5f5;
    font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.0625rem;
    line-height: 3.25rem;
  margin-bottom: 1.0625rem;
}

h2 {
	color: #333333;
    font-size:2.25rem;
	font-weight: 500;
	letter-spacing: 0.0625rem;
    line-height:2.75rem;
  margin-bottom: 1.50rem;
}

h3 {
		color: #333333;
    font-size: 1.875rem;
		font-weight: 600;
    line-height: 2.375rem;
		letter-spacing: 0.0625rem;
    margin-bottom: 0.9375rem;
}

h4 {
  	color: #333333;
    font-size: 1.25rem;
  	font-weight: 600;
    line-height: 1.75rem;
	  letter-spacing: 0.0625rem;
  	padding-bottom: 0.9375rem;
}

h5 {
		color: #333333;
    font-size: 1rem;
		font-weight: 600;
    line-height: 1.75rem;
		letter-spacing: 0.0625rem;
}

p {
    color: #666666;
    margin: 0px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7rem;
    letter-spacing: 0.05rem;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    color: inherit;
		text-decoration: none;
		outline: none !important;
}

.header-container,
.body-container,
.footer-container{
    width:100%;
    max-width: 100%;
    margin:0 auto;
}
.readmore a{
  font-size:0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0925rem;
  color: #666666;
  font-weight: 700;
  margin-top: 1.25rem
}
.readmore a:hover{
  color: #183A65
}
.content-width {
    margin: 0 auto!important;
    float: none!important;
    padding: 0 0.9375rem;
    max-width: 66.125rem;
}
.hubspot-link__container {
  	display: none;
}

.h3-bottom {
    margin-bottom: 0.625rem;
}

.list-bottom {
    margin-bottom: 0.9375rem;
}
.margin-top10 {
    margin-top: 0.625rem;
}
.margin-bottom10 {
    margin-bottom: 0.625rem;
}
.margin-top15 {
    margin-top: 0.9375rem;
}
.margin-bottom15 {
    margin-bottom: 0.9375rem;
}
.margin-top15 {
    margin-top: 0.9375rem;
}

.margin-top20 {
    margin-top: 1.25rem;
}

.margin-top30 {
    margin-top: 1.875rem;
}

.margin-bottom40 {
    margin-bottom: 2.5rem;
}

.margin-bottom30 {
    margin-bottom: 1.875rem;
}

.margin-bottom20 {
    margin-bottom: 1.25rem;
}

.margin-bottom15 {
    margin-bottom: 0.9375rem;
}

.margin-bottom10 {
    margin-bottom: 0.625rem;
}

.margin-bottom5 {
    margin-bottom: 0.3125rem;
}
.no-margin-bottom,
.no-margin-bottom h3{
  margin-bottom: 0;
}
.padding-bottom10{
	padding-bottom: 0.625rem;
}
.padding-bottom5{
  padding-bottom: 0.3125rem;
}

.section-space {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 0.1875rem;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
.float-right,
.float-right h3{
  float: right !important;
}
.float-left{
  float: left !important;
}
.no-margin-left{
  margin-left: 0 !important;
}
.readmore {
    color: #666666;
    font-size: 0.875rem;
    font-weight: 600;
  line-height: 1.375rem;
    letter-spacing: 0.0625rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  margin-top: 1.25rem;
}
.readmore-1 {
  color: #f9f9f9 !important;
   font-size: 0.875rem;
    font-weight: 600;
  line-height: 1.375rem;
    letter-spacing: 0.0625rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  margin-top: 1.25rem;
}
.readmore :hover,
.readmore-1:hover{
	color: #183A65;
}

.btn-1 p a {
    background-color: #183A65;
    color: #ffffff;
    border: 0.0625rem solid #183A65;
}

.btn-1 p a {  
    border-radius: 0.3125rem;
    cursor: pointer;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    padding:0.4375rem1.25rem0.4375rem1.25rem;
    letter-spacing: 0.0625rem;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

.btn-1 p a:hover {
   background-color: transparent;
    border: 0.0625rem solid #01b3f1;
  	color: #183A65;
}

.btn-top {
    margin-top: 1.875rem;
}

.link-top {
    margin-top: 0.625rem;
}
.text-link p {
  	position: relative;
}
.text-link p a {
  	bottom: 0.0625rem;
    color: #183A65;
  	font-size: 0.75rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.0625rem;
    line-height:1.25rem;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
}

.text-link p a:hover {
    color: #183A65;
  	transition: all 300ms ease-in 0s;
}
.text-link p:after {
  	content: "\f0a9";
  	color: #183A65;
 		font-family: fontawesome;
    font-size:1.25rem;
    text-align: center;
    transition: all 300ms ease-in 0s;
    vertical-align: middle;
}
.text-link p:hover a {
  	opacity: 1;
  	transition: all 300ms ease-in 0s;
}
.text-link p:hover:after {
  	color: #183A65;
    content: "\f124";
    font-family: fontawesome;
  	padding-left: 5.625rem;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in 0s;
}
.section-bg-1 {
    background-color: #FFFFFF;
}

.section-bg-2 {
    background-color: #f4f4f4;
}

.section-bg-3 {
    background-color: #eb315a;
}

.white-text-hs,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p {
    color: #f3f3f3 !important;
}

ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

.title-bottom {
	margin: 0 0 2.5rem 0;
}

.uline-img {
    line-height: 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.introcontent p {
    color: #183A65;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5625rem;
    letter-spacing: 0.0625rem;
    text-align: center;
}
.lt-space{
  letter-spacing: 0.0625rem;
}
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}
.lt-space{
	letter-spacing: 0.0625rem;
}
.dis-inline{
	display: inline-block;
}
.bg-img-property{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-content-top{
  padding-top: 0.7525rem;
}

/* ================= FORM STYLES START ================= */
/* Form Title (Styles) */
.form-title {
    color: #f3f3f3;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    text-align: center;
}

/* Form (Font-family, font-color) */
input,
textarea{
    font-family: 'Raleway', sans-serif;
}

.input textarea {
    min-height: 8.4375rem;
}
textarea {
   max-height: 4.375rem !important; 
}

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
    margin: 0.9375rem 0 0 0;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {
    color: #f3f3f3;
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 0.3125rem;
}

/* Labels (selects field labels and error messages) */
.hs-form label {
    color: #f5f5f5;
    padding-bottom: 0.3125rem !important;
}
.hs-form .hs-form-field > label {
    padding-bottom: 0.3125rem;
}
.hs-form .hs-error-msgs label{
	display: table;
}
.hs-main-font-element{
	display: none !important; 
}
/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
    background-color: #f5f5f5;
    border: 0.0625rem solid #999999;
    border-radius: 0.3125rem;
    color: #888888;
    font-size: 1rem;
    margin-bottom: 0.3125rem;
    padding: 0.625rem;
    width: 100% !important;
     max-width: 100% !important;
  margin-top: 0.625rem;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
    border-color: #66afe9;
    box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {
    border-radius: 0.3125rem;
    color: #666666;
    font-size: 1rem;
    margin-bottom: 0.3125rem;
    padding: 0.625rem;
}
.hs-form select:focus {
    border-color: #66afe9;
    box-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {
    border-radius: 0.3125rem;
    color: #666666;
    font-size: 1rem;
    margin-bottom: 0.3125rem;
    padding: 0.625rem;
}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {
    width: 100% !important;
}

.hs-form input[type="checkbox"],
.hs-form input[type="radio"] {
    margin: 0.625rem 0.625rem 0 0;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span {
    color: #f3f3f3;
}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid,
.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {
    font-size: 1rem;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{
    color: #ff0000 !important;
    font-size: 1rem;
    line-height: 1.7rem;
}

/* Placeholder Text (styles the placeholder attribute text) */

::-webkit-input-placeholder,/* Webkit Browsers */
:-moz-placeholder,/* Firefox 18- */
::-moz-placeholder,/* Firefox 19+ */
:-ms-input-placeholder { /* IE10 */
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    line-height: 1.7rem;
}

/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1,
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form .hs-form fieldset.form-columns-2,
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form .hs-form fieldset.form-columns-3,
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {
    max-width: 100% !important;
    width: 100% !important;
}

.hs-form fieldset {
    max-width: 100% !important;
    width: 100% !important;
}
.form-columns-2 > div {
    max-width: 50% !important;
    width: 50% !important;
}
.form-columns-3 > div {
    max-width: 33.33%;
    width: 33.33% !important;
}

/* Form Button Alignment */
.hs-form .actions {
    text-align: center;
}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    background-color: #183A65;
    border: 0.0625rem solid #183A65;
    border-radius: 0.3125rem;
    color: #f3f3f3;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.625rem1.25rem 0.625rem1.25rem;
    letter-spacing: 0.0625rem;
    margin-top:1.25rem;
    text-transform: uppercase;
    transition: 300ms ease-in;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #ffffff;
    border: 0.0625rem solid #ffffff;
  	color: #183A65;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background-color: transparent;
    border: 0.0625rem solid #ffffff;
    color: #ffffff;
}

/* ================= FORM STYLES END ================= */

/* ================= HEADER START ================= */

.heading-top{
	padding-top:5.625rem;
}
.form-bg{
	background-color: #999999;
	padding:1.25rem;
}
.form-head-font p{
	font-size: 1.875rem;
	line-height: 2.375rem;
	font-weight: 600;
  color: #333333;
	font-family: 'Raleway', sans-serif;
}
.head-padding{
  padding-top: 12rem;
  padding-bottom: 5rem;
}
.sub-heading-font p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #183A65;
  letter-spacing: 0.0625rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.header-content-color p{
  color: #999999;
}
.header-content-color-1 p{
  color: #555555;
}
.form-heading p{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.0625rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.90rem;
}
.hs-button.primary{
  width: 100%;
  outline: unset;
  padding: 1.25rem !important;
}
.form-bg-color{
  background-color: rgba(0,0,0,0.4);
  padding: 3.75rem 1.25rem;
}
.actions .hs-button.primary{
  width: 100% !important;
  background-color: #183A65;
  border-radius: 0.3125rem;
  color: #f3f3f3;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  margin-top: 1.25rem;
  text-transform: uppercase;
  transition: 300ms ease-in;
}
.submitted-message{
  color: #f5f5f5 !important;
  text-align: center !important;
  padding-top: 1rem !important;
}
/* ================= HEADER END ================= */
/* ================= THREE COL START  ================= */
.sub-heading-width{
	width: 65% !important;
	padding-bottom: 3.75rem;
}
.intro-content p{
   
    margin: 0px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.125rem;
	 color: #666666;
}
.three-col-box{
	padding:1.875rem;
	background-color: #2a70b6;
	box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.05), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
	border-top: 0.1875rem solid #183A65;
  border-radius: 0.0625rem;
}

 .three-col-box-1{
	padding:1.875rem;
	background-color: #2a70b6;
	box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.05), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05);
	border-top: 0.1875rem solid #183A65;
    border-radius: 0.0625rem;
}
.inner-sub-content p{
	font-size: 0.75rem;
	line-height: 1.25rem;
	letter-spacing: 0.0625rem;
	font-weight: 600;
	background-color: #dddddd;
	padding: 0.3125rem;
	display: table;
	margin-bottom: 1.25rem;
}

/* ================= THREE COL END ================= */
/* ================= TWO-COL-BG-IMG START ================= */

.two-column-full-width-bg-color{
	background-color: #f4f4f4;
}

.two-col-full-width-img {
 	background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    float: left !important;
    height: 38.325rem;
    position: relative;
    width: 50% !important;
}

.two-col-pad {
    padding: 5rem 0;
}
.two-col-content-pad {
    padding-left: 2.9625rem;
}
.two-col-content-width {
    float: right !important;
    max-width: 50%;
    position: relative;
    width: 50%;
}
.full-width-icon ul li span a:before{
    font-size: 3.075rem;
    color: #333333;
    font-family: 'fontawesome';
    display: inline-block;
    
  
}
.full-width-icon ul li:hover{
   background-color: #183A65;
	  -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  
}

.full-width-icon ul li{
  width: 7.8125rem;
  height: 7.8125rem;
  margin: 0;
  text-align: center;
  vertical-align: middle !important;
  padding-top: 0;
  display: table;
  background-color: #ffffff;
  border-radius: 50%;
}
.full-width-icon ul li span{
    vertical-align: middle;
    display: table;
    margin: auto;

}
 .full-width-icon-1 ul li span a:before{
  content:"\f1b9";
  text-align: center;
  vertical-align: middle !important;
  padding-top: 2rem;
   padding-left: 0.375rem;
}
.full-width-icon-2 ul li span a:before{
  content:"\f085";
  text-align: center;
  vertical-align: middle !important;
  padding-top: 2.25rem;
   padding-left: 0.125rem;
}
.full-width-icon-3 ul li span a:before{
  content:"\f21c";
 text-align: center;
  vertical-align: middle !important;
  padding-top: 2.25rem;
   padding-left: 0.375rem;
}
  
/* ================= TWO-COL-BG-IMG END ================= */
/* ================= VIDEO SECTION START ================= */

.video-conent-left-padding{
	padding-left: 10rem;
}
.img-height{
  height: auto !important;
}
.no-margin-right{
  margin-right: 0;
}
.no-margin-left{
  margin-left: 0;
}

/* ================= VIDEO SECTION END ================= */
/* ================= COUNTER START ================= */

.count-num p{
	font-size: 2.8125rem;
	letter-spacing: 0.0625rem;
	font-weight: 800;
	line-height: 3.3125rem;
	padding: 1.5625rem 0 0.9375rem 0;
	color: #183A65;
	text-align : center;
}
.count-desination-font p{
	font-size: 1.25rem;
	letter-spacing: 0.0625rem;
	line-height: 2.375rem;
	font-weight: 600;
  text-align: center;
  color: #333333;
}
/* ================= COUNTER END ================= */
/* ================= PRICE START ================= */
.price-bg-color{
  background-color: #183A65;
}
.price-box{
	padding: 3.125rem 1.25rem 2.25rem 1.25rem;
	background-color: #ffffff;
	border-radius: 0.1875rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(245, 245, 245, 0.05), 0 0.0625rem 0.125rem rgba(245, 245, 245, 0.05);
	border-top: 0.3125rem solid #333333;
}
.price-box-1{
	padding: 3.125rem 1.25rem 2.25rem 1.25rem;
	background-color: #ffffff;
	border-radius: 0.1875rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(245, 245, 245, 0.05), 0 0.0625rem 0.125rem rgba(245, 245, 245, 0.05);
  border-top: 0.3125rem solid #333333;
}
.price-heading p{
	font-size: 1.75rem;
	line-height: 2.25rem;
	padding-bottom: 0.9375rem;
	letter-spacing: 0.0625rem;
  font-weight: 700;
  color: #333333;
}
.price-sub-font p{
	font-size:1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.0625rem;
  color: #183A65;
	text-align: center;
}
.price-sub-font-1 p{
	font-size:1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.0625rem;
  color: #183A65;
	text-align: center;
}
.price-num-box p{
	color: #666666;
  font-size: 1.55rem;
	line-height: 1.75rem;
	text-align: center;
  margin: 0.9375rem auto 1.5625rem auto;
  font-weight: 600;
  border-bottom: 0.0625rem solid rgba(0,0,0,0.1);
  padding-bottom: 0.625rem;
  
}
.price-num-box-1 p{
	color: #ffffff; 
  font-size: 1.55rem;
	line-height: 1.75rem;
	text-align: center;
  margin: 0.9375rem auto 1.5625rem auto;
  font-weight: 600;
  border-bottom: 0.0625rem solid rgba(0,0,0,0.1);
  padding-bottom: 0.625rem;
}
.price-content-color ul li p{
  color: #999999;
  text-align: center;
  letter-spacing: 0.0625rem;
  padding-bottom: 0.9375rem;
}

.price-content-color ul li:last-child p{
  padding-bottom: 0;
}
 .price-btn p a {
    background-color: #666666;
    color: #f5f5f5;
    border: 0.0625rem solid #d9d9d9;
}

.price-btn p a {  
    border-radius: 0.3125rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.25rem;
    letter-spacing: 0.0625rem;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms ease-in;
	  margin: 1.875rem auto 0 auto !important;
  text-align: center;
}


.price-btn p a:hover {
   background-color: #183A65;
  	color: #f5f5f5;
}
 .price-btn-1 p a {
    background-color: #183A65;
    color: #f5f5f5;
    border: 0.0625rem solid #666666;
}

.price-btn-1 p a,
.price-btn-1 a {  
    border-radius: 0.3125rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 1.25rem;
    letter-spacing: 0.0625rem;
    text-align: center;
    text-transform: uppercase;
    transition: 300ms ease-in;
	  margin: 1.875rem auto 0 auto !important;
  text-align: center;
}


.price-btn-1 p a:hover {
   background-color: #f5f5f5;
  	color: #aaaaaa;
}

/* ================= PRICE END ================= */
/* ================= TESTOMINAL START  ================= */
.testominal-width{
	width: 65%;
	margin:0 auto;
}
.testominal-content p{
  font-size: 1.125rem;
	letter-spacing: 0.0725rem;
	line-height: 2rem;
}
.testomianl-name p{
	font-size: 1.25rem;
	letter-spacing: 0.0625rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.875rem;
  padding-bottom: 0.625rem;
}
.testomianl-desination p{
	font-size: 1rem;
	letter-spacing: 0.0625rem;
	color: #183A65;
	font-weight: 400;
}
.owl-pagination{
	padding-top: 2.5rem;
}

/* ================= TESTOMINAL END ================= */
/* ================= NEWS START ================= */
.img-logo{
  opacity: 0.5;
}
.img-logo:hover{
  opacity:1;
}
.news-date-font p a{
	font-size: 1rem;
	letter-spacing: 0.0625rem;
	color: #183A65;
	font-weight: 600;
	line-height: 1.5rem;
  padding-bottom: 0.125rem;
}
.hs-rss-title span{
	color: #333333;
    font-size: 1.25rem;
  	font-weight: 600;
    line-height: 1.75rem;
	letter-spacing: 0.0625rem;
  	margin-bottom: 0.9375rem;
  display: block;
}
.news-blog-reverse .hs-rss-item{
	display: flex;
	flex-direction: column-reverse;
  width:33.33%;
  margin-right: 1.875rem !important;
  margin-bottom: 0 !important;
  vertical-align: top;
}
.news-blog-reverse .hs-rss-item:last-child{
  margin-right: 0 !important;
  vertical-align: top;
}

.hs-rss-description{
	padding-top: 0.625rem;
}
.hs-rss-description p a{
  font-size:0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0925rem;
  color: #666666;
  font-weight: 700;
  margin-top: 1.25rem;
    display: block;
  text-transform: uppercase;
}
.hs-rss-description p a:hover{
  color: #183A65
}
.hs-rss-author
	color: #183A65;
	padding-right: 0.3125rem;
}
.hs-rss-date{
	color: #183A65;
	padding-left: 0.3125rem;
}

.hs-rss-module{
	display: flex;
	
}
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-text, 
.hs-rss-item.hs-with-featured-image .hs-rss-item-text{
	width: 100%;
	padding-right: 0 0.9375rem !important;
}
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, 
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
   width: 100%;
  padding-bottom: 1.25rem;
}
.hs-rss-date{
  font-size: 0.9375rem;
  line-height: 1.4375rem;
    letter-spacing: 0.0625rem;
  color: #183A65;
  font-weight: 700;
}
/* ================= NEWS END ================= */
/* ================= SUBSCRIBE FORM START ================= */
.subcribe-bg-color{
	background-color: #183A65
}
.subcribe-section-pad{
	padding: 2.5rem 0;
}
.form-title{
  display: none;
}

.subcribe-top-space{
  margin-top: 2.0875rem;
}
.sub-btn form{
	width: 80%;
	position: relative;
}
 .sub-btn .hs-button.primary,
 .sub-text .hs-button.primary:hover
 {
	
  	bottom: 0;
    background-color: #444444 !important;
   border: 0;
    border-radius: 0 0.3125rem 0.3125rem 0;
    color: #f5f5f5;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
   line-height: 1.375rem;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    transition: 300ms ease-in;
    right: 0.1875rem;
   top: 2.4375rem;
  padding: 10px 1.25rem !important;
   height: 2.9375rem;
 }
.sub-text .hs-button.primary:hover{
  box-shadow: 0px 0px 0.3125rem  #444444 !important;
}
.subribe-btn-top .actions .hs-button.primary{
  margin-top: 0 !important;
}
.sub-btn .hs-submit{
  position: relative;
}
.subribe-btn-top .actions{
  
  position: absolute;
   top: -3.25rem;
  right:0;
}


.subribe-btn-top .hs-form .hs-form-field{
  margin:0 !important;
}
.sub-btn label{
  color: #222222;
}
.sub-btn .hs-error-msgs{
  position: absolute;
bottom: -1.875rem;
}
.sub-btn .hs-button.primary:focus{
  border:0; 
}
/* ================= SUBSCRIBE FORM END ================= */
/* ================= FOOTER START ================= */
.footer-bg{
	background-color: #222222;
	padding: 5rem 0 5rem 0;
}
.footer-list-content ul li  a p{
  	color: #999999;
    letter-spacing: 0.0625rem;
}
.footer-list-content ul li:last-child{
    margin-bottom: 0;
}
.footer-list-content ul li{
    margin-bottom: 0.625rem;
}
.footer-contact-bg{
	border: 0.0625rem solid rgba(245,245,245,0.5);
	padding: 1.25rem;
  border-radius: 0.3125rem;
}

.footer-icon ul li i{
	font-size:1.25rem;
	color: #f1f1f1;
}
.footer-icon ul li i{
	font-size:1.25rem;
	color: #f1f1f1;
}
.footer-icon ul {
    display: table;
    padding-left: 0;
    margin: 0 auto;
    list-style-type: none;
}
.footer-icon li {
    display: table-cell;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
	padding-right: 0.9375rem;
}
.footer-icon li:last-child{
    padding-right: 0;
  
}
.footer-icon ul li span a:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    line-height: 2rempx;
    margin-right: 0.625rem;
    text-align: center;
  	background-color: #f5f5f5;
  	margin: 1.875rem 0;
}

.footer-icon ul li:last-child span a:before {
    margin-right: 0;
    content: "\f0d5";
    border-radius: 3.125rem;
    padding: 0.625rem 0.75rem;
}

.footer-icon ul li:first-child span a:before{
    content: "\f09a";
    border-radius: 3.125rem;
    padding: 0.625rem 1.25rem;
}
.footer-icon ul li:nth-child(2) span a:before {
    content: "\f099";
    border-radius: 3.125rem;
    padding: 0.625rem 1rem;
}
.footer-icon ul li:nth-child(3) span a:before {
    content: "\f231";
    border-radius: 3.125rem;
    padding: 0.625rem 1.0625rem;
}
.footer-border{
	border-top: 0.0625rem solid rgba(255,255,255,0.4);
}
.copy-right{
	text-align: center;
	letter-spacing: 0.0625rem;
	color: #999999 !important;
}
.copy-right p{
	color: #f5f5f5 !important;
}
.footer-content-color p,
.footer-content-color ul li a{
  color: #999999;
}
.copy-right{
    color: #f5f5f5;
    padding: 1.25rem 0 0 0!important;
    display: table;
    margin: 0 auto;
}
.footer-border{
  border-top:1px solid #999999;
  margin-top: 1.25rem;
}

/* ================= FOOTER END ================= */
@media (min-width: 992px) and (max-width: 1199px) {
   .two-col-full-width-img{
		float: none !important;
		max-width: 100% !important;
		width: 100% !important;
	}
  .two-col-content-width{
    float : left !important;
    max-width: 100%;
  }
  .no-pos-abs{
		position: unset !important;
	}
  .two-col-res-width-img{
    width: 15% !important;
  }
  .two-col-res-width-content{
    width: 80% !important;
  }
  .two-col-pad {
    padding: 1.25rem 0 5rem 0;

  }
   .margin-bottom40 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 991px) {
	.heading-top {
		padding-top: 0;
	}
	.header-space {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem;
	}
	.res1-pad-bot30{
		padding-bottom: 1.875rem;
	}
  .res1-pad-bot20{
		padding-bottom: 1.25rem;
	}
	.no-pos-abs{
		position: unset !important;
	}
   .two-col-full-width-img{
		float: none !important;
		max-width: 100% !important;
		width: 100% !important;
	}
  .two-col-content-width{
    float : left !important;
    max-width: 100%;
  }
	.two-col-content-pad {
		padding-left: 0;
	 }
	.testominal-width{
		width: 100%;
	}
    .subcribe-text-center-res,
  .res-width-center{
		width: 100% !important;
		text-align: center !important;
	}
  .no-float-right-res,
  .no-float-right-res h3{
    float: none !important;
  }
	.sub-btn .hs-form .hs-form-field{
		margin-top: 0;
	}
  .sub-btn form{
    width: 100%;
  }
	.res-width100{
    width: 100% !important;
  }
  .no-margin-left-res{
    margin-left: 0 !important;
  }


  .res-width50{
    width: 60% !important;
    float: none !important;
    margin:0 auto !important;
  }
  .res-padding-bottom30{
    padding-bottom: 1.875rem !important;
  }
   .res-padding-bottom20{
    padding-bottom: 1.25rem !important;
  }
   .res-margin-bottom20{
		margin-bottom: 1.25rem !important;
	}
  .res-margin-bottom30{
    margin-bottom: 1.875rem !important;
  }
  
  
}
@media (min-width: 768px) and (max-width: 991px) {
  .res-width{
        max-width: 80%;
        width: 80%;
        margin:0 auto;
    }
  .subcribe-top-space{
      margin-top: 0;
    
  }
  .form-bg-color {
    padding: 2.75rem 1.25rem;
}
  .res-head-width{
    width: 100% !important;
  }
   .res-head-no-left{
    margin-left: 0 !important;
  }
    .head-padding {
      padding-top: 6rem;
      padding-bottom: 1.875rem;
  }
   .two-col-res-width-img {
    width: 7.5rem !important;
  }
  .two-col-res-width-content {
    float: left !important;
    width: 75% !important;
  }
   .margin-bottom40 {
    margin-bottom: 1.25rem;
  }

  .two-col-pad {
    padding: 1.25rem 0 5rem 0;
  }
  .full-width-icon ul li{
      width: 6.25rem;
      height: 6.25rem;
  }
   .full-width-icon-1 ul li span a::before,
  .full-width-icon-2 ul li span a::before,
  .full-width-icon-3 ul li span a::before{
     padding-top: 1.25rem;
  }
  .head-margin-bottom-res{
    margin-bottom: 6rem;
  }
}
@media (min-width: 250px) and (max-width: 767px) {
  .res-width{
        max-width: 90%;
        width: 90%;
        margin:0 auto;
    }
  h1 {
    font-size:2.20rem;
    line-height: 3.05rem; 
    margin-bottom: 1.0625rem;
  }

  h2 {
    font-size: 1.95rem;
    line-height: 2.05rem;
    margin-bottom: 1.00rem;
    text-align: center;
  }

  h3 {
      font-size: 1.675rem;
      line-height: 2.375rem;
      margin-bottom:  0.6375rem;
  }

  h4 {
      font-size: 1.25rem;
      line-height: 1.75rem;
      padding-bottom: 0.6375rem;
  }

  h5 {
      font-size: 1rem;
      line-height: 1.75rem;
  }

  p {
      font-size: 1rem;
      line-height: 1.7rem;
  }
  .price-heading p{
  	padding-bottom: 0.6375rem;
  }
  .section-space{
     padding-bottom: 3.125rem;
     padding-top: 3.125rem;
  }
  .footer-bg {
      padding: 3.125rem 0 3.125rem 0;
  }
  .head-padding {
      padding-top: 6rem;
      padding-bottom: 1.875rem;
  }
  .head-margin-bottom-res{
   padding-bottom: 6rem;
  }
  .sub-heading-font p {
     font-size: 1.15rem;
     line-height: 1.65rem;
     margin-bottom: 0.7375rem;
  }
  .form-bg-color {
      padding: 2.05rem 1.05rem 3rem 1.05rem;
  }
  .no-pad-right-left-res{
      padding-right: 0;
      padding-left: 0;
  }
  .res2-marg-right-left{
      margin-right: 0.9375rem !important;
      margin-left: 0.9375rem !important;
  }
  .sub-heading-width {
     width: 100% !important;
     padding-bottom: 2.55rem;
     text-align: center;
  }
  .res2-width-center{
      width: 60% !important;
      margin:0 auto !important;
     float: none;
  } 
  .res2-pad-bottom30{
      padding-bottom: 1.875rem !important;
  }
  .res2-margin-bottom30{
      margin-bottom: 1.875rem !important;
  }
  .res2-margin-bottom20{
      margin-bottom: 1.075rem !important;
  }
  .two-col-full-width-img{
     height: 25.425rem;
  }
  .two-col-pad{
    padding: 1.25rem 0 3.125rem 0;
  }
  .two-col-res-width-img {
    width: 6.9375rem !important;
    float: left !important;
    margin-right: 1.1875rem;
  }
  .full-width-icon ul li span a::before{
    font-size: 2.075rem;
  }
  .two-col-res-width-content {
    float: left !important;
    width: 75% !important;
  }
  .margin-bottom40 {
    margin-bottom: 1.25rem;
  }
  .count-num p {
    font-size: 2.3125rem;
    line-height: 2.8125rem;
    padding: 0.9025rem 0 0.5375rem 0;
  }
  .count-desination-font p{
    font-size: 1.15rem;
    line-height: 1.975rem;
  }
  .res2-margin-bottom30{
    margin-bottom: 2.075rem;
  }
  .cta-center-res{
    float: none !important;
    text-align: center;
    display: table;
    margin: 0 auto;
  }
  .res2-center{
    text-align: center;
  }
  .logo-res-width{
    text-align: center;
    display: table;
  }
   .full-width-icon ul li{
      width: 5rem;
      height: 5rem;
  }
   .full-width-icon-1 ul li span a::before,
  .full-width-icon-2 ul li span a::before,
  .full-width-icon-3 ul li span a::before{
     padding-top: 1.25rem !important;
  }
  
  .subcribe-top-space {
    margin-top: 0;
  }
  .footer-2col-res,
  .counter-2col-res,
  .make-2col-res{
    width: 50% !important;
  }
  .footer-2col-res-float-lf,
   .counter-2col-res-float-lf,
  .make-2col-res-float-lf{
    float: left !important;
    clear: both;
  }
   .footer-2col-res-float-rg,
  .counter-2col-res-float-rg,
   .make-2col-res-float-rg{
    float: right !important;
  }
    .footer-2col-res-right,
  .counter-2col-res-right,
  .make-2col-res-right{
    padding-right: 0.9375rem;
  }
    .footer-2col-res-left,
    .counter-2col-res-left,
    .make-2col-res-left{
    padding-left: 0.9375rem;
  }
  
  .res2-float-right,
  .res2-float-right img{
    float: right;
  }
  .res2-float-left,
  .res2-float-left img{
    float: left;
  }
  
  .count-full-res-cen > div{
    width: 60% !important;
    margin:0 auto;
  }
  .hs-rss-module{
	display: block;
	
  }
  
  .news-blog-reverse .hs-rss-item {
    margin-bottom: 1.875rem !important;
    width: 100%;
  }
   .news-blog-reverse .hs-rss-item:last-child {
    margin-bottom: 0 !important;
    vertical-align: top;
  }
 .hs-related-blog-item, .hs-rss-item{
   margin-bottom: 0;
   vertical-align: top;
  }
  .hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-text, .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    padding-right: 0;
  }
}
@media (min-width: 250px) and (max-width: 640px) {
    .two-col-res-width-img {
      width: 6.25rem !important;
    }
  
}
@media (min-width: 250px) and (max-width: 575px) {
  .res-width{
        max-width: 100%;
        width: 100%;
        margin:0 auto;
    }
  .res-right-pad{
    padding-right: 0.9375rem !important;
    display: table-cell;
  }
  .two-col-res-width-img {
    width: 5.625rem !important;
  }
  .form-bg-color {
    margin: 0 0.9375rem;
 }
}
@media (min-width: 250px) and (max-width: 480px) {
  .res-width50,
  .res2-width-center{
    width: 100% !important;
  }
   .two-col-res-width-img {
    width: 4.375rem !important;
  }
  .full-width-icon ul li span a::before{
    font-size: 1.575rem;
  }
 
   .full-width-icon ul li{
      width: 4.375rem;
      height: 4.375rem;
  }
   .full-width-icon-1 ul li span a::before,
  .full-width-icon-2 ul li span a::before,
  .full-width-icon-3 ul li span a::before{
     padding-top: 1.25rem !important;
  }
  
  
   .footer-2col-res{
    width: 100% !important;
  }
  .footer-2col-res-float-lf{
    float: none !important;
  }
   .footer-2col-res-float-rg{
    float: none !important;
  }
    .footer-2col-res-right{
    padding-right: 0;
  }
    .footer-2col-res-left{
    padding-left: 0;
  }
  .footer-pad-bot30-res{
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 250px) and (max-width: 414px) {
 .two-col-res-width-img {
    width: 4.3125rem !important;
  }
  .full-width-icon ul li span a::before {
    font-size: 1.675rem;  
  }
  
  .counter-2col-res{
    width: 100% !important;
  }
   .counter-2col-res-float-lf{
    float: none !important;
  }
  .counter-2col-res-float-rg{
    float: none !important;
  }
  .counter-2col-res-right{
    padding-right: 0;
  }
    .counter-2col-res-left{
    padding-left: 0;
  }
   .counter-padding-bot30{
     padding-bottom: 1.875rem;
  }
  
}
@media (min-width: 250px) and (max-width: 381px) {
  .two-col-res-width-img {
      margin-right:0;
      margin-bottom: 1rem;
    width: 100% !important;
  }
  .two-col-res-width-content {
    float: left !important;
    width: 100% !important;
  }

  
  
