/* @import url('http://example.com/example_style.css'); */

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

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


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

h2{
    font-size:36px;
    line-height:44px;
}

h3{
    font-size:32px;
}

h4{
    font-size:24px;
}

h5{
    font-size:22px;
}

h6{
    font-size:18px;
}

body{
    color:#626262;
    font-family:'Open Sans', sans-serif;
}

body *{
    font-weight: normal;
}
strong{
    font-weight:bold;
}
h1,h2,h3,h4{
    color:black;
   font-family:MonTserrat;
}
p{
    font-size:16px;
    color:#626262;
    line-height:20px;
}
a{
    color:#f6a317;
    text-decoration:none;
}
a:hover{
    color: #dd4e0c;
}
.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"
}
.widget-type-form {
    width: 650px;
    margin: 0 auto!important;
    float: none !important;
}
textarea{
    height:80px !important;
    padding:15px;
    margin: 5px 0;
    border:1px solid #E0E0E0;
}
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{
    height: 50px !important;
    padding: 15px !important;
    margin: 5px 0;
    border: 1px solid #E0E0E0;
}
.hs-button.primary.large{
    background-image: none!important;
    background-color: #dd4e0c;
    border: none;
    height: 50px;
    width: 100%;
    color: white;
    font-size: 20px;
    margin-top: 25px
}
.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;
}
label{
    font-size:14px;
    font-style:italic;
}
.input .inputs-list.multi-container{
    list-style-type:none;
    padding:0px;
}
input[type="submit"] {
    background-image: none !important;
background-color: #dd4e0c;
border: none;
height: 50px;
width: 100%;
color: white;
font-size: 20px;
margin-top: 25px;
}
input[type="submit"]: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;
} 
.inputs-list{
    list-style-type: none;
    padding-left: 0;
}
}
/*********************************************************/
/***************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 hover background Color */
   /* Set li active 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 hover background Color */
   /* Set link Color */
   /* Set link background 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 Icon 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; /* Chrome, Safari, Opera */
    animation: mymove 1s;
} 
/* 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: -100px;}
    to {top: 40px;}
}

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


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

    -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(-65px);
        -ms-transform: translateY(-65px);
        -o-transform: translateY(-65px);
        -webkit-transform: translateY(-65px);   
    }
}
/* 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;
}
.widget-span.smm-master-header {
    display: none;
    position: fixed;
    width:100%;
    z-index:999999;
}

/* Hide transported menu */
#smm-transport .header-container-wrapper {
    display: none !important;
}
.smm-header-wrapper .widget-span {
    width: initial !important;
    margin-left: initial !important;
    padding-right:10px;
        padding-bottom: 2px;
}
.smm-header-wrapper {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: calc( 115px + 1px );
    border-bottom: 0px solid rgb(212, 212, 212);
}
.smm-footer-script {
    display: none !important;
}
.st-struto-logo img {
    padding: 0 10px;
    height: 60px;
    width: initial !important;
}
.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: 60px; 
    background-color: transparent;
    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:  115px !important; /* 115px */
}*/

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

/* More  Target */
.smm-target-menu-item:last-child {
        display: none;
}
@media (max-width: 1068px) {/*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: 768px) {
    .smm-header-wrapper .smm-right-corner {
        display: block;
    }
    
    .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: 767px) {
    .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: 65px ;   
    }
    
    .st-struto-logo img {
       height: 65px;
    }
    
    .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: #439ed8;
    }
    
    .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{
    padding:10px 0;
  background-color:transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li{
  background:transparent;
  /*border-left: 1px solid rgba(255, 255, 255, 0.298039);
  margin:0 5px;*/
  text-transform:uppercase;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active {
    /* background: white !important; */
}

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

/*Menu Item Hover Colour Transition*/
/* UPDATE EXISTING STYLE */
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li:hover{
    background:white;
    -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,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a:link:focus, 
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a:focus,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a:link:visited, 
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a:visited,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a:link:active, 
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a:active{
    opacity:1;
    border:2px solid #439ed8;
    
}

.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:#262626;
  font-size: 14px;
  display: table-cell;
  padding: 10px 5px;
  /*height: 115px;*/
  vertical-align: middle;
  opacity:0.8;
  font-weight:600;
  border:2px solid transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active > a {
    /*background: #439ed8;*/
    color: #439ed8;
    border:2px solid #439ed8;
}

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

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

.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: -4px/*calc(50% - 50%)*/;
    margin-left: calc(95px - 90px);
    width: auto;
    text-align: center;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

.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:#f2f2f2;
    -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%;
    /*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:white;
  border-right: 0px solid #f5f5f5;
  border-bottom: 1px solid #f2f2f2;
  border-left: 0px solid #f5f5f5;
  padding-bottom:0 !important; 
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul {
    border: 1px solid #f2f2f2;
}

.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: whitesmoke;
    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;
    border-top:1px solid #f2f2f2;
    text-transform:none;
}

/* 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:#262626;
  border:1px solid transparent;
}

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




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


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

@media (min-width: 768px){

  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: 767px){


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    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/*#262626*/;
    }

    .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
     ========================================================================== */

  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:  65px; /* Button height */      
      padding: 22px 10px ; /*calc(65px/2 - 16px/2) 10px 0;*/
      vertical-align: middle;
      background: #439ed8; /* 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: #439ed8 /* #439ed8 */;
      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: #439ed8;
      /*  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/*#262626*/; /* 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: #262626; /* 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: 65px;             /* 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;
      text-transform:uppercase;
   }
   .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 #f2f2f2; /* Adds transparent dark highlights to top of top level list items */
      background-color: white/*#f2f2f2*/;
  }
  .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: #f2f2f2/*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: #f2f2f2;
     border-bottom: 1px solid #e0dddd;
  }
  .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
   ========================================================================== */

.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;
        padding-right:10px;
    }
    .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 #e0dddd;
}
}
.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;
}*

/*********************************************************/
/********************Banner styling***********************/
/*********************************************************/
.bg-image-section{
   /*padding:245px 0 60px;*/
   -webkit-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.25);
    box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.25);
}
.home-banner-inner{  /* -------- Centers heading, text and cta on banner.*/
    width:950px !important;
    color:#fff;
    padding:170px 180px;
}

.home-banner-inner h1{ /* -------- Banner heading styles applied here*/
    color:#fff;
    font-size:50px;
    margin-bottom:7px;
    margin-top: 0;
    line-height: 110%;
}

.home-banner-inner p{   /* -------- Banner text styles applied here*/
    color:#fff;
    font-size:18px;
    margin-bottom:15px;
    line-height:25px;
}
.banner-cta {   /* -------- Banner cta styles applied here.*/
    padding: 15px 0;
}

.banner-inner-strip {
    width: 990px !important;
    margin: 0 auto !important;
    float: none !important;
}

.content-offer-wrapper {
    border-right: 1px solid white;
    padding-right: 40px;
}

.strip-image {
    float: left;
    padding-right: 40px;
}

.strip-txt {
    text-align: left;
    position: relative;
    vertical-align: middle;
    /* top: 30px; */
}

.strip-txt h4 {
    color: white;
    margin: 0 !important;
    padding-bottom: 15px;
}

@media (max-width: 1024px){
.banner-inner-strip {
    width: 80% !important;
}
}

@media(max-width:1200px){
    .home-banner-inner{
        width: 740px !important; 
        padding: 170px 50px;
    }
}

@media (max-width: 991px){
.content-offer-wrapper {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
}
}
@media(max-width:767px){
    .home-banner-inner {
    width: 90% !important;
    margin: 0 auto !important;
}

.strip-image {
    float: none;
    padding: 0;
}

.banner-inner-strip {
    width: 90% !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("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-1.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: 40px 0 30px;
}
.page-style .home-grey-inner{   /* --------  Centers content for intro of what we do.*/
    max-width:700px;
    margin:0 auto !important;
    float:none !important;
    text-align:center;
}
/*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);
    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;
    padding-top:50px;
}
.box-swop {   /* --------  swop image and text around*/
    float: right !important;
}
.home-work-section-inner{
    background-color: #f6a314;
}
.home-work-section-inner p {
    max-height: none !important;
    margin-top: 0;
    color:white;
}
.home-work-section-content h2{
    color:white;
}
.home-work-section-content h4{
    font-size: 24px;
    margin-bottom:7px;
    color:white;
}
.home-work-section-content h3{
    color:white;
}
.home-work-section-content p{
    font-size: 16px;
}
.our-work-content{
    padding-bottom:15px;
}
.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-color: #4e6371;
}

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

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

