/* @import url('http://example.com/example_style.css'); */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');

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


/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  left:0;
  right:0;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


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
















*,*:before,*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]:focus,
button:focus,
a:focus {
  outline: dashed 1px #000000 !important;
}

button{
  cursor:pointer;
}

img{
  width:auto;
}

iframe{
  width:100%;
  height:100%;
}

body{
  padding:0;
  margin:0 auto;
  font-size:16px;
  font-family:'Roboto', sans-serif;
  line-height:1.5;
  font-weight:400;
  color:#444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

li{
  margin-bottom:0.5em;
}

h1{
  font-size: 2.9em !important;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
  position:relative;
  line-height:1.1 !important;
  font-family: 'Montserrat', sans-serif;
}

h2{
  line-height:1.3;
  font-size:2.3em;
  margin-top:0;
  margin-bottom:0.4em;
  /*   color:#222; */
  /*   color:#2e566c; */
  color:#01385f;
  font-weight:400;
  font-family: 'Montserrat', sans-serif;
}

h3{
  line-height:1.2;
  margin-top:0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  color:#0067b1;
  margin-bottom: 0;
}

h4 {
  margin-top:  0;
  margin-bottom:  0;
  font-size:  1.1em;
  font-weight:  bold;
  color:#01385f;
}


@media (max-width:768px){
  body{
    font-size:15px !important;
  }

  h1{
    font-size:2.3em !important;
  }
  h2{
    font-size:2em !important;
  }
}

@media (max-width:480px){
  h1{
    font-size:2em !important;
  }
  h2{
    font-size:1.6em !important;
  }
}


/*////////////////
GLOBAL COLUMNS STYLES
/////////////////*/






            

.flex-wrap {
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
}

.flex-item {
  -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
}

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

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

.flex-self{
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}


/* even columns */
.flex-col-2 .cols {
  max-width: calc(50% - 1.5em);
  min-width: calc(50% - 1.5em);
  width: 100%;
  position:relative;
}

.flex-col-2 .col-2 {
  margin-left: auto;
}

/*////////////////
SECTION UTILITIES
/////////////////*/
.section-wrap {
  float: none;
  margin: 0 auto;
  display: block;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  position: relative;
  overflow: hidden;
  clear: both;
}

.section-wrap-404 {
  float: none;
  margin: 0 auto;
  display: block;
  padding-top: 170px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  clear: both;
}

.container-wrap {
  max-width: 1230px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width:100%;
}

.container-wrap-large {
  max-width: 1600px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width:100%;
}

.container-wrap-narrow {
  max-width: 1000px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width:100%;
}

.container-wrap-small {
  max-width: 800px;
  margin: 0 auto !important;
  padding-left: 2em;
  padding-right: 2em;
  float: none !important;
  position: relative;
  width:100%;
}

@media (max-width:768px){
  .container-wrap-narrow,
  .container-wrap-large,
  .container-wrap-small,
  .container-wrap{
    padding-left:1em;
    padding-right:1em;
  }

  .section-wrap{
    padding-top:2em;
    padding-bottom:2em;
  }
}

/* PADDINGS */
.pt0{
  padding-top:0 !important;
}

.pb0{
  padding-bottom:0 !important;
}

.ptb0{
  padding-top:0 !important;
  padding-bottom:0 !important;
}


/*Magnific popup*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}


/*MENU
/////////////////////////*/
.bz-top-nav{
  width: 100% !important;
  background-color: #fff;
  top: 0;
  position: fixed;
  display: block !important;
  z-index:99;
}

.bz-menu-wrap {
  box-shadow: 0px 1px 1px rgba(51, 51, 51, 0.2);
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
}

.bz-menu-wrap > div  > div > div{
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;;
}

.bz-menu-wrap > div > div > div > div{
  -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
}

.brand-logo {
  width:100%;
  margin-top:3px;
}


.brand-logo img{
  max-width: 200px;
  width:auto;
  height:70px;
  -webkit-transition:all ease-in-out 0.5s;-o-transition:all ease-in-out 0.5s;transition:all ease-in-out 0.5s;
}

.is-scroll .brand-logo img{
  width:100%;
  max-width:140px;   
}


.bz-main-menu a {
  color:  #333;
  text-transform:  uppercase;
  text-overflow: initial !important;
  max-width:none !important;
  width: auto !important;
  display:block !important;
  font-size:15px;
  white-space: normal !important;
}

.bz-main-menu a sup{
  font-size: 7px;
  display: inline-block;
  margin-left: 1px;
}

.bz-main-menu .hs-menu-depth-1 > a{
  padding:2em 1em !important;
  transition:all ease-in-out 0.4s;
  border-bottom:solid 3px transparent;
}


.is-scroll .bz-main-menu .hs-menu-depth-1 > a{
  padding:1.7em 1em !important; 
}


.bz-main-menu .hs-menu-flow-horizontal {
  text-align: right;
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
}

.bz-main-menu .hs-menu-flow-horizontal ul{
  text-align:left;
  margin-left: auto;
}

.bz-main-menu li{
  display:block !important;
  margin-bottom:0;
}

/*CURTESY BAR*/
.curtesy-bar {
  background-color: #e7e7e6;
  display: block;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
}


.curtesy-bar ul{
  list-style:none;
  padding:0;
  margin:0;
  text-align:right;
  /* display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;*/
}
.curtesy-bar li{
  display:inline-block;
}

.curtesy-bar a {
  display: block;
  padding: 0.7em 1.5em;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  font-weight:bold;
}

.curtesy-bar a:hover{
  font-weight:bold;
  color:#0067b1;
}


/* is tab starts */
@media (min-width:1043px){  
  .bz-main-menu .to-mobile{
    display:none !important;
  }

  .bz-main-menu .hs-menu-depth-1 > a:hover{
    color:#0067b1;
    border-color:#0067b1;
  }

  .bz-main-menu .hs-menu-depth-1.hs-item-has-children > a:after{
    content:"\f0d7";
    font-family:fontAwesome;
    margin-left:5px;
  }

  .bz-main-menu .hs-menu-depth-1 > ul{
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.12);
    min-width: 300px;
  }

  .bz-main-menu .hs-menu-depth-1:not(.is-tab) ul a{
    background-color:#fff;
    border-bottom:solid 1px #f6f5f6;
  }

  .bz-main-menu .hs-menu-depth-1:not(.is-tab) ul a:hover{
    background-color:#0067b1 ;
    color:#fff;
  }

  .bz-main-menu .hs-menu-depth-1.fancy a {
    background-color: #0067b1;
    color:#fff;
    -webkit-transition:none;-o-transition:none;transition:none;
  }

  .bz-main-menu .hs-menu-depth-1.fancy a:hover {
    background-color: #e66e50;
    border-color: #e66e50;
  }

  .bz-main-menu .is-tab{
    position:static !important;
  }

  .bz-main-menu .is-tab > .hs-menu-children-wrapper{
    background-color:#fff;
     display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
    right: 2em;
    left: 0;
    max-width: 800px;
    width:100%;
  }

  .bz-main-menu .is-tab > ul > li{
    border-right: solid 1px #dadada;
    -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
  }

  .bz-main-menu .is-tab > ul > li:last-of-type{
    border-right:0;
  }

  .bz-main-menu .is-tab .hs-menu-depth-2{
    position:static !important;
  }

  .bz-main-menu .is-tab .hs-menu-depth-2 > a{
    position:static !important;
    text-align:center;
    padding:5px 10px;
    font-size:14px;
    height:100%;
  }


  .bz-main-menu .is-tab .hs-menu-depth-2 > a{
    display:inline-block;
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    background-color:#f6f5f6;
    position:relative;
    overflow:visible !important;
    z-index: 11;
    width:100% !important;
  }


  .bz-main-menu .is-tab .hs-menu-depth-2:hover > a{
    background-color:#0067b1;
    color:#fff;
    z-index: 11;
    position: relative !important;
  }

  .bz-main-menu .is-tab .hs-menu-depth-2:hover > a:before{
    content:"";
    position: absolute;
    border: solid 10px #0067b1;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.2em;

  }


  .bz-main-menu .is-tab .hs-menu-depth-2 > .hs-menu-children-wrapper{
     display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
    left: 0 !important;
    background-color: #fff;
    top: 100% !important;
    width: 100%;
    padding: 1em 2em 0;
    overflow: hidden;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.12);
  }

  .bz-main-menu .is-tab .hs-menu-depth-3{
    -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
    min-width: 50%;
    max-width: 50%;
    padding-bottom: 1em;
  }

  .bz-main-menu .is-tab .hs-menu-depth-3 a{
    text-transform: initial;
    font-weight: bold;
    position: relative;
  }

  .bz-main-menu .is-tab .hs-menu-depth-3 a:hover{
    color:#0067b1;
  }

  .bz-main-menu .is-tab .hs-menu-depth-3 a:before{
    content:"\f0da";
    position:relative;
    font-family:fontAwesome;
    margin-right:5px;
  }

}
/* is tab ends */


