/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css);

/* @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;}
/* 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: 950px;
  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    */
/*****************************************/
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
  font-display: swap;
    font-weight: 400;
    src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  
  /* lato-700 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
  font-display: swap;
    src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-700.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/lato-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/hubfs/Tabs_Site/fonts/lato-latin-700.woff') format('woff'), /* Modern Browsers */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/hubfs/Tabs_Site/fonts/lato-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/hubfs/Tabs_Site/fonts/lato-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }

@font-face {
  font-family: 'FuturaStdBook';
  src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-book.eot');
  src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-book.eot') format('embedded-opentype'),
    url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-book.woff') format('woff'),
    url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-book.ttf') format('truetype'),
    url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-book.svg#FuturaStdBook') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStdBold';
  src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-bold.eot');
  src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-bold.eot') format('embedded-opentype'),
    url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-bold.woff') format('woff'),
    url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-bold.ttf') format('truetype'),
    url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/futurastd-bold.svg#FuturaStdBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
font-family: 'AvenirNextLTProRegular';
src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/avenirnextltpro-regular.eot');
src: url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/avenirnextltpro-regular.eot') format('embedded-opentype'),
url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/avenirnextltpro-regular.woff') format('woff'),
url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/avenirnextltpro-regular.ttf') format('truetype'),
url('//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Tabs_Site/fonts/avenirnextltpro-regular.svg#AvenirNextLTProRegular') format('svg');
font-weight: normal;
font-style: normal;
}
*/


* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; }