.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: 14px;
    line-height: 1.5;
}
.caption p:nth-child(1){ 
    font-size: 28px;
    color: #fff;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    top:0;
    line-height:35px;
    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;
    height:350px;
}
.home-client-slider li.hs_cos_flex-slide-main .caption img{
    display:block !important;
    width:60px !important;
    height:60px;
    border-radius:100%;
}
.home-client-slider .hs_cos_flex-slider .caption{
    background: rgba(0,0,0,0) 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*/
    background-image: url("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-blue-1-2.jpg?t=1445869512100");
    height:352px;

}
.home-client-slider .hs_cos_flex-next { /* ----- replace slider arrow*/
    background-image: url(//cdn2.hubspot.net/hub/165931/file-2649161602-png/Atlantik_files/Atlantik_Images/nav-right.png?t=1442305272291) !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/hub/165931/file-2649161547-png/Atlantik_files/Atlantik_Images/nav-left.png?t=1442305272291) !important;
    width:60px !important;
    height:60px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3 ease;
    transition: all .3s ease;
}
/******************************************/
/**********BLOG*************************/
/*****************************************/
.home-blog-wrapper{  /* -------- background color of blog set here */
    text-align:center;
    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: #262626;
    font-size: 24px !important;
    text-decoration: none;
}

.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: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    color: rgb(221,78,12);
    opacity: .8;
}

.home-blog-inner div.hs-rss-item-text div.hs-rss-description p a:hover{   /*----- sets styles of read more on blog */
    color: #dd4e0c;
    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: 465px;
}
.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;
    padding-bottom: 50px !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: 465px;
}
.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;
    font-size:36px;
}

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

.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-height: 460px;
    min-height: 345px !important;
}

.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;
    color:#262626;
}
.home-download-box p{
    font-style:italic;
    font-size:14px;
    color:#626262;
    font-weight:100;
}
.home-download-box a{    /*----- applies styles to download link.*/
    text-transform:uppercase;
    font-size:14px;
    color: rgb(221,78,12);
    opacity: .8;
    text-decoration:none;
    font-style:bold;
    font-weight:bold;
}
.home-download-box a:hover{ 
    color: rgb(221,78,12);
    opacity: 1;
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.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 a{
    color:white;
}
.social-facebook{
    background: #f6a317 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;
    float:right;
}
.social-linkedin:hover{
    background-color:#017BB5;
}

.social-linkedin:before{
    font-family: FontAwesome;
    content: '\f0e1 |';
    letter-spacing: 5px;
    color:white;
}
.social-linkedin{
    background: #dd4e0c 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 a{
    color:white;
}
.social-twitter{
    background: #f6a317 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;
    float:left;
}
.social-googleplus:hover{
    background-color:#CC3631;
}

.social-googleplus:before{
    font-family: FontAwesome;
    content: '\f0d5 |';
    letter-spacing: 5px;
    color:white;
}
.social-googleplus{
    background: #dd4e0c 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;
    color: #262626;
}
.home-bottom-cta-inner p {
    font-size:16px;
    padding-bottom: 20px;
}
.home-bottom-cta-content {
    padding-left: 20px;
}
/*******************************************************************/
/************************ Home - Footer Region *********************/
/*******************************************************************/
.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:#f6a314;
}
.footer-content{
    padding:15px;
}
.footer-inner{ /* ------- centers footer content in middle*/
   padding: 10px 0px 20px;
    max-width:820px;
    float: none !important;
    margin: 0 auto !important;
    border:none;
}
.footer-head {
    text-align:center;
    /*margin-left: 20px !important;
    max-width: 200px !important;
    margin: 0 auto !Important;
    float: none !Important;*/
    padding: 5px 0 0;
}
.footer-inner h4{
    border: 3px solid #424242;
    color:#fff !important;
    font-size:24px;
    margin-bottom:7px;
    margin-top:0;
    /*width: 65%;*/
    /*margin: 0 auto;
    float: none;*/
    text-align:center;
    padding:7px 10px;
    display:inline-block;
}
.footer-inner p{
    color:#fff !important;
    font-size:14px;
    text-align:center;
}
.footer-wrapper .widget-type-page_footer{
    border-top:1px solid #424242;
    height:40px;
    color:rgb(143,143,143);
    text-align:center;
}
.social-footer {
    display: block;
    /* padding: 20px; */
    height: auto;
    width: 100%;
    overflow: auto;
}

.social-footer-1{
        width: 49%;
    height: auto;
    float: left;
}

.social-footer-2 {
    width: 49%;
    height: auto;
    float: left;
}

.social-footer-3 {
    width: 100%;
    height: auto;
    display: block;
}

.follow-us{
    text-align: center;
    width: 223px !important;
    margin: 0 auto !important;
    float: none !important;
}

.follow-us .bet-logo {
    background-size: 60px 60px;
    background-repeat: no-repeat;
    position: relative;
    list-style-type: none;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
}

.bet-logo img {
    text-align: center;
    width: 70px;
    bottom: 30px;
}

.follow-us .facebook{
    background-image: url(//cdn2.hubspot.net/hubfs/1867029/ST-Novatia_Live_Site_2017/linkedin-white.png?t=1494946799693);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    /* left: 60px; */
    height: 50px;
    list-style-type: none;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    /* margin: 20px; */
    min-height: 100px;
}
.follow-us .facebook:hover {
    background-image:url("https://cdn2.hubspot.net/hubfs/1867029/ST-Novatia_Live_Site_2017/linkedin-hover.png");
}

.follow-us .linkedin{
    background-image: url(//cdn2.hubspot.net/hubfs/1867029/ST-Novatia_Live_Site_2017/linkedin-white.png?t=1494946799693);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    /* left: 60px; */
    height: 50px;
    list-style-type: none;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    /* margin: 20px; */
    min-height: 100px;
}
.follow-us .linkedin:hover {
    background-image:url("https://cdn2.hubspot.net/hubfs/1867029/ST-Novatia_Live_Site_2017/linkedin-hover.png");
}

.follow-us .twitter{
    background-image: url(//cdn2.hubspot.net/hubfs/2372274/ST_Q_Live_Site/Images/social-twitter-white.png?t=1494946799693);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    list-style-type: none;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
    /* right: 20px; */
    background-color: transparent;
    border: none;
    /* margin-top: 20px; */
}
.follow-us .twitter:hover {
    background-image:url('//cdn2.hubspot.net/hubfs/2372274/ST_Q_Live_Site/Images/social-twitter-yellow.png');
}

.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;
}
/*Bar at the top of menu*/
.top-menu-bar p{
    font-size:14px;
    color:#439ed8;
}
.top-menu-bar{
    text-align: right;
    float: right !important;
    padding: 0 20px 0;
}
/*************************************************************/
/************************ 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: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: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 auto 30px !important;
    width: 100%!important;
    max-width: none!important;
    padding: 20px;
    max-height: 400px;
}
.diamond{
    display:none !important;
   }
}
@media(max-width:767px){
.home-banner-inner h1{
    font-size:45px;
    }
.home-social-wrapper {    
    text-align: center;
    }
.home-banner-inner{
    padding: 0 15px;
    text-align: center; 
    padding-top:20px;
    padding-bottom: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:transparent !important;
    }
    .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;
    }
    .center-text .home-client-slider .hs_cos_flex-direction-nav{
        display:none !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;
    }
    .caption p:nth-child(1){
        font-size:22px;
    }
    .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: 15px 0px 30px 0;
        text-align:center;
    }
   /*.follow-us .facebook{
       left:150px;
   }*/
   .follow-us .twitter{
       right:0;
       left:0px;
   }
   .feature-text ul{
       padding:10px;
   }
   .feature-text ul li{
       padding-bottom:10px;
   }
}
@media(max-width:505px){
    .caption p:nth-child(1){
        font-size:20px;
    }
    .home-client-slider .hs_cos_flex-slider .superimpose .caption{
        background-color:transparent !important;
    }
    .home-client-logos{
        padding:0 !important;
    }
    .home-banner-inner h1{
        font-size:44px !important;
    }
    .home-banner-inner p{
        font-size:15px !important;
    }
     h2{
        font-size:29px !important;
    }
    h5{
        font-size:19px !important;
    }
}
@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: 19px;
}
.what-we-do-border{
    padding-bottom:8px;
}
}
@media (max-width: 410px){
.caption p:nth-child(1) {
    font-size: 17px;
}
.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;
    }
    .bg-image-section {
    padding: 90px 0 0px !important;
}
.smm-header-wrapper .widget-span{
    margin-left:-15px;
}
}
@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;
}

