/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
/***********************************************/
/* 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    */
/*****************************************/

/*EU Cookies */
div#hs-eu-cookie-confirmation {
    background: transparent !important;
    right: 10px !important;
    max-width: 600px;
    border-bottom: 0 !important;
    border-top: 0 !important;
    left: auto !important;
    box-shadow: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: rgba(255,255,255,.93) !important;
    border-radius: 10px !important;
    padding: 5px 15px !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    bottom: 10px !important;
    top: auto !important;
    box-shadow: none !important;
    position: fixed !important;
}
@media (max-width: 650px) {
   div#hs-eu-cookie-confirmation {
        right: 0 !important;
        max-width: none !important;
    } 
    div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
        bottom: 0 !important;
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
        border-radius: 0 !important;
    }
}


/*TEMPORARY FIX FOR BLOG MODULES ON HOMEPAGE */

.blog-rss .feedreader_box {
    height: inherit !important;
    margin-bottom: 30px !important;
}

.hs-rss-item-image-wrapper {
    display: none !important;
}


/************************************************************/
/*****************GLOBAL SETTINGS****************************/
/************************************************************/
h1{
    font-size:48px;
}

h2{
    font-size:30px;
}

h3{
    font-size:28px;
}

h4{
    font-size:24px;
}

h5{
    font-size:22px;
}

h6{
    font-size:18px;
}

body{
    color:#626262;
    font-family: 'Open Sans', Arial;
   font-size:16px;
    color:#626262;
}

/* p{
    font-size:16px;
    color:#626262;
} */

h1,h2,h3,h4,h5,h6{
    color:#262626;
    font-family: 'Bree Serif', sans-serif;
    font-weight: normal;
}


a { color: #006580
}
.page-style{
    margin:0px;
}
.hubl-intro{
    display:none !important;
}
.fa-plus:before {
    content: "\f067"
}
.fa-download:before {
    content: "\f019"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-facebook:before {
    content: "\f09a"
}
.address p, .address span {
  display: block;
  padding: 0;
  margin: 0;
}
.address h4 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 3px;
  font-size: 18px;
  font-weight: bold;
}
/*********************************************************/
/***************menu and logo styles***********************/
/********************************************************/
/*****************************************/
/* Bootstrap Reset (Only if BootStrap is installed) */
/*****************************************/
div.close, span.close, a.close {
    opacity: initial ;
    text-shadow: initial;
}

*, *: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;
} 

/* ===============================================================================================
   ZAPF MENU MODULE INTEGRATION (ZMM V1) WITH HUBSPOT MENU
   ===============================================================================================
   =============================================================================================== */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
   
/* Logo setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Logo background color */
  
/* Desktop Extra Button XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Set value none or block when using this button */

/* General menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

    /* The same height goes for Menu ul and Header (.smm-header-wrapper) */  
   /* Set menu font color for menu bar */
   /* Set menu font weight for menu bar */
   /* Set ul background color */
   /* Set Main Menu Header Border Bottom to 1px or 0 for none */
  
  /* Desktop parent setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
    /* Set border left to the menu item */
   
  
   /* Desktop child list color setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set child height */
  
  /* Set both value for Desktop Child Dropdown Position Push to left or centered */
   /* Set dropdown position 50% for left or 1% for centered */
   /* Set dropdown position 90px for left or 0px for centered */

   /* Set menu font weight for menu bar */
   /* Set menu font weight for menu bar */

  /* Mobile Menu setting ***************/
  /* Hamburger Menu setting */
   /* Set Mobile Bar height */
   /* Hamburger Background*/
    /* Hamburger Background hover*/
   /* Set the Hamburger(mobile-trigger) font-size */
  
  /* Mobile Dropdown setting */
   /* Set Mobile Menu Background Color */
   /* Set background link hover Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set align on the menu item */
   /* Set button none to hide or block to display */
  
    /* Mobile child color setting */
   /* Set Mobile Menu Background Color */
  
   /* Set Link Color */
   /* Set Link Hover Color */
   /* Set menu font weight for menu bar */
  
  
 


/* Other menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* Animation AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */

/* Menu AAAAAAAAAAAAAAAAAAAAA */

.widget-span.smm-master-header {
    width: 100%;
    /*-webkit-animation: mymove 1s;
    animation: mymove 1s; THIS IS FOR INITIAL LOAD ANIMATION*/
} 

.widget-span.smm-master-header {
    /*display: none; THIS IS FOR INITIAL LOAD ANIMATION*/
    position: fixed;
    width:100%;
/*     z-index:999999; */
    z-index:1000;
}

/* Chrome, Safari, Opera */

.widget-span.smm-master-header {-webkit-animation-timing-function: linear;}

/* Standard syntax */

.widget-span.smm-master-header  {animation-timing-function: linear;}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: -60px;}
    to {top: 0;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: -60px;}
    to {top: 0;}
}


/*Menu Scroll Display transitions*/
/* UPDATE EXISTING STYLE */
.nav-up{
    transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    -webkit-transform: translateY(-75px);

    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
@media (max-width: 767px) {
    .nav-up{
        transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);   
    }
}
/* ADD NEW STYLE */
.nav-down{
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);

    -o-transition-duration: 200ms;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
body.mobile-open .smm-master-header.nav-up {
     transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;

    -o-transition-duration: 200ms !important;
    -webkit-transition-duration: 0.2s !important;
    -moz-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
}



/* Mobile Menu Toggle Animation */

@-webkit-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-moz-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-o-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}

@-webkit-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-moz-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-o-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}


.mobile-open a.mobile-trigger i:before {
    -webkit-animation:topline 0.3s ease-in-out;
    -moz-animation:topline 0.3s ease-in-out;
    animation:topline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}
.mobile-open a.mobile-trigger i:after {
     -webkit-animation:bottomline 0.3s ease-in-out;
    -moz-animation:bottomline 0.3s ease-in-out;
    animation:bottomline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}



.header-container-wrapper .widget-span {
    min-height: initial;
}

/* Hide transported menu */
#smm-transport .header-container-wrapper {
    display: none !important;
}
.smm-header-wrapper .widget-span {
    width: initial !important;
    margin-left: initial !important;
    
}
.smm-header-wrapper {
    background-color: rgba(255, 255, 255,1);
    font-family: 'Bree Serif', sans-serif;
    font-weight: 400;
    height: calc( 75px + 1px );
    border-bottom: 1px solid #ddd;
}
.smm-footer-script {
    display: none !important;
}
.st-struto-logo img {
    padding: 0 10px;
    height: 75px;
    width: initial !important;
     display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}