/*   NAV CTA starts */
.nav-cta{
  display:none;
  opacity:0;
  visibility:hidden;
  z-index: 20;
  background-color: #f7f7f7;
  box-shadow: 100px 0px 0px #f7f7f7;
  width: 100%;
  position:relative;
}

.nav-cta:before{
  content: "";
  position: absolute;
  left: -100px;
  width: 100%;
  height: 100%;
  background-color:#f7f7f7;
  z-index: -1;
}

.bz-main-menu .is-tab .hs-menu-depth-2:hover .nav-cta{
  opacity:1;
  visibility:visible;
  display:block;
}

.nav-cta a {
  padding: 2em;
  background-color: #09BEA9;
  background-color:#e66e50;
  display: inline-block !important;
  width: auto !important;
  margin: 10px 10px 5px;
  color: #fff;
  text-align: center;
  white-space: normal !important;
  padding: 1em 4em !important;
}

.nav-cta a:hover{
  background-color:#0067b1;
}
/*   nav cta ends */


.mobile-next,
.menu-bar,
.active-mobile-title,
.menu-bar-close{
  position: absolute;
  display:none;
}


.mobile-back{
  display:none;
}

@media (max-width:1042px){
  .nav-cta{
    text-align: center;
  }

  .bz-main-menu .nav-cta a {
    margin-left: auto;
    margin-right: auto;
    border-radius:0;
  }

  .menu-bar-close.active {
    display: block;
    right: 0;
    padding: 1em;
    background-color:#fff;
    top: 0;
  }

  .curtesy-bar .col-2,
  .bz-main-menu{
    display:none !important;
  }

  .brand-logo {
    margin-left: auto !important;
    margin-right: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .brand-logo img{
    height: 58px;
  }

  .menu-bar {
    display:block;
    -webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);;
    top: 50%;
    right: 2em;
  }

  .mobile-next svg{
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg); 
    width:auto;
  }
  .mobile-next {
    width: auto;
    display: block;
    right: 0;
    top: 0.9em;

  }

  .active-mobile-title,
  .mobile-back {
    background-color: #0067b1;
    padding: 1em;
    margin-top: -1em;
    position: relative;
    display:block;
    box-shadow: 21px 0px 0px #0067b1;
  }

  .mobile-back svg{
    width:auto;
    fill:#fff;
    left: -1em;
    position: relative;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
  }

  .mobile-back .back-color{
    fill:#fff !important;
  }

  .active-mobile-title:before,
  .mobile-back:before{
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    bottom: 0;
    background-color:#0067b1;
    z-index: -1;
    width: 100%;
  }

  .active-mobile-title {
    display:block;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    color:#fff;
    box-shadow: 21px 0px 0px #0067b1;
  }

  .bz-main-menu.active {
    display: block !important;
    position: fixed;
    left: 0;
    width: 90%;
    margin-left: 0;
    top: 0;
  }

  .bz-main-menu.active ul {
    position: fixed !important;
    margin-left: 0 !important;
    padding:1em !important;
    max-width: none;
    width: calc(100% - 55px);
    background-color: #fff !important;
    top: 0 !important;
    height: 100%;
    border:none !important;
    left: 0 !important;
    overflow-y: scroll !important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  }

  .bz-main-menu.active li,
  .bz-main-menu.active a{
    width: calc(100% - 2em) !important;
  }

  .bz-main-menu li.hs-menu-item{
    border-bottom:solid 1px #ccc !important;
    width:100% !important;
  }

  .bz-main-menu.active a{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .bz-main-menu.active .hs-menu-item a{
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    padding-left:0 !important;
    display: inline-block !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size:0.9em;
  }

  .bz-main-menu.active .hs-menu-item a i{
    display: inline-block;
    width: auto;
  }

  .bz-main-menu.active .hs-menu-children-wrapper{
    left:100% !important;
    transition:all ease-in-out 0.5s !important;
  }

  .bz-main-menu.active .hs-menu-children-wrapper.active {
    left: 0 !important;
  }

  /*sub menu*/
  .bz-main-menu.active .hs-menu-children-wrapper.active a{
    border-bottom:none;
  }

}






/*Background Color
/////////////////////////////*/
.bg-black{
  background-color:#000;
}

.bg-dgrey{
  background-color:;
}

.bg-dgreen{
  background-color:#01385f;
}