/*******************************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:20px 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;
    background-color:white !important;
    margin-bottom:20px;
}
.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;
}
/******************************************************************/
/***************************media queries**********************/
/*************************************************************/
@media(max-width:991px){
    .about-intro-text,
.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){
.about-intro-text,
.about-us-intro{
    width: 100% !important;
    }
.about-header h1{
    font-size:40px !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;
    }
.team-images-about-us{
    max-width:100%;
    }
.team-images-about-us img{
    width: 100% !important;
    }
.about-team-img-text{
    width:90% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 20px !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;
    }
.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-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 with classes****************/
/************************************************************/
.form-wrapper {
    padding: 25px 0 70px;
    background-image: url(//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-2.jpg);
    border-top: 1px solid #E0E0E0;
}
.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"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], select{
    height: 50px !important;
    padding: 15px !important;
    margin: 5px 0;
    border: 1px solid #E0E0E0;
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.zapf-form .hs-button.primary.large{
    background-image: none!important;
    background-color: #439ed8;
    border: none;
    height: 50px;
    width: 100%;
    color: white;
    font-size: 20px;
    margin-top: 25px
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.zapf-form .hs-button.primary.large:hover {
    opacity:.7;
    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;
}
.zapf-form .input .inputs-list.multi-container{
    list-style-type:none;
    padding:0px;
}
@media(max-width:767px){
    .form-inner{
        width: 450px !important;
    }
}
@media(max-width:520px){
    .form-inner{
        width: 300px !important;
    }
}


/*******************************************************************/
/***************************Ty page***********************************/
/****************************follow us styles**************************/
.follow-us{
    text-align: center;
    width: 223px !important;
    margin: 0 auto !important;
    float: none !important;
}
/*.follow-us .facebook{
    background-image:URL("http://cdn2.hubspot.net/hubfs/2372274/ST_Q_Live_Site/Images/social-fb-white.png");
    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-linkedin-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/2372274/ST_Q_Live_Site/Images/social-twitter-white.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;  
}
/*******************************************************************/
/******************TY intro**************************/
/*.Banner-wrapper {
    height: 350px;
    padding-top: 60px;
    background-image: url(//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-blue-1-2.jpg);
}*/
.bg-image-section-ty-lp{
    height:450px;
    padding-top: 60px;
    background-position:center !important;
    -webkit-box-shadow: inset 0 400px 0 150px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 400px 0 150px rgba(0,0,0,0.5);
    box-shadow: inset 0 400px 0 150px rgba(0,0,0,0.5);
}
.Banner-inner {
    width: 700px !important;
    margin: 0 auto !important;
    float: none !important;
    text-align:center;
}
.Banner-inner h1{
    color:white;
}
.banner-darkstrip {
    background-color:rgba(246, 163, 23, 0.9);
    min-height: 100px !important;
}
.banner-inner-darkstrip{
    width: 700px !important;
    margin: 0 auto !important;
    float: none !important;
    text-align:center;
}
.banner-inner-darkstrip h4{
    color:white;
}
/**********************ty intro text**********************/
.intro-wrapper {
    width: 650px !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 35px 30px 65px;
}
.intro-wrapper h3{
    margin-bottom:0;
}
.intro-wrapper h5{
    margin-top: 20px;
}
/********************************************************/
/**********************landing page**********************/
/*******************************************************/
/*.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;
}

/***************media queries LP & Ty*******************/
@media(max-width:767px){
    .Banner-inner{
        width: 500px !important;
    }
    .Banner-wrapper{
        height:400px ;
    }
    .banner-inner-darkstrip{
        width: 500px !important;
    }
    .intro-wrapper{
        width: 95% !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;
    }*/
    .Banner-inner h1{
        font-size: 37px !important;
    }
    .bg-image-section-ty-lp {
    height: 530px !important;
}
.banner-inner-darkstrip h4{
    font-size:23px;
}
h3{
    font-size: 26px;
}
}
@media(max-width:360px){
    .Banner-wrapper{
        height:350px ;
    }
    .Banner-inner h1{
        font-size:34px !important;
    }
    .banner-inner-darkstrip h4{
        font-size:20px !important;
    }
    .intro-wrapper h3{
        font-size:26px !important;
    }
    .intro-wrapper h5{
        font-size:17px !important;
    }
}

/*****************************************************/
/*********************contact us page******************/
/*****************************************************/
.contact-us-banner-wrapper {
    background-position: center !important;
    background-repeat: no-repeat;
}
.contact-us-banner-img{
    text-align: center;
    position: relative;
    top: 100px;
    padding-bottom:40px;
}
/*********************************intro-text***********************************/
.contact-us-intro{
    width: 910px !important;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom:60px;
    margin-top:60px !important;
}
.contact-us-intro-header {
    text-align: center;
    padding-top: 30px;
   /* line-height: 0.5;*/
    padding-bottom: 35px;
}
.contact-us-intro-header h1{
    color:black;
}
.intro-subheader h5{
    margin:0;
}
.contact-us-intro-placeholder h6 {
    margin-bottom:0px !important;
    margin-top: 0 !important;

}
.contact-us-intro-placeholder:nth-child(1){
    line-height:.5;
}
.contact-deeds-wrapper{
    background-color:#439ed8;
}
/**************************google-maps*******************************/
#map {
    width: 100% !important;
    height: 300px !important;
}
/****************************media-queries***************************/
@media(max-width:991px){
    .contact-us-intro{
    width: 820px!important;
    }
}
@media(max-width:850px){
    .contact-us-intro{
        width:680px !important;
    }
}
@media(max-width:767px){
    .contact-us-intro{
        width:100% !important;
        padding: 0px 15px 30px;
    }
    .intro-subheader h5{
    margin-top:20px;
    line-height:1;
}
.contact-us-intro-placeholder p{
    font-size:22px !important;
}
.contact-us-intro-placeholder h4{
    font-size:21px !important;
}
.contact-us-intro-placeholder h6{
    font-size:22px !important;
}
.contact-us-intro-placeholder p:nth-child(2){
    font-size:21px !important;
}
/*.home-banner-inner{
    padding-left:0px !important;
}*/
}
/********************media queries end************************/

/****************************************************************/
/*******************services-page*******************************/
/******************************************************************/

/****************************banner*************************/

.services-banner-img{
    text-align: center;
    position: relative;
    top: 220px;
    padding-bottom:40px;
}
.bg-image-section-services{
    height: 320px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/********************intro*****************************/
.services-intro-wrapper {
    width: 990px !important;
    margin: auto !important;
    float: none !important;
    
}
.services-intro{
    width: 910px !important;
    margin: 0 auto !important;
    float: none !important;
}
.services-intro-header {
    text-align: center;
    padding-top: 90px;
    line-height: 0.5;
    padding-bottom: 35px;
}
.services-intro-text-img {
    text-align: center;
}

/*********************services-explained*******************/
.services-explained-wrapper {
    width: 990px !Important;
    margin: 0 auto !important;
    float: none !important;
    padding: 50px 15px;
}
.services-explained-text{
    border:3px solid #f2f2f2;
    padding:25px;
}
.services-left-side h2{
    margin-top:0;
    color:black;
}
.services-explained-img-two{
    float:right !important;
}
.services-explained-img-four{
    float:right !important;
}
.services-explained-text-two{
    float:left !important;
    margin-left:0 !important;
}
.services-explained-text-four{
    float:left !important;
    margin-left:0 !important;
}
.hs-content-name-zapf-services .border-below-text, .border-below-text-services{
    width:100% !important;
    margin-bottom:60px;
    padding-top:60px;
    border-bottom: 1px solid #E0E0E0;
}
/*********************services-form**********************************************/
.services-form-wrapper {      /* ----- wrapping and centering form*/
    width: 990px !important;
    margin: 0 auto !important;
    float: none !Important;
    padding-bottom:70px;
}
.services-form input[type="text"]{ /* -------- styling of input fields*/
    height: 50px!important;
    padding: 15px!important;
    margin: 5px 0;
    border: 1px solid #E0E0E0;
}
.services-form span.hs-form-required{
    display:none;
}
.services-form ul.inputs-list { 
    padding-left: 0 !important;
    list-style-type:none;
}
.services-form-holder{
    margin-left:0 !important;
}
.services-form {
    background-color: #3A5161;
    padding:20px;
}
.services-form label{ /* ---- styling of input field description*/
    font-size:14px;
    font-style:italic;
    color:#FFFFFF;
}
/* -------- styling of content next to form ------ */
.services-img-text-form{
    border:1px solid #E0E0E0;
}
.services-img-form {
    text-align: center;
    background-color: #FFFFFF;
    padding:20px 0;
    height:223px;
}
.services-text-form {
    background-color: #F5F5F5;
    padding: 20px 20px;
    height: auto;
}
.services-form h3{
    color:#FFFFFF;
    margin-top: 0;
}
.services-text-form p{
    margin-bottom:4px;
}
.services-text-form h4{
    margin: 0;
}
.services-form input.hs-button.primary.large { /* ------ form cta button styling*/
    background-image: none !important;
    background-color: rgb(221, 78, 12);
    border: none;
    height: 50px;
    width: 100%;
    color: white;
    font-size: 20px;
    border:1px solid white;
    margin:3px 0 !important;
    max-width:300px;
}
.services-form  input.hs-button.primary.large:hover{
    background-color:rgb(246, 178, 41);
    cursor: pointer;
}
/*********************************************************/
/*****************media-queries start*********************/
/********************************************************/
@media(max-width:991px){
.services-intro-wrapper {
    width: 765px!important;
    
}
.popup-top,
.services-explained-wrapper {
    width: 765px !important;
    padding: 30px;
}
.services-form-wrapper {
    width: 700px!important;
}
}
@media(max-width:767px){
    .popup-top,
    .services-explained-wrapper {
    width: 100% !important;
    margin:0 !important;
    float:none !important;
    padding:30px !important;
    
}
.services-intro-wrapper {
    width: 94% !important;
}

.services-form-wrapper {
    width: 94% !important;
    margin:0 auto !important;
    float:none !important;
    
}
.services-explained-img-two{
    float:none !important;
    text-align:center;
}
.services-explained-img-four{
    float:none !important;
    text-align:center;
}
.services-explained-img{
    text-align:center;
}
.services-explained-text-four{
    padding: 20px;
}
.services-explained-text-two{
    padding: 20px;
}
}
@media(max-width:520px){
.services-intro-wrapper {
    width: 320px!important;
}
.services-explained-img-two{
    float:none !important;
    text-align:center;
}
.services-explained-img-four{
    float:none !important;
    text-align:center;
}
.services-explained-img{
    text-align:center;
}
.services-explained-text-four{
    padding: 20px;
}
.services-explained-text-two{
    padding: 20px;
}
/*.services-explained-text{
    padding: 20px;
}*/
.services-intro-header{
    line-height:1;
}
}
@media(max-width:380px){
.services-intro-wrapper {
    width: 300px!important;
}
}
@media(max-width:350px){
    .popup-top,
    .services-explained-wrapper{
        padding:20px !important;
    }
}
/***********************************************************/
/***************media queries end**************************/
/************************************************************/


/********************************************************************/
/******************************pricing********************************/
/*******************************************************************/

/****************************banner*************************/
.pricing-banner-img{
    text-align: center;
    position: relative;
    top: 100px;
    padding-bottom:40px;
}
.bg-image-section{
    background-position:center !important;
}
/***********************intro-text***************************/
.pricing-intro-wrapper {
    width: 910px !important;
    margin: auto !important;
    float: none !important;
    
}
.pricing-intro{
    width: 910px !important;
    margin: 0 auto !important;
    float: none !important;
}
.pricing-intro-header {
    text-align: center;
    padding-top: 90px;
    line-height: 0.5;
    padding-bottom: 35px;
}
/************************pricing-table**********************/
.pricing-table-big-wrapper{
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding:70px 0;
    background-image:url(//resources.struto.co.uk/hubfs/ZAPF_images/zaph-tile-2.jpg);
}
.pricing-table-wrapper {
    width: 990px !important;
    margin: 0 auto !important;
    float: none !important;
    
}
.pricing-table-header{
    background-color:#262626;
    text-align:center;
    height:65px;
        font-size: 22px;
    color: white;
    padding: 20px 0;
}
.pricing-table-text {
    background-color: #4f7f83;
    text-align:center ;
    height:140px;
}
 .pricing-two {
    background-color: #325673;
}
.pricing-three {
    background-color: #000000;
}
.pricing-table-text h4{
    vertical-align:super;
}
.pricing-table-text h4,
.pricing-table-text p{
    color:#e0e0e0 !important;
}
.pricing-table-text h4,
.pricing-table-text p:nth-child(3){
    display: inline;
    font-family: 'Open Sans', sans-serif;    
    line-height: 28px;
}
.pricing-table-text {
    font-size: 16px;
}
.pricing-table-text {
    font-size:12px;
}
.pricing-table-text span {
    font-size: 72px;
    color:white !important;
}
.pricing-table{
    background-color:white;
    padding:0 25px;
    text-align:center;
}
.text-below-text-pricing {
    border-bottom: 1px solid;
    padding: 21px 0;
    font-size: 12px;
}
.last-pricing{
    border-bottom:none !important;
}
.pricing-table-placeholder a#cta_button_165931_6c202ed9-d238-41b4-810d-c5211ec9a680{
    padding:6px 0 !important;
}
/**********************last-text-section**********************/
.last-text-section-wrapper {
    width: 680px !important;
    margin: 0 auto !important;
    float: none !important;
}
.last-text-section-wrapper h4{
    text-align:center;
}
.last-text-section-wrapper p:nth-child(4) {
    text-align: center;
}
/***************pricing-form******************/
.pricing-form-wrapper {
    background-image: url(//resources.struto.co.uk/hubfs/ZAPF_images/zaph-tile-2.jpg);
    padding: 15px 0 70px;
    border-top:1px solid #E0E0E0;
}
.pricing-form {
    width: 660px !important;
    margin: 0 auto !important;
    float: none !important;
}
.pricing-form-wrapper input[type="text"], .contact-us-form input[type="email"], .contact-us-form  select#contact_us_zapf_dropdown-ba17ff49-18fa-4848-812e-8d281c6f8e52_181{
    height:50px !Important;
}
.pricing-form-wrapper  textarea{
    height:70px !important;
}
.pricing-form-wrapper input[type="text"], input[type="email"], select#contact_us_zapf_dropdown-ba17ff49-18fa-4848-812e-8d281c6f8e52_181 {
    height: 50px !important;
    padding:15px !important;
    margin: 5px 0;
    border:1px solid #E0E0E0;
}
.pricing-form-wrapper select#contact_us_zapf_dropdown-ba17ff49-18fa-4848-812e-8d281c6f8e52_181{
    color:#E0E0E0;
}
.pricing-form-wrapper textarea{
    height:80px !important;
    padding:15px;
    margin: 5px 0;
    border:1px solid #E0E0E0;
}
.pricing-form-wrapper 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;
}
.pricing-form-wrapper input.hs-button.primary.large:hover{
    background-color:rgb(246, 178, 41);
    cursor: pointer;
}
.pricing-form-wrapper label {
    /*margin-bottom: !important;*/
    font-style: italic;
    font-size:14px;
    color:#626262;
}
/*******************************media queries************************/