body { font-family: 'FuturaStdBook'; font-size: 16px; line-height: 24px; color: #666666; margin:0; padding:0;  overflow-x:hidden; }

.row-fluid h1 { font-size:34px; line-height:1.2em; font-family: 'FuturaStdBook'; margin:0; padding:0 0 15px; color:#3e3e40; }
.row-fluid h2 { font-size:30px; line-height:1.4em; font-family: 'FuturaStdBook'; margin:0 0 20px 0; padding:0; color:#3e3e40; font-weight:300; }
.row-fluid h3 { font-size:24px; line-height:1.2em; font-family: 'FuturaStdBook'; margin:15px 0 20px 0; padding:0; color:#3e3e40; font-weight:300; }
.row-fluid h4 { font-size:20px; line-height:1.4em; font-family: 'FuturaStdBook'; margin:0; padding:0; color:#3e3e40; font-weight:300; }
.row-fluid h5 { font-size:18px; line-height:1.2em; font-family: 'FuturaStdBook'; margin:0; padding:0; color:#3e3e40; font-weight:300; }
.row-fluid h6 { font-size:16px; line-height:1.2em; font-family: 'FuturaStdBold'; margin:0; padding:0; color:#3e3e40; font-weight:700; }
@media (min-width: 768px) {
  .row-fluid h1 {font-size: 42px;}
}
.homeNew .row-fluid h1 { font-size:55px; line-height:70px; font-family: 'FuturaStdBook'; margin:0; padding:0; color:#3e3e40; }
.homeNew .row-fluid h2 { font-size:42px; line-height:52px; font-family: 'FuturaStdBook'; margin:0; padding:0; color:#3e3e40; font-weight:600; }
.homeNew .row-fluid h3 { font-size:32px; line-height:40px; font-family: 'FuturaStdBook'; margin:0; padding:0; color:#3e3e40; font-weight:600; }
.homeNew .row-fluid h4 { font-size:30px; line-height:38px; font-family: 'FuturaStdBook'; margin:0; padding:0; color:#3e3e40; font-weight:300; }
.homeNew .row-fluid h5 { font-size:24px; line-height:30px; font-family: 'FuturaStdBook'; margin:0; padding:0; color:#3e3e40; font-weight:300; }
.homeNew .row-fluid h6 { font-size:18px; line-height:26px; font-family: 'FuturaStdBold'; margin:0; padding:0; color:#3e3e40; font-weight:300; }

.row-fluid img { border:none; max-width:100%; height:auto; }
.row-fluid a {text-decoration:none; color:#ed962f; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.row-fluid a:hover { color:#666666; }
.row-fluid .wrapper { max-width:1200px; width:100%; float:none; margin:0 auto !important; padding:0 15px; }
.row-fluid .wrapper-medium { max-width:1100px; width:100%; float:none; margin:0 auto !important; padding:0 15px; }
.row-fluid .wrapper-small { max-width:895px; width:100%; float:none; margin:0 auto !important; padding:0 15px; } 
.row-fluid .wrapper-xsmall { max-width:775px; width:100%; float:none; margin:0 auto !important; padding:0 15px; } 
.row-fluid p { margin:15px 0; }
.hs_cos_wrapper_type_rich_text li {margin-bottom:5px!important;}
.hs_cos_wrapper_type_rich_text ul {margin-bottom:0px!important;}
.row-fluid input { border:none; outline:none; }
body .row-fluid [class*="span"] { min-height:2px; }
.row-fluid input[type=submit] { font-family: 'FuturaStdBook'; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all  0.2s ease-in-out; }
.row-fluid textarea { font-family: 'FuturaStdBook'; font-size:15px; line-height:26px; color:#818181; }
ul, ol { margin:0; padding:0 0 0 25px; }
.custom-heading-and-content ul {margin-bottom: 20px;}

.row-fluid .get-bg { display:none; }
.row-fluid .set-bg, .row-fluid .set-random-bg { background-size:cover; background-repeat:no-repeat; }
.headline-bg {background:#ed962f;}
.headline-bg.hb-override {background-color: transparent; text-align: center; color: #3e3e40;}
.ps-headline {background:#0073ad;}
.landing-page .headline-bg {background:#ffffff;}
.lp-right-col {padding-left:30px;}
.lp-right-col .hs_cos_wrapper_widget {padding-bottom:15px;}
.hs_cos_wrapper_type_form {max-width:650px;}
.headline-bg h1 {color:#fff; font-weight:400!important; padding:25px 0;}
.headline-bg.hb-override h1 {color: #3e3e40!important; }
.filter-expand-link ,.button a , a.button { padding:5px 25px; border:1px solid #00a5db; display:inline-block; font-family: 'FuturaStdBook'; font-weight:400; letter-spacing: 1px; text-transform: uppercase; color:#00a5db; font-size:13px; line-height:25px; border-radius:5px;   }
.filter-expand-link:hover ,.button a:hover , a.button:hover  { color:#fff; background:#00a5db; }
.font-white,.font-white a,.font-white h1 ,.font-white h2 ,.font-white h3 ,.font-white h4 ,.font-white h5 ,.font-white h6 { color:#fff!important;  }
.button.white a , a.button.white { border:1px solid #fff; color:#fff; font-weight:500; } 
.button.white a:hover , a.button.white:hover  { border:1px solid #00a5db; }
.button.blue {border-radius:0;height:40px;padding: 0 15px;width:200px;}
.button.blue a , a.button.blue { border:1px solid #00a5db; color:#00a5db;letter-spacing: 1px; transition: all ease .3s; font-size:13px!important;font-weight:400; line-height:42px;text-align:center;} 
.button.blue a:hover , a.button.blue:hover  { border:1px solid #00a5db;color:#ffffff;background:#00a5db; }

.button.bluesolid {border-radius:0;height:40px;padding: 0 15px;width:200px;background:#00a5db;}
.button.bluesolid a , a.button.bluesolid { border-radius:5px;border:1px solid #00a5db; color:#ffffff;letter-spacing: 1px; transition: all ease .3s; font-size:13px!important;font-weight:400; line-height:42px;text-align:center;} 
.button.bluesolid a:hover , a.button.bluesolid:hover  { border:1px solid #00a5db;color:#00a5db;background:#ffffff; }

.button.orange {border-radius:0;height:40px;padding: 0 15px;width:200px;}
.button.orange a , a.button.orange { border:1px solid #f89d31; color:#f89d31;letter-spacing: 1px; transition: all ease .3s; font-size:13px!important;font-weight:400; line-height:42px;text-align:center;} 
.button.orange a:hover , a.button.orange:hover  { border:1px solid #f89d31;color:#ffffff;background:#f89d31; }

.button.orangesolid {border-radius:0;height:40px;padding: 0 15px;width:200px;}
.button.orangesolid a , a.button.orangesolid { border-radius:40px;background:#f89d31;border:1px solid #f89d31; color:#fff!important;letter-spacing: 1px; transition: all ease .3s; font-size:13px!important;font-weight:400; line-height:42px;text-align:center;} 
.button.orangesolid a:hover , a.button.orangesolid:hover  {background-color: transparent;color: #f89d31!important}

.blue-outline-hover:hover {color:#00a5db!important;}
a.orange-outline-hover:hover {border: 1px solid #f89d31!important;color: #f89d31 !important;background-color: transparent!important;}
a.blue-outlinetrans-hover:hover {border: 1px solid #00a5db!important;color: #00a5db !important;background-color: transparent!important;}

.hs-form .hs_submit input.hs-button,
.sidebar .hs-form .hs_submit input.hs-button,
.lp_header2017.header2017 .search > div > span > .client-login,
.lp-right-col .hs-form .hs_submit input.hs-button {background-color: #f89d31;border: 1px solid #f89d31; color: #fff;}
.hs-form .hs_submit input.hs-button:hover,
.sidebar .hs-form .hs_submit input.hs-button:hover,
.lp_header2017.header2017 .search > div > span > .client-login:hover,
.lp-right-col .hs-form .hs_submit input.hs-button:hover {background-color: transparent;color: #f89d31!important;}

a.btnorange {
  border: 1px solid #f89d31 !important;
  color: #fff !important;
  background-color: #f89d31 !important;
  border-radius: 200px;
}
a.btnorange:hover {background-color: transparent!important;color: #f89d31!important;}

strong { font-weight:700;color:#595959; }
.text-center { text-align:center; }
.text-right { text-align:right; }

.gray-bg { background:#edeeee; }

.width50 { width:50% !important; float:left; margin:0px !important; }
.newHero {position: relative;}
.row-fluid .greyMask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5);}
.newHero .wrapper {position: relative; z-index: 1;}

@media (max-width: 767px) {
  .lp-right-col {padding-left:0!important;}
  .mobile-text-center { text-align:center; }
  .mobile-text-right { text-align:right; }
}

/*unique paddings*/
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.p100-0 { padding-top:100px; padding-bottom:100px; }
.p150-0 { padding-top:150px; padding-bottom:150px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pb90 { padding-bottom:90px; }
.pb120 { padding-bottom:120px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt90 { padding-top:90px; }
.pt100 { padding-top:100px; }
.pt110 { padding-top:110px; }
.pt120 { padding-top:120px; }
.pt130 { padding-top:130px; }
.pt200 { padding-top:200px; }




/*>>> Form Design <<<*/
.row-fluid input[type="text"],.row-fluid  input[type="number"],.row-fluid  input[type="email"],.row-fluid  input[type="tel"],
.row-fluid select ,.row-fluid textarea { width: 100%; min-height: 42px; outline:none; line-height: 40px; color:#666666; border: 1px solid #ccc; background:#ffffff; text-transform:capitalize; padding: 0 15px; }
.row-fluid input[type=submit], .error-mainpage-content .hs-button {padding: 10px 25px 10px 25px; background:#00a5db; display: inline-block; font-family: 'FuturaStdBook'; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: #fff; font-size: 15px; line-height: 25px; cursor:pointer; }
.row-fluid input[type=submit]:hover, .error-mainpage-content .hs-button:hover { background:#f89d31; color:#fff; }
.error-mainpage-content .hs-button {margin-top:20px;}
form ul.inputs-list {list-style-type:none!important;padding-left:0!important;}
.hs_blog_subscription_for_forms li {float:left;width:50%;}
#comment-form {max-width:500px;}

/*-=-=-=-=-=-=-=-=
Header and footer section
=-=-=-=-=-=-=-=-=-=*/
.row-fluid .top-section { font-family: 'Lato', sans-serif; float:left; width:100%; background:#5e5f61; color:#f69c2e; font-size:14px; padding:12px 0 10px; }
.row-fluid .top-section a { color:#f69c2e; text-decoration:underline; }
.row-fluid .top-section a:hover { opacity:0.7; }
.row-fluid .top-section-home { font-family: 'Lato', sans-serif; float:left; width:100%; background:#f69c2e; color:#ffffff; font-size:14px; padding:12px 0 10px; }
.row-fluid .top-section-home a { color:#FFF; text-decoration:underline; }
.row-fluid .top-section-home a:hover { opacity:0.7; }
.row-fluid .top-section .orange-right { text-align:right; }
.row-fluid .top-section .orange-right  a { text-transform:uppercase; text-decoration:none; }


.row-fluid .maintop-section { float:left; width:100%; border-bottom:3px solid rgba(0,0,0,0.1);  }
.row-fluid .maintop-section .Site-logo { padding:17px 0 0; }
.row-fluid .maintop-section .Site-logo.lp { padding:25px 0; }
.row-fluid .maintop-section .Site-logo.ps { padding:30px 0 20px 0; }

.courtesytop-section {background:#f4f4f4;}

.hs-breadcrumb-menu-item,.breadcrumbs-row .custom-breadcrumbs ul li {font-size:13px!important;}
.hs-breadcrumb-menu-item.first-crumb {padding-left:0!important;}
.hs-breadcrumb-menu-item:first-child{padding-left:0!important;}
.breadcrumbs-row .custom-breadcrumbs ul li {padding: 10px 0px 10px 10px;font-size: 13px;float:left !important;width:auto;}
.breadcrumbs-row .custom-breadcrumbs ul li a {text-decoration: none;color: #ed962f; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;max-width: 100%;padding: 0; text-overflow: inherit; overflow: unset;}
.breadcrumbs-row .custom-breadcrumbs ul li a:hover,.breadcrumbs-row .custom-breadcrumbs ul li a:hover{color:#666;}
.pt135{padding-top:119px;}
.breadcrumbs-row .custom-breadcrumbs ul li a:before {content: '›';padding-right: 10px;color: #666666;}
.breadcrumbs-row .custom-breadcrumbs ul li:first-child a:before{display:none;}
.custom-breadcrumbs .hs-menu-wrapper {display: block !important;}
.breadcrumbs-row .custom-breadcrumbs ul {margin: 0;padding-left: 5px; }
.breadcrumbs-row .custom-breadcrumbs ul li a[href="javascript:void(0);"] {pointer-events: initial;cursor: text;color: #666;}


/* Simple Footer */
.simple-lp-footer {
  background: #5e5f61;
  text-align: center;
  color: #fff;
}

@media ( min-width:992px ) {
  .row-fluid .maintop-section .custom-menu-primary > div > span > div > ul li a { max-width:100%!important; width:100%!important; float:left; color:#5e5f61;  }
  .row-fluid .maintop-section .custom-menu-primary > div > span > div > ul li a:hover { color:#f89d31; }
  .row-fluid .maintop-section .custom-menu-primary>div>span>div>ul > li > a { padding:40px 20px; text-transform:uppercase; }
  .row-fluid .maintop-section .custom-menu-primary > div > span > div > ul { float:right; }
  .row-fluid .maintop-section .custom-menu-primary>div>span>div> ul > li ul { top:100%; background:#fff; padding:0 15px 15px;  border-top: 3px solid rgba(0,0,0,.10); border-bottom: 3px solid rgba(0,0,0,.10); }
  .row-fluid .maintop-section:not(.header2017) .custom-menu-primary>div>span>div> ul > li.hs-item-has-children:before { content:"\f0dd"; font-family:'FontAwesome'; position:absolute; top:36px; right:4px; color:#f89d31;-moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;}
  .row-fluid .maintop-section .custom-menu-primary>div>span>div> ul > li ul a { padding:15px 15px 0; }

}

/* Custom Dropdown */
.custom-dropdown {
  min-width: 650px;
}
.custom-dropdown ul {
  border: 0!important;
  box-shadow: none!important;
  width: 100%!important;
  float: left!important;
  display: inline-block;
  margin: 0px!important;
}

@media (min-width: 992px) {
  .nav:not(.custom-override) .solutions .hs-menu-children-wrapper {
    display: none!important;
  }

  .nav:not(.custom-override) .solutions .custom-dropdown {
    display: block!important;
  }

}

.solutions .custom-dropdown ul > li a:hover {
  border-radius: 0px!important;
}
.custom-dropdown > ul > li > a {
  background: none!important;
}
ul.hs-menu-children-wrapper.custom-dropdown ul li a {
  background: none;
}
ul.hs-menu-children-wrapper.custom-dropdown ul li {
  box-shadow: none!important;
  padding: 0px!important;
  clear: both;
}

@media (max-width: 1100px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper.custom-dropdown {left: -120px;}
}

@media (max-width: 991px) {
  .pt135 {padding-top: 15px;}
  .solutions .custom-dropdown {display: none!important;}   
}
/* Menu display to improve CLS */
.custom-menu-primary.js-enabled .hs-menu-wrapper {display: none;}
  @media(min-width: 993px){.custom-menu-primary.js-enabled .hs-menu-wrapper {display: block;}}
/* Alert Header */

.header-alert {background:#ed962f;padding:45px 0 20px 0;overflow:hidden;}
.header-alert .wrapper {max-width:1100px!important;}
.header-alert h4 {color:#3e3e40!important;font-size:20px!important;line-height:38px;}
.header-alert span {font-weight:bold;}
@media (max-width: 993px) {
  .header-alert {padding:20px 0!important;}
}
@media (max-width: 767px) {
  .header-alert {padding:20px 0!important;}
  .header-alert h4 {line-height:26px;margin-bottom:20px!important;}
  .mobile-top.hero-text-right {padding: 0 30px !important;}
}
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.search a.search-icon { padding:20px 0; margin:20px 0; text-align:left; cursor:pointer; display:block; color:#5e5f61; }
.search a.search-icon:hover { color:#f89d31; }
.row-fluid .maintop-section .wrapper { position:relative; }
.row-fluid .search-box { position:absolute; top:100%; right:0px; background:#fff; border-top: 3px solid rgba(0,0,0,.10); border-bottom: 3px solid rgba(0,0,0,.10); z-index:12; width:290px; padding:15px; }
.row-fluid .search-box label { display:none; }
.search-form,
.row-fluid .search-box .input { position:relative; }
input#searchBox,
.row-fluid .search-box input[type='text'] { width:100%; border:1px solid rgba(0,0,0,0.1); border-radius:40px; line-height:20px; height:40px; padding:10px 45px 10px 15px; }
button.search-submit,
.row-fluid .search-box a:not(.uniboxSearchContent) { position:absolute;     position: absolute; top: 0; right: 0; width: 45px; height: 40px; display: block; text-align: center; line-height: 40px; cursor:pointer; }
button.search-submit i,
.row-fluid .search-box a  i { width: 25px; height: 25px; color: #fff; background: #f89d31; line-height: 25px; border-radius: 50%; }

button.search-submit {
  border: none;
  padding: 0;
  -webkit-appearance: none;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .row-fluid .search-box {right: calc(50% - 585px);}
}

.about-company { background:#f4f4f4; border-top:3px solid #ed962f;font-size: 14px;padding: 75px 0px 40px; }
.about-company h6 { text-transform:uppercase;font-family: 'FuturaStdBook'!important;letter-spacing: 1px;font-size: 18px; line-height: 26px; }
.about-company a { color:#00a5db; }
@media (max-width:767px) {
  .about-company {
    padding: 40px 0px 20px;
  }
}
.footer-section { color:#c2c2c2; background:#5e5f61; }
.footer-section .subscribe { padding:10px 40px 40px 0px ; border:1px solid #838487; border-left-color:transparent; }
.footer-section .subscribe .input { width:75%; float:left; }
.footer-section .subscribe .actions { width:25%; float:left; }
.footer-section .subscribe input { width:100%; height:42px; line-height:40px; border:1px solid #838487; background:none; text-transform:uppercase; padding:0 15px; }
.footer-section .subscribe h3 { font-size:16px; line-height:25px; margin-bottom:5px; color:#a9a9a9; font-weight:400; }
.footer-section .subscribe .hs-error-msgs { display:none !important; }
.footer-section .subscribe input[type=submit] { color:#f89d31; border-color:#f89d31;  letter-spacing:1px; transition:all ease 0.3s; cursor:pointer; }
.footer-section .subscribe input[type=submit]:hover { color:#fff; background-color:#f89d31; }

.footer-section .social-icons { padding:0 0px 40px 40px ; border-top:1px solid #838487; border-bottom:1px solid #838487;  }
.footer-section .social-icons ul { margin:0; list-style:none; padding:0; }
.footer-section .social-icons ul li { display:inline-block; padding:0 5px;  }
.footer-section .social-icons ul li a { width:42px; height:42px; font-size:20px; line-height:40px; text-align:center; color:#fff; background:#f89d31; border-radius:50%; display:block; }
.footer-section .social-icons ul li a:hover { color:#f89d31; background:transparent; } 

.footer-section-0ct-2016 { color:#c2c2c2; background:#5e5f61; }
.footer-section-0ct-2016 .subscribe {}
/*
.footer-section-0ct-2016 .subscribe .input { width:75%; float:left; }
.footer-section-0ct-2016 .subscribe .actions { width:25%; float:left; }
*/
.footer-section-0ct-2016 .subscribe input { width:100%; height:42px; line-height:40px; border:1px solid #838487; background:none; text-transform:uppercase; padding:0 15px; margin-top:10px;}
.footer-section-0ct-2016 h3 { font-size:16px!important; line-height:25px!important; margin-bottom:5px!important; color:#dadada!important; font-weight:400!important; margin-top:20px!important;}
.footer-section-0ct-2016 p { font-size:13px; line-height:17px; color:#a9a9a9;margin:15px 0!important;}
.footer-section-0ct-2016 .subscribe .hs-error-msgs { display:none !important; }
.footer-section-0ct-2016 .subscribe input[type=submit] { color:#f89d31; border-color:#f89d31;  letter-spacing:1px; transition:all ease 0.3s; cursor:pointer; }
.footer-section-0ct-2016 .subscribe input[type=submit]:hover { color:#fff; background-color:#f89d31; }

.footer-section-0ct-2016 .social-icons { padding:0; }
.footer-section-0ct-2016 .social-icons ul { margin:0; list-style:none; padding:0; }
.footer-section-0ct-2016 .social-icons ul li { display:inline-block; padding:5px 5px;  }
.footer-section-0ct-2016 .social-icons ul li a { width:42px; height:42px; font-size:20px; line-height:40px; text-align:center; color:#fff; background:#f89d31; border-radius:50%; display:block; }
.footer-section-0ct-2016 .social-icons ul li a:hover { color:#f89d31; background:transparent; }
.footer-section-0ct-2016 .footer-logo {padding-top:20px;}
.footersociallinks li a img {vertical-align: middle;}
.footersociallinks li a:hover {background-color: #f89d31!important;}
.hs_cos_wrapper_type_cta {text-align: center; display: block;}


@media (max-width: 767px) {
  .footer-section-0ct-2016 .subscribe {padding-left:0!important;padding-right:0!important;}
  .neilsen-mobile {width:auto!important;}
}


.footer-menu { text-align:center; padding:15px 0 5px; }
.footer-menu a { width:100% !important; max-width:100% !important; text-transform:uppercase; font-size:14px; line-height:20px; padding:5px 20px !important; float:left; }
.footer-menu a:hover, .copyright a:hover { color: #FFFFFF; }
.copyright { font-size:12px; line-height:18px; color:#bababa; }

/*=-=-=-=-=-= Home Page =-=-=-=-=*/
.home-hero { padding:120px 0 80px; background-size:cover;}
.hero-content { font-size:24px; line-height:30px; font-family: 'Lato', sans-serif; font-weight:400;  }
.home-hero .button a { font-size:21px; line-height:44px; text-transform:capitalize; font-family: 'FuturaStdBook';border:none!important;}
.home-hero .button a i { font-size:18px; }
.help-section h4 { font-size:27px; }
.newHero .hero-image {position: absolute; bottom: -120px;}

.banner-offer-cta {text-align:center;font-weight: bold!important;font-family: 'FuturaStdBook'!important;}
.banner-offer-cta span.hs-cta-wrapper {background: rgba(62,62,64,.85); border: 2px solid #fff; display: block; border-radius:5px;}
.banner-offer-cta a {background: transparent!important; color: #666666!important;}

.home-3-services .widget-type-linked_image, .home-3-services h4, .home-3-services p, .home-3-services { text-align:center!important;}
.home-3-services h4 {font-size: 24px!important;line-height:30px!important;}
.home-3-services .widget-type-rich_text.equal_height {margin:10px 0;}
.home-3-services .widget-type-linked_image {margin-bottom:10px;}

.about-video {
  padding:0 100px;
}
.about-video .wistia_responsive_padding {
  box-shadow: 0 50px 80px -40px rgba(0,0,0,.35), 0 25px 25px -20px rgba(0,0,0,.35);
  border:1px solid #ccc;
}
@media (max-width: 767px) {
  .about-video  { padding:0 20px;}
}
ul.slides { margin:0; padding:0; list-style:none; }
.slider { position:relative; }
.slider .flex-direction-nav { position:absolute; top:50%; width:100%; right:0; transform:translate3d(0,-50%,0); -webkit-transform:translate3d(0,-50%,0); -moz-transform:translate3d(0,-50%,0); z-index:55; margin:0; padding:0; list-style:none; }
.flex-direction-nav a { z-index:5; font-size:0px; background:url(//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/Assets_Tabs_Site/left-arrow.png) center center no-repeat; width:25px; height:50px; display:block; left:0; position:absolute;
  top:50%; transform:translate3d(0,-50%,0); -webkit-transform:translate3d(0,-50%,0); -moz-transform:translate3d(0,-50%,0); }
.flex-direction-nav a.flex-next { left:inherit; right:0px;  }
.flex-direction-nav a.flex-prev { transform:translate3d(0,-50%,0) rotate(-180deg) ; -moz-transform:translate3d(0,-50%,0) rotate(-180deg) ; -webkit-transform:translate3d(0,-50%,0) rotate(-180deg) ; }

.slider-inner { width:100%; float:left; padding:50px 0; position:relative; }
.slider-inner:after { content:''; position:absolute; z-index:1; background:rgba(42,59,71,0.7); width:100%; height:100%; top:0; left:0; } 
.slider-inner > * { position:relative; z-index:2; }
.report-left { width:65%; float:left; padding:30px 15px; text-align:right; position:relative; z-index:55; }
.report-left p { margin:15px 0 20px; }
.report-image { width:35%; float:left; padding:0 15px; }

.report-slider .flex-direction-nav a { width:50px; height:70px; background-color:rgba(0,0,0,0.24); }

.clients-section { color:#3e3e40; }
.clients-section i { color:#ee9d3e; }
.clients-section img { border:1px solid #ee9d3e; }
.clients-section iframe { width:100% !important; /*height:220px !important;*/ border:1px solid #ee9d3e; } 
iframe {max-width: 100%;}
.thumb-slider { max-width:1200px; margin:0 auto;  }
.thumb-slider .flex-direction-nav a { width:50px; height:70px; }
.home-logos-static {
  padding:10px 0 50px;
}
.home-logos-static > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-logos-static > span > .hs_cos_wrapper {
  width:13%;
  text-align:center;
}
.home-logos-static > span > .hs_cos_wrapper img {
  vertical-align: middle;
  -webkit-filter: grayscale(100%) opacity(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) opacity(50%);
}
.home-logos-static > span > .hs_cos_wrapper img:hover {
  -webkit-filter: grayscale(0%) opacity(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) opacity(100%);
}

@media (max-width: 1366px) {
  .home-logos-static > span > .hs_cos_wrapper {width:12%;}
}

@media (max-width: 768px) {
  .home-logos-static > span {flex-wrap:wrap}
  .home-logos-static > span > .hs_cos_wrapper {width:33%; margin-bottom:40px;}
  .home-logos-static {padding-bottom:20px;}
}

@media (max-width: 767px) {
  .home-logos-static > span > .hs_cos_wrapper img {padding:0 15px!important;}
}

@media (max-width: 414px) {
  .home-logos-static > span > .hs_cos_wrapper {width: 50%;}
}
.recent-posts .hs-rss-item  a { color:#00a5db; display:block; margin:10px 0 10px; }
.recent-posts .hs-rss-item a:hover { color:#ED962F; }
.recent-posts .hs-rss-item { width:33.33%; float:left; padding:15px; }
.recent-posts a.hs-rss-title { font-size:20px; line-height:26px; }



/*=-=-=-=-=-= Blog Page Style =-=-=-=-=*/
.inner-hero { padding:70px 0;   }
.inner-hero h1 { color:#fff; font-family: 'FuturaStdBook'; font-size:48px; line-height:55px; font-weight: 300; }
.blog_body .hs-blog-header h1,
.blog_body .hs-blog-header h2 { font-family: 'FuturaStdBook'; font-size:42px; line-height:55px; }

.row-fluid .blog_main { padding-bottom:70px; }
.row-fluid .blog_main h3 { font-size:30px; line-height:36px; }
.row-fluid .blog_main a { color:#00a5db; }
.row-fluid .blog_main a:hover { color:#ed962f; }  
.row-fluid .blog_main .button a:hover,.row-fluid .blog_main a.button:hover { color:#fff; }

.row-fluid .blog-left .post-listing .post-item { width:100%; float:left; margin-bottom: 45px; padding-bottom: 20px; border-bottom: 2px solid #dcdcdc; }
#hubspot-author_data { width: 100%; float: left; padding: 10px; border: 1px solid #dcdcdc; background: #f5f5f5; margin: 10px 0; }
#hs_cos_wrapper_blog_social_sharing { border-bottom: 1px solid #dcdcdc; width:100%; float:left; }
.hs-blog-social-share-item-facebook { margin-top:-4px; }

.row-fluid .blog-left .post-listing .post-item .post-body { padding:30px 0 20px; float:left; width:100%; }
.row-fluid .blog-left .post-listing .post-item .post-body ,.row-fluid .blog-left .post-listing .post-item .post-body *{ font-size:16px; line-height:24px; color:#666666; }
.row-fluid .blog-left .post-listing .hs-featured-image { float: right; max-width: 50% !important; }
.row-fluid .blog-left .post-listing .post-item .post-body ul ,.row-fluid .blog-left .post-listing .post-item .post-body ol { margin:15px 0; } 

.post-bottom { width:100%; float:left; }
.post-bottom .custom_listing_comments { float: right; padding: 7px 0; }

.blog-right {  }
.sidebar {padding-left:40px;}
.row-fluid .sidebar-box a { color:#666666;  }
.sidebar-box { padding:30px 30px; background:#efefef; position:relative; margin-bottom:30px; }
.sidebar .row-fluid-wrapper {margin-bottom:25px;}
.sidebar-box:after { content: ''; width: 0; height: 0; border: 20px solid transparent; border-top-color: #00a5db; border-bottom: 0px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); display: block; bottom: -2px; right: -12px; position: absolute; } 
/*.sidebar-box:before { content: ''; width: 0; height: 0; border: 20px solid transparent; border-top-color: #00a5db; border-bottom: 0px; transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); display: block; top: -2px; left: -12px; position: absolute; }*/
.sidebar-box h3 { font-size:22px; line-height:28px; position:relative; padding-bottom:15px; margin-bottom:15px; }
.sidebar-box h3:before { content: ''; width: 40px; height: 2px; background-color: #00a5db; position: absolute; display: block; bottom: 0px; left: 0; }
.sidebar-box ul { margin:0; padding:0; list-style:none; }
.sidebar-box .widget-module ul li:before {
  content: '';
  padding-right: 5px;
  color: #666;
  display: inline-block;
  width: 14.16px;
  height: 17px;
  background: url(https://www.tabsanalytics.com/hubfs/icons/icon-chevron2-dark.png) center left no-repeat;
  position: relative;
  top: 1px;
  box-sizing: border-box;
}
.sidebar-box input[type=submit] { margin-top:15px; }
.sidebar-box ul li { padding-bottom:10px; }

@media (max-width: 767px) {.sidebar {padding-left:0!important;}}

.blog_body .row-fluid .post-body h2 { font-size:30px!important; line-height:40px!important; }
.blog_body .row-fluid .post-body h3 { font-size:28px; line-height:38px; }
.blog_body .row-fluid .post-body h4 { font-size:26px; line-height:34px; }
.blog_body .row-fluid .post-body h5 { font-size:24px; line-height:30px; }
.blog_body .row-fluid .post-body h6 { font-size:22px; line-height:28px; }

.section.post-body { width:100%; float:left; margin:20px 0; }
.blog-section.pb30 { width:100%; float:left; }
.blog-section .post-header h1 {    
  font-size: 30px;
  line-height: 1.4em;
  font-family: 'FuturaStdBook';
  margin: 0 0 20px 0;
  padding: 0;
  color: #3e3e40;
  font-weight: 300;
}
.widget-type-blog_comments .hs-form-field label { margin:10px 0 2px; display:block;color:#3e3e40;}
.body-container .hs-form-field label { margin:10px 0 2px; display:block; color:#3e3e40!important; }
.row-fluid .widget-type-blog_comments input[type=submit] { margin-top:15px; }
.body-container input[type=submit] { margin-top:15px; }
.hs_cos_wrapper_type_post_listing h3 {margin-bottom:25px;}
.blog-cta {float: left;}
.hs_cos_wrapper_type_post_listing .widget-module ul li {padding-bottom:15px;}
.comment-from, .comment-date { text-transform:capitalize; }


/***** Migrated Styles *****/
/*.global-sidebar .widget-type-blog_subscribe label {display: none!important;}*/
.global-sidebar > .row-fluid-wrapper {margin-bottom: 30px;}
@media (max-width: 767px) {
  .global-sidebar > .row-fluid-wrapper:first-child {margin-top: 30px;}
}

#tips2 li {display: none;}
#tips2, #tips2 li {margin: 0; padding: 0 0 15px; list-style: none;}
.tips2 {padding:50px 0 30px 0;}
#tips2 h1 {
  font-size: 42px;
  line-height: 60px;
  margin: 0;
  color: #fff;
  padding: 50px 0 16px 0;
  text-transform: none;
}
.tips2 h1 {
  font-size: 54px;
  line-height: 60px;
  font-weight: normal;
  margin: 0;
  color: #fff;
  padding: 0 0 16px 0;
  text-transform: none;
}

#tips2 p,
.tips2 p {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 21px;
  margin: 0;
  color: #fff;
  padding-bottom: 24px;
  text-transform: uppercase;
}

#tips li {display: none;}
#tips, #tips li {margin: 0; padding: 0 0 15px; list-style: none;}
.tips {padding:50px 0 30px 0;}
#tips h1 {
  font-size: 42px;
  line-height: 60px;
  margin: 0;
  color: #fff;
  padding: 50px 0 16px 0;
  text-transform: capitalize;
}
.tips h1 {
  font-size: 54px;
  line-height: 60px;
  font-weight: normal;
  margin: 0;
  color: #fff;
  padding: 0 0 16px 0;
  text-transform: capitalize;
}

#tips p,
.tips p {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 21px;
  margin: 0;
  color: #fff;
  padding-bottom: 24px;
  text-transform: uppercase;
}

.ty-banner {
  padding: 80px 0;
  text-align:center;
}
.ty-banner h1 {
  color:#ffffff;
  font-size: 54px;
  line-height: 60px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 65px 0;
}
.ty-banner h2 {
  margin-bottom:25px!important;
  color:#ffffff;
}
.ty-banner h4 {
  text-transform: uppercase;  
  font-size:20px!important;
  line-height:30px!important;
}
.resources-box-feed h3 {
  margin:0!important;
}
.resources-box-feed .hs-rss-item {
  float:left;
  width:33%;
  padding: 0 20px;
}
.resources-box-feed .hs-rss-item .hs-rss-item-image-wrapper,
.resources-box-feed .hs-rss-item .hs-rss-item-text {
  width:100%!important;
}
.resources-box-feed .hs-rss-item .hs-rss-item-image-wrapper {
  margin-bottom:10px;
}
.resources-box-feed .hs-rss-item .hs-rss-item-text a {
  color:#fff;
}
.wide-dk-grey {
  background:#f4f4f4;
  /*background:#5e5f61;*/
  padding:30px 0;
  overflow:hidden;
  text-align:center;
}


/*
.wide-dk-grey p {
color:#c2c2c2!important;
}
*/

/* Misc */
/* Deep Dive Pages */
.deepDive {
  padding: 64px 0;
}
.deepDive.section1 .hs_cos_wrapper_type_linked_image {
  text-align: center;
}
.deepDive.section2 {
  background: #ED962F;
  color: #fff;
}
.deepDive.section2 * {
  color:#fff;
}
.deepDiveChapter {
  padding: 32px;
  border: 1px solid #F4F4F4;
  border-radius: 20px;
  position: relative;
  border-bottom: 3px solid #E6E6E6;
  margin-top: 35px;
  margin-bottom:96px;
}
.chapterIcon {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  text-align: center;
}
.chapterIconwrapper {
  padding: 12px;
  background: #F4F4F4;
  width: 100px;
  margin: 0 auto;
  height: 100px;
  border-radius: 100px;
  vertical-align: middle;
  border-bottom: 3px solid #E6E6E6;
}
.chapterIconwrapper img {
  vertical-align: middle;
  width: 75px;
  height: auto;
}
.chapterContent h4, .chapterContent h2 {
  text-align: center;
  margin-top: 16px;
}
.chapterContent h4 {
  text-transform: uppercase;
  color: #5E5F61;
  margin-top:32px;
}
.chapterText {
  margin-bottom: 32px;
  margin-top: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E6E6;
}
.chapterLinks {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.largeCta {
  padding: 64px;
  background: #E6E6E6;
}
.largeCtaImage {
  text-align: center;
}
.largeCtaText {
  margin-bottom: 64px;
}
.largeCtaButton a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background: #ED962F;
  display: table;
  padding: 20px 30px;
  border-radius: 16px;
  border-bottom: 3px solid #B17630;
}
.largeCtaButton a:hover {
  background: #5E5F61;
  color: #fff;
  border-color: #49494A;
}
.largeCtaButton i {
  margin-left: 20px;
}
.chapterIndex ul {
  padding: 0;
  margin-top:32px;
  text-align:center;
}
.chapterIndex li {
  list-style: none;
  display: inline-block;
}
.chapterIndex li a {
  padding: 8px 15px;
  border: 1px solid #ED962F;
  margin: 0 10px 10px 10px;
  font-size: 20px;
}
.deepDiveChapter.blue, .blue .chapterIconwrapper, .blue .chapterText {
  border-color: #00A5DB;
  border-bottom-color: #007EA8;
}
.deepDiveChapter.purple, .purple .chapterIconwrapper, .purple .chapterText {
  border-color: #8E47AD;
  border-bottom-color: #64307A;
}
.deepDiveChapter.teal, .teal .chapterIconwrapper, .teal .chapterText {
  border-color: #00C6B2;
  border-bottom-color: #009385;
}
.deepDiveChapter.yellow, .yellow .chapterIconwrapper, .yellow .chapterText {
  border-color: #F9E24C;
  border-bottom-color: #C6B43D;
}
.blue .chapterIconwrapper {
  background-color:#00A5DB;
}
.purple .chapterIconwrapper {
  background-color:#8E47AD;
}
.teal .chapterIconwrapper {
  background-color:#00C6B2;
}
.yellow .chapterIconwrapper {
  background-color:#F9E24C;
}

/*=-=-=-=-=-=-=-=-==-=-=-
Responsive Media Queries
=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*for Hubspot   >>>>>>*/
.hs-form-required { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px;  }
/*<<<<<<<<<<*/

@media ( max-width:1230px ) {

  .wrapper { max-width:1000px }
  .thumb-slider { max-width:1000px; }
  .row-fluid .maintop-section .custom-menu-primary>div>span>div>ul>li>a { font-size:13px; }
  .home-hero { padding:90px 0 60px; }
  .newHero .hero-image {position: absolute; bottom: -90px;}
}

@media ( max-width:1080px ) {

  .wrapper { max-width:900px }
  .homeNew .row-fluid h1 { font-size:30px; line-height:38px; }
  .homeNew .row-fluid h2 { font-size:26px; line-height:34px; }
  .homeNew .row-fluid h3 { font-size:23px; line-height:32px; }
  .homeNew .row-fluid h4 { font-size:20px; line-height:28px; }
  .homeNew .row-fluid h5 { font-size:18px; line-height:24px; }
  .homeNew .row-fluid h6 { font-size:16px; line-height:22px; }

  .p20-0 { padding-top:15px; padding-bottom:25px; }
  .p30-0 { padding-top:20px; padding-bottom:20px; }
  .p40-0 { padding-top:25px; padding-bottom:25px; }
  .p50-0 { padding-top:30px; padding-bottom:30px; }
  .p60-0 { padding-top:35px; padding-bottom:35px; }
  .p70-0 { padding-top:40px; padding-bottom:40px; }
  .pb20 { padding-bottom:15px; }
  .pb30 { padding-bottom:20px; }
  .pb40 { padding-bottom:25px; }
  .pb50 { padding-bottom:30px; }
  .pb60 { padding-bottom:35px; }
  .pb70 { padding-bottom:40px; }
  .pt20 { padding-top:15px; }
  .pt30 { padding-top:20px; }
  .pt40 { padding-top:25px; }
  .pt50 { padding-top:30px; }
  .pt60 { padding-top:35px; }
  .pt70 { padding-top:40px; }

  .row-fluid .blog_main { padding-top:40px; padding-bottom:40px; }
  .blog_body .row-fluid .post-body h2 { font-size:26px; line-height:34px; }
  .blog_body .row-fluid .post-body h3 { font-size:24px; line-height:32px; }
  .blog_body .row-fluid .post-body h4 { font-size:22px; line-height:30px; }
  .blog_body .row-fluid .post-body h5 { font-size:22px; line-height:28px; }
  .blog_body .row-fluid .post-body h6 { font-size:18px; line-height:26px; }




  .thumb-slider { max-width:800px; }
  .row-fluid .maintop-section .custom-menu-primary>div>span>div>ul>li>a { font-size:12px; }
  .help-section h4 { font-size:20px; line-height:26px; }
  .home-hero { padding:70px 0 40px; }
  .newHero .hero-image {position: absolute; bottom: -60px;}

}

@media ( max-width:992px ) {

  .wrapper { max-width:700px }
  .thumb-slider { max-width:600px; }
  .footer-section .subscribe input { font-size:12px; }

  .search a.search-icon { margin: 0;display:block; position: absolute; width: 40px; height: 35px; padding: 0; line-height: 35px; text-align: center; top: 15px; right: 65px; border: 1px solid; border-radius: 5px;  }
  .row-fluid .custom-menu-primary { width:0px; }
  .row-fluid .maintop-section .Site-logo { padding:20px 0 15px 0!important; }
  .recent-posts .hs-rss-item { width:48%; float:none; display:inline-block; vertical-align:top; }

  .row-fluid .maintop-section .Site-logo{ min-width: 370px; }

}

@media ( min-width:992px ) {
  .row-fluid .maintop-section .Site-logo{ min-width: 370px; }
}

@media ( max-width:992px ) and  ( min-width:768px ) {
  .button a, a.button { padding:5px 10px; }
  .footer-section .subscribe input { font-size:9px; }
  .tab50 { width:100% !important; margin:0 !important; padding:15px 20%;  }

}
@media ( max-width:767px ) {
  .row-fluid .maintop-section .Site-logo{ width: 300px; }
  .row-fluid .maintop-section .Site-logo.lp{ width:auto !important; }
  .insights-testimonial {padding: 0 15px;}
  body { text-align:center; }
  .blog_body .body-container { text-align:left; }
  .wrapper { max-width:90%; padding-left:0; padding-right:0; }
  .mtop30 { margin-top:30px; } /* >>>>>>> Mmargin top 30px in mobile <<<<<<<< */
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .inner-padding { padding:0 15px; }
  .equal_height { min-height:0px !important; } /* >>>>>> Overcome min height given by JS to sections <<<<<<< */
  .text-right { text-align:center; }
  .thumb-slider { max-width:400px; }
  .slider { width:100% !important; float:left !important;  }
  .width50 { width:100% !important; float:left !important; }
  .footer-section .subscribe { border-color:transparent; border-top-color:#838487; padding:30px 0; }
  .footer-section .social-icons { padding:30px 0; }
  .report-left { width:100%; text-align:center;  }
  .report-image { width:100%; text-align:center; }
  .recent-posts .hs-rss-item { width:100%; padding:0px; }
  .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { float:none; display:inline-block; }
  .row-fluid .top-section .orange-right { padding-top:15px; text-align:center; }
  .footer-section .subscribe .input { width:60%; }
  .footer-section .subscribe .actions { width:40%; }
  .slider-inner { padding:0 0 25px 0; }
  .body-container ul , .body-container ol { text-align:left; display:inline-block; }
  .blog-right { margin-top:30px; }
  .newHero .hero-image {position: relative; bottom: -80px;}
  .banner-offer-cta span.hs-cta-wrapper {margin-top: 20px;}
}


@media ( max-width:480px ) {
  .thumb-slider { max-width:200px; }
  .Site-logo a { max-width:260px; display:block; }
  .Site-logo.lp a { max-width:230px; display:inline-block; }
  .footer-section .subscribe , .footer-section .social-icons { padding:20px 0; } 
  .hs-blog-social-share { height:inherit; max-height:60px; } 


}

@media ( max-width:370px ) {
  .row-fluid .maintop-section .Site-logo {  min-width: 300px; }
  .Site-logo a { max-width:215px;  }

}


/* --------------------------------------------------
Display
-------------------------------------------------- */
.display-none {
  display: none!important;
}

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

.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
}

.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}
.padding-130 {padding: 130px 0;}
.padding-140 {padding: 140px 0;}
.padding-150 {padding: 150px 0;}
.padding-160 {padding: 160px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px!important;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}
.padding-top-130 {padding-top: 130px;}
.padding-top-140 {padding-top: 140px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-160 {padding-top: 160px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-40 {padding-bottom: 40px;}
.padding-bottom-50 {padding-bottom: 50px;}
.padding-bottom-60 {padding-bottom: 60px!important;}
.padding-bottom-70 {padding-bottom: 70px;}
.padding-bottom-80 {padding-bottom: 80px;}
.padding-bottom-90 {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}
.padding-bottom-130 {padding-bottom: 130px;}
.padding-bottom-140 {padding-bottom: 140px;}
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-160 {padding-bottom: 160px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
}


/* ==========================================================================
Custom Module
========================================================================== */

/* ====================
* Tabs - Banner
* ==================== */
.tabs-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tabs-banner.padding-160 .wrapper {padding-left: 15px !important;}
.tabs-banner h1 {
  margin: 0px 0px 20px!important;
  font-weight: 600!important;
  font-size: 54px!important;
  line-height: 1.1!important;
}
.tabs-banner h4 {
  font-size: 22px!important;
  font-weight: 100!important;
  margin: 0px 0px 50px!important;
  line-height: 1.25!important;
}
.tabs-banner .popup-youtube,
.tabs-banner .blue-cta {
  background: #00a5db;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  text-transform:uppercase;
  border: 1px solid #00a5db;
}
.tabs-banner .popup-youtube:hover,
.tabs-banner .blue-cta:hover {
  color:#00a5db;
  background:transparent;
}
.tabs-banner .tabs-banner-link-02 {
  color: #00a5db;
  margin-left: 10px;
  text-transform: uppercase;
}
.tabs-banner .tabs-banner-link-02:hover {
  color:#00a5db;
}
@media (max-width:767px) {
  .tabs-banner h1 {
    font-size: 40px!important;
  }
  .tabs-banner .popup-youtube, .tabs-banner .tabs-banner-link-02 {display:block;float:none!important;text-align:center;margin:20px 0;}
}

/* ====================
* Tabs - Testimonial
* ==================== */
.tabs-testimonial {
  text-align: center;
}
.tabs-testimonial .tabs-testimonial-inner,.tabs-testimonial .tabs-testimonial-slider {
  width: 965px;
  max-width: 100%;
  margin: auto;
}
.tabs-testimonial blockquote {
  margin: 0px 0px 30px;
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
}
.tabs-testimonial .tabs-testimonial-slider .tabs-testimonial-inner blockquote{font-size: 24px;}
.tabs-testimonial p {
  margin: 0px 0px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}

.tabs-testimonial .tabs-testimonial-slider .slick-arrow {display: none !important;}
.tabs-testimonial .tabs-testimonial-slider .slick-dots li {display: inline-block;margin: 0 3px;}
.tabs-testimonial .tabs-testimonial-slider .slick-dots li button {border: none;border-radius: 100%;font-size: 0px;width: 14px;height: 14px;box-shadow: none;line-height: 14px;cursor: pointer;outline: none;background-color: #b9b9b9;}
.tabs-testimonial .tabs-testimonial-slider .slick-dots li.slick-active button {background-color: #f69d41;}
.tabs-testimonial .section-header h2 {margin-bottom: 40px;}
.tabs-testimonial .tabs-testimonial-slider .testimonial-image img {display: block;margin: 0 auto;max-width: 160px !important;width: 100%;}
.tabs-testimonial .tabs-testimonial-slider .testimonial-image {margin-bottom: 30px;}
.updated-pv-product-page .ps-product-logos {border: none;}
.updated-pv-product-page .ps-product-logos .home-logos-static {padding-bottom:0;}

/* ==========================================================================
Pages/Templates
========================================================================== */

/* ====================
* Insights Template
* ==================== */

.hs-content-id-4997153752 .inner-narrow-width {
  max-width: none !important;
  margin: none !important;
  float:none!important;
}

.hs-content-id-499715375 .shaded-testimonials {
  display: block !important;
}

.inner-narrow-width {
  max-width:900px!important;
  float:none!important;
  margin:0 auto!important;
} 

.wide-testimonial {
  padding:30px 0;
  overflow:hidden;
  text-align:center;    
}
.insights-testimonial {
  background:url(https://544043.fs1.hubspotusercontent-na1.net/hubfs/544043/images/insights-testimonial-bg-v2.png) bottom left no-repeat;
}
/* Simple Text Image Module */
.simple-text-image {
  padding: 40px 20px;
  margin-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.simple-text-image p {
  font-weight: bold;
  margin: 0px 0px 20px;
  color: #58595b;
}
.wide-offer {
  background:#5e5f61;
}
.wide-offer-oj {
  background:#ed962f;
}
/* Flip Box */
.flip-box-wrapper.flip-narrow {
  max-width: 900px;
  margin: 0 auto;
}
.flip-box-wrapper {

}
.flip-box-wrapper .row-01 {
  margin-bottom: 20px;
}
.flip-box-wrapper .flip-box-01 {

}
.flip-box-wrapper .flip-box {
  position: relative;
}
.flip-box-wrapper .flip-box-front {
  position: relative;
  min-height: 100px;
  background-image: url(//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/TABS_July2016/icons/info-icon-03.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: initial;
}
.flip-box-wrapper .flip-box-front-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 24px;
}

.flip-box-wrapper .flip-box-back {
  position: relative;
  min-height: 100px;
  text-align: left;
  background-image: url(//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/TABS_July2016/images/temp-logo.png);
  background-position: 95% 10%;
  background-repeat: no-repeat;
  background-size: initial;
  z-index: 0 !important;
}
.flip-box-back-inner {
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.flip-box-back-inner h4 {
  color: #fff;
  margin: 0px 0px 15px;
}

@media (max-width:767px) {
  .flip-box-wrapper .flip-box {
    margin-bottom: 20px;
  }
}


/* Box Flip - Pure CSS */
.boxflip-wrapper {max-width: 900px;margin: 0 auto;}
.boxflip-wrapper .row-01 {margin-bottom: 20px;}
.boxflip-wrapper .boxflip-front {
  background-image: url(//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/TABS_July2016/icons/info-icon-03.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: initial;
}
.boxflip-wrapper .boxflip-front-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 24px;
}
.boxflip-wrapper .boxflip-back {
  text-align: left;
  background-image: url(//544043.fs1.hubspotusercontent-na1.net/hubfs/544043/TABS_July2016/images/temp-logo.png);
  background-position: 95% 10%;
  background-repeat: no-repeat;
  background-size: initial;
  z-index: 0 !important;
}
.boxflip-back-inner {
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.boxflip-back-inner h4 {color: #fff;margin: 0px 0px 15px;}
.boxflip {
  background-color: transparent;
  width: 100%;
  perspective: 876px;
}
.boxflip-cont {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.boxflip:hover .boxflip-cont {transform: rotateY(180deg);}
.boxflip-front, .boxflip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boxflip-back {transform: rotateY(180deg);}

@media (max-width:767px) {
  .boxflip-wrapper .boxflip {margin-bottom: 20px;}
  .boxflip-wrapper .row-01 {margin-bottom: 0;}
}


/* ====================
* Webinar LP
* ==================== */
.webinar-lp-banner {
  position: relative;
  border-bottom: 14px solid #f89d31;
}
.webinar-lp-banner .wrapper {
  position: relative;
}
.webinar-lp-banner h4 {
  color: #f89d31;
  font-weight: bold;
  margin-bottom: 5px;
}
.webinar-lp-banner h1 {
  color: #fff;
}
.webinar-lp-banner .webinar-lp-cta {
  position: absolute;
  left: 0px;
  bottom: 0px
}
@media (max-width:767px) {
  .webinar-lp-banner .webinar-lp-cta {
    right: 0;
    margin: auto;
  }
}

/* ====================
* Wistia Webinar LPs
* ==================== */

.webinar-module {
  width:30%;
  padding:20px;
  border:1px solid #eaeaea;
  float:left;
  margin:10px;
  min-height:385px!important;
}
.webinar-module:hover {
  background:rgba(0,0,0,.15);    
}
.webinar-module h3 {
  margin-bottom:5px!important;
}
.webinar-module p {
  margin-top:5px!important;
  font-size:14px;
  color:#666666!important;
}
.webinar-video-module {
  text-align:center!important;
}
@media (max-width: 767px) {
  .webinar-module {width:100%!important;margin:30px auto!important;text-align:center!important;}
}



/* ====================
* Homepage Sept 2017
* ==================== */


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


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

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

@media (max-width: 992px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

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

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 15px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #ED962F;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ED962F; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #ED962F; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #ED962F; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #ED962F; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


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

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

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


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

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .row-fluid .maintop-section .custom-menu-primary>div>span>div>ul>li>a {
    font-size: 18px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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


/*** Slide Out CTA ***/

.slideOut {
  position: fixed;
  width: auto!important;
  max-width: 300px;
  top: 25%;
  right: -1150px;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  z-index: 1000;
  box-shadow: 0 1px 3px 1px rgba(42, 59, 71,.5);
  -webkit-box-shadow: 0 1px 3px 1px rgba(42, 59, 71,.5);
  -moz-box-shadow: 0 1px 3px 1px rgba(42, 59, 71,.5);
}


.slideOut.ctaOut {right: 0px!important;}
.slideOut.slideOver{right: -1000px!important;}

.ctaMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.soClose {
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 24px;
  font-size: 18px;
  background-color: #2a3b47;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}


@media (max-width: 767px) {
  .slideOut {bottom: 10px; top: auto;}
}


/***** Solution Module ******/
.solution-inner-header {padding-bottom: 70px;}
.solution-inner-header h2 {font-size: 34px;}
.solution-flex {font-size: 0px; text-align: center;}
.solution-flex > span > div {
  padding: 35px 30px;
  background-color: #e6e6e6;
  display: inline-block;
  font-size: 17px;
  color: #5e5f61;
  width: 31.5%;
  width:100%;
  margin-bottom: 60px;
  text-align: center;
  vertical-align: top;
}
.solution-flex.indiv > span > div {
  width:45%;
  margin-right: 2%; 
  margin-left: 2%;
}
.solution-flex > span.hs_cos_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 40px;
}
@media (max-width:475px) {
  .solution-flex > span.hs_cos_wrapper {grid-template-columns:1fr;}
}
.solution-module {position: relative;}
.solution-module .sm_icon {position: absolute; top: -60px; left: 0; right: 0;}
.solution-module .sm_copy {padding-top: 20px;}
.solution-module .sm_cta a {
  color: #fff; 
  background-color: #ed962f; 
  display: inline-block; 
  width: 100%; 
  max-width: 70%; 
  font-size: 18px; 
  padding: 8px 12px; 
  margin-top: 5px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}
.solution-module .sm_cta a:hover {background-color: #fff; color: #ed962f;}

@media (min-width: 1026px) {
  .solution-flex.indiv > span > div:nth-child(3n + 2) {margin-right: 2%; margin-left: 2%;}
}

@media (min-width: 768px) and (max-width: 1025px) {
}

@media (max-width: 767px) {
  .solution-inner-header {padding-bottom: 40px;}
  .solution-inner-header h2 {font-size: 24px;}
  .solution-flex.indiv > span > div { width: 100%;margin-right:0;margin-left:0;}
}


/***** Feature Resource Section ****/
/* #5e5f61 */
.feature-section {padding-top: 70px; padding-bottom: 70px; background-color: #5e5f61; color: #fff;}
.feature-section .featured-box {}
.feature-section .featured-box img {width: 100%;}
.feature-section .featured-box h4 {color: #fff; margin: 15px 0;}

.feature-section .widget-type-blog_subscribe {background-color: #f4f4f4; padding: 30px 20px; }
.feature-section .widget-type-blog_subscribe .legal-consent-container p,
.feature-section .widget-type-blog_subscribe .legal-consent-container .hs-richtext {color:#666666};
.feature-section .widget-type-blog_subscribe input {background:#fff!important;}

@media (max-width: 767px) {
  .feature-section .featured-box {margin-bottom: 35px;}
}



iframe[name='google_conversion_frame'] { 
  height: 0 !important;
  width: 0 !important; 
  line-height: 0 !important; 
  font-size: 0 !important;
  margin-top: -13px!important;
  float: left!important;
}

/**** Press Room Page ****/

body.press-room #hs_cos_wrapper_news_rss_listing .hs-rss-item.hs-with-featured-image { padding-bottom:20px; border-bottom: 1px solid #dcdcdc; }
body.press-room #hs_cos_wrapper_news_rss_listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {text-align:right!important;}
body.press-room #hs_cos_wrapper_news_rss_listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img { width:auto!important;}
body.press-room .hs-rss-date { text-transform:uppercase; }
body.press-room .widget-type-header { margin-bottom:20px; }
body.press-room .hs-rss-item-text { margin-top:30px!important; }
body.press-room .hs-rss-title span { font-size: 20px; }
.press-more-button {
  width:100%;
  text-align:right;
  padding-bottom:30px;
}
.press-more-button a {
  background:#ffffff;
  color:#ed962f;   
  border:1px solid #ed962f;
  border-radius:5px;
  padding:10px 38px;
  font-size:13px;
}
.press-more-button a:hover {
  background:#ed962f;
  color:#ffffff;
  border:1px solid #ffffff;
}
body.press-room .wide-dk-grey {text-align:left;}
@media (max-width: 767px) {
  .press-more-button {text-align:center!important;}
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text, body.press-room #hs_cos_wrapper_news_rss_listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {width:100%!important;}
  body.press-room #hs_cos_wrapper_news_rss_listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { text-align:center!important;margin-top:20px!important;}
  body.press-room .hs-rss-item-text {margin-top:0!important;}
  body.press-room #hs_cos_wrapper_news_rss_listing .hs-rss-item.hs-with-featured-image {padding: 20px 0 40px 0!important;}
  body.press-room .hs-rss-title span { font-size: 16px!important; }
}


/**** In The News Blog ****/

body.in_the_news_blog .row-fluid .blog_main h3,
body.in_the_news_blog .row-fluid .blog_main h3 a {
  font-size:20px;
  color: #ed962f;
  line-height:24px;
  margin:0 0 15px 0!important;
}
body.in_the_news_blog .row-fluid .blog_main h3 a:hover {
  color: #666666;
}
body.in_the_news_blog  #hubspot-author_data {
  width: auto!important;
  float: left;
  padding: 0!important;
  border: none!important;
  background: none!important;
  margin: 0!important;
  text-transform: uppercase;
  color:#666666;
  font-size: 85%;
}
body.in_the_news_blog .post-header {
  width:80%!important;
  float:left!important;
}
body.in_the_news_blog .post-body {
  width:20%!important;
  float:left!important;
  padding:0!important;
}
body.in_the_news_blog .row-fluid .blog-left .post-listing .post-item {
  border-bottom: 1px solid #dcdcdc!important;
}

.webinar-lp .widget-type-form form {background:#f1f1f1;padding:20px;}
.webinar-lp  h2 {margin:20px 0!important;}
.webinar-lp  .widget-type-form h3 {margin:0!important;background:#f69c2e;padding:20px;color:#fff;}
.webinar-lp .row-fluid input[type="text"], .webinar-lp .row-fluid input[type="number"], 
.webinar-lp .row-fluid input[type="email"], .webinar-lp .row-fluid input[type="tel"], 
.webinar-lp .row-fluid select, .webinar-lp .row-fluid textarea {background:#fff;}
.webinar-lp .hs-error-msgs label {color:#f69c2e;}
.webinar-lp .hs_blog_subscription_for_forms {margin-top:20px!important;}
.webinar-lp .hs_blog_subscription_for_forms label {margin-top:20px!important;font-size:14px!important;line-height:135%!important;}


/* Slider */
.slick-slider
{
  position: relative;

  display: block;

  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
  margin: 0 auto 20px;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-outer {padding: 35px 70px; background-color: #e7e7e7; text-align: center;}

.slick-arrow {position: absolute; left: 0; top: 50%; margin-top: -35px; color: #fff; font-size: 55px; height: 75px; line-height: 75px; width: 50px; text-align: center; background-color: rgba(101,101,105,.5); cursor: pointer; transition: .25s;}
.slick-arrow.custom-arrow_next {left: auto; right: 0;}
.slick-arrow:hover {background-color: rgba(101,101,105,1);}

@media (max-width: 767px) {
  .slick-outer {padding: 35px 40px;}
  .slick-arrow {height: 45px; width: 30px; line-height: 45px; font-size: 28px;}
}

/******* Case Study Module ******/

.case-study-module,
.case-study-module * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.case-study-module {padding-bottom: 40px; margin-top: 40px; border-bottom: 1px solid #e7e7e7;}
.case-study-flex > span > div:last-child .case-study-module {border-bottom: 0; padding-bottom: 0;}

.case-study-module .csm-header {margin-bottom: 30px;}
.case-study-module .csm-header p {color: #ed962f; margin: 5px 0;}

.case-study-module .csm-body .csm-body_logo {width: 150px; float: left;}

.case-study-module .csm-body.has-logo .csm-body_copy {width: calc(100% - 150px); float: left; padding-left: 30px;}
.case-study-module .csm-body.no-logo .csm-body_copy {width: 100%; padding-left: 0px;}

.case-study-module .csm-body .csm-body_copy h4 {text-transform: uppercase; font-weight: bold; color: #666666;}
.case-study-module .csm-body .csm-body_copy .csm-body_copy-left {width: 50%; padding-right: 15px; float: left;}
.case-study-module .csm-body .csm-body_copy .csm-body_copy-right {width: 50%; padding-left: 15px; float: left;}

@media (max-width: 767px) {
  .case-study-module .csm-body .csm-body_logo {width: 100%; text-align: center; margin-bottom: 15px;}
  .case-study-module .csm-body.has-logo .csm-body_copy {width: 100%; padding-left: 0;}
  .case-study-module .csm-body .csm-body_copy .csm-body_copy-left {width: 100%; padding-right: 0px; float: left;}
  .case-study-module .csm-body .csm-body_copy .csm-body_copy-right {width: 100%; padding-left: 0px; float: left;}
}

/****** New Header 2017 *******/
body.padding-class {}
.header2017 .row-fluid .auto-width {width: auto!important; margin: 0!important;}
.header2017 .row-fluid .auto-width.float-right {float: right;}
@media (min-width: 993px) {
  body {padding-top: 107px!important;}
  body.lp-nopadding {padding-top:0!important;}
  body .row-fluid .maintop-section.header2017  .custom-menu-primary>div>span>div>ul {margin-top: 3px;}
  body .row-fluid .maintop-section.header2017  .custom-menu-primary>div>span>div>ul>li>a {padding: 25px 20px 25px 15px;}
  body .row-fluid .maintop-section.header2017 .custom-menu-primary > div > span > div > ul > li:last-child > a {

  }
  body .row-fluid .maintop-section.header2017 .custom-menu-primary > div > span > div > ul > li:last-child .hs-menu-children-wrapper {right: 0;left: inherit;}
  .row-fluid .header2017 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
  body.sticky-header .row-fluid .maintop-section.header2017  .custom-menu-primary>div>span>div>ul>li>a {padding-top: 20px; padding-bottom: 20px;}
  body.sticky-header .row-fluid .maintop-section .custom-menu-primary>div>span>div> ul > li.hs-item-has-children a:before {top: 17px!important;}
  body.sticky-header .row-fluid .maintop-section.header2017 .Site-logo {padding-top: 10px;}
  body.sticky-header .row-fluid .maintop-section.header2017 .Site-logo.lp{ padding: 25px 0; }
  body.sticky-header .header2017 .search a.search-icon {padding: 9px 0; margin-top: 13px; margin-bottom: 13px;} 

  .row-fluid .maintop-section.header2017 .wrapper {position: static;}
  /*body.search-out .row-fluid .maintop-section.header2017 .wrapper {position: relative;}*/

  .header2017 .nav li.hs-menu-depth-1.services {position: static;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul > li.hs-item-has-children > a {position: relative;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul > li.hs-item-has-children > a:before { content:" "; position:absolute; top:21px; right:4px; color:#f89d31;-moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
    background: url(https://www.tabsanalytics.com/hubfs/icons/icon-caret-down.png) center 12px no-repeat;
    background-size: 100%;
    display: block;
    width: 9px;
    height: 24px;
    font-size: 0;
  }

  .row-fluid .maintop-section .custom-menu-primary>div>span>div> ul > li.services > ul {padding: 40px 25px; width: 100%;}
  .row-fluid .maintop-section .custom-menu-primary>div>span>div> ul > li.services a.cta_button {display: none;}
  .row-fluid .maintop-section .custom-menu-primary>div>span>div> ul > li.services:hover a.cta_button {display: inline-block;}
  .mm-html {overflow: hidden;}

  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul li.services-list {float: left; width: 60%; margin-left: 2.5%;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul li.mm-copy {float: left; width: 37.5%;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-solution-copy a {color: #f89d31!important; padding: 0!important;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-solution-copy a:hover {color: #5e5f61!important;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-html ul {background:transparent!important; padding: 0 0 9999px 0!important; border: none!important;overflow: hidden; /*border-left: 1px solid #e3e3e3!important;*/ margin: 0 0 -9999px 0;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-html ul li.hs-menu-depth-1 {float: none!important;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-html ul li.hs-menu-depth-1 a {position: relative; overflow: visible;padding-left:0!important;font-size:14px!important;width:200px!important;}
  /*
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-html ul li.hs-menu-depth-1 a:before {
  content: "\f0dd";
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  left: -7px;
  color: #f89d31;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
  */

}

.header2017 .search .client-login,
.row-fluid .maintop-section .custom-menu-primary > div > span > div > ul li a.client-login {
  font-size: 14px;
  -webkit-border-radius: 27px; 
  -moz-border-radius: 27px; 
  border-radius: 27px;
  border: 1px solid #f69d41;
  color: #f69d41;
  padding: 3px 12px!important;
  display: inline-block;
  width:auto!important;
  max-width:auto!important;
}

.header2017 a.cta_button.client-login {
  float:right!important;
}
.lp_header2017.header2017 .search .client-login {margin-top: 35px;}
.header2017 .search .client-login:hover,
.header2017 a.client-login:hover,
.header2017 a.cta_button.client-login:hover {
  background: #f69d41;
  color:#ffffff!important;
}
@media (min-width: 1365px) {
  body .row-fluid .maintop-section.header2017 .custom-menu-primary > div > span > div > ul > li:last-child .hs-menu-children-wrapper {right: inherit;left: 0;}
} 
body .header2017 .search a.search-icon {display: inline-block;margin-right: 26px;margin-left:10px;}

@media (max-width: 992px) {   
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-html .mobile-trigger {display: none!important;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-html .hs-menu-wrapper {display: block!important; position: static;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-html ul li.hs-menu-depth-1 a {text-indent: 0px!important; padding-left: 20px!important;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-solution-copy {padding: 20px 0!important;}
  .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div> ul .mm-solution-copy a {padding: 0!important; text-indent: 0!important;}
  .lp_header2017.header2017 .search .client-login {  margin-top: 25px; }
}
/*
@media (max-width: 1230px) and (min-width: 993px) {
.new_header .row-fluid .maintop-section.header2017 .custom-menu-primary>div>span>div>ul>li.hs-item-has-children:before {right: 0px;}
.new_header .row-fluid .maintop-section.header2017 .Site-logo {width: 180px;}
}
*/


/* Display */
.display-none {
  display: none!important;
}
@media (min-width:768px) {
  .desktop-display-none {
    display: none!important;
  }
}
@media (max-width:767px) {
  .mb-display-none {
    display: none!important;
  }
  .lp_header2017.header2017 .search .client-login { margin-top: 0px; margin-bottom:10px; }
}

/* Borders */ 
.border-bottom-lightgrey {
  border-bottom: 1px solid #e6e7e8;
}

/* Homepage */

/* Homepage Features */
.home-features {
  padding: 95px 0px 155px;
}
.home-features h4 {
  font-size: 24px!important;
  line-height: 1.2!important;
  margin: 0px!important;
  font-weight: normal!important;
}
.home-features .home-features-desc {
  margin-bottom: 10px;
}
.home-features .home-features-desc strong {
  color: #666666;
}
@media (max-width:767px) {
  .home-features {
    padding: 60px 0px 0;
  }
  .home-features .home-features-box {
    margin-bottom: 30px;
  }
}
@media (min-width:768px) {
  .home-features .home-features-box {
    position: relative;
    padding: 0px 0px 0px 45px;
  }
  .home-features .home-features-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* Home - Get the report */
.home-get-report {
  position: relative;
  padding: 75px 0px;
  background: #939598;
}
.home-get-report p {color:#ffffff;}
.home-get-report-parallax-img {
  width: 1112px;
  height: 619px;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 55%;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width:767px) {
  .home-get-report {
    padding: 60px 0px;
  }
  .home-get-report .home-get-report-img img {
    margin-bottom: 20px;
  }
}
@media (min-width:768px) {
  .home-get-report .home-get-report-img img {
    position: absolute;
    right: 55%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
  }
}

/* Home - Video section */
.home-video-section {
  padding: 130px 0px 160px;
}
@media (max-width:767px) {
  .home-video-section {
    padding: 60px 0px;
  }
}

/* Home - Form Section */
.home-form-section {
  position: relative;
  padding: 60px 0px;
  background: #939598;
  overflow: hidden;
}
.home-form-section p {color:#ffffff;}
.home-form-section form .hs-form-field > label {
  display: none;
}
.home-form-section form input {
  margin: 0px!important;
  height: 46px; 
}
.home-form-section form .hs_email input {
  background: #fff;
  border-right: 0px;
}
.home-form-section form > .hs_submit input {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  background: #f89d31;
  border: 1px solid #f89d31;
}
.home-form-section form > .hs_submit input:hover {background: transparent;color: #f89d31;}
.home-form-section .hs-error-msgs label { color: #f69d41!important;font-weight:700;text-transform:uppercase;font-size:14px;}
.home-form-section-parallax-img {
  width: 966px;
  height: 583px;
  position: absolute;
  margin: auto;
  z-index: 2;
  left: 55%;
  top: -75px;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.home-form-section .legal-consent-container {
  color: #ccc;
}
@media (min-width:768px) {
  .home-form-section {
    padding: 70px 0px 200px;
  }
  .home-form-section .home-form-section-img img {
    position: absolute;
    left: 55%;
    top: -75px;
    bottom: 0;
    margin: auto;
    display: none;
  }
}
@media (min-width:500px) {
  .home-form-section form {
    /*        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; 
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;*/
    margin-top: 40px;
    max-width: 400px
  }
  .home-form-section form > div {
    /*        -ms-flex-preferred-size: 60%;
    flex-basis: 60%;*/
    margin: 0px;
  }
  .home-form-section form .hs_email input {
    border-right: 0px;
  }
  .home-form-section form > .hs_submit {
    /*        -ms-flex-preferred-size: 40%;
    flex-basis: 40%;*/
    margin: 0px;
  }
}
@media (max-width:767px) {
  .home-form-section .home-form-section-img img {
    margin-top: 20px;
  }
}
@media (max-width:499px) {
  .home-form-section form > .hs_submit {
    margin-top: 10px;
  }
}


/* Footer - Sept 2017 */
.about-company-v02 {
  padding: 75px 0px 40px;
  font-size: 14px;
}
.about-company-v02 h6 {
  font-family: 'FuturaStdBook'!important;
  letter-spacing: 1px;
}
@media (max-width:767px) {
  .about-company-v02 {
    padding: 40px 0px 20px;
  }
}



/* -------------------- */
/* Team Listing Page    */
/* -------------------- */

/* Breadcrumb */
.breadcrumb-bar {
  padding: 32px 0px;
}

/* Main Content */
.team-page-maincontent {
  padding: 40px 0px 70px;
}
.team-member-header h2 {
  font-size: 34px;
  /*font-weight: 400;*/
  margin: 0px 0px 30px!important;
  padding-bottom:20px;
  border-bottom:1px solid #ccc;
}
.team-member-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}
.team-member-wrapper .team-member-box {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 15px;
}
.team-member-box .team-member-img {
  position: relative;
}
.team-member-box .team-member-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  background-image: url('https://544043.fs1.hubspotusercontent-na1.net/hubfs/544043/TABS_July2016/icons/view-bio.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 87px;
  opacity: 0;
  transition: 0.3s ease;
}
.team-member-box .team-member-img:hover a {
  opacity: 1;
}
.team-member-box .team-member-detail {
  padding: 20px 0px;
}
.team-member-box .team-member-detail h4 {
  margin: 0px 0px 5px;
  font-size: 24px;
  color: #3e3e40;
  line-height: 1.1;
  font-weight:700!important;
}
.team-member-box .team-member-detail p.job-title {
  font-size: 14px;
  line-height:18px;
  margin: 0px;
  color: #666666;
}

.team-member-box .team-member-social-links {
  font-size: 24px;
  margin: 10px 0px 0px;
}
.team-member-box .team-member-social-links .fa-linkedin-square {
  color: #0177b5; 
}
.team-member-box .team-member-social-links .fa-twitter {
  color: #2caae1;
}
.team-member-box .team-member-social-links a {
  opacity: 0.8;
  transition: 0.2s ease;
}
.team-member-box .team-member-social-links a:hover {
  opacity: 1;
}

@media (max-width:800px) {
  .team-member-wrapper {
    margin-left: 0px;
  }
  .team-member-wrapper .team-member-box {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (max-width:600px) {
  .team-member-wrapper .team-member-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width:480px) {
  .team-member-wrapper .team-member-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0px;
    margin: 0px 0px 20px;
  }
}


/******* Pivotstream Products Page ********/
.ps-product-template h2 {font-size: 46px;}
.ps-product-template h3 {font-size: 30px;}
.ps-two-col {position: relative;}
.ps-two-col .ptc__image {
  position: absolute;
  width: 50%;
  left: 0;
  height: 100%;
  background-size: cover; 
  background-position: 50%;
}
.ps-two-col .ptc__copy {
  color: #fff!important;
  width: 50%;
  float: right;
  padding: 60px 36px;
}
.ps-two-col .ptc__copy .ptc__copy__inner {max-width: 550px;}

.ps-two-col .ptc__copy h2 {color: #fff;}
.ps-two-col .ptc__copy h4 {color: #fff;}
.ps-two-col .ptc__copy h4 + p {margin-bottom: 30px;}
.ps-two-col .ptc__copy img {margin-top: 20px;}
.row-fluid .ps-two-col .ptc__copy a.cta_button {margin-bottom: 15px;}
.row-fluid .ps-two-col .ptc__copy a.cta_button:not(.video-cta) {color: #fff!important; text-decoration: underline!important;}

.row-fluid .narrow-header {
  max-width: 850px;
  margin: 0 auto!important;
  float: none;
}

.section-grey {background-color: #f7f7f7;}

.ps-border-top {border-top: 1px solid #e3e3e3;}
.ps-border-bottom {border-bottom: 1px solid #e3e3e3;}

.no-label .hs-form-field > label {display: none;}
.ps-form-section .row-fluid form input[type="email"] {min-height: 46px;}
.ps-conv-form {text-align:left;}
.ps-conv-form form .hs_submit {float:none!important;margin:20px auto 0 auto;}

@media (min-width: 768px) {

  .ps-two-col.image-right .ptc__image {right: 0; left: auto;}
  .ps-two-col.image-right .ptc__copy {float: left;}
  .ps-two-col.image-right .ptc__copy .ptc__copy__inner {float: right;}
  .ps-conv-form .form-columns-1 .hs-form-field,
  .ps-conv-form .form-columns-1 .hs-form-field .hs-input {width:auto;}
  .ps-form-section form {max-width: 600px; margin: 0 auto;}
  .ps-conv-form form {max-width:500px;}
  .ps-form-section form .hs-form-field {width: calc(100% - 175px); float: left;}
  .ps-form-section form .hs_submit {width: 185px; float: left;}
  .ps-form-section .row-fluid form .hs_submit input[type=submit] {margin-top: 0;}

}

@media (max-width: 767px) {
  .ps-product-template h2 {font-size: 28px;}
  .ps-product-template h3 {font-size: 24px;}
  .ps-two-col .ptc__image {position: relative; height: 300px; width: 100%; left: auto; }
  .ps-two-col .ptc__copy {width: 100%; float: none;}
  .ps-two-col .ptc__copy .ptc__copy__inner {max-width: 100%;}
}

/***** Demo Module ******/
.ps-demo-template h1,
.ps-demo-template h2 {font-size: 42px;}

.blue-header h1 {color: #fff; padding-bottom: 0;font-size: 42px;}

.blue-header {background-color: #007ea7; color: #fff;}
.blue-header .widget-type-linked_image {padding-top: 20px;}
.orange-header { background-color: #ed962f; }

.border-bottom {border-bottom: 1px solid #e5e5e5;}

.demo-flex {font-size: 0px; margin-left: -15px; margin-right: -15px;}
.demo-flex > span > div {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 360px;
  margin: 0 15px 30px;
  text-align: center;
}
.demo-module__top {position: relative;}
.row-fluid .demo-module__top__screenshot {width: 100%; height: auto; border: 2px solid #e5e5e5;}

.demo-module__top__mask {
  background-color: rgba(0,126,167,.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}
.demo-module:hover .demo-module__top__mask {visibility: visible; opacity: 1;}
.demo-module__top__mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.demo-module__bottom {margin: 25px 0;}

@media (max-width: 767px) {
  .blue-header h1,
  .blue-header h2 {font-size: 24px;}
  .demo-flex > span > div {margin:0 0 30px 0!important;max-width:90%!important;}
}

.ps-pillar .ps-form-section {border-top: 1px solid #e3e3e3;}

.col1 {padding-right:50px;}
.col2 {padding-left: 50px; border-left:1px solid #e3e3e3;margin-left:0!important;}
.demos .col1, .demos .col2 {padding:0 50px;}
.demos .col2 {border-left:1px solid #e3e3e3;margin-left:0!important;}
.demos .row-fluid input[type=submit] {width:98%!important;}
.demos .hs-form fieldset {max-width:100%!important;}
.demos .hs-form fieldset.form-columns-1 textarea.hs-input {width:98%!important;}

.mobile-top {margin-right: 0 !important;}
.mobile-bottom {margin-left: 0 !important;}

@media (min-width: 768px) {
  .demos .hs-form .hs_blog_subscription_for_forms li {width:10%;} 
}
@media (max-width: 767px) {
  .mobile-bottom {margin-left: 0 !important;}
  .mobile-bottom,
  .mobile-top {width: 100% !important;padding:0 15px 0 30px!important;}
  .demos .col1, .demos .col2 {border:none;margin-bottom:60px;padding:0 20px;}
  .hs-form fieldset {max-width:100%!important;}
  .mobile-hide {display:none;}
}

.row-fluid a.video-cta {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
  padding: 10px;
  border-radius: 25px;
}



/* ------------------ */
/* About Us Page */
/* ------------------ */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6, 
.color-white p, 
.color-white span {
  color: #fff;
}

/* Subscribe box */
.subscribe-box {
  position: relative;
  background: #efefef;
  padding: 45px 27px;
  margin-bottom: 55px;
  overflow: hidden;
}
.subscribe-box:after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #00a5db;
}
.subscribe-box h4 {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 20px;
}
.subscribe-box h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #00a5db;
}
.subscribe-box h4 span {
  color: #00a5db;
}
.subscribe-box h3.form-title {
  display: none;
}

/* Custom Module - 2 Col CTA */
.tabs-2col-cta {
  margin: 30px 0;
  padding: 30px 40px;
  overflow:hidden;
  color: #fff;
  font-size: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0095c6+0,0088b6+100 */
  background: #0095c6; /* Old browsers */
  background: -moz-linear-gradient(top, #0095c6 0%, #0088b6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0095c6 0%,#0088b6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0095c6 0%,#0088b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095c6', endColorstr='#0088b6',GradientType=0 ); /* IE6-9 */
}
.tabs-2col-cta .span8 > p {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.tabs-2col-cta .span8 > h3 {
  margin: 10px 0;
  font-size: 30px;
}
@media (min-width:768px) {
  .tabs-2col-cta .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width:767px) {
  .tabs-2col-cta .row-fluid .span8 {
    margin-bottom: 20px;
  }
}

/****** Vitamin LP *******/
body.vitaLP {font-size: 19px; line-height: 1.5;}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white p {color: #fff;}

.vitaLP h1 {font-size: 72px; line-height: 1.1;}
.vitaLP h2 {font-size: 51px; line-height: 1.2;}
.vitaLP h3 {font-size: 38px; line-height: 1.2;}
.vitaLP h4 {font-size: 21px; line-height: 1.5;}

.max350 h4,
.max500 h4 {text-transform: uppercase;}

.row-fluid .vlp-narrow {
  max-width: 580px;
  margin: 0 auto!important;
  float: none;
}

.grey-section {background-color: #f8f8f8;}
.blue-section {background-color: #007ea7; color: #fff;}

.row-fluid .max500 {max-width: 500px;}
.row-fluid .max350 {max-width: 350px;}

@media (max-width: 1025px) {
  .vitaLP h1 {font-size: 52px; line-height: 1.1;}
  .vitaLP h2 {font-size: 40px; line-height: 1.2;}
  .vitaLP h3 {font-size: 28px; line-height: 1.2;}
  .vitaLP h4 {font-size: 18px; line-height: 1.5;}    
}

@media (max-width: 767px) {
  .vitaLP h1 {font-size: 38px; line-height: 1.1;}
  .vitaLP h2 {font-size: 32px; line-height: 1.2;}
  .vitaLP h3 {font-size: 24px; line-height: 1.2;}
  .vitaLP h4 {font-size: 19px; line-height: 1.5;}    
}

/*** Header ****/
.row-fluid .maintop-section.ps-lp-header {padding: 18px 0 13px; border-color: transparent;}
body.sticky-header .row-fluid .maintop-section.ps-lp-header {border-color: rgba(0,0,0,0.1);}
.row-fluid .maintop-section.ps-lp-header .Site-logo {padding: 0!important; max-width: 290px;}
.row-fluid .maintop-section.ps-lp-header .widget-type-cta {text-align: right; float: right; padding-top: 11px;}
.row-fluid .maintop-section.ps-lp-header .widget-type-cta a.cta_button, .no-radius a.cta_button,.no-radius a.cta-button {border-radius: 0px;}
.radius a.cta-button{border-radius: 40px;}

@media (max-width: 767px) {
  .row-fluid .maintop-section.ps-lp-header .Site-logo {max-width: 100%;}
  .row-fluid .maintop-section.ps-lp-header .Site-logo img {width: 290px!important;}
  .row-fluid .maintop-section.ps-lp-header .widget-type-cta {float: none; text-align: center;}
}

@media (min-width: 993px) {
  body.vitaLP {padding-top: 98px;}
}

.tabs-inner-banner {position: relative; background-size: cover; background-position: 50%;}
.tabs-inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}

.tabs-inner-banner .wrapper {position: relative;}
.demos-banner p {font-size: 24px;}
.vlp-section {padding: 100px 0;}
.vlp-section .vlp-stick-bottom {margin-bottom: -100px;}

@media (max-width: 1025px) {
  .vlp-section {padding: 60px 0;} 
  .vlp-section .vlp-stick-bottom {margin-bottom: -60px;}
}

@media (max-width: 767px) {
  .vlp-section {padding: 30px 0;}
  .vlp-section .vlp-stick-bottom {margin-bottom: -30px;}
  .demos-banner p {font-size:19px!important;}
}


.icon-copy-module.icm-v2 {}
.icon-copy-module.icm-v2 a {color: inherit;}
.icon-copy-module.icm-v2  .icm__image {position: relative; height: 80px; line-height: 80px; text-align: center; width: 80px; border-radius: 50%; background-color: #f1f1f1; margin: 0 auto 25px;}
.icon-copy-module.icm-v2  .icm__image img {transition: .25s; vertical-align: middle;}
.icon-copy-module.icm-v2  .icm__image img.static-icon {opacity: 1; visibility: visible; }
.icon-copy-module.icm-v2  .icm__image img.hover-icon {opacity: 0; visibility: hidden; position: absolute; top: 50%; left: 50%; -ms-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
/*
.icon-copy-module.icm-v2 a:hover .icm__image {background-color: #f69b32;}
.icon-copy-module.icm-v2 a:hover .icm__image img.static-icon {opacity: 0; visibility: hidden;}
.icon-copy-module.icm-v2 a:hover .icm__image img.hover-icon {opacity: 1; visibility: visible;}
*/
@media (min-width: 768px) {
  .icm-flex {font-size: 0px; text-align: center;}
  .icm-flex > span > div {width: 33.33%; padding: 0 3%; display: inline-block; font-size: 19px; vertical-align: top;}
}
.row-fluid .pc-left, .row-fluid .pc-right {padding-left: 15px;padding-right:15px;}

@media (max-width: 767px) {
  .row-fluid .pc-left, .row-fluid .pc-right {padding: 0 15px;}
}
@media (min-width: 1210px) {
  .row-fluid .pc-left {padding-left: calc(50vw - 585px);}
  .row-fluid .pc-right {padding-left: 70px;}

}

.faq-module__trigger {position: relative; padding: 40px 0; border-top: 1px solid #e5e5e5; cursor: pointer;}
.faq-flex > span > div:last-child .faq-module__trigger {border-bottom: 1px solid #e5e5e5;}
.faq-module__trigger h4 {transition: .25s;}
.faq-module__trigger span {position: absolute; top: 50%; right: 0px; transition: .25s; transform: rotate(0deg); margin-top: -24px; font-size: 32px;}

.faq-module__trigger.faq-open h4 {color: #0074ae;}
.faq-module__trigger.faq-open span {transform: rotate(45deg);color: #0074ae;}

.faq-module__answer {display: none; padding-bottom: 30px;}

.vitamin-data-form {}
.vitamin-data-form h3.form-title {
  color: #fff;
  text-align: center;
  background-color: #f69b32;
  font-size: 18px;
  line-height: 1.1;
  margin: 0;
  padding: 27px 12px;
  text-transform: uppercase;
}
.vitamin-data-form form {
  background-color: #f1f1f1;
  padding: 40px 50px 80px;
}


.row-fluid .vitamin-data-form input[type="text"], 
.row-fluid .vitamin-data-form input[type="number"], 
.row-fluid .vitamin-data-form input[type="email"], 
.row-fluid .vitamin-data-form input[type="tel"], 
.row-fluid .vitamin-data-form select, 
.row-fluid .vitamin-data-form textarea {border-color: transparent; background-color: #f8f8f8;}

.row-fluid .vitamin-data-form input[type="text"]:focus, 
.row-fluid .vitamin-data-form input[type="number"]:focus, 
.row-fluid .vitamin-data-form input[type="email"]:focus, 
.row-fluid .vitamin-data-form input[type="tel"]:focus, 
.row-fluid .vitamin-data-form select:focus, 
.row-fluid .vitamin-data-form textarea:focus {border-color: #0074ae;}

.row-fluid .vitamin-data-form li.hs-form-booleancheckbox {}
.row-fluid .vitamin-data-form li.hs-form-booleancheckbox label {position: relative; padding-left: 20px;}
.row-fluid .vitamin-data-form li.hs-form-booleancheckbox label input {margin: 0; position: absolute; left: 0; top: 7px;}

.legal-consent-container, .legal-consent-container .hs-richtext {margin-top:15px;}
.legal-consent-container .hs-richtext p, .legal-consent-container .hs-richtext {font-size:12px;line-height:135%;}
.legal-consent-container .hs-form-field label {font-size:14px;line-height:135%;font-weight:bold;} 
.legal-consent-container .hs-form-booleancheckbox-display {display:block; position: relative; padding-left: 20px;}
.legal-consent-container .hs-form-booleancheckbox-display input {position: absolute; left: 0; top: 0; height: auto;}
.legal-consent-container .hs-form-booleancheckbox-display p {display: block!important;font-size:12px;line-height:135%;}

/****** 2018 404 Page *******/
body.error-404 {background-color: #f1f1f2;}

body.error-404 h1 {font-size: 95px;}
body.error-404 h2 {font-size: 36px;}
body.error-404 h3 {}
body.error-404 h4 {}

body.error-404 .row-fluid p + p {margin-bottom: 0;}

.menu404 .hs-menu-wrapper.hs-menu-flow-vertical>ul {}
.menu404 .hs-menu-wrapper.hs-menu-flow-vertical>ul li {}
.menu404 .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {padding: 0;}

.search-form404 {max-width: 305px;}
.search-form404 input#searchBox {background-color: transparent; }
.search-form404 button.search-submit i {background-color: transparent; color: #030303}
.search-form404 button.search-submit {}

@media (min-width: 768px) {
  .row-fluid .left404 {width: 40%;}
  .row-fluid .right404 {width: 60%; margin-left: 0!important;}
}

@media (max-width: 767px) {
  body.error-404 h1 {font-size: 68px;}
  .menu404 .hs-menu-wrapper.hs-menu-flow-vertical>ul {text-align: center;}
  .row-fluid .right404 {margin-top: 30px;}
}


/***** 2018 Header Updates ******/
.header2018 .search {padding-top: 34px; transition: .25s;}
.sticky-header .header2018 .search {padding-top: 17px;}
.row-fluid .maintop-section {border-bottom: 3px solid rgba(237, 150, 47,1);}
.header2018 .search a {text-transform: uppercase; border-radius: 27px; padding: 3px 12px!important; display: inline-block; font-size: 12px!important; line-height: 24px;}
.header2018 .search a.request-demo {background-color: #f69d41; color: #fff; border: 1px solid #f69d41;}
.header2018 .search a.request-demo:hover {background-color: transparent; color: #f69d41;}
.header2018 .header-tagline {font-size: 12px;line-height: 1.2;}
.header2019 .header-ctas-wrapper > p {margin: 0;text-align: right;}
.header2019 .search {padding-top: 34px;}
.header2019 .courtesytop-section .search.auto-width {float:right!important;}
.header2019 .search {padding:12px 0!important;}

/* ==================== */
.twoC-image-copy-module .section-inner-wrapper {display: flex;flex-wrap: wrap;align-items: center;}
.twoC-image-copy-module .section-inner-wrapper .section-image-column {width: 60%;padding-right:40px;}
.twoC-image-copy-module .section-inner-wrapper .section-content-column {width: 40%;padding-left:15px;} 
.left-col .twoC-image-copy-module .wrapper {padding: 0;}
.twoC-image-copy-module .section-inner-wrapper .content h4 {font-weight: 600;line-height: normal;margin: 0 0 25px;}
.twoC-image-copy-module .section-inner-wrapper .section-image-column .image img{display:block;width:100%;}


@media (max-width:767px) {
  .header2019 .courtesytop-section .search.auto-width {float:none!important;}
  .header-top-left {display:none!important;}
}
@media (min-width: 1231px) {
  body .row-fluid .maintop-section.header2018 .custom-menu-primary>div>span>div>ul>li>a {font-size: 15px;}
}
@media (min-width:993px) {
  .header2019 .search {
    padding-top: 7px;
  }
}
@media (min-width:481px) and (max-width:992px) {
  .header2019 .header-tagline {text-align: center;}
}
@media (max-width: 992px) {
  .header2019 .Site-logo {padding-bottom: 0!important;}
  .header2019 .header-tagline {padding-bottom: 15px!important;text-align: left;}
  .twoC-image-copy-module .section-inner-wrapper .section-image-column {padding-right: 20px;}
}

/******* 2018 TYP ********/
.typ-section {padding: 100px 0;}

.typ-hero {}
.typ-hero__left {width: 50%; float: left; max-width: 460px; padding-top: 170px;}
.typ-hero__left h1 {}
.typ-hero__left p {}
.typ-hero__left a.cta_button {border-radius: 5px;}

.typ-hero__right {width: 47.5%;padding: 250px 40px 55px;  max-width: 390px; float: right; text-align: center; background-size: cover; background-position: 50%;border-radius: 5px;overflow: hidden;}
.typ-hero__right__block {background-color: #fff; border-radius: 5px; padding: 30px;}
.typ-hero__right__block h4 {font-size: 14px; margin-bottom: 20px;}
.typ-hero__right__block h3 {font-weight: bold; margin-bottom: 40px;}
.typ-hero__right__block a.cta_button {color: #f89d31; font-size: 16px; width: auto; height: auto; line-height: 1.2; border: none; font-weight: bold; background}

.typ-resources {}
.typ-resources__header {}
.typ-resources__header h2 {}
.typ-resources__header p {}

.typ-resources__row {font-size: 0px; margin-left: -17px; margin-right: -17px;}
.typ-resources__row__item {width: calc(33.33% - 34px); margin: 0 17px 35px; display: inline-block; vertical-align: top; font-size: 28px;}
.typ-resources__row__item a {color: #333333;}
.typ-resources__row__item__top {height: 290px; background-size: cover; background-position: 50%;}
.typ-resources__row__item__bottom {margin-top: 15px;}

.typ-newsletter {background-size: cover; background-position: 50%; position: relative;}
.typ-newsletter:before {content: ''; background-color: rgba(0,0,0,.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.typ-newsletter__content {max-width: 720px; background-color: #fff; border-radius: 5px; padding: 65px; position: relative;}
.typ-newsletter__content__header {}
.typ-newsletter__content__header h2 {}
.typ-newsletter__content__header p {font-size: 19px;}

.typ-newsletter__content__form {}
.typ-newsletter__content__form form {overflow: hidden;}
.typ-newsletter__content__form form .hs-form-field {width: calc(100% - 160px); float: left; }
.typ-newsletter__content__form form .hs-form-field input[type="email"] {border-radius: 5px; min-height: 46px;}
.typ-newsletter__content__form form .hs-form-field > label {display: none;}
.typ-newsletter__content__form form .hs_submit {width: 140px; margin-left: 20px; float: left;}
.typ-newsletter__content__form form input[type="submit"] {margin-top: 0; border-radius: 5px;}

.typ-feed__rss__item {width: calc(25% - 34px);  margin: 0 17px; float: left;}
.typ-feed__rss__item:first-child {width: calc(50% - 34px);}
.typ-feed__rss__item__top {height: 450px; background-size: cover; background-position: 50%; position: relative;}
.typ-feed__rss__item__top:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color:rgba(0,0,0,.5);
}
.typ-feed__rss__item__top__date {position: absolute; top: 20px; right: 20px; font-size: 16px; font-weight: bold; color: #fff;text-align:center;}
.typ-feed__rss__item__top__date strong {font-size: 28px;color: #fff;}
.typ-feed__rss__item__topics {color: #999999; text-transform: uppercase; margin: 15px 0;}
.typ-feed__rss__item__title {}
.typ-feed__rss__item__title h4 {padding-bottom: 30px; margin-bottom: 30px; position: relative;}
.typ-feed__rss__item__title h4:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #f79d33;
  position: absolute; 
  bottom: 0;
}
.typ-feed__rss__item__description {color: #999999; font-size: 14px;}


@media (max-width: 767px) {
  .typ-section {padding: 50px 0;}

  .typ-hero__left {width: 100%; max-width: 100%; padding-top: 0; margin-bottom: 30px;}
  .typ-hero__right {width: 100%; max-width: 100%; padding-top: 55px;}

  .typ-resources__row {margin-left: 0; margin-right: 0px;}
  .typ-resources__row__item {width: 100%; margin: 0 0 35px;}

  .typ-newsletter__content__form form .hs-form-field {width: 100%;}
  .typ-newsletter__content__form form .hs_submit {width: auto; margin-left: 0; margin-top: 12px;}

  .typ-feed__rss__item,
  .typ-feed__rss__item:first-child {width: 100%; margin: 0 0 30px;}  
  .typ-feed__rss__item__top {height: 275px;}
  .typ-feed__rss__item__title h4 {padding-bottom: 15px; margin-bottom: 15px;}
  .typ-feed__rss__item__title h4:before {left: 0; right: 0; margin: 0 auto;}
  .twoC-image-copy-module .section-inner-wrapper .section-content-column {width: 100%; padding-left: 0;}
  .twoC-image-copy-module .section-inner-wrapper .section-image-column {padding-right: 0;width: 100%; margin-bottom: 25px;}

}

/* TYP v2 */

.typ-feedv2 .typ-feed__rss__item__top:before {background-color:transparent!important;}
.typ-feedv2 .typ-feed__rss__item:first-child, .typ-feedv2 .typ-feed__rss__item {width:30%!important;}
.typ-feedv2 .typ-feed__rss__item__top {height:200px!important;background-position:top center!important;}
.typ-feedv2 .typ-feed__rss__item__title h4 {color:#ffffff!important;padding-top:30px!important;}
.typ-feedv2 .typ-feed__rss__item__topics {font-size:12px!important;}
.typ-feedv2.typ-section {padding:0!important;}
.typ-feedv2.typ-feed h2 {color:#ffffff!important;}
@media (max-width: 767px) {
  .typ-feedv2 .typ-feed__rss__item:first-child, .typ-feedv2 .typ-feed__rss__item {width:auto!important;}
}

/**** Blog Subscribe Toggle *****/
.row-fluid .blog_main .sub-acc h3 {
  padding: 12px 25px 9px 25px;
  background: #00a5db;
  color: #fff!important;
  overflow: hidden;
  cursor: pointer;
  font-size:26px!important;
}

.sub-acc form {
  display: none;
}

#news-post-listing {padding-top: 40px;}
.news-pagination {text-align: center;}
.news-pagination a {font-size: 18px; margin: 0 3px; cursor: pointer;}
.news-pagination a.jp-previous.jp-disabled {color: #666666;cursor: default;}
.news-pagination a.jp-current {color: #ed962f;}

.beerLP .vert-center-inner img {
  -webkit-box-shadow: 0 0 20px 5px #dddddd;
  box-shadow: 0 0 20px 5px #dddddd;
  max-width:575px;
  width:auto;
}
@media (max-width: 1200px) {
  .beerLP .vert-center-inner img {max-width:100%!important;}
}


/* ========
* Header Oct 2019
* ==================== */
.header-top-left > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 0;
  text-align: left;
}
.header-top-left > .row-fluid-wrapper > .row-fluid:before,
.header-top-left > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.header-search-wrapper {
  position: relative;
  width: 20px!important;
  -ms-flex-preferred-size: 20px!important;
  flex-basis: 20px!important;
}
.header-search-trigger {
  color: ;
  cursor: pointer;
}
body .row-fluid .header-search {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px!important;
  display: none;
}
.header-top-left-nav {
  width: calc(100% - 20px)!important;
  -ms-flex-preferred-size: calc(100% - 20px)!important;
  flex-basis: calc(100% - 20px)!important;
  padding: 0 0 0 10px;
  margin: 0 0 0 6px!important;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.header-top-left .hs-menu-wrapper > ul {
  float: left;
}
.header-top-left .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0 15px 0 0;
}
.header-top-left .hs-menu-wrapper > ul > li > a {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color:#5e5f61;
}
.custom-breadcrumbs, .hs-blog-listing .custom-breadcrumbs, .hs-blog-post .custom-breadcrumbs {padding-top:30px;}
@media (max-width: 767px) {
  .custom-breadcrumbs, .hs-blog-listing .custom-breadcrumbs, .hs-blog-post .custom-breadcrumbs {padding-top:0px;}
  .tabs-testimonial .tabs-testimonial-slider .tabs-testimonial-inner blockquote{font-size: 18px;}
}

.Site-logo.lp img{ width:400px !important; } 
.shaded-testimonials,
#hs_cos_wrapper_module_1488218346821446 .inner-narrow-width .shaded-testimonials {
  background: #efefef;
  padding: 23px 14px;
  margin: 19px 0 50px 0;
  color: #000000;
}


@media (min-width: 1600px) {
  .row-fluid .wrapper { max-width:1400px; }
}

.webinar-lp-banner h2 {
  color: #fff;
  font-size: 42px;
}

#tips ul {
  display: none !important;
}



img.iconfa {vertical-align: middle;position: relative;}
.moreicon1 {
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(https://www.tabsanalytics.com/hubfs/icons/icon-chevron.png) left center no-repeat;
  position: relative;
}
.moreicon2 {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(https://www.tabsanalytics.com/hubfs/icons/icon-chevron-double.png) left center no-repeat;
  position: relative;
}
a:hover .moreicon2 {background-position: right center}
.clients-section .iconfa {border: none!important;}


.blog_main .hs-blog-social-share {height: 32px;}
.blog_main .hs-blog-social-share .hs-blog-social-share-item {vertical-align: top;margin-right: 7px;}
.blog_main .hs-blog-social-share .hs-blog-social-share-item-linkedin .IN-widget {position: relative;top: -3px;}
.blog_main .hs-blog-social-share .hs-blog-social-share-item-linkedin {margin-right: 6px;}
.blog_main .hs-blog-social-share .hs-blog-social-share-item-facebook {margin-top: 0}
.blog_main .hs-blog-social-share .hs-blog-social-share-item-facebook .fb_iframe_widget {top: .5px;}
.blogsidebarcta {text-align: center;}






/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* BEVALC PAGES */
.btn-orange:hover {
  background-color: transparent!important;
  border-color: #ed962f!important;
  color: #ed962f!important;
}
.bevalc-logos img {
  -webkit-filter: grayscale(0%) opacity(100%)!important;
  filter: grayscale(0%) opacity(100%)!important;
}
.bevalc-logos h2 {margin-bottom: 10px}
.bevalc-logos .content-module {padding-bottom: 0!important}
.bevalc-whytabs {
  background: #eee;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bevalc-template h2 {font-size: 42px;}

.bevalc-whytabs-content-col ul,
.bevalc-template .imgtextcol-content ul {padding-left:12px;}

@media only screen and (min-width: 1200px) {
  .bevalc-testimonials {
    padding-left: 7%!important;
    padding-right: 7%!important;
  }
}
@media only screen and (min-width: 767px) {
  .bevalc-whytabs-content-col {padding-right: 5%;}
  .bevalc-testimonials {padding-left: 5%}
}
@media only screen and (max-width: 767px) {
  .bevalc-template h2 {font-size: 28px;}
}
@media only screen and (max-width: 766px) {
  .bevalc-testimonials {margin-top: 60px}
}

/* Travel Retail Page */ 
.currencylist {
  padding: 0;
  list-style: none;
  display: flex!important;
  flex-wrap: wrap;
  width: 100%;
  text-align: center!important;
  max-width: 100%;
  margin: 30px 0 10px;
}
.currencylist li {
  width: 20%;
  padding: 10px;
}
.hero-travelretail .tabs-banner {
    min-height: 420px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.hero-travelretail .span7 {width: 100%!important;}
.hero-travelretail .tabs-banner h1 {margin-bottom: 0!important;}
.hero-travelretail .tabs-banner .span5,
.hero-travelretail .tabs-banner h4 {display: none!important;}
@media only screen and (max-width: 767px) {
  .hero-travelretail .tabs-banner {min-height: 40vh;}
}
#hs_show_banner_button {cursor:pointer;}
#hs_show_banner_button:hover {
  background: transparent !important;
  color: #3a902e !important;
}