.bg-blue{
  background-color:#0067b1 !important;
}

.bg-lblue{
  background-color:#eaf0f6;
}

.bg-lgrey{
  background-color:#f6f5f6;
}

.bg-orange{
  background-color:#e66e50;
}

.bg-bzblue-gradient{
  background-color:background-color: background:#145ebe;
    background: -moz-linear-gradient(left,#145ebe 0%,#25acf0 100%);
    background: -webkit-linear-gradient(left,#145ebe 0%,#25acf0 100%);
    background: linear-gradient(to right,#145ebe 0%,#25acf0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#145ebe',endColorstr='#25acf0',GradientType=1);;
}



/*Color
/////////////////////////////*/
/*////////////////////////////////////
//Font COLORS
////////////////////////////////////*/
.center, .center h1, .center h2, .center h3, .center h4, .center h4, .center p, .center div, .center span, .center a {
  text-align: center;
}

.left, .left h1, .left h2, .left h3, .left h4, .left h4, .left p, .left div, .left span, .left a {
  text-align: left !important;
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h4,
.white p,
.white div,
.white span,
.white a{
  color: #fff !important;
}

.bzblue{
  color:#0067b1;
}

p > a.hs-button{
  display:inline-block;
}

/*////////////////////////////////////
//BACKGROUND OPTIONS
////////////////////////////////////*/
.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  background-attachment: initial !important;
}

.background-img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
}

.background-fixed {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  background-attachment: fixed;
}

.background-fixed-top {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  background-attachment: fixed;
}

.background__contain-left {
  background-size: contain !important;
  background-position: left;
  background-repeat: no-repeat;
}

.background__contain-right {
  background-size: contain !important;
  background-position: left;
  background-repeat: no-repeat;
}

.background__contain-center {
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
}

.background-absolute {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  max-width: none !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.background-absolute-rm {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: none;
}

@media (max-width: 768px) {
  .background-fixed {
    background-attachment: inherit;
  }
}


/* Forms 
*******************************************************************/
label{
  font-weight: 300;
}

.fieldset {
  width: 100%;
}

input[type="submit"]{
  -webkit-appearance: none;
  border:0;
}
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: .5rem .3rem .1rem .3rem;
  font-size: 1em;
  display: inline-block;
  width: 100%;
  border: 0 none;
  background: transparent;
  border-bottom: 1px solid #333;
  border-radius: 0; 
  -webkit-appearance: none;
}

select{
  font-weight: 300;
  font-size: 0.95em;
}


textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
select:hover,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
  outline: none;
}

input[type="text"][readonly] {
  background-color: rgba(#null, .1);
}

/* multiple column forms */
fieldset.form-columns-3,
fieldset.form-columns-2,
fieldset.form-columns-1 {
  max-width: 100% !important;
}
fieldset.form-columns-1 input[type="text"],
fieldset.form-columns-1 input[type="tel"],
fieldset.form-columns-1 input[type="email"],
fieldset.form-columns-1 input[type="date"],
fieldset.form-columns-1 input[type="number"],
fieldset.form-columns-1 textarea,
fieldset.form-columns-1 select {
  width: 100% !important;
}

.inputs-list {
  list-style: none !important;
  padding: 1em 0 !important;
}

.hs-form-field {
  position: relative;
  margin-bottom: 2rem;
}

.field > label {
  position: absolute;
  pointer-events: none;
  /*color: ;*/
  top: 3px;
  left: .55em;
  font-weight: 300;
  margin-top: 0;
  display: block;
  font-size: .9em;
  z-index: 5;

  -webkit-transition: top .125s ease, left .125s ease, font-size .125s ease, color .125s ease;
  transition: top .125s ease, left .125s ease, font-size .125s ease, color .125s ease;
}
.field > label.active {
  top: -1.5em;
  left: 0;
  font-size: .7rem;
  color: #0067b1;
}
legend.hs-field-desc {
  font-size: .7em;
  color: #eaf0f6;
}
.hs-input.error {
  border: 1px solid red;
}
.hs-error-msgs {
  list-style: none;
  color: red !important;
  margin: 0;
  font-size: .6em;
  padding: 0 0 0 !important;
  font-weight: 300;
  position:absolute;
}
.hs-error-msgs li {
  color: red;
}

.white-fields input[type="email"],
.white-fields textarea{
  color: #fff !important;
}

.hs_recaptcha.hs-recaptcha {
  overflow: hidden;
}

/* BUTTONS AND STYLES
/////////////////////////////*/
a{
  color:#e66e50;  
}

.hs-button{
  background-color:#e66e50;
  padding: 0.9em 1.3em;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  border-color:#e66e50;
  cursor:pointer;
}

.white .hs-button_dgreen:hover,
.white .hs-button_white:hover,
.hs-button:hover{
  background-color:#3f4444;
  border-color:#3f4444;
}

.white .hs-button_dgreen,
.hs-button_dgreen{
  background-color:#01385f;
}

.hs-button_white form input[type="submit"],
.white .hs-button_white,
.hs-button_white{
  border-color:#fff;
  background-color:#fff;
  color:#e66e50 !important;
}



/* HOMEPAGE 
/////////////////////////////*/
.hero h1 {
  margin-top:  0;
  margin-bottom:  0.4em;
}

.hero h1 span {
  display: block;
  font-size: 0.6em;
  margin-top: 10px;
}

.hero .sub-header {
  font-size:  1.4em;
  margin-bottom:  1.5em;
}

.hero:not(.inner-hero) .content-area {
  padding-top: 5em;
  padding-bottom:5em;
  margin-top: 6em;
}

.hero.inner-hero .content-area{
  padding-top: 5em;
  margin-top: 3em;
}

@media(max-width:768px){
  .hero .content-area{
    padding-top: 3em !important;
    padding-bottom: 0 !important;
    margin-top: 6em !important;
  }

  .hero .sub-header{
    font-size:1em;
  }
}

.services-cards .item-wrap {
  max-width: 350px;
  width: 100%;
  margin: 0.5em;
  margin-bottom:2.5em;
  text-decoration:none;
}

.services-cards .item {
  padding: 1.2em 0.8em;
  background-color: #fff;
  border-top: solid 6px #01385f;
  border-bottom: solid 6px #01385f;
  color:#444;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.services-cards a .item:hover{
  border-color:#0067b1;
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 5px rgba(0,0,0,0.17);
  box-shadow: 0 10px 5px rgba(0,0,0,0.17);
}

.services-cards .image {
  width:  100%;
  text-align:  center;
  margin-bottom:1em;
}

.services-cards .image img{
  width:100%;
  height:80px;
}

.services-cards .svg {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.services-cards .item h3{
  color:#0067b1;
  font-size:1.1em;
}

.services-cards .section-overview {
  margin-bottom: 1.5em !important;
}

.services-cards .bottom-overview {
  margin-top: 2.5em !important;
}

.services-cards .hs-button {
  margin-top: 0.5em;
  display: inline-block;
}

.services-cards.option1 .item-wrap .item {
  border-bottom:transparent;
}

.services-cards.option1 .item-wrap .item:hover {
  border-top: solid 6px #01495f !important;
  border-bottom: solid 5px #d6d6d6;
  box-shadow: inset 0 -48px 0 #0067b1;
  border-top: 0;
}

.services-cards.option1 .item-wrap .item .hs-button{
  border: solid 2px #fff;
}

/* content image module */
.c-image-module .cols {
  max-width: calc(50% - 1em);
  width:  100%;
}

.c-image-module .col-2 {
  margin-left: 2em;
}

.c-image-module .cols .img-button{
  margin-top: 1em;
}

.c-image-module .content.bg-color {
  background-color: #fff;
  padding: 1em;
}

.c-image-module .full-side-img {
  max-width: calc(50% - 1em) !important;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

/* looping before and after*/
.c-image-module .loop-items{
  padding-left:0;
  margin-top:0;
  margin-bottom:0;
}

.c-image-module .loop-items li:nth-child(1) .tag-2,
.c-image-module .loop-items li:nth-child(2) .tag-1{
  display:none;
}

.c-image-module .loop-items .tag {
  position:  absolute;
  right: 1em;
  top: 1em;
  padding: 0.1em 1em;
  border: solid 1px;
  color: #ffffff;
  border-radius: 24px;
  background-color: #e66e50;
  font-size:  0.9em;
}

.c-image-module .loop-items li{
  opacity:0;
  transition:all ease-in-out 1s;
  position:absolute !important;
}

.c-image-module .loop-items li.active{
  opacity:1;
}

@media(max-width:768px){
  .c-image-module .loop-items li.active{
    position:relative !important;
  }
}


/* reorder */
.c-image-module .reverse-order.loop-items li,
.c-image-module .cols.reverse-order {
  -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
  margin-left:0;
}



.c-image-module .cols.reverse-order + .col-2 {
  margin-left:  0;
  margin-right:  2em;
}

.c-image-module > .reverse-order {
  margin-left:  0;
  margin-right:  auto;
}
/* reorder ends */

.col-span-12 .cols,
.col-span-narrow, 
.col-span-narrow .cols .content, 
.col-span-narrow .cols {
  text-align:  center;
  max-width: 900px;
  margin-left:  auto;
  min-width:  initial;
  width:  100%;
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
}

.col-span-12 .cols{
  max-width:1200px;
}

@media (max-width:768px){
  .c-image-module .cols {
    max-width: none;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    margin-left: 0;
  }

  .c-image-module .col-1:not(.reverse-order){
    -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
  }

  .c-image-module .col-2{
    margin-bottom:1em;
  }

  .c-image-module.full-side-section {
    padding-top: 0;
  }

  .c-image-module .full-side-img{
    max-width:none !important;
    width:100%;
    height: 200px;
    position: relative;
    /*     margin-bottom: 2em; */
  }

  .c-image-module .cols.reverse-order + .col-2{
    margin-right:0;
  }

  

}

@media (max-width:480px){
  .services-cards .item-wrap{
    max-width: 350px;
  }
}
/* TESTIMONIALS */
.testimonial-cards .item {
  max-width: 370px;
  width: 100%;
  margin: 0.8em;
  margin-bottom: 3em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  padding: 1em;
  background-color: #fff;
  border-top: solid 6px #01385f;
  border-bottom: solid 6px #01385f;
}

.testimonial-cards .company-name {
  font-size:  1.2em;
  color:#0067b1;
  margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 0.5em;
}

.testimonial-cards .quote-mark{
  color:#e66e50;
  color:#09BEA9;
  font-size: 1.5em;
}

.testimonial-cards figure {
  margin: 0;
}

.testimonial-cards .testimony{
  font-size:0.93em;
  margin: 0;
  border: 0;
  padding-left: 0.5em;
  display: block;
  width:100%;
  font-style: initial;
}

.testimonial-cards .testimony > p {
  margin-top: 0;
}

.testimonial-cards .personal-info {
  margin-top: 0.5em;
  border-top: solid 1px #d4d4d4;
  padding-top: 0.7em;
}

.testimonial-cards cite{
  display:block;
}

.testimonial-cards .name {
  color:#e66e50;
  font-style: italic;
}

.testimonial-cards .job-title {
  font-size:  0.9em;
  color: #6d6d6d;
}

.testimonial-cards .company-logo {
  width: 100%;
  /*     margin-bottom: 1em; */
  margin-bottom: 0.75em;
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 0.75em;
  /*   	text-align:center; */
}

.testimonial-cards .company-logo img {
  width:  auto;
  height: 48px;
}

/* testimony cards options 2 */
.testimonial-cards.option2 .item {
  max-width: calc(50% - 2em);
  min-width: calc(50% - 2em);
  margin: 1em;
  border-top: solid 5px #09BEA9;
  border-bottom:none;
}

@media (max-width:768px){
  .testimonial-cards.option2 .item {
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    max-width:none;
    min-width:inital;
    width:100%;
  }
}

/*FOOTER
////////////////////////////*/
.links-main-wrap{
  padding-top: 2em;
}
.footer {
  overflow: hidden !important;
}

.footer-group-title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: solid 1px #9c9c9c;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
}

.footer-group-title span{
  color: #09BEA9 !important;
}

.footer .location-list,
.footer a {
  white-space: normal !important;
  font-size: 0.9em;
  color: #b8b8b8;
  display:  block;
  padding: 0.5em !important;
  list-style:none;
}

.footer a:hover{
  color:#D0D0CE !important;
}

.footer a{
  text-decoration:none;
  padding:0;
}

.footer .hs-menu-item {
  margin-bottom:  0;
}

.footer-title {
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
  cursor: initial;
  display:inline-block;
  position:relative;
  margin-bottom:0;
}

.footer-title > div > span{
  
  
  
  color:#25acf0 !important;
}

.footer-dropdown {
  /*     display: none; */
  width: 100%;
  text-align: left;
}

.footer-dropdown svg {
  display:none;
}


.footer-dropdown.is-selected svg{
  -webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);
}

.cell-links{
  font-weight:300;
}

.footer-section{
  padding-top: 2em;
  padding-bottom: 2em;
}


/* footer social */
ul.footer-social {
  padding:  0;
  list-style:  none;
  clear: both;
  padding: 0 0.7em;
}

ul.footer-social li {
  margin-bottom:  0;
}

ul.footer-social li a {
}

ul.footer-social i {
  font-size: 1.5em;
  vertical-align: top;
  margin-right: 0.2em;
}

/*Copywrite footer section */
.copywrite{
  display:block;
  background-color:#3f4444;
  color:#fff;
  padding:0.5em;
  font-size:0.8em;
  text-align:center;
}
@media (max-width:980px){
  .footer-links-wrap .link-col{
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .footer-section{
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-group-title{
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer{
    padding-left:0;
    padding-right:0;
  }

  .footer .column > div,
  .footer .cell-wrap{
    max-width: none;
    width: 100% !important;
    display:  block;
    margin-left: 0;
  }

  .footer .footer-dropdown{
    display: block;
    width: 100%;
    text-align: left;
    position:relative;
  }	

  .footer .footer-dropdown svg {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
  }
  .footer a{
    display:inline-block;
    width: calc(100% - 50px);
  }

  .footer .links-main-wrap{
    padding-top: 0;
  }

  .footer .cell-links {
    display: none;
  }

  .footer .cell-links.active {
    display: block !important;
  }

  .footer .cell-links .hs-menu-depth-1{
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer .footer-title {
    border-bottom: solid 1px #717171;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5em 0.5em;
    border-radius: 0;
    cursor: pointer;
  }


  .column:first-of-type .cell-wrap:first-of-type {
    margin-top:  1em;
  }


  [data-value="footer-locations"] {
    border-bottom: none !important;
  }

}



/* CONTACT US PAGE 
//////////////////////////////////*/
.hs-form-style h3{
  font-size:1.4em;
  color:#0067b1;
  margin-bottom:1em;
}


.contact-flex .row {
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
  margin-bottom:  1em;
}

.contact-flex .title {
  color:#0067b1;
  font-size:  1.2em;
}

.contact-flex a {
  text-decoration:  none;
  color:  #333;
}

.contact-flex a:hover{
  color:#e66e50;
}


.contact-flex .col:nth-child(2) {
  margin-left: 20%;
}

.contact-flex ul {
  margin-top: .5em;
  padding-left: 0;
  list-style: none;
}


.contact-flex li {
  margin-bottom: 1em;
  padding-left: 2em;
  background-repeat: no-repeat;
  background-position: 14px -4px;
  position:relative;
}

.contact-flex .row:not(.address) li:before {
  content: "+";
  font-size: 1.4em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  color: #e66e50;
}


.hs-form-style {
  padding: 1em;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.3);
  border-top: solid 6px #0266b1;
  border-bottom: solid 6px #0266b1;
  background-color:#fff;
}

.contact-flex .address li{
  margin-bottom: 0;
  list-style: none;
  background-image: none;
}

.contact-flex .office-hours {
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #929292;
  max-width: 500px;
}

.contact-flex .office-hours p{
  margin-top: 0.5em;
}


.contact-map iframe{
  height: 400px;
  border:solid 3px #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
}


@media (max-width:480px){
  .contact-flex .row{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  }

  .contact-flex .col{
    margin-left: 0 !important;
    width: 100%;
  }
}






/* SERVICE CARD STYLES
//////////////////////////*/
.services-cards.option2 .all-item {
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
  /*   padding-left: 2em !important;
  padding-right: 2em !important; */
}

.services-cards.option2 .item-wrap {
  /*     max-width: calc(25% - 1em);
  min-width: calc(25% - 1em); */
  /*     margin:  0.5em; */
}

.services-cards.option2 .item {
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  position:relative;
  overflow:hidden;
  border-top: solid 4px #01495F;
  border-bottom: solid 4px #01495F;
}


.services-cards.option2 .item > div,
.services-cards.option2 .item > p,
.services-cards.option2 .item span{
  position:relative; z-index:1;
}


.services-cards.option2 .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fbfbfb;
  top: 0;
  bottom: 0;
  transform: skew(-45deg) translateX(50%);
}

.services-cards.option2 .hs-button {
  padding: 0;
  background-color: transparent;
  color: #e66e50 !important;
  margin-top: 0;
}

/* cards size */
.services-cards .col-span-3 .item-wrap {
  max-width: calc(33% - 1em);
  min-width: calc(33% - 1em);
}

@media (max-width:980px){
  /*   .services-cards.option2 .item-wrap {
  max-width: calc(33% - 1em);
  min-width: calc(33% - 1em);
  margin:  0.5em;
} */
}




@media (max-width:768px){
  .services-cards.option2 .all-item{
    padding-left: 1em !important;
    padding-right: 1em !important;
  }


  .services-cards.option2 .item-wrap {
    /*       max-width: calc(50% - 1em);
    min-width: calc(50% - 1em); */
    /*       margin:  0.5em; */
  }

  .services-cards.option2 h3{
    font-size: 0.9em;
  }

  .services-cards.option2 img{
    height: 50px;
  }

  /* cards size */
  .services-cards .col-span-3 .item-wrap {
    max-width: none;
    min-width: initial;
    width:100%;
  }

}

@media (max-width:480px){
  .services-cards.option2 .item-wrap {
    max-width: none;
    min-width: initial;
    margin-left:0;
    margin-right:0;
    width:100%;
    margin-top: 0;
  }

  .services-cards.option2 .item-wrap:last-of-type{
    margin-bottom: 0;
  }

  .services-cards.option2 .all-item{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

/* option 3 */
.services-cards.option4 .all-item ,
.services-cards.option3 .all-item {
   display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
}

.services-cards.option3 .item-wrap{
  margin: 0.5em;
}

.services-cards.option3 .item {
  border: 0;
  background-color: transparent;
}

/* option 4 */
.services-cards.option4 .item {
  border:  0;
}

.services-cards.option4 .item img {
  height:  auto;
}

.services-cards.option4 .item .image {
  height: 224px;
  overflow:  hidden;
}

.services-cards.option4 .item-wrap{
  /*     border: solid 1px #e0e0e0; */
  box-shadow: 0px 0px 1px #c1c1c1;
  -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;
  margin-bottom: 0.5em;
}

.services-cards.option4 .item-wrap .item{
  border-top:solid 6px #01495F;
  border-bottom:solid 6px #01495F;
}

@media (max-width:768px){
  .services-cards.option4 .item-wrap{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }
}


/* SIMPLE TWO COLUMN RICH TEXT MODULE 
//////////////////////////////////////////*/
.simple-text .container-wrap-narrow .flex-item {
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
}

.simple-text .cols {
  width: 43%;
}

.simple-text .col-2 {
  margin-left: 3%;
}

.simple-text .container-wrap-narrow > .flex-wrap,
.simple-text .container-wrap-narrow .cols,
.simple-text .full-width .cols,
.simple-text .full-width > .flex-wrap {
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  max-width:none;
  min-width:initial;
  width:100%;
}

@media (max-width:768px){
  .simple-text .cols{
    max-width:none;
    width:100%;
    margin-left: 0;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  }
}



/* MEET THE TEAM MODULE 
///////////////////////*/
.team-members .item:not(.is-active) .content-wrap {
  text-align:  center;
  margin-top: 1em;
}

@media (min-width:769px){
  .team-members .item:not(.is-active){
    max-width: calc( 33% - 1em);
    min-width:calc( 33% - 1em);
    cursor:pointer;
  }
}

.team-members .item{
  padding:1em;
  width:100%;
  border: solid 1px #d2d2d2;
  margin: 0.5em;
  background-color: #fff;
  border-top: solid 6px #01385f;
  border-bottom: solid 6px #01385f;
  color: #444;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}


.team-members .item:not(.is-active):hover {
  border-color: #0067b1;
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 5px rgba(0,0,0,0.17);
  box-shadow: 0 10px 5px rgba(0,0,0,0.17);
}

.team-members .name {
  font-size: 1.5em;
  font-weight:  bold;
  color:#0067b1;
}

.team-members .job-title {
  font-style:  italic;
  font-size: 0.9em;
}

.team-members .info{
  display:none;
}

.team-members .image{
  position:relative;
  height: 256px;
}



.team-members .item.is-active{
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  width: 100%;
  margin-left:0;
  margin-right:0;
}

.team-members .is-active .titles {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #cecece;
}

.team-members .is-active .info{
  display:block;
}

.team-members .is-active .image,
.team-members .is-active .content-wrap{
  display: inline-block;
}

.team-members .is-active .image{
  max-width: 25%;
  width:100%;
  vertical-align: top;
}

.team-members .is-active .content-wrap{
  max-width: calc(100% - 29%);
  margin-left: 3%;
  width:100%;
}

@media (min-width:481px) and (max-width:768px){
  .team-members .item:not(.is-active){
    max-width: calc( 50% - 1em);
    min-width:calc( 50% - 1em);
  }


}

@media (max-width:480px){
  .team-members .item:not(.is-active){
    max-width: calc(100%);
    min-width:calc(100%);
    margin-left:0;
    margin-right:0;
  }

  .team-members .image{
    height: auto;
  }

  .team-members .is-active .image,
  .team-members .image img{
    position: relative;
    height: auto !important;
    width: 100%;
    max-width: none;
  }

  .team-members .is-active .content-wrap{
    margin-top:1em;
    max-width: none;
    margin-left: 0;
  }

}







/*BLOG LISTING STYLES
/////////////////////////////////*/

/*target ie 10 & 11 starts*/
@media all and (-ms-high-contrast: none) and (min-width:981px) {
  *::-ms-backdrop,
  .post-item__wrapper{
     display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
  }

  *::-ms-backdrop,
  .post-list-item.grid {
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
    margin: 0.5em;
    -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
  }

  *::-ms-backdrop,
  .post-list-item.grid:first-of-type
  .post-list-item.grid:nth-child(6n){
    max-width:none;
    width:calc(100% - 1em);
  }
  *::-ms-backdrop,
  .post-list-item.grid:first-of-type .featured-img,
  .post-list-item.grid:nth-child(6n) .featured-img {
    height: 200px !important;
  }

  *::-ms-backdrop,
  .post-list-item{
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
  }
}
/*target ie 10 & 11 starts*/


@media (min-width:981px){
  .post-list-item.grid:first-of-type .featured-img,
  .post-list-item.grid:nth-child(6n) .featured-img {
    height: 526px;
  }

  .post-item__wrapper.grid-wrap {
    list-style:none;
    padding:0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
  }

  .post-list-item.grid:nth-child(1){
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .post-list-item.grid:nth-child(6n){
    grid-row: 4 / 6;
    grid-row: 5 / 3;
    grid-column: 2 / 4;
  }

  .post-list-item{
    max-width:820px;
  }
}



.post-list-item{
  transition:all ease-in-out 0.4s;
}

.bg-dgreen .post-list-item,
.bg-bzblue-gradient .post-list-item{
  background-color:#f6f5f6;
}

.post-list-item:hover {
  background-color: #e66e50 !important;
}



.post-list-item a {
  text-decoration: none;
  color:#333;
}

.post-list-item .featured-img {
  height: 200px;
}


.post-list-content-section {
  padding: 0.8em;
}



.post-list-content-area {
  background-color:  #fff;
  padding:  1em;
  margin-top: -3em;
  position:  relative;
}

.post-list-author {
  width: 50px;
  height: 50px;
  border-radius:  100%;
  overflow:  hidden;
  border: solid 3px #fff;
  display:  inline-block;
  position:  relative;
  margin-top:  -2em;
  background-color: #fff;
}

.post-list-author img {
  width: 110%;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.post-list-item .name-time {
  display:  inline-block;
  font-size: 0.8em;
  vertical-align:  top;
  color: #888;
}

.post-list-item .posted-by {
  margin-top: -0.5em;
}

.post-list-item h3{
  margin-top: 0;
  font-size: 1.15em;
  color:#0067b1;
}

.post-list-item .snippet{
  color:;
}

.post-listing-button {
  position:  absolute;
  bottom:  0;
  font-size:  0.8em;
  color:  #e66e50;
  padding:  0.5em;
  border-top: solid 2px #e6f3fe;
  width:  100%;
  left:  0;
}

/*Index items*/
.post-list-item_index{
  padding:1em;

}

.post-list-item_index p{
  font-size:0.9em;
}

.post-list-item_index .title {
  font-size: 1.7em;
  font-weight:  500;
  margin-bottom:  0;
}

.post-list-item .form-wrap {
  width: 100%;
}

.post-list-item input[type="email"]{
  margin-bottom:0;
  color:#fff;
}

.post-list-item .hs-error-msgs li {
  color: #fff;
}

.post-list-item .hs_error_rollup{
  display:none;
}

.post-list-item form{
  padding-top: 1em;
}
/*form ends*/

.blog-pagination{
  padding-top:3em;
}

.blog-pagination a {
  color:#e66e50;
  text-transform:uppercase;
  text-align:center;
  text-decoration:none;
  -webkit-box-flex: 3;
  -ms-flex: 3 0;
  flex: 3 0;
}


@media (min-width:769px){
  .blog-listing-hero{
    padding-top:13em;
    padding-bottom:9em;
  }
}

@media (max-width:768px){
  .blog-listing-hero{
    padding-top: 7em;
    padding-bottom: 2em;
  }
}

@media (max-width:979px){
  .post-item__wrapper{
     display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; ;
  }

  .post-list-item {
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
    margin: 0.5em;
    -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;;
  }

  .post-list-item:first-of-type,
  .post-list-item:nth-child(6n){
    max-width:none;
    min-width:calc(100% - 1em);
  }

  .post-list-item:first-of-type .featured-img,
  .post-list-item:nth-child(6n) .featured-img{
    height:300px;
  }
}


@media (max-width:580px){
  .post-list-item {
    max-width: none;
    min-width: initial;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    margin-left:0;
    margin-right:0;
  }

  .post-list-item:first-of-type .featured-img,
  .post-list-item:nth-child(6n) .featured-img{
    height:200px;
  }
}


/* BLOG POST
///////////////////////////*/
.post-body-wrap{
  overflow:visible;
}

.sticky-parent > div,
.post-body-wrap .col-2 > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition:all ease-in-out 0.3s;
  -o-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}

.post-body-wrap .col-2 .post-subscribe-form{
  padding: 1em;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.15);
}

.bg-bzblue-gradient.post-subscribe-form input[type="email"] {
  color: #fff !important;
  font-size: 1em;
  margin-top: 0.5em;
}

.post-subscribe-form input[type="submit"] {
  padding: 0.5em 1em;
}

.post-hero-profile img{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  object-fit: cover;
  vertical-align: middle;
  border: solid 2px #fff;
  margin: 1em;
  display: inline-block;
}

blockquote:not(.testimony) {
  border-left: solid 2px #e66e50;
  margin-left: 0;
  padding-left: 2em;
  font-style: italic;
  width: calc(100% - 2em);
  margin-right: 0;
  margin-left: auto;
}

blockquote.quote {
  padding: 1em;
  border: solid 1px #dad9d9;
  border-radius: 10px;
  background-color: #f3f3f3;
  position: relative;
  box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.12);
}

blockquote.quote:before {
  content: "";
  border: solid 1em #dad9d9;
  position: absolute;
  z-index: 2;
  left: -2em;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

/* related post */
.related-post-wrap .post-list-item {
  margin: 0.5em;
}

@media (min-width:769px){
  .related-post-wrap .post-list-item {
    max-width: calc(33% - 1em);
    min-width: calc(33% - 1em);
  }

  .related-post-wrap .featured-img{
    height:200px !important;
  }
}

@media (max-width:768px){
  .related-post-wrap .post-list-item{
    max-width: none;
    min-width: calc(100% - 1em);
  }
}

@media (max-width:767px){
  .post-body-wrap .col-2 > div{
    padding-top: 0 !important;
  }
}





/* FORM MODULE */
.form-module .cols {
  max-width: calc(50% - 1em);
  min-width: calc(50% - 1em);
}

.form-module .col-1 {
  margin-right: 2em;
  margin-bottom:1em;
}

.form-module .reverse-order {
  order: 1;
  margin-right: auto;
  margin-left: 2em;
}
/*form position center */
.form-module .position-center .flex-wrap,
.form-module .position-center .cols{
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
}

.form-module .position-center .cols {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  min-width: initial;
}

.form-module .position-center .content-wrap, 
.form-module .position-center .form-wrap {
  max-width: 750px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}


/* RESTYLING LABELS */
ul.inputs-list > li{
  margin-bottom: 0.5em;
  border-bottom: solid 1px #dadada;
  padding-bottom: 0.5em;
  font-size: 0.9em;
}

.hs-fieldtype-checkbox > label {
  font-size: 1em !important;
  margin-bottom: 0.5em;
  display: block;
  width: 100%;
}

.hs-dependent-field .hs-fieldtype-checkbox > label {
  position:relative;
  padding-bottom: 0.5em;
}

.hs-dependent-field .hs-fieldtype-checkbox > label + legend + .input ul {
  margin-top: 0;
  padding-top: 0 !important;
}


@media (min-width:769px){
  ul.inputs-list{
     display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; 
  }

  ul.inputs-list > li{
    -webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0;
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
    margin-bottom: 1em;
  }

  ul.inputs-list > li:nth-child(2n){
    margin-left:2em;
  }

}



@media (max-width:768px){
  .form-module .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    max-width:none;
    min-width:auto;
    margin-right:0;
    width:100%;
  } 

  .form-module .col-1{
    margin-bottom:2em;
    margin-left:auto;
    margin-right:auto;
  }

  .form-module .reverse-order{
    margin-top:2em !important;
  }
}


/* PARTNER MODULE 
///////////////////////*/
.partner-items .item {
  max-width: calc(20% - 1em);
  min-width: calc(20% - 1em);
  margin: 0.5em;
  padding:  1em;
  border: solid 1px #d4d2d2;
  border-radius: 10px;
}

.partner-items .item img{
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

@media (max-width:768px){
  .partner-items .item {
    max-width: calc(33% - 1em);
    min-width: calc(33% - 1em);
  }
}

@media (max-width:480px){
  .partner-items .item {
    max-width: calc(50% - 1em);
    min-width: calc(50% - 1em);
  }
}





/* FAQ MODULE
/////////////////////////////////*/
.faq-module .section-content,
.faq-module .faq-body{
  padding:  2em;
}


.faq-module .section-content {
  margin-bottom:  2em;
  border-bottom: solid 1px #dadada;
}

.faq-module .wrap {
  border: solid 1px #e2e2e2;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.2);
  background-color:#fff;
}


.faq-body .col-1 {
  max-width:  65%;
  min-width:  65%;
}

.faq-body .col-2 {
  max-width:calc(35% - 2em);
  min-width:calc(35% - 2em);
  background-color:#fff;
  margin-left:auto;
}

.faq-body .faq-item {
  border-bottom: solid 1px #e8e8e8;
  background-color: white;
  padding: 2em 1.8em 2em 1em;
  margin-bottom:  0;
  margin-top:  0;
  position:  relative;
  cursor:pointer;
}

.faq-body .faq-item .overview {
  font-size: 0.9em;
  border-left: solid 1px #0067b1;
  padding-left: 1.5em;
  margin-left: 7px;
  margin-top: 1em;
}

.faq-body .faq-item dt {
  font-size:  1.1em;
  color:#0067b1;
  position:  relative;
  padding-right:1.1em;
}

.faq-body .faq-item:hover dt{
  color:#e66e50;
}

.faq-body .faq-item dt:before {
  content: "\f107";
  position: absolute;
  right: -0.8em;
  color: #828282;
  top: 0;
  font-family: fontAwesome;
  border: solid 1px #dedede;
  border-radius: 5px;
  padding: 0px 6px;
  background-color: #fff;
}

.faq-body .faq-item.active {
  background-color: #f7f7f7;
  border-bottom: 0;
}

.faq-body .faq-item.active dt:before {
  content: "\f106";
}


.faq-form {
  padding: 2em 1em;
}


@media (max-width:768px){
  .faq-module .section-content, .faq-module .faq-body {
    padding: 1em;
  }
  .faq-module .faq-body,
  .faq-module .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width: none;
    min-width: initial;
    width: 100%;
  }

  .faq-module .col-2 > div{
    padding-top:1em !important;
  }
}


/* Random Custom items 
/////////////////////////////*/
.swoosh-list ul li {
  list-style:  none;
  position:  relative;
  margin-bottom: .8em;
}

.swoosh-list ul li:before {
  content:"";
  position:absolute;
  background-image:url(https://cdn2.hubspot.net/hubfs/4606173/Logo/bluewave-logo-swoosh.svg);
  width: 26px;
  height: 15px;
  background-size:contain;
  background-repeat:no-repeat;
  left: -1.8em;
  top: 6px;
}


/* SERVICE CARDS 5
////////////////////////////*/
.services-cards.option5 .item-wrap {
  max-width: 250px;
}

.services-cards.option5 .item {
  border-top: solid 4px;
  border-bottom: solid 4px;
  border-radius: 4px;
  box-shadow:0px 0px 2px rgba(0, 0, 0, 0.3);
}




/* REQUEST A CONSULTATION */
.service-override .section-wrap {
  padding: 0;
  background-color: transparent;
}

.service-override .container-wrap, .service-override .container-wrap-narrow {
  padding: 0;
  text-align: left !important;
}

.service-override h2 {
  text-align: left;
}

.service-override .option2 .all-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.service-override .item h3 {
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
}

.service-override .image img {
  height: 50px;
}

/* (min-width: 481px) */
@media (max-width: 767px){
  .service-override{
    margin-top:2em;
  }

  .service-override .item-wrap{
    max-width: calc(33% - 1em) !important;
    min-width: calc(33% - 1em) !important;
    margin: 0.5em !important;
  }
}

@media (max-width: 480px){
  .service-override .item-wrap{
    max-width: calc(50% - 1em) !important;
    min-width: calc(50% - 1em) !important;
    /*     margin:0.5em; */
  }
}




/* CALL OUTS */
@media (min-width: 769px){
  .callout{
    font-size:1.6em;
  }
}

.callout{
  font-style: italic;
}



/* tabs default 
//////////////////////////*/
.js-tab-group > a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  cursor:pointer;
}

.js-tab-item{
  margin-top:1em;
  margin-top:0;
}

.js-tab-item:not(.active) .tab-content{
  display:none !important;
}

.js-tab-item .tab-title{
  display:none;
}





/* COLUMN SPANS SPACES
//////////////////////////*/
.col-space-6 > .item-wrap,
.col-space-5 > .item-wrap,
.col-space-4_wrap > .item-wrap,
.col-space-4 > .item-wrap,
.col-space-3 > .item-wrap,
.col-space-2 > .item-wrap{
  margin:0;
  margin-left:1.5em;
  margin-top:1.5em;
}

.col-space-2 > .item-wrap{
  max-width:calc(50% - 1em);
  min-width:calc(50% - 1em);
}

.col-space-3 > .item-wrap{
  max-width:calc(33.33% - 1em);
  min-width:calc(33.33% - 1em);
}

.col-space-4 > .item-wrap{
  max-width:calc(25% - 1.2em);
  min-width:calc(25% - 1.2em);
}

.col-space-5 > .item-wrap{
  max-width:calc(20% - 1.2em);
  min-width:calc(20% - 1.2em);
}

.col-space-6 > .item-wrap{
  max-width:calc(16.66% - 1.3em);
  min-width:calc(16.66% - 1.3em);
}

.item-wrap:first-of-type{
  margin-left:0;
}


@media (min-width:769px){
  .col-space-6 > .item-wrap:nth-child(6n + 1),
  .col-space-5 > .item-wrap:nth-child(5n + 1),
  .col-space-4 > .item-wrap:nth-child(4n + 1),
  .col-space-3 > .item-wrap:nth-child(3n + 1),
  .col-space-2 > .item-wrap:nth-child(2n + 1){
    margin-left:0;
  }

}

@media(max-width:980px) and (min-width:769px){ 
  .col-space-4_wrap > .item-wrap{
    max-width:calc(33% - 1em) !important;
    min-width:calc(33% - 1em) !important;
    margin-bottom:0;
    margin-left: 1.5em !important;
    margin-top: 1.5em !important;
  }

  .col-space-4_wrap > .item-wrap:nth-child(3n + 1) {
    margin-left: 0 !important;
  }

  .col-space-4_wrap > .item-wrap:nth-child(4n + 1) {
    margin-left: 1.5em;
  }

  /*shame */
  .services-cards.option2 .col-space-4_wrap .item-wrap{
    margin:0;
  }

}

@media(max-width:768px) and (min-width:481px){  
  .col-space-5 > .item-wrap,
  .col-space-6 > .item-wrap{
    max-width:calc(33.33% - 1em);
    min-width:calc(33.33% - 1em);
  }

  .col-space-3_wrap > .item-wrap,
  .col-space-4 > .item-wrap{
    max-width:calc(50% - 1em) !important;
    min-width:calc(50% - 1em) !important;
  }

  .col-space-3.col-space-3_wrap > .item-wrap:not(:first-of-type){
    margin-left: 2em ;
  }

  .col-space-3.col-space-3_wrap > .item-wrap:nth-child(2n + 1),
  .col-space-4 > .item-wrap:nth-child(2n + 1),
  .col-space-5 > .item-wrap:nth-child(3n + 1),
  .col-space-6 > .item-wrap:nth-child(3n + 1){
    margin-left:0;
  }


}

@media(max-width:768px){
  .col-space-2 > .item-wrap,
  .col-space-3 > .item-wrap{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width:none;
    min-width:initial;
    margin-left:0;
    width: 100%;
  }
}

@media(max-width:480px){  
  .col-space-4 > .item-wrap, 
  .col-space-3 > .item-wrap, 
  .col-space-2 > .item-wrap {
    margin-left: 0;
    margin-top: 1em;
  }

  .col-space-5 > .item-wrap,
  .col-space-6 > .item-wrap{
    max-width:calc(50% - 1em);
    min-width:calc(50% - 1em);
    margin-top: 1em;
  }

  .col-space-4 > .item-wrap{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
    max-width:none;
    min-width:initial;
    margin-left:0;
  }

  .col-space-5 > .item-wrap:nth-child(2n + 1),
  .col-space-6 > .item-wrap:nth-child(2n + 1){
    margin-left:0;
  }
}