@media(max-width:1050px){
    .pricing-table-wrapper{
    width: 90% !important;
    margin:0 auto Important;
    float:none !important;
    }
}
@media(max-width:991px){
    .pricing-intro-wrapper{
        width:750px !important;
    }
    .pricing-table-header{
        font-size:20px;
    }
    .pricing-form{
        width:94% !important;
    }
}
@media(max-width:767px){
.pricing-intro-wrapper{
    width:94% !important;
}
.pricing-intro-text{
    width:94%;
}    
.pricing-table-header h5 {
    padding-top: 25px;
}
.pricing-intro-placeholder {
    width: auto !important;
    padding: 0 15px;
}
.last-text-section-wrapper {
    width: auto !important;
    padding: 0 15px;
}
.pricing-table-placeholder {
    margin-bottom: 25px;
}
}
@media(max-width:480px){
.pricing-intro-header{
    line-height:1 !important;
}
}
/*****************************end********************************/

/*****************************************************************/
/**************************downloads page*******************************/
/******************************************************************/

/****************************banner*****************************/
.downloads-banner-wrapper {         /*------Set the background image for banner*/
    padding: 90px 0 100px;
}
.downloads-banner-content {        /*------- wrapping and centering content on banner*/
    width: 750px !important;
    margin: 0 auto !important;
    float: none !important;
}
.downloads-banner-content-inner{    /*------- styling content box on banner*/
    border: 1px solid #C8C8C8;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-box-shadow: inset 0 400px 0 150px rgba(15,35,35,0.5);;    
    -moz-box-shadow: inset 0 400px 0 150px rgba(15,35,35,0.5);;
    box-shadow:inset 0 400px 0 150px rgba(15,35,35,0.5);;
}
/* ------- styling content text in box on banner ------- */
.banner-content{
    padding: 25px 25px 35px;
}
.banner-header h4{
    margin-top:0;
    color:white !important;
    text-align:center;
}
.banner-text h3, .banner-text p{
    color:white !important;
}
.banner-text h3{
    border:4px solid white;
    width: 82%;
    padding: 10px 0px;
}
.banner-text h3 span{
    padding: 0 20px;
}
.banner-text p{
    /*font-style:italic;*/
}
.banner-cta{
    padding-top:0;
}
.banner-cta-button{
    text-align:center;   
}
.banner-header {
    border-bottom: 1px solid white;
}
.banner-text {
    /*border-bottom: 1px solid white;*/
    padding-bottom: 0px;
}
/* ------- styling cta button below box on banner ------
.banner-cta-button{
    padding-top:0;
}    
.banner-cta-button a#cta_button_165931_0eb1cf7e-6420-4e05-8b05-4e9c14c32504{
    border:none;
    padding-left:0;
    padding-right:0;
    max-width:100%;
}
.banner-cta-button a#cta_button_165931_0eb1cf7e-6420-4e05-8b05-4e9c14c32504:hover{
    border:none;
    transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}*/