.st-struto-logo img:hover {
      -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.smm-menu-wrapper {
    margin-left: 0 !important;
    
}
.smm-header-wrapper .smm-left {
    float: left !important;
    width: initial;
}
.smm-right-corner {
    float: left;
}
.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
.smm-header-wrapper .smm-right {
    float: right !important;
    width: initial;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul:last-child {
    
}
.st-struto-logo .hs_cos_wrapper_type_linked_image {
    display: table-cell;
    vertical-align: middle;
    height: 75px; 
    transform: scale(0.8);
    -webkit-transform: scale(.8);
}
.st-struto-logo {
    width: calc( 100% + 20px );
}

ul.hs-menu-children-wrapper.smm-bucket ul {
    display: none;
}
.smm-header-wrapper .smm-desktop-menu {
    float: left;
}

.smm-header-wrapper a.cta_button {
    height:  75px !important; /* 75px */
}

.mobile-extra-right-button {
    display: none !important;
}

/* More  Target */
.smm-target-menu-item:last-child {
        display: none;
}
@media (max-width: 1370px) {
    .smm-target-menu-item:last-child {
        display: block;
    }
    .smm-target-menu-item:last-child li.hs-menu-item:last-child {
        display: block;
    }
    .smm-target-menu-item:last-child li.hs-menu-item:last-child {
    display: none !important;
}
}


/* Reset display */
@media (min-width: 900px) {
    .smm-header-wrapper .smm-right-corner {
        display: none;
    }
    
    .smm-header-wrapper .smm-desktop-menu {
        display: block;
    }
   
    .smm-header-wrapper .smm-mobile-menu {
        display: none;
    }
    
}

/* Show Mobile and hide desktop menu */
@media (max-width: 900px) {
    .smm-header-wrapper .smm-right-corner,
    .smm-header-wrapper .smm-desktop-menu {
        display: none;
    }
   
    .smm-header-wrapper .smm-mobile-menu {
        display: block;
    }

     .mobile-extra-right-button {
        display: block !important;
        right: 115px;
        top: 4px;
        position: relative;
     }
    .st-struto-logo .hs_cos_wrapper_type_linked_image,
    .smm-header-wrapper {
        height: 60px ;   
    }
    
    .st-struto-logo img {
       height: 60px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul:first-child { 
        
        height: auto;
        overflow-x: hidden !important;
        /*overflow: -moz-scrollbars-none;*/
        direction: rtl;
    }
    
    /* .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar { display: none !important; } */
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar {
        width: 8px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
        border-radius: 10px;
        background-color: rgb(153, 153, 153);
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    
    @-moz-document url-prefix(http://),url-prefix(https://) {
        scrollbar {
           -moz-appearance: none !important;
           background: rgb(0,255,0) !important;
        }
        thumb,scrollbarbutton {
           -moz-appearance: none !important;
           background-color: rgb(0,0,255) !important;
        }
        
        thumb:hover,scrollbarbutton:hover {
           -moz-appearance: none !important;
           background-color: rgb(255,0,0) !important;
        }
        
        scrollbarbutton {
           display: none !important;
        }
        
        scrollbar[orient="vertical"] {
          min-width: 15px !important;
        }
    }
    
}

@media (max-width: 479px) { 
    .mobile-extra-right-button {
        display: none !important;
    }
}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */
   
/* Parent List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul{ 
  background-color:transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li{
  background:transparent;
  border-left: 1px solid #ddd;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active {
    /* background: #8680bc !important; */
}

/********************************************************************************************************/

/*Menu Item Hover Colour Transition*/
/* UPDATE EXISTING STYLE */
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li:hover{
    background:#8680bc;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

/********************************************************************************************************/
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:link:hover,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:hover{
    opacity:1;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:link,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a{
  color:#333;
  font-size: 14px;
  display: table-cell;
  padding: 0 20px;
  height: 75px;
  vertical-align: middle;
  opacity:0.8;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active > a {
    /*background: rgb(255, 255, 255);*/
    color: #006580;
}

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

.smm-header-wrapper .custom-menu-primary.smm-desktop-menu li.hs-item-has-children:hover > a {
    color: #fff;
}

.smm-desktop-menu .hs-menu-flow-horizontal {
    font-size: 0;
}

/* Child List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: initial;
    margin-left:0;
    right:0;
}



/*Child Item Display transition*/
/* ADD NEW STYLE */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    visibility: visible;
}

/********************************************************************************************************/



.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: calc(50% - 50%);
    margin-left: calc(90px - 90px);
    width: 180px;
    text-align: center;
}

.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: initial;
    right: 180px !important;
}


/*Child Hover Colour Transition*/
/*UPDATE EXISTING STYLE*/
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li:hover{
    background:#3a5161;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
/*UPDATE EXISTING STYLE*/
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a:link,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a{
  color:white;
  font-size: 14px;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a{
    
    max-height: 100%;
    min-height: 50px;
    padding: calc( 50px / 2 - 14px / 2 ) 20px 10px ;
    vertical-align: middle; 
}

/********************************************************************************************************/


.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li{
  background:#8680bc;
  border-right: 0px solid #f5f5f5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.298039);
  border-left: 0px solid #f5f5f5;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul {
    border: 1px solid rgba(255, 255, 255, 0.298039);
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a:hover{
  color:white;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul {
    margin-left: 0 !important;
}

.custom-menu-primary.smm-desktop-menu ul ul li.hs-item-has-children .fa-angle-down {
    transform: translate(-80px, -6px);
    top: 40%;
}
.custom-menu-primary.smm-desktop-menu ul ul li.hs-item-has-children .fa-angle-down:before {
    content: "\f104";
}

/* Template Dorpdown arrow at the bottom centered  ***********************************/
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa {
    position: absolute;
    font-size: 20px;
    color: #676767;
    right: 0;
    left: 0;
    bottom: 2px;
    text-align: center;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
    text-align: left;
}

/* More Item Auto Button hidden if does not have child */ 


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a:hover, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    opacity:1;
}
.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;
  opacity:0.8;
  color:white;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:901px) {
    .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.                     
 */

@media (min-width: 901px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
  
      /* Override */
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        display: initial !important;
    }
      
}

@media (max-width: 900px){

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

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        display: block !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    }
    
  /* Toggle Button
     ========================================================================== */

  .nav-up a.mobile-trigger {
    margin-top: 0 !important; 
  }
  a.mobile-trigger {
      display: table-cell !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: auto; /* Button width */
      height:  60px; /* Button height */      
      padding: 22px 10px ; /*calc(60px/2 - 16px/2) 10px 0;*/
      vertical-align: middle;
      background: rgb(153, 153, 153); /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      opacity: 1;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: white;
      opacity: 1;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #c8c8c8 /* #c8c8c8 */;
      opacity: 0;
      /*
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
      */
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
     
      background-color: #c8c8c8;
      /*  background: transparent; Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: white; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

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

  a.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);
  }
  a.child-trigger:hover {
      text-decoration: none;
     
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: white; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

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


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .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-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 60px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 0.01% 0 0 0; /* Padding to add room for close button */
      /* Menu background color set off global mobile-SMMmenuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
      background-color: rgba(0, 0, 0, 0.65);
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
      text-align: center;
   }
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child {
       background-color: transparent;
       border-bottom: 0 !important;
   }
   /* Only if you have an extra button at last second menu item ********************/
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-last-of-type(2) {
        display: none;
        border-top: 1px solid rgb(212, 212, 212);
        background-color: rgb(221,78,12);
        background-image: none;
        color: white;
   }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
      display: block;
      text-align: center;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-bottom: 1px solid black; /* Adds transparent dark highlights to top of top level list items */
      background-color: #262626;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
      font-size: 14px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:first-child:hover{
      color: white; /* link hover color set by global mobile-SMMaColorHover variable */
      background-color: rgba(58,81,97,0.8);
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: #262626;
     border-bottom: 1px solid black;
  }
  .custom-menu-primary .hs-menu-flow-horizontal>ul ul li:last-child{
      border-bottom:none;
  }
  .custom-menu-primary .hs-menu-flow-horizontal >ul ul li:hover {
     background-color: rgb(246, 246, 246);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 14px; /* Font size of child lists */
      color: rgb(36, 140, 199);
  }
  

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

@media screen and (max-width: 979px) {
   
    /* Show Mobile Menu Group */
    
    .desktop-menu-group{
        display: initial !important; 
    } 
    
}


/* ==========================================================================
   Header Quick Contact Styles
   ========================================================================== */

.main-cta {
/*     font-family: 'Bree Serif' !important; */
    border-radius:100px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
/*     box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.main-cta:hover {
      -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.main-cta:active {
   opacity: .6 !important;
}

.number-wrapper {
    background: #006580;
    min-width: 100%;
    height: 45px !important;
    font-size: 14px
    color: #fff !important;
    font-family: 'Bree Serif';
}

.number-wrapper p {
    margin: 12px 0 0 0 !important;
    color: #fff !important;
    padding-right: 50px !important;
}

.number-wrapper a {
    color: #fff;
    background-color: rgb(123,203,121);
    padding: 5px 20px;
    border-radius: 15px;
    text-decoration: none !important;
    transition-property: background-color;
    transition-duration: .2s;
}

.number-wrapper a:hover, .number-wrapper a:focus {
    background-color: #e5e1e6;
}

.number-wrapper p span a {
    text-decoration: none !important;
    color: #fff;
    background-color: none !important;
}

.number-wrapper a:hover {
    color: #fff
    text-decoration: none !important;
}

.quick-header-contact {
    background-color: #424242;
    border-bottom: 1px none #636363;
    height: 20px;
}

.quick-header-contact p {
    color: #bfbfbf !important;
    font-size: 13px;
    padding: 0;
    margin: 0;
    text-align: center;    
}

.quick-header-contact p a {
    color: rgb(28, 107, 153);
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    
    /* Header Styling
    ========================================================================== */
    .quick-header-contact { 
        display: none !important 
    }
    
}
/**********************browser target class************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.close, span.close, a.close {
        opacity: auto;
        text-shadow: auto;
    }

   .header-container-wrapper .widget-span {
        min-height: auto;
    }
    .smm-header-wrapper .widget-span {
        width: auto !important;
        margin-left: auto !important;
    }
    .st-struto-logo img {
        width: auto !important;
    }

    .smm-header-wrapper .smm-left {
        width: auto;
    }
    .smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
    .smm-header-wrapper .smm-right {
        width: auto;
    }
    
    .smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
        left: auto;
    }
    .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: auto;
    }
}

@media (min-width: 768px) {
      / Override /
    _:-ms-input-placeholder, :root .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        display: auto !important;
    }
}

@media screen and (max-width: 979px) {
    _:-ms-input-placeholder, :root .desktop-menu-group{
        display: initial !important; 
    }
}
    @media (max-width: 767px){
        .smm-item-close img {
            margin: 0 auto;
            margin-top: 20px;
            max-width: 24px;
            max-height: 24px;
       }
       .smm-item-close a:hover {
            background: transparent !important;
       }
       .custom-menu-primary .hs-menu-flow-horizontal ul li:first-child {
    border-top: 1px solid black;
}
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    transition:opacity 4s;
}
.custom-menu-primary .hs-menu-flow-horizontal > ul ul li:first-child {
    border-top: 1px solid black;
}


/*********************************************************/
/********************Internal Pages***********************/
/*********************************************************/

.internal-header {
    margin-top: 110px;
    text-align: center
}

.internal-header-nm h1 {
    text-align: center;
}

.page-buffer {
    margin-top: 110px;
}

.internal-header h1, .internal-header-nm h1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.internal-subheader p{
    font-size: 18px;
    margin-top: 0 !important;
    margin-bottom: 40px;
}

.internal-sidebar {
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 30px;
}

.internal-sidebar .cta a {
    transition-duration: .3s;
    transition-property: opacity;
}

.internal-sidebar .cta a:hover {
    opacity: .8;
}

.latest-articles, .scam-alert {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.scam-alert h3{
    margin-top: 0 !important;
    color: #006580;
}

.latest-articles .hs-rss-title {
    color: #006580;
    transition-property: color, text-decoration;
    transition-duration: .3s;
}

.latest-articles .hs-rss-title:hover{
    color: #8680bc;
    text-decoration: none;
}

.latest-articles h3 {
    color: #006580;
    margin-top: 0;
}

.how-it-works {
    margin-top: 0px;
    margin-bottom: 0px;
}

.how-it-works p {
    line-height: 1.5em;
}

.internal-content ul {
    list-style-image: url(//cdn2.hubspot.net/hubfs/505287/favorite_1.png) !important;   
}

.internal-content ul li {
    line-height: 1.5em;
    font-size: 16px;
    padding-bottom: 20px;
}



.page-center {
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1080px !important;
    padding: 0 20px;
}

.home-page-center {
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1000px !important;
    padding: 0 20px;
}

/********************Destinations***********************/

.destination-box {
    max-width: 350px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.destination-box:hover, .destination-box:focus, .destination-box:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.destination-box h2 {
    padding: 50px 10px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.destination-box a h2 {
    text-decoration: none !important;
}


/********************Testiomonial Page***********************/

.testimonial-box {
    margin-bottom: 30px;
    background: #f6f6f6;
    padding: 10px 15px;
    border-bottom: 3px solid #ddd !important;
    border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.testimonial-box:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.testimonial-box p {
    font-size: 15px;
    line-height: 1.5em;
}

.testimonial-box p span {
    font-family: 'Bree Serif';
}

.testimonial-box img {
    display: block !important;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 150px;
    height: auto;
    padding-bottom: 20px;
}

.testimonial-background {
    height: 500px;
    background-image: url('//cdn2.hubspot.net/hubfs/505287/happy-customer-with-dog.jpg');
    background-size: cover;
    background-position: 70% 65%;
}

.testimonial-banner h1{ /* -------- Banner heading styles applied here*/
    color:#fff;
    font-size:48px;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    line-height: 100%;
}

.testimonial-banner h2{ /* -------- Banner heading styles applied here*/
    color:#fff;
    padding-bottom: 10px;
    font-size:48px;
    margin: 0;
    text-align: center;
    line-height: 100%;
}

.testimonial-banner p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.testimonial-banner {
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: #006580;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li:hover {
 -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/********************TY Page***********************/

.ty-hero-wrapper {
    max-width: 25%;
    display: block;
    margin: 10px 0 0;
    padding-right: 40px;
    float: left;
}
.ty-main-wrapper {
    max-width: 75%;
    margin: 0;
    display: block;
    float: left;
}
.ty-hero-wrapper h2 {
    display: none !important;
    margin-top: 0;
}

@media (max-width: 980px) {
    .ty-hero-wrapper {
        max-width: 30%;
        margin: 10px 0 0;
        padding-right: 40px;
    }
    .ty-main-wrapper {
        max-width: 70%;
    }
}

@media (max-width: 840px) {
    .ty-hero-wrapper {
        margin: 20px 0 0;
    }
}

@media (max-width: 767px) {
    .ty-hero-wrapper {
        max-width: 100%;
        margin: 0 0 10px;
        padding-right: 0;
    }
    .ty-hero-wrapper img {
        display: block;
        margin: 0 auto;
        max-width: 220px;
    }
    .ty-main-wrapper {
        max-width: 100%;
    }
    .ty-main-wrapper h2 {
        display: none !important;
    }
    .ty-hero-wrapper h2 {
        display: block !important;
    }
}


/********************Destinations Internal Pages***********************/

.destination-banner-inner{  /* -------- Centers heading, text and cta on banner.*/
    max-width:1366px !important;
    padding-top: 110px;
    color:#333;
    margin: 0 auto !important;
    float: none !important;
}

.destination-banner-inner h1{ /* -------- Banner heading styles applied here*/
    color:#fff;
    font-size:48px;
    margin: 0;
    text-align: center;
    padding: 100px 0;
    line-height: 100%;
    text-shadow: 0 0 40px #000;
}


.destination-subheader-wrapper {
    background-color: #006580;
    padding: 0px 20px;
}

.destination-subheader h2 {
    text-align: center;
    color: #fff;
}

.destination-services-wrapper {
    padding: 10px 0 30px;
}

.destination-services ul {
    list-style-image: url(//cdn2.hubspot.net/hubfs/505287/favorite_1.png) !important;   
}

.destination-services ul li {
    line-height: 1.5em;
    font-size: 16px;
    padding-bottom: 20px;
}


.destination-testimonial-a, .destination-testimonial-b {
    padding: 30px 20px !important;
}

.destination-testimonial-a p, .destination-testimonial-b p {
    max-width: 740px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    font-size: 16px;
    font-weight: normal;
}

.destination-testimonial-a p span, .destination-testimonial-b p span {
    font-weight: bold;
    font-family: 'Bree Serif', Arial; 
}

.destination-testimonial-b {
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.destination-header-wrapper {
    background: #333;
    padding-top: 110px;
}

.destination-header h1 {
    color: #fff;
    text-align: center;
    margin: 0;
}

.continent-header h2 {
    color: #fff;
    background: #006580;
    padding: 20px;
    text-align: center;
}

.destination-bg-image {
    height: 521px;
    background-color: #fff !important;
}

/*********************************************************/
/********************Banner styling***********************/
/*********************************************************/
.bg-image-section{
   padding:120px 0 60px;
   background: url('//cdn2.hubspot.net/hubfs/505287/1920-background-image.jpg?t=1455908590458');
   background-size: cover !important;
   background-repeat: no-repeat;
   min-height: 600px !important;
   background-color: #333;
   background-position: 70% 10% !important;
}

.home-banner-inner{  /* -------- Centers heading, text and cta on banner.*/
    max-width:1366px !important;
    padding-top: 100px;
    color:#333;
    margin: 0 auto !important;
    float: none !important;
    padding-left: 30px;
}

.home-banner-inner h1{ /* -------- Banner heading styles applied here*/
    color:#333;
    font-size:60px;
    margin-bottom:7px;
    margin-top: 0;
    max-width: 700px;
    line-height: 100%;
}

.home-banner-inner p{   /* -------- Banner text styles applied here*/
    color:#333;
    font-size:22px;
    margin-bottom:15px;
    max-width: 700px;
}
.banner-cta {   /* -------- Banner cta styles applied here.*/
    padding: 15px 0;
}

.quote-image-section {
    background-position: center 45% !important;
}

.quote-banner-inner {
    max-width:1366px !important;
    padding-top: 100px;
    color:#333;
    margin: 0 auto !important;
    float: none !important;
    border-bottom: 1px solid #ddd;
}

.quote-image-section h1 {
    padding: 100px 40px;
    max-width: 900px;
    color: #fff;
    line-height:70px;
    text-shadow: 0 0 10px #333;
    font-size: 60px;
    text-align: right;
    float: right !important;
}
/*************************************************/
/***************Cta-tablet section******************/
/***********************************************/
.page-style .home-cta-inner{   /* -------- Centers image and text below banner.*/ 
    max-width:750px !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 50px 30px;
}
.home-cta-content{ 
    margin-top:-35px;
}
.home-cta-content h4{
    margin-bottom:0;
}
/****************************************************/
/**********************what we do********************/
/****************************************************/
.home-grey-wrapper { /* -------- Sets background image for what we do intro and styles applied*/
    background-color: #f5f5f5;
    background-image: url(https://s3.amazonaws.com/upload.uxpin/files/45826/51630/zaph-tile-2-4.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    border-color: #e0e0e0;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0;
    width: 100%;
    padding: 20px 0 40px;
}

.home-purple-wrapper { /* -------- Sets background image for what we do intro and styles applied*/
    background: #006580;
    width: 100%;
    padding: 10px 0 40px;
    color: #fff;
}

.home-purple-wrapper .home-grey-inner h2 {
    color: #fff;
}

.home-purple-wrapper .home-grey-inner h1 {
    color: #fff;
    margin-top: 20px;
}

.home-purple-wrapper .home-grey-inner p {
    color: #fff;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
}

.page-style .home-grey-inner{   /* --------  Centers content for intro of what we do.*/
    max-width:1000px;
    margin:0 auto !important;
    float:none !important;
    text-align:center;
    padding: 0 10px;
}

.page-style .home-grey-inner .cta-left {
    text-align: right !important;
}

.page-style .home-grey-inner .cta-right {
    text-align: left !important;
}

/*what we do images*/
.border-below-text{  /* -------- Sets border below text.*/
    border-bottom:1px solid #E0E0E0;
    width: 290px;
    margin: 0 auto;
}
.home-services-section-border{ /* -------- Centers image text*/
    width:80%;
    border-top:1px solid #E0E0E0;
    max-width:80%;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: 3.5%;
    padding-top: 3.5%;
}
.home-grey-inner h5{
    margin-top:-15px;
}
.home-service-section-wrapper{   /* -------- Sets background image and centers text below image.*/
    width:100%;
    background-color: #f5f5f5;
    text-align:center;
    background-color: #f5f5f5;
    background-image: url("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-1.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
}
.home-service-section-content{
    margin-left: 0 !important;
    width: 25% !important;
}
.home-service-section-content img{
    width: 100% !important;
}

.home-service-section-content h4{ /* -------- Style of heading */
    margin-bottom: 7px;
    padding: 0 0px 20px;
    font-size:24px !important;
    color:#262626;
    max-height: 87px !important;
}

.home-service-section-content a{ /* -------- Styles of text link */
    text-transform:uppercase;
    text-decoration: none;    
    font-size:16px;  
    font-weight:bold;
    color: rgb(221,78,12);
    opacity:.8;
}

.home-service-section-content a:hover{ /* -------- Sets hover color on text link. */
    text-decoration: none;
    color: rgb(221,78,12);
    transition: all .2s;
    -webkit-transition: all .2s;
    opacity:1;
}
/* -------- Lines image up with font icon hover */
.home-service-section-image {
    position:relative;
    margin:0 !important;
}
.home-service-section-image img { 
    width:100% !important;
    vertical-align:top;
}
.what-we-do-border{   /* -------- Sets border to the right below image */
    border-right:1px solid #e0e0e0;
}
/*------ Sets the font icon displayed over the image*/
.icon-overlay {   
color: #fff;
    position: absolute;
    top: 30%;
    font-size: 80px !important;
    left: 0;
    z-index: 9999999;
    font-family: fontAwesome;
    right: 0;
}
.home-service-section-image:hover:after {
    opacity:1;
}
.home-service-section-image:after{
    content: "";
    position:absolute;
    opacity:0;
    top:0;
    left:0;
    font-weight: 100;
    height:100%;
    width: 100%;
    background: rgba(58,81,97,0.8);
    transition: all .5s;
    -webkit-transition: all .5s;
}
/************************************************************/
/*********************who do we work for.*********************/
/************************************************************/
.home-aqua-wrapper{ /* -------- Sets background image of who do we work for */
    background-color: #4f7f83;
    background-image: url("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-aqua-1.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    border-color: #e0e0e0;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #fff;
    text-align:center;
    padding: 30px 0 0px;
}

.home-aqua-wrapper h2{ /* --------  sets styles to heading*/
    color: #fff;
    font-size:36px;
    margin-bottom:7px;
    padding:0 10px;
}

.home-aqua-wrapper h5{ /* -------- set styles to heading in explaination */
    color: #f5f5f5;
    font-size:22px;
    margin-top:0px;
}

.home-aqua-inner{ /* -------- Centers intro text.*/
    width:700px;
    max-width:700px !important;
    height:150px;
    max-height:150px;
    margin: 0 auto !important;
    float: none !important;    
}
/* -------- diamond going down middle. */
.diamond {
    transform: rotate(45deg);   
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /*position:relative;
    top:-35px;
    width: 10% !important;
    left: 45%;
    right: 50%;*/
    float: none !important;
    margin: 0 auto !important;
    max-width: 100px;
    position: relative;
    transform: rotate(45deg);
}
/***************************************************/
/*************who do we work for-Content**********/
/***************************************************/
.home-work-section-wrapper{ 
    width:100%
}
.home-work-section-image { /* -------- splits image in half */
    width: 50% !important;
    min-height: 400px !important;
    background-position: center center;
    background-size: cover;
}
.home-work-section-image img { /* -------- hides source image and pulls through jquery. */
    display:none; 
}
.home-work-section-content{ /* --------  align and give with to text*/
    max-width: 450px;
    max-height: 165px;
    padding-right:30px;
}
.box-swop {   /* --------  swop image and text around*/
    float: right !important;
}
.home-work-section-inner p {
    max-height: none !important;
    margin-top: 0;
}
.home-work-section-content h4{
    font-size: 24px;
    margin-bottom:7px;
}
.home-work-section-content p{
    font-size: 16px;
}
.content-swop{   /* --------  swop image and text around*/
    float: right !important;
    padding-right:35px;  
}
.middle-cta-one a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82:first-child{   /* --------  spacing of cta buttons*/
    margin-top:20px;
    padding: 6px 10px 3px;
}
.middle-cta-two a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82{   /* --------  spacing of cta buttons*/
    margin-top:20px;
    padding: 6px 10px 3px;
    
}
.middle-cta-three a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82{  /* --------  spacing of cta buttons*/
    margin-top:20px;
    padding: 6px 10px 3px;
}

/***********************************************************************/
/********************** Home - Slider***********************************/
/***********************************************************************/
.full-wrapper { /* ------- background color of testimonials(Clients love us) and styles applied here*/
    position: relative;
    display: inline-block !important;
    margin: -6px auto 0 !important;
    padding: 0;
    width: 100% !important;
    height: 100%;
    background-image: url('//cdn2.hubspot.net/hubfs/505287/testimonial-background.jpg');
    background-size: cover;
    background-position: 70% 20%;
    background-color: #5b5591;
}

.full {   /* ----- Sets width height and for responsiveness*/
    width:100%; 
    height: 100%; 
}

.testimonial-intro h2 {
    color: #333;
}

.testimonial-intro h3 {
    color: #ffffff; font-size: 16px; text-align: center; display: none; margin-left: auto; margin-right: auto;
}

.center-text {  /* ------ centers text in the middle of image slider*/
    display: block !important;
    margin: 0 auto !important;
    padding: 30px !important;
    width: 100% !important;
    max-width: 1140px !important;
    float: none !important;
}
/* -------- global settings for headers*/
.center-text h1,
.center-text h2,
.center-text h3,
.center-text h4 {
    text-align: center !important;
}

.center-text img {  /* -------- centers image below text*/
    margin-top: 10px;
}
.caption h6{
    position: relative;
    top: -125px;
    left:0;
    right:0;
}
.caption p{
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.caption p span{
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Bree Serif'
}

.caption p:nth-child(1){ 
    font-size: 18px;
    color: #333;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    top:0;
    padding: 20px;
    font-style:normal;
    min-height:135px;
}
.home-client-slider .hs_cos_flex-slider .superimpose .caption{
    padding:0 !important;
}
.home-client-slider li.hs_cos_flex-slide-main{
    border-color: #e6e6e6;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    min-height:300px;
}
.home-client-slider li.hs_cos_flex-slide-main .caption img{
    display:block !important;
    width:150px !important;
    height:150px;
    border-radius:100%;
}
.home-client-slider .hs_cos_flex-slider .caption{
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    padding: 32px 0 0 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0 !important;
}
.home-client-slider  .hs_cos_flex-slider{
    background-color:transparent !important;
}
.home-client-slider li.hs_cos_flex-slide-main img{
    display:none !important;
}
.home-client-slider ul.hs_cos_flex-slides.hs_cos_flex-slides-main.superimpose{    /* -------- sets background image in slider*/
    padding: 20px 0;

}
.home-client-slider .hs_cos_flex-next { /* ----- replace slider arrow*/
    background-image: url(//cdn2.hubspot.net/hubfs/505287/arrow-purple-slider.jpg) !important;
    width:60px !important;
    height:60px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3 ease;
    transition: all .3s ease;
}
.home-client-slider .hs_cos_flex-prev {  /* ----- replace slider arrow*/
    background-image: url(//cdn2.hubspot.net/hubfs/505287/arrow-left-purple-slider.jpg) !important;
    width:60px !important;
    height:60px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3 ease;
    transition: all .3s ease;
}
/******************************************/
/**********BLOG*************************/
/*****************************************/

.post-body a {
    text-decoration: underline;
    color: #5b59ca;
}

.home-blog-wrapper{  /* -------- background color of blog set here */
    /*padding-left: 20px;*/
    text-align:center;
    padding-bottom: 10px;
    background-image: url(https://s3.amazonaws.com/upload.uxpin/files/45826/51630/zaph-tile-2-4.jpg);
}

.home-blog-head{  /* -------- center heading intro*/
    max-width:700px;
    margin: 0 auto !important;
    float: none !important;
    text-align:center;
    margin-top:25px !important;
    padding:15px;
}

.home-blog-inner .hs-rss-item-text div.hs-rss-byline span.hs-rss-author {  /* -------- Sets color and style of author. */
    font-style: italic;
    color: rgb(38, 38, 38);
}

.home-blog-inner div.hs-rss-item-text a.hs-rss-title {  /*----- sets styles of blog title */
    color: #333;
    font-size: 24px !important;
    text-decoration: none;
    display: block;
    padding: 20px 10px 0;
    transition-property: color;
    transition-duration: .3s;
}

.home-blog-inner div.hs-rss-item-text a.hs-rss-title:hover {  /*----- sets styles of blog title */
    color: #8680bc;
}

.home-blog-inner div.hs-rss-item-text div.hs-rss-description p a {   /*----- sets styles of blog link text*/
    border-top: 1px solid #e0e0e0;
    float: left;
    font-size: 16px;
    margin-top: 20px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    color: #2e2a68;
    opacity: .8;
    font-family: 'Bree Serif';
}

.home-blog-inner div.hs-rss-item-text div.hs-rss-description p a:hover{   /*----- sets styles of read more on blog */
    color: #8680bc;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    opacity:1;
}
.blog-rss a .hs-rss-title span{
    color:black important;
}
.blog-rss .hs-rss-description {
    padding: 0 15px;
}
.home-blog-wrapper a#cta_button_165931_0f15e439-7557-43da-862a-53ae79735858 {   /*----- styling of blog cta text */
    margin-top: 30px;
}

.home-blog-head h6{
    margin-top:0px;
}
.home-blog-cta{
        padding-bottom:30px;
        margin-top:-40px;
    }
.blog-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {   /*----- sets width of image and sets padding at the bottom. */
    width: 100%;
}
.blog-rss .feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-text {  /*----- Centers blog listings in the middle */
    width: 465px;
    padding: 0 !important;
    margin-right: 20px;
    background: white;
    border: 1px solid #ddd;
    padding-bottom: 60px !important;
    margin-left:20px;
}
  /*----- hides default post and pulls it through using jquery  */
  
.blog-rss div.hs-rss-item.hs-with-featured-image.left-rss-post div.hs-rss-item-image-wrapper img.hs-rss-featured-image {
    display: none;
}
.blog-rss div.hs-rss-item.hs-with-featured-image.left-rss-post div.hs-rss-item-text div.hs-rss-item-image-wrapper img.hs-rss-featured-image {
    display: inline-block !important;
}
.blog-rss div.hs-rss-item.hs-with-featured-image.right-rss-post div.hs-rss-item-image-wrapper img.hs-rss-featured-image {
    display: none;
}
.blog-rss div.hs-rss-item.hs-with-featured-image.right-rss-post div.hs-rss-item-text div.hs-rss-item-image-wrapper img.hs-rss-featured-image {
    display: inline-block !important;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    float:none !important;
    width:100%;
}
.blog-rss .feedreader_box{  /*----- displays blog listing next to each other */
    display: -webkit-inline-box;
    display:-moz-inline-box;
    display:-ms-inline-flexbox;
    height: 520px;
}
.blog-rss .hs-rss-byline{
    padding:0 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){ /* ----- Only takes effect in IE10 and up*/
    .blog-rss .feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
        margin-bottom:13px;
    }
    .hs-rss-item.hs-with-featured-image{
        width:484px;
    }
}
@media screen and (max-width:767px), (-ms-high-contrast: active), (-ms-high-contrast: none){
    .hs-rss-item.hs-with-featured-image{
        max-width:none !important;
        width:95% !important;
        margin:0 auto !important;
        float:none !important;
    }
}

/*****************************************************/
/**********************downloads**********************/
/*****************************************************/
.home-downloads-wrapper {   /*----- centers content */
    max-width: 990px;
    margin: 0 auto !important;
    float: none !important;
}
.home-downloads-wrapper h2{
    text-align:center;
    color:#262626;
}

.home-downloads-wrapper{  
    padding: 20px 0 40px;
}

.home-downloads-inner{  /*----- Centers content and images */
    max-width:990px;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom:30px;
}

.home-download-box{  /*----- sets background color and other styles to title wrapper */
    background-color:#F5F5F5;
    padding: 0 0 20px;
    max-width: 345px;
    border: 1px solid #ddd;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.home-download-box:hover, .home-download-box:focus, .home-download-box:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
}

.home-download-box img.hs-image-widget {  /*----- sets image width at 100%*/
    max-width: 100%;
}      

.home-download-box h4,.home-download-box p{  /*----- styles applied to heading and text*/
    padding: 0 20px;
    text-align:left !important;
    margin: 7px 0;
}

.home-download-box h4 {
    font-size:24px;
    min-height: 70px;
    margin: 10px 0 0;
    color:#262626;
}
.home-download-box h4 a{
    font-size:24px;
    min-height: 70px;
    margin: 10px 0 0;
    color:#262626;
    text-decoration:none;
    transition-property: color;
    transition-duration: .2s;
}

.home-download-box h4 a:hover{
    color:#8680bc;
}

.home-download-box p {
    font-style:italic;
    font-size:14px;
    color:#626262;
    font-weight:100;
}

.home-download-box img {
     opacity: 1; 
    transition-property: opacity;
    transition-duration: .2s;
}

.home-download-box img:hover {
     opacity: .8;
     cursor: pointer;
}

.home-download-box p a{
    font-style:italic;
    font-size:14px;
    color:#626262;
    font-weight:100;
    text-decoration: none;
    transition-property: color;
    transition-duration: .2s;
}

.home-download-box p a:hover{
    color:#8680bc;
}

.home-download-button a{    /*----- applies styles to download link.*/
    text-transform:uppercase;
    font-size:16px;
    color: #2d2a68;
    opacity: .8;
    display: block;
    padding-top: 5px !important;
    margin: 0 20px !important;
    border-top: 1px solid #ddd;
    font-family: 'Bree Serif';
    text-decoration:none;
}
.home-download-button a:hover{ 
    color: #8680bc;
    opacity: 1;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.home-download-box a {
    padding: 0;
    margin: 0;
}
.home-download-box #hs-link-module_1436282888784141123 {  /*----- removes opacity from image */
    opacity: 1 !important;
}
.home-download-box #hs-link-module_1436282852186138344{  /*----- removes opacity from image */
    opacity: 1 !important;
}
.home-download-box #hs-link-module_1436282908920143403{  /*----- removes opacity from image */
    opacity: 1 !important;
}
.home-download-content div.cell-wrapper.layout-widget-wrapper{  /*----- supplies border above the download link */
   border-top: 1px solid #E0E0E0;
    margin-left: 20px;
    padding-top: 2%;
    width: 90%;
    margin: 0 auto !important;
    float: none !Important;
}
.image-over-download   /*----- positions hover over image */{
    position:relative;  
}
.featured-download img {   /*----- positions image for hover*/
    width:100% !important;
    vertical-align:top;
}
.icon-overlaytwo{   /*----- sets icon over image using jquery for hover effect. */
    color: #fff;
    position: absolute;
    top: 15%;
    font-size: 80px!important;
    left: 40%;
    z-index: 9999999;
    font-family: fontAwesome;
    right: 0;
    bottom: 0;
}
.featured-download:after {
    content: " ";
    position:absolute;
    width:100%; 
    height:57.6%;
    background:rgba(58,81,97,0.8); 
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top:0;
}
.featured-download:hover:after {
    opacity:1;
}
.home-downloads-cta{ /*----- align cta in the center*/
    text-align:center;
}
/************************************************************************/
/************************ Home -Social **********************************/
/************************************************************************/
.home-social-wrapper{ /*----- sets background image for social links*/
    padding:40px 0 60px 0;
    background: url('//cdn2.hubspot.net/hubfs/165931/ZAPF_images/home/zapf-connect-1.jpg') no-repeat center;
    background-size:cover;
}
.home-social-wrapper h3{
    font-size:32px;
    color:#262626;
    margin: 0 auto;
    padding-bottom:20px;
    text-align:center;
}
.home-social-inner{  /*----- centers social links in the middle*/
    max-width:650px;
    margin: 0 auto !important;
    float: none !important;
}
.home-social-inner a { 
    max-width: 140px !important;
    padding: 10px !important;
    width: 140px !important;
}
.home-social-content span {
    font-size: 16px !important;
}
/* ------ sets styles for share buttons*/

.social-facebook:hover{
    background-color:rgb(59, 89, 152);
}

.social-facebook:before{
    font-family: FontAwesome;
    content: '\f09a |';
    letter-spacing: 5px;
    color:white;
}
.social-facebook{
    background: #2e2a68 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    height: 57px;
    max-height: 60px;
    width: 150px;
    max-width: 150px;
    font-weight: 100;
    box-shadow: none;
    color: white;
    cursor: pointer;
}
.social-linkedin:hover{
    background-color:#017BB5;
}

.social-linkedin:before{
    font-family: FontAwesome;
    content: '\f0e1 |';
    letter-spacing: 5px;
    color:white;
}
.social-linkedin{
    background: #2e2a68 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    height: 57px;
    max-height: 60px;
    width: 150px;
    max-width: 150px;
    font-weight: 100;
    box-shadow: none;
    color: white;
    cursor: pointer;
}
.social-twitter:hover{
    background-color:#29A8E0;
}

.social-twitter:before{
    font-family: FontAwesome;
    content: '\f099 |';
    letter-spacing: 5px;
    color:white;
}
.social-twitter{
    background: #2e2a68 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    height: 57px;
    max-height: 60px;
    width: 150px;
    max-width: 150px;
    font-weight: 100;
    box-shadow: none;
    color: white;
    cursor: pointer;
}
.social-googleplus:hover{
    background-color:#CC3631;
}

.social-googleplus:before{
    font-family: FontAwesome;
    content: '\f0d5 |';
    letter-spacing: 5px;
    color:white;
}
.social-googleplus{
    background: #2e2a68 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    height: 57px;
    max-height: 60px;
    width: 150px;
    max-width: 150px;
    font-weight: 100;
    box-shadow: none;
    color: white;
    cursor: pointer;
}
/************************************************************************/
/************************ Home - CTA Callout Bottom**********************/
/************************************************************************/
.home-bottom-cta-inner{ /* ----- centers content in the middle*/
    max-width:910px;
    margin: 0 auto !important;
    float: none !important;
}
.home-bottom-cta-wrapper{ /* ----- creates spacing*/
   padding: 50px 30px 100px;
}
.home-bottom-cta-inner img { /* ------- aligns image with text*/
    transform: translateY(10%);
}
.home-bottom-cta-inner h2 {
    
    margin-bottom:7px;
    font-size:36px;
    colorL #262626;
}
.home-bottom-cta-inner p {
    font-size:16px;
    padding-bottom: 20px;
}
.home-bottom-cta-content {
    padding-left: 20px;
}
/*******************************************************************/
/************************ Home - Footer Region *********************/
/*******************************************************************/

.footer-container.container-fluid {
  position: relative;
  width: 100%;
}
.footer-cta-wrapper {
    background: #006580;
    padding: 20px 10px;
}

.footer-wrapper{ /* ------ sets background color*/
    background-color:#262626;
    color:#fff;
    text-align:center;
    padding-top:0px;
}
.footer-wrapper a{
    text-decoration:none;
    color:#fff;
}
.footer-wrapper a:hover{ /* styles links in the footer*/   
    color: #ddd;
}
.footer-content{
    padding:15px;
}
.footer-content img {
    height: auto !important;
    border: 1px solid #ddd;
}

.footer-inner{ /* ------- centers footer content in middle*/
   padding: 10px 0px 10px;
    max-width:820px;
    float: none !important;
    margin: 0 auto !important;
    border:none;
}
.footer-head {
    border-bottom: 1px solid #424242;
    margin-left: 20px !important;
    max-width: 200px !important;
    margin: 0 auto !Important;
    float: none !Important;
}
.footer-inner h4{
    color:#fff !important;
    font-size:24px;
    margin-bottom:7px;
}
.footer-inner p{
    color:#fff !important;
    font-size:14px;
}
.footer-wrapper .widget-type-page_footer{
    border-top:1px solid #424242;
    height:40px;
    color:rgb(143,143,143);
}
.follow-us{
    text-align: center;
    width: 223px !important;
    margin: 0 auto !important;
    float: none !important;
}
.follow-us .facebook{
    background-image:URL("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/social-icons/bs-social-facebook-3.png?t=1449214902082");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: relative;
    left: 35px;
    height: 50px;
    list-style-type: none;
    display: block;
    width: 25px;
    height: 25px;
    opacity: .8;
}
.follow-us .facebook:hover {
    opacity: 1;
}

.follow-us .linkedin{
    background-image:URL("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/social-icons/bs-social-facebook-3.png?t=1449214902082");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: relative;
    top: -25px;
    left: 75px;
    height: 50px;
    list-style-type: none;
    display: block;
    width: 25px;
    height: 25px;
    opacity: .8;
}
.follow-us .linkedin:hover {
    opacity: 1;
}

.follow-us .twitter{
    background-image:url("//cdn2.hubspot.net/hubfs/505287/pinterest-icon.png");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: relative;
    top: -48px;
    left: 120px;
    height: 50px;
    list-style-type: none;
    display: block;
    width: 25px;
    height: 25px;
    opacity: .8;
}
.follow-us .twitter:hover {
    opacity: 1;
}

.follow-us .googleplus{
    background-image:url("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/social-icons/bs-social-google-3.png?t=1449214902082");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: relative;
    top: -75px;
    left: 165px;
    height: 50px;
    list-style-type: none;
    display: block;
    width: 25px;
    height: 25px;
    opacity: .8;
}
.follow-us .googleplus:hover {
    opacity: 1;
}
.follow-us a{
    display:block;
    Width:0px;  
}
.footer-wrapper footer{
    padding-top:10px
}
.footer-content a:hover{
    transition:all .2s;
    -webkit-transition:all .2s;
}
/*************************************************************/
/************************ Caching issues *********************/
/*************************************************************/
.home-downloads-wrapper {
    text-align: left;
}
/**************************************************************/
/************************ MEDIA QUERIES (START)  **************/
/**************************************************************/
@media(max-width:2192px){
    .what-we-do-border-four{
        width: 100% !Important;
}
}
@media(max-width:1755px){
.what-we-do-border-one{
    width: 60% !important;
    margin:0 auto !Important;
    float:none !important;
}
.what-we-do-border-two{
    width: 70% !important;
    margin:0 auto !important;
    float:none !important;
}
.what-we-do-border-three{
    width: 80% !important;
    margin:0 auto !Important;
    float:none !important;
}
}

@media(max-width: 1366px) {
.quote-image-section h1 {
    padding: 75px 40px;
    margin-right: 40px;
    font-size: 48px;
    max-width: 700px;
}
}

@media(max-width:1295px){
.what-we-do-border-one{
    width: 70% !important;
    margin:0 auto !Important;
    float:none !important;
}
}
@media (max-width:1250px) { 
.custom-menu-primary{        
    padding-left:0;
    }
.home-service-section-image:after {    
    font-size: 1400%;        
    }
.home-service-section-inner {
    float: none !important;
    margin: 0 auto !important;
    width: 80% !important;
    }    
.home-service-section-content {
    margin-left: 0 !important;
    width: 50% !important;
    } 
.home-work-section-inner p {
    max-height: 90px !important;
    }
.what-we-do-border{
    border-right:none !important;
    }
.border-below-text{
    border:none;
    }
.border-separator{
    border-bottom:1px solid #e0e0e0;
    width:250px !important;
    margin:0 auto !Important;
    float:none !important;
    padding: 3px 0;
}
.home-service-section-content:nth-child(1), .home-service-section-content:nth-child(3) {
    padding-right: 10px;
}
.home-service-section-content:nth-child(2), .home-service-section-content:nth-child(4){
    padding-left:10px;
}
.what-we-do-border-one{
    width:100%  !important;
}
.what-we-do-border-two{
    width:100%  !important;
}
.what-we-do-border-three{
    width:100%  !important;
}
.what-we-do-border-four{
    width:100%  !important;
}
.home-service-section-content h4{
    margin-bottom: 0;
    padding: 0 0 0px;
}
.border-below-link {
    margin-bottom: 25px;
}
}
@media(max-width:1180px){
.what-we-do-border-three{
    width:100% !important;
    }
}

@media (max-width:1055px){
.content-swop {
    float: none;
    margin-right: 0;
}
}

@media (max-width:1024px) {
.hide-1024 {display: none !important;}    

.internal-img {
    max-width: 150px !important;
    height: auto !important;
}
.testimonial-background {
    height: 400px;
}
    .bg-image-section{
   background: url('//cdn2.hubspot.net/hubfs/505287/Animal-Transporation-Services-Starwood-Header-Mobile.jpg') !important;
   background-size: cover !important;
   background-position: 50% top !important;
} 
.bg-image-section {
    padding: 80px 0 50px;
    min-height: 0 !important;
}
.home-banner-inner{
    text-align: center; 
    }
.home-banner-inner h1, .home-banner-inner p{
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
    float: none;
    }

.quote-image-section {
    background-image: url('//cdn2.hubspot.net/hubfs/505287/wherever-life-takes-you-darker.jpg') !important;
}

.quote-image-section h1 {
    padding: 50px 20px;
    text-align: center;
    font-size: 48px;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
}

@media(max-width:991px){
.icon-overlaytwo{
    display:none !important;
    }
.featured-download:after{
    display:none !important;
    }
.icon-overlay{
    display:none !important;
    }
.home-service-section-image:after{
    display:none;
    }
.home-downloads-inner{
    padding-left:20px;
    padding-right:20px;
    }
    .blog-rss .feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
        width:340px !important;
    }
    .blog-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
        width:340px !important;
    }
}
@media (max-width:970px){
   
.box-swop{
    float:left !important;
    }
.home-work-section-image {
    width: 100% !important;
    min-height:300px !important;
    }    
.home-work-section-content p{
    font-size: 16px;
}
.home-work-section-content h4{
    font-size: 24px;        
}    
.home-work-section-content{
    margin: 0px 0 30px 0!important;
    width: 100%!important;
    max-width: none!important;
    padding: 0px 30px 20px;
    max-height: 400px;
}
.diamond{
    display:none !important;
}
.full-wrapper { /* ------- background color of testimonials(Clients love us) and styles applied here*/
    position: relative;
    display: inline-block !important;
    margin: -6px auto 0 !important;
    padding: 0;
    width: 100% !important;
    height: 100%;
    background-image: url('//cdn2.hubspot.net/hubfs/505287/testimonial-background.jpg');
    background-size: cover;
    background-position: 70% 20%;
    background-color: #5b5591;
}
.caption p{
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.caption p span{
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Bree Serif'
}

.caption p:nth-child(1){ 
    font-size: 16px;
    color: #333;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    top:0;
    padding: 20px;
    font-style:normal;
    min-height:135px;
}
.home-client-slider .hs_cos_flex-slider .caption{
    background: rgba(255,255,255,.9) none repeat scroll 0 0;
    left: 0;
    margin: 0 auto;
    padding: 32px 0 0 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0 !important;
}
.home-client-slider  .hs_cos_flex-slider{
    background-color:transparent !important;
}
.home-client-slider li.hs_cos_flex-slide-main img{
    display:none !important;
}
.home-client-slider ul.hs_cos_flex-slides.hs_cos_flex-slides-main.superimpose{    /* -------- sets background image in slider*/
    padding: 20px 0;

}
.home-client-slider .hs_cos_flex-next { /* ----- replace slider arrow*/
    background-image: url(//cdn2.hubspot.net/hubfs/505287/arrow-purple-slider.jpg) !important;
    width:60px !important;
    height:60px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3 ease;
    transition: all .3s ease;
}
.home-client-slider .hs_cos_flex-prev {  /* ----- replace slider arrow*/
    background-image: url(//cdn2.hubspot.net/hubfs/505287/arrow-left-purple-slider.jpg) !important;
    width:60px !important;
    height:60px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3 ease;
    transition: all .3s ease;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:link,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a{
  padding: 0 20px;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a:link, .custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a {
    padding: 0 15px !important;
}
}
@media(max-width:767px){
.quote-image-section h1 {
    padding: 50px 20px;
    text-align: center;
    font-size: 36px;
    max-width: 500px;
    line-height: 48px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}    
.internal-header h1, .internal-header-nm h1 {
    font-size: 40px;
}    

.testimonial-banner h1, .testimonial-banner h2{ /* -------- Banner heading styles applied here*/
    font-size:36px;
}

.testimonial-banner {
    margin-bottom: 10px;
}

.testimonial-banner p {
    font-size: 18px;
}

.testimonial-background {
    height: 300px;
}
.internal-header, .page-buffer {
    margin-top: 130px;
}

.destination-box h2 {
    padding: 20px 10px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.destination-box {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.destination-bg-image {
    height: 421px;
}

.home-grey-inner h1 {
    font-size: 36px !important;
}

.destination-banner-inner h1{ /* -------- Banner heading styles applied here*/
    font-size:36px;
}
    
.home-download-box h4{
    min-height: 0px;
}
.bg-image-section{
   background: url('//cdn2.hubspot.net/hubfs/505287/Animal-Transporation-Services-Starwood-Header-Mobile.jpg') !important;
   background-size: cover !important;
   background-position: 50% top !important;
}    

.home-blog-wrapper{  /* -------- background color of blog set here */
    padding-bottom: 40px;
}    

.number-wrapper p {
    padding-right: 0px !important;
}
.home-downloads-wrapper{  
    padding: 20px 0 0px;
}    

.home-download-button a{    /*----- applies styles to download link.*/
    text-transform:uppercase;
    font-size:16px;
    background-color: #2d2a68;
    opacity: .8;
    color: #fff;
    margin: 0 auto;
    float: none;
    padding: 15px 20px;
    text-align: center;
    display: block;
    border-top: none;
    font-family: 'Bree Serif';
    text-decoration:none;
    margin: 10px 20px 0 20px;
}
.home-download-button a:hover, .home-download-button a:active, .home-download-button a:focus{ 
    background-color: #8680bc;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
}    

.hide-767 {
    display: none !important;
}
.home-banner-inner h1{
    font-size:55px;
    }
.home-social-wrapper {    
    text-align: center;
    }
.home-banner-inner{
    padding: 0 15px;
    text-align: center; 
    padding-top:20px;
    }
.cta-image{
    margin-right:0 !important;
    }
.home-cta-content{
    padding-top:20px;
    }
.page-style .home-cta-inner{
    padding:50px 15px;
    text-align:center;
    }
.home-grey-inner h5{
    padding: 0 15px;
    }
.home-aqua-wrapper h5{
    padding:0 20px;
    }
    .home-work-section-content{
    text-align:center;
    }
    .home-service-section-content{
        width: 80% !important;
    margin: 0 auto !important;
    float: none;
    }
    .home-client-logos div.row-fluid-wrapper.row-depth--6.row-number-1 div.row-fluid div.span3.widget-span.widget-type-linked_image {
    display: inline-block;
    padding: 0 1%;
    width: 23%;
    }
    .home-download-box{
        background-color:#F5F5F5;
        padding: 0px;
        border: none;
    }
    .home-download-box.image-over-download{
        padding: 0 10%;
    }
    .downloads-text, .home-download-content{
        background-color:#F5F5F5;
    }
    .downloads-text p{
        margin-bottom:0;
    }
    .page-style .home-grey-inner{
        text-align:center;
    }
    .home-service-section-image:after{
        display:none !important;
    }
    .home-aqua-wrapper{
        padding:40px 0 45px !Important;
    }
    .home-client-logos{
        padding:0 50px;
    }
    .home-blog-inner{
        height:auto;
    }
    .blog-rss .feedreader_box{
        display:inline-table !important;
    }
/*******anders recommendation**************/
.blog-rss .feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    max-width: none;
    width: 95% !important;
    margin: 0 auto !important;
    float: none !important;
}
.blog-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    max-width: none !important;
    width: 100% !important;
}

    .center-text .home-client-slider ol.hs_cos_flex-control-nav.hs_cos_flex-control-paging{
        display:block !important;
    }
    .home-cta-content{
        padding-top:25px;
    }
    .middle-cta a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82:nth-child(1){
        margin:25px;
    }
    .home-downloads-wrapper {
        float: none !important;
        margin: 0 auto !important;
    }    
    .home-downloads-inner {
        float: none !important;
        max-width: 500px;
        padding-bottom: 30px;
    }
    .home-download-box {        
        width: 100% !important;
        margin: 0 auto !important;
    }
    .home-download-content{
        padding-bottom:20px;
        margin-bottom:25px;
    }
    .client-logo-single {
    float: left !important;
}
.client-logo-single:nth-child(1) {
    width: 45%;
    padding:10px;
}
.client-logo-single:nth-child(2) {
    width: 50%;
    padding:10px
}
.client-logo-single:nth-child(3) {
    width: 42%;
    padding:10px
}
.client-logo-single:nth-child(4) {
    width: 50%;
    padding:10px
}
    .image-over-download:after{
        display:none !important;
    }
    .home-download-box h4 {
        margin-top: 0;
        padding-top: 10px;
    }
    .home-bottom-cta-inner{
        text-align:center;
    }
    .home-bottom-cta-content{
        padding:0 !important;
        
    }
    .footer-head {
        margin-left: 0 !important;
        max-width: none !important;
    }
    .footer-inner {
        padding: 0;
    }
   .bg-image-section{
   padding:150px 0 60px; !important;
   min-height: 0px !important;
}
}

@media(max-width:700px) {
    .caption p:nth-child(1){
        font-size:16px;
        padding: 0px;
        color: #fff;
    }
    .home-client-slider .hs_cos_flex-slider .superimpose .caption{
        background-color:transparent !important;
    }
.full-wrapper { /* ------- background color of testimonials(Clients love us) and styles applied here*/
    background: #5b5591 !important;
}

.home-client-slider .hs_cos_flex-slider .caption{
    background: none !important;
}
.home-client-slider .hs_cos_flex-next { /* ----- replace slider arrow*/
    display: none;
}
.home-client-slider .hs_cos_flex-prev {  /* ----- replace slider arrow*/
    display: none;
}
.caption p{
    color: #fff;
}
.testimonial-intro h2 {
    color: #fff;
    margin-bottom: 0px !important;
}
.testimonial-intro h3 {
    display: block;
}
.testimonial-intro {
    margin-bottom: -30px;
}
.home-client-slider li.hs_cos_flex-slide-main{
    min-height:375px;
}

}


@media(max-width:505px){
    .internal-img {
        max-width: 125px !important;
        height: auto !important;
    }
    .home-client-logos{
        padding:0 !important;
    }
    .home-banner-inner h1{
        font-size:44px !important;
    }
    .home-banner-inner p{
        font-size:19px !important;
    }
     h2{
        font-size:32px !important;
    }
    h5{
        font-size:19px !important;
    }
.home-client-slider li.hs_cos_flex-slide-main{
    min-height:425px;
}
}
@media(max-width:459px){
.middle-cta-one a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82:first-child {
    margin-top: 30px;
}
.home-work-section-image {
    min-height:200px !important;
    }   
}
@media (max-width: 449px){
.caption p:nth-child(1) {
    font-size: 16px;
}
.what-we-do-border{
    padding-bottom:8px;
}
}
@media (max-width: 410px){
.caption p:nth-child(1) {
    font-size: 16px;
}
.border-below-text{
        width:218px;
    }
    .home-blog-head{
        margin-bottom:-30px !important;
    }
}
@media(max-width:380px){
    .home-aqua-wrapper{
        padding:0 0 80px !important;
    }
    .home-client-slider li.hs_cos_flex-slide-main .caption img{
        padding-top:5px;
    }
    
    .middle-cta-one a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82:first-child {
    margin-top: 50px;
}
.middle-cta-two a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82{
    margin-top: 30px;
}
.home-blog-cta .span12.widget-span.widget-type-cta {
    margin-left: -27px;
}
}
@media(max-width:355px){
    .home-aqua-wrapper {
    padding: 0 0 95px!important;
}
    .caption p:nth-child(1){
        font-size:16px !important;
    }

}
@media(max-width:320px){
    .blog-rss .feedreader_box{
        width:270px !important;
    }
    .middle-cta-one a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82:first-child {
    margin-top: 70px;
}
    .middle-cta-two a#cta_button_165931_55e3ce8b-548b-4a58-b4c8-ac43b27b2a82 {
    margin-top: 50px;
}
}
/*******************************************************/
/******************media query end**************************/
/*********************************************************/

/******************************************************************************************************/
/*************************************About us page*****************************************************/
/******************************************************************************************************/

/***************************banner********************/
.about-bg-image-section{
    display:none;
    height: 320px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.about-us-banner-wrapper{
    height:400px;
}
.about-us-banner-img{
    text-align: center;
    position: relative;
    top: -100px;
    /*padding-bottom:40px;*/
}

/*******************************intro-text*******************************/
.about-us-intro{
    width: 980px !important;
    margin: 0 auto !important;
    float: none !important;
}
.about-header {
    text-align: center;
    line-height: 0.7;
    margin-bottom: -10px;
}
.about-sub-header{
    text-align:center;
}
.about-sub-header h5{
    margin-top:0;
}
.about-intro-text {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
/******************************quote**********************************/
.about-us-quote-wrapper{
    background-image:url(//resources.struto.co.uk/hubfs/ZAPF_images/zapf-about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:115px 0;
    position: relative; 
    -webkit-box-shadow: inset 0 400px 0 150px  rgba(38,38,38,0.85);    
    -moz-box-shadow: inset 0 400px 0 150px  rgba(38,38,38,0.85);
    box-shadow:inset 0 400px 0 150px  rgba(38,38,38,0.85);
}
.about-us-quote {
    text-align: center;
    width: 800px !important;
    margin: 0 auto !important;
    float: none !important;
}
.about-us-quote h1{
    color:white !important;
}
.about-us-quote p{
    color:white !important;
}
/*************************the team************************************/
.about-us-the-team{
    text-align: center;
    background-image:Url(http://cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-2.jpg);
    background-position: center;
}
.about-team-img-text{
    width:30.333333% !important;
}
.about-team-img-text:nth-child(4){
    margin:0 ;
}
.team-images-about-us {
    width: 991px !important;
    margin: 0 auto !important;
    float: none !important;
}
.team-images-about-us img{
    width: 341px !important;
}
.about-team-text {
    background-color: white;
    text-align: left;
    margin-bottom: 30px;
}
.border-below-text-about{
    border-bottom:1px solid;
    width:255px !important;
    margin:0 auto !important;
    float:none !important;
    padding:0 !important;
}
.border-below-text-about h4 {
    margin-bottom: 0;
}
.border-below-text-about p{
    font-size:14px;
    font-style:italic;
}
.text-below-border-about{
    width:255px !important;
    margin:0 auto !important;
    float:none !important;
    padding: 5px 0 10px;
}
.text-below-border-about a{
    font-size:14px;
    font-weight:bold;
    color:rgb(221,78,12)!important;
    opacity:.8;
    text-decoration:none;
}
.text-below-border-about a:hover{
    color:rgb(221, 78, 12) !important;
    cursor: pointer;
    opacity:1;
}
/*********************form*******************************
.about-us-form-wrapper {
    padding: 40px 0 70px;
}
.about-us-form-header {
    width: 680px !Important;
     margin: 0 auto !important;
    float: none !important;
}
.about-us-form {
    width: 680px !Important;
    margin: 0 auto !important;
    float: none !important;
    margin-top: -35px !important;
}

.about-us-form input[type="text"], input[type="email"] {
    height: 50px !important;
    padding:15px !important;
    margin: 5px 0;
    border:1px solid #E0E0E0;
}
.about-us-form textarea{
    height:80px !important;
    padding:15px;
    margin: 5px 0;
    border:1px solid #E0E0E0;
}
.about-us-form input.hs-button.primary.large {
    background-image: none !important;
    background-color: rgb(221, 78, 12);
    border: none;
    height: 50px;
    width: 100%;
    color: white;
    font-size: 20px;
}
.about-us-form input.hs-button.primary.large:hover{
    background-color:rgb(246, 178, 41);
    cursor: pointer;
}
.about-us-form .actions{
    padding-top:10px;
}
.about-us-form label {
    margin-bottom: !important;
    font-style: italic;
    font-size:14px;
    color:#626262;
}
*/
/***************************media queries**********************/
@media(max-width:991px){
.about-us-intro{
    width: 700px !important;
    margin: 0 auto !important;
    float: none !important;
}
.team-images-about-us {
    width: 700px !important;
    margin: 0 auto !important;
    float: none !important;
}
.about-team-img-text {
    width: 45% !important;
    margin: 15px !important;
}
.about-us-quote {
    width: 600px !Important;
}
}
@media(max-width:767px){
    .mobile-landing-image {
        width: 100% !important;
        display: inline-block !important;
    }
    .mobile-landing-image img {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        max-width: 200px;
        float: none !important;
    }
    .cta-left, .cta-right, .cta-middle {
        display: none !important;
    }
    .show-767 {
        display: inline-block !important;
    }
    .about-us-intro{
    width: 100% !important;
    }
    .about-intro-text{
    padding-left: 20px;
    padding-right:20px;
    text-align: left !important;
    }
    .about-us-quote{
        width:100% !important;
        padding:0 15px;
    }
    .about-us-quote h1{
        font-size:42px !important;
    }
    .about-team-img-text{
    width: 95%!important;
    }
    .team-images-about-us{
        width: 340px!important;
    }
    .about-us-form-header {
    width: 400px !Important;
     margin: 0 auto !important;
    float: none !important;
}
.about-us-form {
    width: 400px !Important;
    margin: 0 auto !important;
    float: none !important;
    margin-top: -35px !important;
}
}
@media(max-width:480px){
    .about-header{
        line-height:1;
    }
    .team-images-about-us{
        width:240px !Important;
    }
    .border-below-text-about{
        width:170px !important;
    }
    .text-below-border-about{
        width:170px !important;
    }
    .about-us-intro-header{
        padding-left: 5px;
    padding-right: 5px;
    }
        .about-us-form-header {
    width: 300px !Important;
     margin: 0 auto !important;
    float: none !important;
}
.about-us-form {
    width: 300px !Important;
    margin: 0 auto !important;
    float: none !important;
    margin-top: -35px !important;
}
}
    @media(max-width:340px){
        .about-us-intro-header{
            line-height:1;
        }
        .about-team-img-text {
    width: 88%!important;
}  
    .about-us-form-header {
    width: 280px !Important;
     margin: 0 auto !important;
    float: none !important;
}
.about-us-form {
    width: 280px !Important;
    margin: 0 auto !important;
    float: none !important;
    margin-top: -35px !important;
}
    }

/*************************************************************/
/*************************global form styles*********************/
/************************************************************/
.form-wrapper {
    padding: 25px 0 70px;
    background-image: url(//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-2.jpg);
}
.form-inner{
    width: 650px !important;
    margin: 0 auto!important;
    float: none !important;
}
.zapf-form textarea{
    height:80px !important;
    padding:15px;
    margin: 5px 0;
    border:1px solid #E0E0E0;
}
.zapf-form 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"], i
nput[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], select{
    padding: 15px !important;
    margin: 5px 0;
    border: 1px solid #E0E0E0;
}
.zapf-form .hs-button.primary.large{
    background-image: none!important;
    background-color: #2e2a68;
    border: none;
    height: 50px;
    width: 100%;
    color: white;
    font-size: 20px;
    margin-top: 25px
}
.zapf-form .hs-button.primary.large:hover {
    background-color: #f6b229;
    cursor: pointer;
    -webkit-transition: all .2s ease-in 0s !important;
    -moz-transition: all .2s ease-in 0s;
    transition:all .2s ease-in 0s;
}
.zapf-form label{
    font-size:14px;
    font-style:italic;
}
@media(max-width:767px){
    .Banner-inner{
        width: 500px !important;
    }
    .Banner-wrapper{
        height:400px ;
    }
    .banner-inner-darkstrip{
        width: 500px !important;
    }
    .intro-wrapper{
        width: 450px !important;
    }
    .form-inner{
        width: 450px !important;
    }
}
@media(max-width:520px){
    .Banner-inner{
        width: 300px !important;
    }
    .Banner-wrapper{
        height:500px ;
    }
    .banner-inner-darkstrip{
        width: 300px !important;
    }
    .intro-wrapper{
        width: 250px !important;
    }
    .form-inner{
        width: 250px !important;
    }
}
@media(max-width:360px){
    .Banner-wrapper{
        height:350px ;
    }
    .Banner-inner h1{
        font-size:40px !important;
    }
    .banner-inner-darkstrip h4{
        font-size:20px !important;
    }
    .intro-wrapper h3{
        font-size:30px !important;
    }
    .intro-wrapper h5{
        font-size:17px !important;
    }
}
/********************************************************/
/**********************landing page**********************/
/*******************************************************/
.lp-content ul {
    list-style-image: url(//cdn2.hubspot.net/hubfs/505287/favorite_1.png?t=1459535124322) !important;
}

.lp-content ul li {
    line-height: 2em;
}

.lp-content {
    margin-bottom: 30px;
}

@media (max-width: 1079px) {
    .lp-content img {
        display: none !important;
    }
}

.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}

ul.hs-error-msgs.inputs-list label {
    color: red;
}

.lp-form .hs-form label, .dest-form .hs-form label, .quote-form .hs-form label  {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
}

.lp-form .hs-input:focus, .dest-form .hs-input:focus, .quote-form .hs-input:focus {
    background: #fff none repeat scroll 0 0 !important;
    border-color: #dedede #dedede #006580;
    outline: none;
}

.lp-form, .quote-form {
    background-color: #f6f6f6;
}

.dest-form {
    background-color: #fff;
}

.lp-form, .dest-form, .quote-form {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd !important;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.lp-form .hs-button, .dest-form .hs-button{
    background: #006580;
    border: 0;
    font-family: 'Bree Serif' !important;
    color: #fff;
    display: block !important;
    font-size: 24px;
    font-weight: normal;
    padding: 20px 10px;
    width: 100% !important;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer !important;
    transition-property: background;
    transition-duration: .3s;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.quote-form .hs-button {
    background: #006580;
    border: 0;
    font-family: 'Bree Serif' !important;
    color: #fff;
    font-size: 24px;
    width: 100%;
    max-width: 400px;
    font-weight: normal;
    padding: 20px 0;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer !important;
    transition-property: background;
    transition-duration: .3s;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.quote-form h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 400px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.quote-form .form-title {
    display: none;
}

.lp-form .hs-button:hover, .dest-form .hs-button:hover, .quote-form .hs-button:hover{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.lp-form .hs-input, .quote-form .hs-input {
    background: #fff none repeat scroll 0 0 !important;
}

.dest-form .hs-input {
    background: #f6f6f6 none repeat scroll 0 0 !important;
}

.lp-form .hs-input, .dest-form .hs-input, .quote-form .hs-input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee #eee #dedede;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: none;
    color: #555 !important;
    font-family: 'Open Sans';
    font-size: 15px !important;
    font-weight: 400 !important;
    margin: 10px 0;
    letter-spacing: .5px;
    padding: 9px 15px !important;
    transition-property: background,border-color;
    transition-duration: .3s;
}

.quote-form .hs-form fieldset {
    max-width: none !important;
}

.lp-Banner-wrapper {
    height: 400px;
    padding-top: 60px;
    background-image: url(//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-blue-1-2.jpg);
}
.border-below-image {
    border: 0.1px solid white;
    margin-top: 25px;
}