#banner-cta-sec.banner-cta {
    padding: 35px 0;
    /*-webkit-box-shadow: inset 0 400px 0 250px rgba(246, 163, 23, 0.9);
    -moz-box-shadow: inset 0 400px 0 250px rgba(246, 163, 23, 0.9);
    box-shadow: inset 0 400px 0 250px rgba(246, 163, 23, 0.9);*/
    text-align: center;
    display: inline-block;
    width: 100%;
    display:none;
}

/************************************************************/
/**************************download intro********************/
.downloads-intro-wrapper {      /*------ wrapping and centering download boxes*/
    width: 730px !important;
    margin: 0 auto !important;
    float: none !Important;
}
.downloads-intro-header { /* ------ header style*/
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 35px;
    
}
.downloads-intro-header h1{
    margin-bottom:10px;
}
/* ------- styling and positioning boxes ----- */
.downloads-intro-text-img{
    background-color:#F5F5F5;
    margin-bottom:30px;
    position:relative;
}

/* ------ display download font with background on hover ------- */
.icon-download{
    position: absolute;
    top: 20%;
    font-size: 80px !important;
    left: 0;
    z-index: 9999999;
    font-family: fontAwesome;
    right: 0;
    color:white;
    text-align:center;
    cursor:pointer;
}
.downloads-intro-img:hover:after{
    opacity:1;
}
.downloads-intro-img:after{
    content: "";
    position:absolute;
    opacity:0;
    top:0;
    left:0;
    font-weight: 100;
    height:60%;
    width: 100%;
    background: rgba(58,81,97,0.8);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.downloads-intro-img img{
    width:100% !important;
}
@-moz-document url-prefix(){
    .downloads-intro-img:after{
        height:59%;
    }
}
.downloads-intro-text {
    padding: 0 20px;
}
/**************************************************/
/****************media queries start**************/
/*************************************************/
@media (max-width:991px){
    .downloads-banner-content {
    width:600px !important;
    margin: 0 auto !important;
    float: none !important;
    height: auto;
}
/*.banner-text{
    padding-bottom:10px !important;
}*/
}
@media (max-width:767px){
.downloads-banner-content {
    width:90% !important;
}
.downloads-intro-wrapper {
    width: 80%!important;
}
.banner-text{
    border-bottom:none;
    padding-bottom:0 !important; 
}
.banner-cta{
    padding:0;
}
.downloads-intro-img:after{
    display:none;
}
.icon-download{
    display:none;
}
}
@media(max-width:480px){
.downloads-banner-wrapper{
    padding:90px 0 210px !important;
}
.banner-header h4{
    margin-bottom:10px;
}
.banner-text h3, .banner-text p{
    margin-top:10px;
}
.downloads-banner-wrapper{
    padding:90px 0 !important;
}
}

/***********************************************************/
/********************internal centre*************************/
/***********************************************************/
.bg-image-section-centre{ /* ---- banner image background */
    height:300px;
    background-position:center !important;
}
.section-header {
    text-align: center;
}
.internal-heading h1{  
    margin-bottom: 10px;
}
.internal-heading .secondary-header {
    margin: 0 !important;
    font-size: 18px;
}
.solid-line { /* ----- border above content*/
    border-bottom: 1px solid #E0E0E0;
    max-width: 990px;
    margin: 0 auto !important;
    float: none;
}
.content-wrapper {  /* ------- sets width and centers content*/
    max-width: 700px !important;
    margin: 0 auto !important;
    float: none !important;
}
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4{
    margin-bottom:5px;
}
.content-wrapper p{
    margin-bottom:30px;    
}
.content-wrapper h4{
    margin-top: 5px;
}

.lp-content-wrapper {  /* ------- sets width for landing page and centers content*/
    max-width: 900px !important;
    margin: 0 auto !important;
    float: none !important;
}
.lp-content-wrapper h2,
.lp-content-wrapper h3,
.lp-content-wrapper h4{
    margin-bottom:5px;
}
.lp-content-wrapper p{
    margin-bottom:30px;    
}
.lp-content-wrapper h4{
    margin-top: 5px;
}













.last-callout-offer{
    background-color:#3a5161;
    padding:100px 0; 
}
.last-callout-center{
    max-width: 910px !important;
    float: none !important;
    margin: 0 auto !important;
}
.last-callout-center img{
    transform: translateY(10%);
}
.last-callout-center h2 {
    
    margin-bottom:7px;
    font-size:36px;
    color: #262626;
}

.last-callout-text {
    padding-left: 20px;
}
.last-callout-text h2{
    color:white;
}
.last-callout-text p{
    color:white;
}
.content-wrapper p {
    margin-top:0px;
    padding-bottom:25px;
}
.centre-image img{
    width:750px !important;
    max-height:300px !important;
}
@media(max-width:991px){
    .internal-heading{
        width:90% !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .solid-line{
        width:80%;
    }
    .last-callout-center{
        width:90% !important;
    }
}
@media(max-width:767px){
    .content-wrapper{
        width:90% !important;
    }
    .last-callout-offer{
        padding:40px 0;
    }
}
/*************************************************************/
/***********************internal Fullwidth***********/
/***********************************************************/
.bg-image-section-fullwidth{
    height: 300px;
    background-position: center !important;
}
.bg-image-section-fullwidth_bottom{
    height:300px;
    background-position:center !important;
    margin: 20px 0;
}
.bg-image-section-fullwidth_middle{
    height:300px;
    background-position:center !important;
}
.fullwidth-wrapper {
    max-width: 910px;
    margin: 0 auto !important;
    float: none !important;
    text-align:center;
}
.fullwidth-wrapper h1{  
    margin-bottom: 10px;
}
.fullwidth-wrapper .secondary-header{
    margin:0;
    font-size: 18px;
    padding-bottom: 20px;
}
.fullwidth-content-wrapper {
    max-width: 700px;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 20px !important;
}
.fullwidth-content-wrapper h2,
.fullwidth-content-wrapper h3,
.fullwidth-content-wrapper h4{
    margin-bottom:5px;
}
@media(max-width:991px){
    .fullwidth-wrapper{
        width:90% !important;
    }
    .fullwidth-content-wrapper{
        width:80% !important;
    }
   /* .home-banner-inner{
        padding-left:80px;
    }*/
}
/****************************************************/
/**********Internal Sidebar**********************/
/************************************************/
.bg-image-section-sidebar{
    height:240px;
    background-position:center !important;
    padding:175px 0 0;
}
.sidebar-content-wrapper {
    max-width: 600px;
}
.content-wrapper-third-cta {
    max-width: 300px;
    text-align: center;
    background-image: url("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-2.jpg");
    padding: 25px;
    margin-top:37px;
}
.big-content-wrapper{
    max-width:900px;
    margin:0 auto !important;
    float:none !important;
}
.solid-line-sidebar{
    border-bottom:1px solid #E0E0E0;
    max-width:990px;
    margin:0 auto !important;
    float:none !important;
}
.content-wrapper-third-cta h4{
    margin-bottom:15px;
}
.sidebar-content-wrapper h2,
.sidebar-content-wrapper h3,
.sidebar-content-wrapper h4{
    margin-bottom:5px !important;
}
.sidebar-content-wrapper h6{
    margin-top:10px;
}
@media(max-width:991px){
    .big-content-wrapper{
        width:80% !important;
    }
    .content-wrapper-third-cta{
    padding:25px 0;
    margin: 0 auto !important;
    float: none !important;
    }
    .content-wrapper-third-cta p {
    padding: 0 10px !important;
}
}
@media(max-width:767px){
    .sidebar-content-wrapper-cta {
    margin-bottom: 30px;
    margin-top: 30px;
}
}


/*******************blog post*************************/
.banner-blog {
    /*background-image: url('//cdn2.hubspot.net/hubfs/2372274/ST_Q_Live_Site/Images/Banners/banner-blog-5.jpg');*/
    background-color: #f2f2f2;
    padding-top:160px;
    text-align:center;
    box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.5);
}
.banner-blog img {
    max-width: 750px;
    /*height: 370px;*/
}

.blog-textform-wrapper{
    max-width:700px !important;
    margin: 0 auto !important;
    float:none !important;
}
.blog-post-wrapper{
    max-width: 700px !important;
    margin: 0px auto !important;
    float: none !important;
    padding-bottom: 30px;
}
.blog-post-wrapper h1{
    margin-bottom: 0;
}
.blog-post-wrapper img{
    margin: 20px 0;
}
#hubspot-topic_data{
    display:none;
}
.blog-post-form {
    max-width: 700px;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: 30px;
}
.blog-form {
    /*background-image: url(//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-2.jpg);*/
    color: #E0E0E0;
    padding: 30px;
    border: 1px solid #E0E0E0;
    padding-bottom: 30px;
}
#hs_cos_wrapper_blog_social_sharing{
    display:none;
}
.Social-blog-wrapper {
   /* background-image: url("//cdn2.hubspot.net/hubfs/165931/ZAPF_images/zaph-tile-blue-1.jpg");*/
    padding: 15px 0 70px;
    text-align: center;

}
/*.Social-blog-wrapper h2{
    color: white !important;
}*/
.share-blog-wrapper{
    max-width: 700px;
    margin: 0px auto !important;
    float: none !important;
}
.post-wrapper p{
    line-height:1.4;
}


@media(max-width:991px){
    .blog-textform-wrapper{
        width:80% !important;
    }
    .blog-post-wrapper{
        width:85% !important;
        padding-bottom:0;
    }
    .blog-post-form{
        width:93% !important;
    }
    .banner-blog img{
        width:90% !important;
    }
    .blog-post-wrapper h1{
        font-size:40px;
    }
}
@media(max-width:480px){
    .blog-post-wrapper{
    line-height:1;
    }
    .blog-post-wrapper h1{
        font-size:32px  !important;
    }
}

/***************************************************************/
/*****************banner listing****************************/
/*************************************************************/
.bg-image-section-listing {
    padding: 150px 0 46px !important;
}
.banner-list-one {
    max-width: 940px;
    margin: 0 auto !important;
    float: none !important;
    padding:40px;
    /*border:1px solid white;*/
}
.banner-list-one h4{
    color:white !important;
    border-bottom:1px solid white;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
}
.banner-listing-post .feedreader_box p,
.banner-listing-post h4,
.banner-listing-post .feedreader_box span,
.banner-listing-post .feedreader_box .hs-rss-byline
{
    color:white !important;
}
.banner-listing-post .feedreader_box .hs-rss-title{
    font-size: 28px;
}
.banner-listing-post .feedreader_box a{
    color: #dd4e0c;
    text-decoration:none;
}
.banner-listing-post .feedreader_box a:hover{
    color:#f6a317;
}
.banner-listing-post .feedreader_box .hs-rss-item-image-wrapper img{
    position: relative;
    z-index: 0;
    display:none;
}
.banner-listing-post .feedreader_box .hs-rss-item-text{
    position: absolute;
    display: block;
    max-width: 730px;
    z-index: 17;
}
#blog-listing{
    background-position: center;
    background-repeat: no-repeat;
    /*height: 350px;*/
    -webkit-box-shadow: inset 0 400px 0 200px rgba(35,35,35,0.65);   
    -moz-box-shadow: inset 0 400px 0 200px rgba(35,35,35,0.65);
    box-shadow:inset 0 400px 0 200px rgba(35,35,35,0.65);
    background-size:cover !important;
}
.listing-wrapper .post-item{
    max-width: 730px;
    margin: 0 auto !important;
    float: none !important;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 30px;
}
.listing-wrapper .post-item i{
    font-style:normal;
}
.listing-wrapper .post-item:last-child{
    border-bottom:none !important;
}
.listing-wrapper .blog-pagination{
    max-width: 900px;
    margin: 0px auto !important;
    float: none !important;
    margin-bottom: 150px !important;
    margin-top: 60px !important;
    text-align:center;
}
.next-posts-link{
    /*background: #439ed8 none repeat scroll 0% 0%;
    padding: 15px 95px;
    border-radius: 5px;
    margin: 20px !important;
    width: 270px;
    font-size: 30px;
    color: white;
    text-decoration: none;*/
    background: transparent;
    border: 2px solid #439ed8;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    padding: 15px;
    /* width: 180px !important; */
    max-width: 250px !important;
    box-shadow: none;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #439ed8;
    text-transform: uppercase;
    line-height: 16px;
}
.next-posts-link:hover{
    /*background-color:rgb(246, 178, 41);
    opacity:.7;
    color:white;*/
        background: #439ed8;
    border: 2px solid #fff;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    color: white;
}
.all-posts-link{
   /* background: #439ed8 none repeat scroll 0% 0%;
    padding: 15px 69px;
    border-radius: 5px;
    margin: 20px !important;
    width: 270px;
    font-size: 30px;
    color: white;
    text-decoration: none;*/
        background: transparent;
    border: 2px solid #439ed8;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    padding: 15px;
    /* width: 180px !important; */
    max-width: 250px !important;
    box-shadow: none;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #439ed8;
    text-transform: uppercase;
    line-height: 16px;
}
.all-posts-link:hover{
        background: #439ed8;
    border: 2px solid #fff;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    color: white;
}
.previous-posts-link{
    /*background: #439ed8 none repeat scroll 0% 0%;
    padding: 15px 67px;
    border-radius: 5px;
    width: 270px;
    font-size: 25px;
    color: white;
    text-decoration: none;*/
    background: transparent;
    border: 2px solid #439ed8;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    padding: 15px;
    /* width: 180px !important; */
    max-width: 250px !important;
    box-shadow: none;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #439ed8;
    text-transform: uppercase;
    line-height: 16px;
}
.previous-posts-link:hover{
    /*background-color:rgb(246, 178, 41);
    opacity:.7;
    color:white;*/
    background: #439ed8;
    border: 2px solid #fff;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    color: white;
}
.listing-wrapper .post-header h2 a{
    color:black !important;
    text-decoration:none;
}
.listing-wrapper .post-header h2 a:hover{
    opacity:.7;
}
.listing-wrapper .more-link{
    color:#f6a317;
    text-decoration:none;
    font-style:italic;
    font-size:20px;
}
.listing-wrapper .more-link:hover{
    color:rgb(221, 78, 12);
}
.listing-wrapper .post-body p{
    line-height:1.4;
}
.prev-button{
    text-align: left;
    position: relative;
    display: block;
    height: 0;
}
.next-button{
    text-align: right;
    position: relative;
    top: -36px;
    display: block;
    height: 0;
}
.blog-pagination a {
    display: inline-block;
    margin-bottom: 20px;
}
@media(max-width:991px){
    .banner-list-one{
        width: 80% !important;
    }
    .banner-listing-post .feedreader_box .hs-rss-item-text{
        width: 70% !important;
    }
    .listing-wrapper .post-item{
        width:75% !important;
    }
}
@media(max-width:767px){
    .featured-blog-section .blogpost-feat-img{
        display:none !important;
    }
    .featured-blog-section .blogpost-content{
        width:100% !important;
    }
    .bg-image-section-listing {
    padding: 120px 30px 50px !important;
    width:100% !important;
}
.banner-list-one{
    width:100% !important;
}
.listing-wrapper .post-item{
    width: 100% !important;
    margin: 0 !important;
    padding: 30px;
}
.hs-featured-image-wrapper{
    text-align:center;
}
.hs-featured-image-link{
        width: 180px !important;
    height: 180px !important;
}
}
@media(max-width:750px){
    /*.banner-list-one{
    padding-bottom:250px;
    }*/
}
@media(max-width:420px){
    /*.banner-list-one{
        padding-bottom:350px !important;
    }*/
    .banner-listing-post .feedreader_box .hs-rss-title span{
        font-size:22px;
    }
    .listing-wrapper .post-header h2 a{
        font-size:28px;
    }
    .banner-list-one{
        padding:10px !important;
        margin:0 !important;
    }
    .featured-blog-section .blogpost-content .post-header h1{
        font-size:30px;
    }
    .bg-image-section-listing {
    padding: 120px 20px 50px !important;
}
.listing-wrapper .post-item{
    padding:10px;
}
}
/*************instructions page*********************/
.content-wrapper-last a:hover{
    color:#dd4e0c;
}
/*****extra css elements*****/
.hp-strip-content{
    width: 85% !Important;
margin: 0 auto !important;
float: none !important;
padding: 50px 0 31px;
}
.features-quote-intro.quote{
    background-color: #439ed8;
    height: auto;
    /*min-height: 310px;*/
    padding: 65px;
    color:white;
    /*padding-bottom:0;*/
}
.right-quote{
    border: 4px solid #f2f2f2;
    padding: 30px;
}
.right-quote h5{
    font-size:25px !important;
    margin:0;
}
blockquote{
    margin:0;
}
.about-intro-text{
    width: 980px;
    margin: 0 auto !important;
    float: none !important;
}
@media(max-width:2100px){
    .internal-banner {
    padding: 175px 1000px 80px 100px;
     display: table-cell;
    vertical-align: middle;
    }
}
@media(max-width:1700px){
    .internal-banner {
    padding: 175px 500px 80px 100px;
}
}
@media(max-width:1035px){
    .internal-banner{
        padding: 175px 500px 80px 100px;
    }
}
.hp-strip{
    background-color:#439ed8;
   
}
.left img.services-explained-img.row-fluid.span6.features-img{
    float:right;
}
.feature-text{
    border: none;
}
.features-img-wrapper{
    display:inline-block;
    width:100% !important;
    
}
.left{
    background-color:#f2f2f2;
    
}
.left .services-explained-wrapper .features-img-wrapper .features-img{
    padding-bottom:45px;
}
.features-img{
    padding:20px 0;
}
.feature-text h2{
    margin-top:0;
    color:black;
}
.feature-text h4{
    color:black;
    margin-top:0;
}
.section.post-body ul li,
.post-body.clearfix ul li,
.feature-text ul li{
    list-style:none;
    background-image: url('//cdn2.hubspot.net/hubfs/2372274/ST_Q_Live_Site/Images/li.png');
    background-size: 17px;
    list-style-type: none;
    background-position: 0 2px;
    background-repeat: no-repeat;
    margin: 0 0 8px;
    min-height: 25px;
    padding-left: 35px;
    padding-bottom:5px;
}
.section.post-body ul,
.post-body.clearfix ul,
.feature-text ul{
    padding-left:0;
}
.footer-strip h4{
        margin-top: 10px;
        color:white;
}
.hp-strip-img{
    text-align:right;
    display: block !important;
    width: 34.5% !important;
}
.services-explained-text h3{
    margin-top:0px;
    color:#439ed8;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper>ul>li>a{
    padding:10px 15px !important;
}
.features-intro-wrapper{
    background-color: #f2f2f2;
    height: auto;
    min-height: 310px;
    padding:65px;
}
.span6.widget-span h5 {
    font-size: 20px;
    margin:0;
}
.contact-address-wrapper{
    border-left:2px solid #dbdbdb;
    margin: 0 !important;
    background-color: #f2f2f2;
    height: 100%;
    padding-bottom: 39px;
    width:50% !important;
}
.top-level-email{
    color:#439ed8;
}
.top-level-email:hover{
   opacity:.7;
}
.footer-cta:hover {
   color:#dd4e0c !important; 
}
.ps-contact-section4-gmap iframe{
    pointer-events:none;
}
.contact-details-wrapper h4{
    font-family: 'Open Sans',sans-serif;
}
.contact-address-wrapper h4{
    font-family: 'Open Sans',sans-serif;
}
.bg-image-section.internal-bg {
    background-position:center 35% !important;
    background-size:cover;
    -webkit-box-shadow: inset 0 400px 300pxrgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 400px 0 300px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 400px 0 300px rgba(0, 0, 0, 0.5);
    height:500px;
    display: table;
    width: 100%;
}
a.features-buttons {
    background: transparent;
    border: 2px solid #439ed8;
    border-radius: 0;
    font-size: 14px;
    font-weight: 100;
    padding: 14px;
    /* width: 180px !important; */
    max-width: 250px !important;
    box-shadow: none;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #439ed8;
    text-transform: uppercase;
    line-height: 16px;
    font-family: MonTserrat;
    white-space:nowrap;
}
a.features-buttons:hover{
        background: #439ed8;
	border: 2px solid #fff;
	box-shadow:none;
    transition: all .2s;
    -webkit-transition: all .2s;
color:white;
}
a.features-buttons:active{
    background: #439ed8;
}
.widget-span.left-intro,
.widget-span.left-quote{
    width:45%;
}
.widget-span.right-into,
.widget-span.right-quote{
    width:45%;
}
.widget-span.left-intro,
.widget-span.left-quote h5{
    margin:0;
}
@media(max-width:1200px){
    .internal-banner{
        width:auto !important;
    }
}
@media(max-width:1024px){
    .hp-strip-img{
        text-align: center;
        width: 100% !important;
}
    .footer-strip{
        width: 100% !important;
        text-align: center; 
     }
}
@media(max-width:991px){
    .home-work-section-content{
        text-align: center;
    }
    .internal-banner{
        padding: 175px 200px 80px 100px;
    }
    .buttons{
        text-align:center;
    }
    .buttons .features-buttons{
        display:inline-block;
        margin-bottom:20px;
    }
}
@media(max-width:767px){
    .top-menu-bar{
        display:none !important;
    }
    .footer-inner h4{
        text-align: center;
        margin: 0 auto !important;
    }
    .left img.services-explained-img.row-fluid.span6.features-img {
    float: left;
}
.bg-image-section.internal-bg {
    padding: 90px 0px 60px;
}
.bg-image-section {
    padding: 110px 0 0px;
}
.bg-image-section{
   -webkit-box-shadow: inset 0 400px 0 400px rgba(38,38,38,0.85);
    -moz-box-shadow: inset 0 400px 0 400px rgba(38,38,38,0.85);
    box-shadow: inset 0 400px 0 400px rgba(38,38,38,0.30);
}
.hp-strip-content,
.hp-strip-img{
    text-align:center;
}
.hp-strip-img{
    margin-bottom:20px;
}
    .services-explained-text{
        padding:0px;
        margin: /*30px 0 20px*/ 0;
    }
    .internal-banner{
        padding: 50px 30px 20px;
    }
    .right-quote{
        margin-top:30px;
    }
    .image-wrapper{
        text-align:center;
    }
    .features-img{
        margin:0 auto !important;
        width: 100% !important;
    }
    .features-quote-intro.quote{
        padding:30px;
        /*padding-bottom:0;*/
    }
    .contact-address-wrapper{
        border:none;
    }
    .social-facebook{
        float:none;
        margin-bottom:20px;
    }
    .social-twitter{
        float:none;
    }
    .contact-address-wrapper{
     width: 100% !important; 
    }
    #officeImg{
    width: 100% !important;
    }
    .bg-image-section-ty-lp{
        height:500px;
    }
    .Banner-inner h1{
        font-size:44px;
    }
    .span6.widget-span{
        padding-bottom:20px;
    }
    .widget-span.left-intro,
    .widget-span.left-quote{
    width: 100%;
    margin: 0px auto !important;
}
.widget-span.right-into,
.widget-span.right-quote{
    width: 100%;
    margin: 30px auto 0 !important;
}
.hs-featured-image-wrapper{
    float:none !important;
}
}
@media(max-width:520px){
    .features-intro-wrapper{
        padding:30px;
    }
    .services-explained-text h3{
        font-size:28px;
    }
    .hs-featured-image-wrapper{
    float:none !important;
}
}
@media(max-width:350px){
    #recaptcha_area, #recaptcha_table{
        width: 255px !important;
    }
    #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 255px !important;
}
.recaptchatable .recaptcha_image_cell center img {
    height: 57px !important;
}
.offer-text{
    text-align:center;
}
.internal-banner{
    padding:50px 15px 20px;
}
.features-quote-intro.quote{
    padding:20px;
    /*padding-bottom:0;*/
}
.services-explained-text.hp-quote{
    padding:20px;
}
.services-explained-text{
    padding:0;
}

}
.hs-featured-image-wrapper{
    padding: 20px 40px 20px 0;
    float: left;
}
.hs-featured-image-link {
    border: 0;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.blog-body{
    overflow:hidden;
}
.span12.widget-span.widget-type-raw_jinja{
    display:none;
}
.widget-span.right-into h5 a{
    color:white;
    text-decoration:underline;
}
.widget-span.right-into h5 a:hover{
 text-decoration:none;
}
.widget-span h5{
    margin:0;
}
#captcha_wrapper{
    display:none;
}
.contact-image-office img{
display:none;
}
#officeImg{
    width: 50%;
    min-height: 295px !important;
    background-position: center center;
    background-size: cover;
}
.contact-us-intro-text{
    text-align:center;
}
.features-quote-intro h4 {
    margin-top: 0;
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 4px 13px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0px;
    text-align: left;
    width: 103px;
}
.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 156px;
}
.rc-anchor-normal {
    height: 74px;
    width: 278px;
}


/*pop up image */
.features-img:hover {
   background-color: #dadada ;
   cursor:pointer;
}
.popup-img{
    display:none;
}
.popup-img{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.901961);
    z-index: 999999;
    left: 0;
    right: 0;
    transition: all 0s ease 0s;
    top: 0px;
    position: fixed;
    text-align: center;
    overflow:auto;
}
.popup-img img{
    /*width: auto !important;*/
    top: 100px;
    position: relative;
    transition: 0.3s;
    height:auto;
    overflow:scroll;
}
.popup-img img { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} ;
    to {-webkit-transform:scale(1)};
}

@keyframes zoom {
    from {transform:scale(0)} ;
    to {transform:scale(1)};
}
.fa-times-circle-o:before {
    content: "\f05c";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    color: #f6a317;
    position: absolute;
    top: 10%;
    font-size: 300% !important;
    z-index: 999999999;
    font-family: fontAwesome;
    right: 0px;
    cursor: pointer;
}
i.fa.fa-times-circle-o{
    position: absolute;
    right: 20px;
    top:15px;
    cursor:pointer;
}
.contact-deeds{
    text-align: center;
    margin-top: 0px !important;
    padding: 40px 0;
    background-color: #66b0df;
}
.contact-deeds p,
.contact-deeds h4{
    color:white !important;
    margin:0;
}
.hidebody{
    overflow-y:hidden;
}

.popup-img-new .bg-up{
    display:none;
}
.popup-img-new .bg-up{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.901961);
    z-index: 999999;
    left: 0;
    right: 0;
    transition: all 0s ease 0s;
    top: 0px;
    position: fixed;
    text-align: center;
    overflow:auto;
    background-size:contain;
        background-repeat: no-repeat;
}
.popup-img-new img{
    width: auto !important;
    top: 100px;
    position: relative;
    transition: 0.3s;
    height:auto;
    overflow:scroll;
}
.popup-img-new img { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
/****************** Novatia blog layout listing page ****************************/
.featured-blog-section .feat-blog-listing-wrapper .post-item:nth-of-type(1) {
    display: block;
}
.featured-blog-section .feat-blog-listing-wrapper .post-item {
    display: none;
}
.blogpost-feat-img{
    background-position: center !important;
    border: 1px solid #436a6e;
    border-radius: 4px;
    padding: 0 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 300px;
}
.featured-blog-section .blogpost-content, .featured-blog-section .blogpost-feat-img {
    display: inline-block;
    float: left;
    width: 50%;
    padding-right:20px;
}
.featured-blog-section .blogpost-content .post-header h1 {
    color: white !important;
    text-align: left !important;
    font-size: 32px;
    line-height: 38px;
    font-family: inherit;
    font-weight: 400 !important;
    text-align: left;
    margin-top:0;
}
.blogpost-content .post-body.clearfix p {
    color: #fff !important;
    font-weight:normal;
}
.blogpost-content .post-body.clearfix p {
    
}
.hubspot-editable p{
    color: #fff !important;
    font-size:14px;
}
/******* float image left or right on feature pages*********/
.right-float{
    float:right !important;
}
.left-float{
    float:left;
}
.grey-bg{
    background-color:#f2f2f2;
    display: inline-block !important;
    width:100% !important;
    /*padding: 50px 15px;*/
}
.white-bg{
    background-color:white;
    display: inline-block !important;
    width:100% !important;
    /*padding: 50px 15px;*/
}
.popup-top{
    width: 990px;
    margin: 0 auto !important;
    float: none !important;
    padding: 15px;
}
.imagetext-wrapper{
    display:inline-block;
    width:100% !important;
    /*padding: 50px 15px;*/
}
.bg-up {
    width: auto !important;
    top: 100px;
    position: relative;
    transition: .3s;
    /*overflow-y: scroll;*/
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s;
    height: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



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


   4. TEMPLATE MODULE SELECTORS                                         


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





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {
    padding-top: 35px;
    padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

