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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .26);
}

.brand {
  width: 110px;
  min-height: 60px;
  margin-left: 20px;
  padding-top: 17px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 96px;
  background-repeat: no-repeat;
}

.brand.lp {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  margin-left: 0px;
  background-color: #fff;
}

.logo-placeholder {
  color: transparent;
  text-align: center;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 0px solid #e9e9e9;
 
  color: #898a8e;
  font-size: 13px;
  font-family: 'Open Sans',sans-serif;
}

.nav-link:hover {
  border-bottom: 1px none #000;
  background-color: #f5f5f5;
  color: #0092a1;
}

.nav-link.cta {
  background-color: #4fb3ce;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #0097ab;
}

.nav-link.search {
  padding-right: 20px;
  padding-left: 20px;
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.nav-link.off-privitar-logo {
  width: 150px;
  background-position: 50% 50%;
  background-size: 92px;
  background-repeat: no-repeat;
  text-align: center;
  background-color: white;
}

.banner-1 {
    /*padding-top: 155px !important;
    padding-bottom: 100px !important;    */
  height: auto;
  background-color: transparent;
  background-image: url('https://cdn2.hubspot.net/hubfs/436819/Live_Bournes/Images/black-and-white-original.jpg');
  background-position: 50% 30%;
  background-size: cover;
  /*max-height: 450px !important;*/
}



.banner-1.lp {
  padding-top: 80px;
  padding-bottom: 40px;
}

.banner-1.hp {
  min-height: 400px;
  padding-top: 129px;
  background-color: #108090;
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.cr-half-banner-des h1,
.h1 {
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
}
.cr-half-banner-des h1,
.h1.center {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .56);
  font-family: 'Open Sans',sans-serif;
}

.h1.center.lp {
  margin-top: 0px;
  font-size: 34px;
  line-height: 42px;
}
.cr-half-banner-des h1,
.h1.center.ty {
  font-size: 34px;
  line-height: 42px;
  font-family: 'Open Sans',sans-serif;
}
.cr-half-banner-des p,
.banner-p p,
.banner-p {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.body-1 {
  min-height: 60px;
  padding-bottom: 100px;
  background-color: hsla(230, 3%, 55%, .1);
}

.body-1.white {
  background-color: #fff;
}

.body-1.grey {
  background-color: #f3f3f3;
}

.container-fluid .row-fluid .w-col.body-column.featured {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.container-fluid .row-fluid .w-col.body-column.featured:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.heading-block-1 {
  width: 100%;
  min-height: 60px;
  padding-top: 19px;
  border-right: 1px solid #00b0c4;
  border-left: 1px solid #00b0c4;
  background-color: #4fb3ce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.heading-block-1:hover {
  background-color: #0097ab;
}

.heading-block-1.active {
  border-right-style: none;
  border-left-style: none;
  background-color: #fff;
  color: #646464;
}

.heading-block-1.active.filter {
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #00b0c4;
  border-bottom-width: 1px;
  border-bottom-color: #00b0c4;
}

.heading-block-1.right-mobile {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.heading-block-1.right-mobile:hover {
  background-color: #0097ab;
}

.heading-block-1-text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.heading-block-1-text.active {
  color: #8a8a8a;
}

.heading-block-1-text.active._2 {
  color: #0097ab;
}

.heading-block-1-text._2 {
  font-size: 14px;
}

.featured-div {
  min-height: 220px;
  background-position: 0px 0px;
  background-size: 125px;
}

.featured-div._1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-div._1:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.featured-div._2 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-div._3 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div-text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #55565b;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans',sans-serif;
}

.feature-div-text:hover {
  color: #55565b;
}

.feature-div-text.cta {
  height: auto;
  min-height: 60px;
  margin-right: 0px;
  margin-left: 0px;
}

.feature-div-text.cta:hover {
  color: #0092a1;
}

.container-fluid .row-fluid .column-div {
  overflow: scroll;
  height: 500px;
  border-top: 1px solid #cacaca;
  border-bottom: 5px solid #0097ab;
  overflow-x: auto;
  
}
.container-fluid .row-fluid .column-div::-webkit-scrollbar {
width: 8px;
}

.container-fluid .row-fluid .column-div::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
border-radius: 10px;
background-color: #4fb3ce;
}

.container-fluid .row-fluid .column-div::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

@-moz-document url-prefix(http://),url-prefix(https://) {
    scrollbar {
       -moz-appearance: none !important;
       background: rgb(0,255,0) !important;
    }
    thumb,scrollbarbutton {
       -moz-appearance: none !important;
       background-color: rgb(0,0,255) !important;
    }
    
    thumb:hover,scrollbarbutton:hover {
       -moz-appearance: none !important;
       background-color: rgb(255,0,0) !important;
    }
    
    scrollbarbutton {
       display: none !important;
    }
    
    scrollbar[orient="vertical"] {
      min-width: 15px !important;
    }
}
.list-div {
  padding: 10px 10px 15px;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  background-color: #fff;
}

.list-div:hover {
  background-color: #fcfcfc;
}

.time {
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans',sans-serif;
}
.different-topic-list .p-small a.post-title {
    text-decoration: none;
}
.different-topic-list .p-small a.post-title:hover {
    color: #0092a1;
}
.different-topic-list .p-small a.post-title,
.cr-blog-sidebar .sidebar-cta-1 .p-small,
.p-small p,
.p-small {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans',sans-serif;
}
.p-small.feature p,
.p-small.feature {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  float: left;
  color: #333;
  font-family: 'Open Sans',sans-serif;
}
.cr-blog-sidebar .hs-cta-img {
  margin-bottom:25px;
}
.cr-blog-sidebar .sidebar-cta-1 .p-small {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans',sans-serif;
}
.p-small.sidebar {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans',sans-serif;
}

.p-small.author {
  margin-bottom: 20px;
    color: #808285 !important;
    font-size: 14px;
  font-family: 'Open Sans',sans-serif;
}

.p-small.author a,
.p-small.author a:hover {
  margin-bottom: 20px;
    color: #808285 !important;
    font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.p-small.center {
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.p-small.topics {
  margin-top: 20px;
}

.subscribe-section {
  min-height: 300px;
  background-color: #575757;
}

.banner-overlay.orange-light {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
     padding-top: 185px !important;
    padding-bottom: 100px !important;
}

.persona-strip {
  background-color: #fff;
}

.persona-strip.internal {
  background-color: hsla(230, 3%, 55%, .1);
  box-shadow: inset 0 -6px 8px 0 rgba(0, 0, 0, .06);
  padding-top: 50px;
}
.div-to-h2-blogheading h2,
.h2 {
  line-height: 40px;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
}

.h2.subscribe {
  margin-top: 100px;
  margin-bottom: 15px;
  color: #55565b;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}
.cr-subscribe-blog {
  margin-top: 30px;
}
.h2.subscribe.bog {
  margin-top: 50px;
  margin-bottom: 5px;
}

.h2.subscribe._2 {
  margin-top: 20px;
}
.div-to-h2-blogheading h2,
.div-to-h2-blogheading h1,
.h2.blog-heading {
    margin-bottom: 20px;
    color: #c80c0f;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0;
}
h1.h2.blog-heading {
    text-transform: uppercase;
}
.h2.blog-heading:hover {
  color: #c80c0f;
}

.h2.blog-heading._2 {
  font-size: 28px;
  line-height: 34px;
}

.h2.blog-heading._2:hover {
  color: #0097ab;
}

.h2.lp {
  margin-top: 0px;
}

.h2.center {
  text-align: center;
}

.h2.center._3 {
  margin-top: 80px;
}

.h2.center.hp {
  margin-bottom: 30px;
  color: #55565b;
  font-size: 24px;
  line-height: 32px;
}

.h2.center.hp.padding-top {
  margin-top: 80px;
}

.subscribe-input {
  display: block;
  height: 60px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #adadad;
  border-radius: 200px;
  background-color: #fff;
}

.subscribe-input._2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.subscribe-button {
  height: 59px;
  padding-top: 18px;
  float: right;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  background-color: #4fb3ce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.subscribe-button:hover {
  background-color: #0097ab;
}
.subscribe-button._2 {
    width: 100%;
    float: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgb(244, 155, 0);
    padding-top: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
.subscribe-button._2:hover, .subscribe-button._2.-wfp-hover {
    background-color: rgb(196, 125, 3);
}
.search-bar-sidebar-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-style: none;
    border-top-width: 1px;
    border-top-color: rgb(185, 185, 185);
    border-right-style: none;
    border-right-width: 1px;
    border-right-color: rgb(185, 185, 185);
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(185, 185, 185);
    border-left-style: none;
    border-left-width: 1px;
    border-left-color: rgb(185, 185, 185);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgb(175, 28, 99);
    text-decoration: none;
}
.search-bar-text {
    float: left;
    color: white;
    font-style: italic;
    text-decoration: none;
}
.search-icon {
    width: 20px;
    float: right;
}
/* st-toggle-search */
.row-fluid .st-toggle-search-display {
    display: none;
}
@media (max-width: 991px) {
    .row-fluid .st-toggle-search-display {
        display: block !important;
        margin-top: -65px;
    }
    a.w-button.subscribe-button._2.w-hidden-main {
        max-width: 220px;
        margin: 0 auto;
        background-color: #c80c0f;
    }
    a.w-button.subscribe-button._2:hover {
        color: white;
    }
}
.email-text {
  padding-top: 18px;
  padding-left: 20px;
  color: #b9b9b9;
  font-style: italic;
  font-family: 'Open Sans',sans-serif;
}

.cta-section {
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #898a8e;
}

.cta-section.filter.grey {
  border-top: 1px solid #d6d6d6;
  background-color: hsla(230, 3%, 55%, .1);
}

.cta-section.hp {
  background-color: #fff;
}

.body-section {
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #55565b;
}

.footer.lp {
  padding-top: 10px;
  padding-bottom: 15px;
}

.footer-link {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #4fb3ce;
}

.footer-line {
  display: block;
  height: 1px;
  max-width: 300px;
  margin: 20px auto;
  background-color: #727272;
}

.footer-social-div-wrap {
  display: block;
  width: 126px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.social-icons {
  border: 1px solid #0092a1;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  
  background-color: #fff;
  background-position: 50% 50%;
  background-size: 45px;
}
.social-icons:hover {
  opacity: 0.7;
  border-width: 2px !important;
}
.social-icons._2 {
  background-size: 45px;
}

.copyright {
  margin-top: 10px;
  color: #adadad;
  font-size: 12px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.copyright.lp {
  margin-top: 0px;
}

.content-row.margin-top {
  margin-top: 20px;
}

.container-fluid .row-fluid .w-col.content-column {
  /*height: 300px;*/
  padding-right: 10px;
}

.feature-div-wrap {
  min-height: 300px;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  background-position: 0px 0px;
  background-size: 125px;
}

.feature-div-wrap._1 {
  background-position: 0px 0px;
  background-size: cover;
}

.feature-div-wrap._2 {
  background-position: 0px 0px;
  background-size: cover;
}

.feature-div-wrap._3 {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div-description-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 110px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #cacaca;
  background-color: #e9e9e9;
}

.feature-heading {
  display: inline-block;
  color: #55565b;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Open Sans',sans-serif;
}
.container-fluid .row-fluid .read-more {
    display: block;
    width: 150px;
    margin-top: 30px;
    padding: 8px 20px;
    border: 2px solid #c80c0f;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: background-color 500ms ease, color 500ms ease, box-shadow 500ms ease;
    transition: background-color 500ms ease, color 500ms ease, box-shadow 500ms ease;
    font-family: Raleway, sans-serif;
    color: #c80c0f;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.container-fluid .row-fluid  .read-more:hover {
    background-color: #c80c0f;
    color: #fff;
}
.cr-challenge-download {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 0px 20px 20px auto;
  float: right;
}
.read-more._2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 0px 20px 20px auto;
  float: right;
  border-color: #fff;
  color: #fff;
  text-align: center;
}

.read-more._2.sidebar {
  position: relative;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border: 2px solid rgba(255, 255, 255, 0.33);
}

.read-more._2.invert {
  border-style: solid;
  border-color: hsla(0, 0%, 100%, .33);
  background-color: #fff;
  color: #108090;
  font-family: 'Open Sans',sans-serif;
}

.read-more._2.invert:hover {
  background-color: #ebebeb;
  color: #108090;
}

.container-fluid .row-fluid .read-more.blog {
  display: block;
  float: none;
  text-align: center;
  font-size: 12px;
  font-family: 'Open Sans',sans-serif;
}

.container-fluid .row-fluid .read-more.float-right {
  float: none;
}

.container-fluid .row-fluid .read-more.float-none {
  margin-top: 10px;
  margin-left: 10px;
  float: none;
}

.cta-link-block {
  width: 100%;
  min-height: 300px;
  padding-top: 84px;
  background-color: #108090;
}

.cta-link-block.sidebar {
  min-height: 100px;
  margin-top: 0px;
  padding: 10px 10px 15px;
  border-radius: 0 0 4px 4px;
}

.cta-link-block._1 {
  background-color: #0085cc;
}

.cta-link-block._2 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-link-block._3 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cr-p-big p,
.cr-lp-list-even ul li p:first-child,
.p-big {
  margin-top: 0px;
  color: #55565b;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans',sans-serif;
}

.p-big.cta {
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 20px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.p-big.testimonial {
  margin-right: 100px;
  margin-left: 100px;
  color: #898a8e;
  line-height: 22px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.p-big.sidebar {
  margin-top: 0px;
  color: #eee;
  line-height: 24px;
  font-family: 'Open Sans',sans-serif;
}

.p-big.author {
  margin-bottom: 10px;
}

hr,
.line {
  height: 1px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d6d6;
  background-color: #d6d6d6;
}
.line-bottom-none .line {
    margin-bottom: 0;
}
.line._1 {
  margin-top: 10px;
}

.line._2 {
  margin-bottom: 0px;
}

.container-fluid .row-fluid .testimonial-slider {
  height: 200px;
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: transparent;
}

.testimonial-slider-arrow {
  padding-top: 0px;
}

.testimonial-slider-nav {
  opacity: 0.22;
}

.testimonial-slide-1 {
  height: 150px;
  max-height: 150px;
}

.container-fluid .row-fluid .testimonial-slider-icon {
  margin-top: 17.5px;
  color: #b4b4b4;
  font-size: 25px;
  font-family: 'Open Sans',sans-serif;
}

.featured-title-text {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.featured-title-text._2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
}

.featured-title-text._3 {
  margin-top: 30px;
}

.featured-title-text.margin-bottom {
  margin-top: 40px;
  margin-bottom: 20px;
}

.container-fluid .row-fluid .w-col.content {
  padding-bottom: 60px;
  padding-left: 15px;
}

.container-fluid .row-fluid .w-col.content._2 {
  padding-bottom: 30px;
}

.featured-article {
  min-height: 50px;
  padding-bottom: 10px;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
.featured-article:last-child,
.featured-article.last {
  border-bottom: 1px solid #cacaca;
}
.featured-tag {
  width: 120px;
  height: 30px;
  padding-top: 5px;
  padding-left: 10px;
  background-color: #c80c0f;
  color: #fff;
  font-size: 12px;
  text-align: left;
  font-family: 'Open Sans',sans-serif;
}
.cr-text-link a,
.text-link {
  margin-top: 18px;
  color: #c80c0f;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
}
.cr-text-link a:hover,
.text-link:hover {
  text-decoration: underline;
}

.text-link.sidebar {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans',sans-serif;
}

.text-link.sidebar:hover {
  color: rgb(175, 28, 99);
  text-decoration: underline;
}

.text-link._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.text-link._2.left {
  text-align: left;
}

.sidebar-cta {
  max-height: 120px;
  min-width: 200px;
  margin-top: 0px;
  margin-left: 10px;
  border: 1px solid #cacaca !important;
  background-color: #e2e2e2;
}
.sidebar-cta-1 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-decoration: none;
}
.sidebar-cta-1 img {
  border: 1px solid #CACACA !important;
}

.sidebar-cta-1 img:hover {
  border: 1px solid red !important;
}

/*
.sidebar-cta-1 {
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  border: 1px solid #cacaca;
  background-color: #e9e9e9;
  text-decoration: none;
}

.sidebar-cta-1:hover {
  border-color: #c80c0f;
  box-shadow: inset 0 0 4px 0 #c80c0f;
}
*/
.sidebar-cta-1.no-margin-top {
  margin-top: 0px;
  margin-bottom: 20px;
}

.bold {
  color: #55565b;
}
.cr-p-nochild-medium .hs_cos_wrapper_type_rich_text > p {
   margin-bottom: 20px;
   color: #898a8e !important;
}
.cr-lp-list-even ul li p:nth-child(2),
.cr-p-medium p,
.p-medium {
  margin-bottom: 20px;
  color: #898a8e;
}

.p-medium.blog {
  color: #333;
  line-height: 24px;
  padding-top: 20px;
}

.p-medium.contact {
  margin-top: 20px;
  line-height: 24px;
}
.hs-blog-post .post-body .hs_cos_wrapper_type_rich_text > img:first-of-type {
   margin-bottom: 25px;
   /*height: auto;*/
   
    float: right;
    width: 180px;
 /*   height: 165px; */
    margin-left: 10px;
}
@media (max-width: 480px) {
    .hs-blog-post .post-body .hs_cos_wrapper_type_rich_text > img:first-of-type {
        width: 140px;
        /*height: 125px;*/
    }
}
.blog-featured-image {
  width: auto;
  max-height: 220px;
  margin-top: 0px;
  margin-bottom: 25px;
  background-position: 0px 0px;
  background-size: 125px;
}
.cr-blog-listing-wrapper-download img {
  max-height: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.blog-featured-image.cta {
  max-height: 300px;
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cr-blog-listing-wrapper-download img:hover,
.blog-featured-image.cta:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.blog-featured-image.cta.internal {
  height: 600px;
  max-height: 300px;
  max-width: 615px;
  margin-top: 20px;
}

.pagination-numbers {
  display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 11px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 8px 0px 0px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #cacaca #cfcfcf #cfcfcf;
    border-radius: 100px;
    background-color: #f6f6f6;
    -webkit-transition: background-color 500ms ease, box-shadow 500ms ease, border-color 500ms ease;
    transition: background-color 500ms ease, box-shadow 500ms ease, border-color 500ms ease;
    color: #555;
    text-align: center;
    text-decoration: none;
}

.pagination-numbers:hover {
    border-color: #c80c0f;
    background-color: #c80c0f;
    box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .2);
    color: #fff !important;
}
.pagination-numbers-def-active,
.pagination-numbers-active {
  background-color: #c80c0f;
  color: #fff !important;
}


.comment-link-block {
  display: block;
  width: 200px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  background-color: rgb(175, 28, 99);
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.comment-link-block:hover {
  background-color: rgb(175, 28, 99);
}

.container-fluid .row-fluid .comment-styling {
  display: none;
  margin-top: 30px;
}

.comment-name-span {
  color: #c5c5c5;
}

.notification-bar {
  height: auto;
  min-height: auto;
  margin-top: 20px;
  padding: 8px 10px 10px;
  border: 1px solid #108090;
  border-radius: 3px;
  background-color: transparent;
  color: #0092a1;
}

.comment-form {
  display: block;
  margin-top: 30px;
}

.comment-field-label {
  color: #898a8e;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
}

.comment-text-field {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 11px;
  border-radius: 4px;
}

.comment-text-field._2 {
  min-height: 100px;
}

.comment-submit {
  margin-top: 10px;
  padding: 15px 25px 16px;
  border-radius: 200px;
  background-color: #4fb3ce;
}

.comment-submit:hover {
  background-color: #0097ab;
}

.comment-submit._2 {
  display: block;
}

.share {
  margin-bottom: 20px;
}

.share._2 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.contact-map {
  height: 400px;
  max-height: 400px;
}
.container-fluid .row-fluid .contact--form {
  margin-top: 10px;
}
.cr-lp-contact-form .hs_cos_wrapper_type_form h3 {
    display: none;
}
.cr-lp-contact-form form .hs-form-field label {
    color: #333;
}
.cr-lp-contact-form .hs_cos_wrapper_type_form .hs-form-field select,
.cr-lp-contact-form .hs_cos_wrapper_type_form .hs-form-field input[type="text"] {
    border-radius: 0;
}
.cr-lp-contact-form form label,
.contact-field-label {
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
}

.contact-text-field._2 {
  min-height: 150px;
}
.cr-lp-contact-form form,
.contact-form-div {
  margin-top: 20px;
}
.cr-lp-contact-form form,
.contact-form-div.lp {
  margin-top: 0px;
  padding: 20px 20px 25px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: hsla(230, 3%, 55%, .1);
}

.lp-image {
  width: 220px;
  height: 150px;
  border: 1px solid #cacaca;
  background-color: #e2e2e2;
}

.lp-image.ty {
  margin-bottom: 20px;
}
.cr-to-heading h3,
.h3 {
  margin-top: 0px;
  color: #55565b;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
}
.cr-lp-list-to-ul ul,
.lp-list {
  padding-left: 30px;
  color: #898a8e;
  font-family: 'Open Sans',sans-serif;
}

.blog-cta {
  width: 100%;
  max-height: 300px;
}

.testimonial-name {
  display: block;
  margin-top: 7px;
  color: #108090;
  font-family: 'Open Sans',sans-serif;
}

.featured-div-wrap {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-right: 1px solid #cacaca;
  border-bottom: 11px solid #0097ab;
  border-left: 1px solid #cacaca;
  background-color: #fff;
  min-height: 344px;
}
.cr-blog-sidebar strong,
.bold-colour {
  display: block;
  color: #c80c0f;
  font-family: 'Open Sans',sans-serif;
}
.cr-blog-sidebar strong:hover,
.bold-colour:hover {
  color: #c80c0f;
}

.cta-button {
  padding: 15px 25px 16px;
  border-radius: 200px;
}
.cr-half-banner-des a.cta_button,
.cta-button.center {
  display: block;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4fb3ce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
}

.cta-button.center:hover {
  background-color: #0097ab;
}

@media (max-width: 991px) {
  .nav-link {
    border-bottom: 1px solid #0092a1;
    border-left-style: none;
    background-color: #108090;
    color: #fff;
    text-align: center;
  }
  .nav-link.search {
    background-color: #fff;
  }
  /*.banner-1 {
    padding: 80px 40px 40px;
  }*/
  .banner-1.hp {
    min-height: auto;
   /* padding-top: 80px;
    padding-bottom: 60px;*/
  }
  .banner-1.blog-internal {
   /* padding-top: 59px;
    padding-bottom: 0px;*/
  }
  .cr-half-banner-des h1,
  .h1.center {
    font-size: 42px;
  }
  .h1.center.lp {
    font-size: 30px;
    line-height: 36px;
  }
  .cr-half-banner-des h1,
  .h1.center.ty {
    line-height: 36px;
  }
  .cr-half-banner-des p,
  .banner-p p,
  .banner-p {
    font-size: 18px;
    line-height: 26px;
  }
  .body-1 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .featured-div {
    min-height: 200px;
  }
  .feature-div-text.cta {
    padding-bottom: 15px;
  }
  .container-fluid .row-fluid .column-div {
    display: block;
    overflow: visible;
    height: auto;
    /*max-width: 600px;*/
    margin-right: auto;
    margin-left: auto;
  }
  .featured-div-wrap {
      min-height: auto;
  }
  .body-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .body-section.listing {
    padding-right: 40px;
    padding-left: 40px;
  }
  .feature-div-description-div {
    height: auto;
    padding-bottom: 15px;
  }
  .cta-link-block {
    padding-top: 44px;
  }
  .p-big.cta {
    padding-left: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .p-big.testimonial {
    margin-right: 60px;
    margin-left: 60px;
    font-size: 14px;
    line-height: 24px;
  }
  .container-fluid .row-fluid .testimonial-slider {
    height: 200px;
    margin-bottom: 0px;
  }
  .sidebar._1 {
    margin-bottom: 40px;
  }
  .container-fluid .row-fluid .w-col.content {
    padding-left: 10px;
  }
  .text-link.sidebar {
    margin-bottom: 0px;
  }
  .cr-blog-listing-wrapper-download img,
  .blog-featured-image.cta {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-featured-image.cta.internal {
    width: 100%;
    margin-left: 0px;
  }
  .contact-map {
    height: 300px;
  }
  .lp-image {
    height: auto;
  }
  .cr-lp-list-to-ul ul,
  .lp-list {
    padding-left: 20px;
  }
  .nav-icon {
    color: #108090;
  }
  .menu-button.w--open {
    background-color: #e0e0e0;
  }
  .menu {
    min-height: 900px;
    background-color: #3d3d3d;
  }
}

@media (max-width: 767px) {
  .brand {
    margin-left: 10px;
    background-size: 80px;
  }
  .brand.lp {
    width: 110px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*.banner-1 {
    padding-top: 75px;
    padding-right: 30px;
    padding-left: 30px;
  }*/
  .h1.center {
    font-size: 36px;
    line-height: 44px;
  }
  .h1.center.lp {
    font-size: 28px;
  }
  .cr-half-banner-des h1,
  .h1.center.ty {
    font-size: 28px;
  }
  .cr-half-banner-des p,
  .banner-p p,
  .banner-p {
    font-size: 16px;
    line-height: 26px;
  }
  .body-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .body-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.body-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.body-column.featured {
    margin-bottom: 20px;
  }
  .heading-block-1 {
    min-height: 48px;
    padding-top: 13px;
    border-bottom: 1px solid #03c3d8;
    border-right-style: none;
    border-right-color: #03c3d8;
    border-left-style: solid;
  }
  .heading-block-1.right-mobile {
    border-right-style: none;
    border-bottom-color: #03c3d8;
    border-left-style: solid;
    border-left-color: #03c3d8;
  }
  .feature-div-text {
    height: auto;
    padding-bottom: 15px;
  }
  .h2.subscribe {
    margin-top: 60px;
  }
  .div-to-h2-blogheading h2,
	.div-to-h2-blogheading h1,
  .h2.blog-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .cta-section.filter {
    padding-bottom: 0px;
  }
  .cta-section.filter.grey {
    padding-bottom: 30px;
  }
  .body-section.listing {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-row.margin-top._2 {
    height: 600px;
  }
  .container-fluid .row-fluid .w-col.content-column._2 {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .container-fluid .row-fluid .w-col.content-column.mobile {
    height: auto;
  }
  .cr-challenge-download a.cta_button,
  .container-fluid .row-fluid .read-more {
    margin-top: 10px;
    font-size: 12px !important;
  }
  .cta-link-block {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cta-link-block._1.sidebar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-big.cta {
    padding-left: 10px;
    text-align: left;
  }
  .p-big.testimonial {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
  }
  .container-fluid .row-fluid .testimonial-slider {
    height: 200px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .testimonial-slider-arrow {
    display: none;
  }
  .sidebar._1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-featured-image.cta.internal {
    height: auto;
  }
  .contact-map {
    height: 100px;
  }
  .container-fluid .row-fluid .w-col.lp-column._1 {
    margin-bottom: 20px;
  }
  .cta-wrap {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
 /* .banner-1 {
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }*/

  .cr-half-banner-des h1 {
       margin-top: 0px;
       line-height: 38px;
  }
  .h1.center {
    margin-top: 0px;
    font-size: 30px;
    line-height: 38px;
  }
  .h1.center.lp {
    font-size: 24px;
    line-height: 32px;
  }
  .cr-half-banner-des h1,
  .h1.center.ty {
    font-size: 24px;
  }
  .cr-half-banner-des p,
  .banner-p p,
  .banner-p {
    font-size: 14px;
  }
  .body-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.body-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-block-1 {
    border-right-style: none;
    border-left-style: none;
  }
  .heading-block-1.right-mobile {
    border-left-style: none;
  }
  .h2.center.hp {
    margin-top: 0px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-section.filter {
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .body-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body-section.listing {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-fluid .row-fluid .w-col.content-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-div-wrap._1 {
    background-position: 50% 0px;
  }
  .feature-div-description-div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cr-challenge-download,
  .read-more._2.invert {
    margin-right: 10px;
  }
  .p-big.testimonial {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-fluid .row-fluid .testimonial-slider {
    height: 250px;
  }
  .testimonial-slide-1 {
    font-size: 32px;
  }
  .cr-lp-contact-form form,
  .contact-form-div.lp {
    padding-left: 10px;
  }
  .container-fluid .row-fluid .w-col.lp-column {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.lp-column.form {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* Form Input */

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
}
body .hs-button.primary {
    margin-top: 0px;
    padding: 19px 25px 21px;
    /*border-radius: 200px;*/
    background-color: #4fb3ce;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    border: 0;
    color: #fff;
}
body .hs-button.primary:hover {
    background-color: #c80c0f;
    color: #fff;
}


.new-comments .hs-button.primary {
    margin-top: 10px;
    padding: 15px 25px 16px;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: 1px solid #c80c0f;
    color: #c80c0f;
}
.new-comments .hs-button.primary:hover {
    background-color:  #c80c0f;
    color: #fff;
}




.el-career-form .hs-button.primary {
    float: right;
}
.el-career-form h3 {
    display: none;
}
/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.comment-styling label,
.hs_cos_wrapper_type_form label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #898a8e;
    font-size: 14px;
    font-weight: 400;
}
.hs_cos_wrapper_type_form .hs-form-field > label {}
.hs-error-msgs label {
    color: #FD6E6E;
}
/* One Line Inputs */
.comment-styling input[type="text"],
.comment-styling input[type="email"],
.comment-styling input[type="url"],
.comment-styling textarea,
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
    display: block;
    width: 100%;
    height: 38px;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-family: 'Open Sans',sans-serif;
}
.comment-styling input[type="text"]:focus,
.comment-styling input[type="email"]:focus,
.comment-styling input[type="url"]:focus,
.comment-styling textarea:focus,
.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {
    border-color: #3898EC;
    outline: 0;
}
.hs_cos_wrapper_type_form input[type="file"] {
    height: auto;
}
/* Separate Styles for Multiple Line Inputs */
.comment-styling textarea,
.hs_cos_wrapper_type_form textarea {
    min-height: 100px;
}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

@media (max-width: 767px) {
    .comment-styling label,
    .hs_cos_wrapper_type_form label {
        margin-bottom: 5px;
        font-size: 14px;
    }
}
/************************* END OF FORM STYLING **************************/

/************************************************************************/
/************************* Blog Subscription Section **************************/
.container-fluid .row-fluid .blog-catogories {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-top: 1px solid #d6d6d6;
    margin-bottom: 20px;
}
body.hs-blog-post .blog-catogories .widget-type-blog_subscribe h3,
body.hs-blog-listing .blog-catogories .widget-type-blog_subscribe h3 {
    display: none;
}
.blog-catogories h3 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 15px;
    color: #55565b;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 32px !important;
    font-family: 'Open Sans',sans-serif;
}

.blog-catogories .widget-type-blog_subscribe label {
    display: none;
}
.blog-catogories .widget-type-blog_subscribe form > div {
    display: inline-block;
}
.blog-catogories .widget-type-blog_subscribe form > div:first-child {
    width: 84%;
}
.blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
    width: 16%;
}
.blog-catogories .widget-type-blog_subscribe form input[type="email"] {
    /*height: 60px;
    background-color: white;
    outline: none;
    border:0;
    color: #b9b9b9;
    font-style: italic;
    border: 1px solid #adadad;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
    display: block;
    height: 60px;
    max-width: 100%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 30px;
    border: 1px solid #cfcfcf;
    border-radius: 100px;
    font-size: 16px;    
}
.blog-catogories .widget-type-blog_subscribe form input[placeholder] {
    font-size: 14px;
    padding-left: 20px;
}
.blog-catogories .widget-type-blog_subscribe form input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
    font-family: 'Open Sans',sans-serif;
}
 
.blog-catogories .widget-type-blog_subscribe form input:-moz-placeholder { /* Firefox 18- */
    color: #b9b9b9 !important;  
    font-family: 'Open Sans',sans-serif;
}
 
.blog-catogories .widget-type-blog_subscribe form input::-moz-placeholder {  /* Firefox 19+ */
    color: #b9b9b9 !important; 
    font-family: 'Open Sans',sans-serif;
}
 
.blog-catogories .widget-type-blog_subscribe form input:-ms-input-placeholder {  
    color: #b9b9b9 !important;  
    font-family: 'Open Sans',sans-serif;
}
.blog-catogories .widget-type-blog_subscribe form .hs_submit input {
    height: 60px;
    /*
    font-size: 14px;
    padding: 0;
    border: none;
    width: 100%;
    min-width: 90px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f49b00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;*/
    float: right;
    border-radius: 0 100px 100px 0;
    background-color: #c80c0f;
    background-image: -webkit-linear-gradient(80deg, #971401, #c80c0f);
    background-image: linear-gradient(10deg, #971401, #c80c0f);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    text-decoration: none;    
    position: absolute;
    top: 35px;
    right: 0px;    
}

.blog-catogories .widget-type-blog_subscribe form .hs_submit input:before {
    content:"Submit";
}

.blog-catogories .widget-type-blog_subscribe form .hs_submit input:hover {
    background-color: #f49b00;
}

@media (max-width: 991px) {
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 84%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 16%;
    }
}

@media (max-width: 767px) {
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 83%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 17%;
    }
    .blog-catogories .widget-type-blog_subscribe h3 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 38px;
      }
}
@media (max-width: 680px) {
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 81%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 19%;
    }
}

@media (max-width: 479px) {
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 70%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 30%;
    }
    .blog-catogories .widget-type-blog_subscribe h3 {
        font-size: 30px;
        line-height: 38px;
    }  
}
/* ==========================================================================
   HubSpot Default Slider Modules Style
   ========================================================================== */
/*
 * 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 */
.testimonial-section .hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px; display: none;}
.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
*********************************/
.testimonial-section .hs_cos_flex-slider {margin: 0 0 60px; background: transparent; 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;}
.testimonial-section .hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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;}
.testimonial-section .hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #1fa8e1; background: rgba(31, 168, 225,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);}
.testimonial-section .hs_cos_flex-control-paging li a:hover { background: #1fa8e1; background: rgba(31, 168, 225,0.7); }
.testimonial-section .hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #1fa8e1; background: rgba(31, 168, 225,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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
}

.testimonial-section .hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 30%;
    text-align: center;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.testimonial-section .hs_cos_flex-slider .superimpose .caption img {
    display: block;
    width: 50px !important;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 200px;
    
}
@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;
    }
}

.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;
    font-family: 'Open Sans',sans-serif;
}

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

.vex { 
   z-index: 999999; 
}
.hs_cos_flex-slider .caption { 
    padding: 5px;    
}
.hs_cos_flex-slider {
    margin-bottom: 31px !important;
}
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption {
    padding: 5px;
}
.hs_cos_flex-slider .superimpose .caption {
    width: 100%;
    padding: 5px; 
}
@media (min-width: 1020px) {
  .cr-blog-sidebar {
      max-width: 293.33px !important;
  }
}

@media (min-width: 768px) {
    .hs_cos_flex-slider .hs_cos_flex-slides img {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .hs_cos_flex-slider .caption {
       font-size: 1em !important;
    }
    .testimonial-section .hs_cos_flex-slider .superimpose .caption {
       font-size: 14px !important;
    }
    .testimonial-section .hs_cos_flex-slider .superimpose .caption,
    .testimonial-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 479px) {
    .hs_cos_flex-slider .superimpose .caption {
       font-size: 14px;
    }
}

/***** End Slider ******/

/************************ Custom Class *****************************/
/* Author Blog */
h2.hs-author-name {
    font-weight: 300;
    color: #333;
}
.hs-author-profile._2 {
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #f5f3f3;
}
.hs-author-avatar img {
    padding-right: 20px;
    border-radius: 50%;
    width: 100%;
}
.hs-author-avatar {
   /* margin-bottom: 20px;*/
}
@media (max-width: 991px) {
    .container-fluid .row-fluid .hs-author-profile .w-col.w-col-medium-4 {
        width: 33.33333333%;
    }
    .container-fluid .row-fluid .hs-author-profile .w-col.w-col-medium-8 {
        width: 66.66666667%;
    }
    .container-fluid .row-fluid .blog-body-wrapper .w-col._1 {
        padding-right: 10px;
    }
    .hs-author-profile._2 {
        margin-top: 40px;
    }
    .cr-blog-sidebar .hs-cta-img {
      width: 100% !important;
    }
 }
@media (max-width: 767px) {
    .container-fluid .row-fluid .hs-author-profile .w-col.w-col-medium-4 {
        width: 100% !important;
    }
    .container-fluid .row-fluid .hs-author-profile .w-col.w-col-medium-8 {
        width: 100% !important;
    }
    .hs-author-avatar img {
        max-width: 200px;
        margin-bottom: 20px;
    }
}
/********* Re-usable Code *****/
/** CTA Block Clickable **/
.invisible-cta-wrapper {
    position: relative;
}
.invisible-cta {
   /* display: none;*/
}
.invisible-cta a.cta_button {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top:0;
    bottom: 0;
    color: transparent;
}
/** Social Sharing Module **/
.cr-social-sharing {
    padding-left: 30px;
}
.cr-social-sharing img {
    visibility: hidden;
}
.cr-social-sharing a {
  width: 50px !important;
  height: 50px;
  max-width: 100%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #0092a1 !important;
  border-radius: 200px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: 45px;
}
.cr-social-sharing a:hover {
  opacity: 0.7;
}
.cr-social-sharing a[href^="http://www.linkedin.com/"] {
}
.cr-social-sharing a[href^="https://twitter.com/"] {
  
}
@media (max-width: 767px) {
    .cr-social-sharing {
        padding-left: 20px;
        padding-bottom: 20px;
    }     
}
/** Site page css **/
.cr-cta-hover-pop span img.hs-cta-img,
.cr-about img.hs-cta-img {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.cr-about img.hs-cta-img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
/** Blog Post Internal **/

/** Blog Listing **/
.cr-template-blog-listing .post-item .blog-heading a{
    margin-bottom: 20px;
    color: #555;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
}
.cr-template-blog-listing .post-item .blog-heading a:hover {
    color: #6d6d6d;
}
.cr-disabled-tag-href {
    pointer-events: none;
    cursor: default;
}

.cr-template-blog-listing .post-item:first-child img.blog-featured-image {
    display: block;
}
.cr-template-blog-listing .post-item img.blog-featured-image {
    display: none;
}

body[class*=st-topic-press] .body-container-wrapper .ab-header,
body[class*=st-topic-blog] .body-container-wrapper .nfp-header,
body[class*=st-topic-all] .body-container-wrapper .scp-header,
body[class*=st-topic-press] .body-container-wrapper .cr-blog-ab-download,
body[class*=st-topic-blog] .body-container-wrapper .cr-blog-nfp-download,
body[class*=st-topic-all] .body-container-wrapper .cr-blog-scp-download {
  display: block;
}

/*.persona-strip .body-column a {
  width: 100%;
  min-height: 60px;
  padding-top: 19px;
  border-right: 1px solid #c80c0f;
  border-left: 1px solid #c80c0f;
  background-color: #c80c0f;
  /*-webkit-transition: all 200ms ease;
  transition: all 200ms ease;*/
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
  font-family: 'Open Sans',sans-serif;
}*/
.persona-strip .body-column a:hover {
  background-color: #6f0d3c;
}
.persona-strip .body-column a:active {
  border-right-style: none;
  border-left-style: none;
  background-color: #fff;
  color: #c80c0f;
  font-family: 'Open Sans',sans-serif;
}
.persona-strip .body-column a.right-mobile {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.persona-strip .body-column a.right-mobile:hover {
  background-color: #6f0d3c;
}


body[class*=st-topic-press] .body-container-wrapper .persona-strip .body-column:nth-child(1) a,
body[class*=st-topic-blog] .body-container-wrapper .persona-strip .body-column:nth-child(2) a,
body[class*=st-topic-all] .body-container-wrapper .persona-strip .body-column:nth-child(3) a {
  border-right-style: none;
  border-left-style: none;
  background-color: #fff !important;
  color: #c80c0f !important;
  font-family: 'Open Sans',sans-serif;
  box-shadow: 0 -6px 8px 0 rgba(0,0,0,.06);
}

body[class*=st-topic-press] .body-container-wrapper .cr-filter-footer .body-column:nth-child(1) a,
body[class*=st-topic-blog] .body-container-wrapper .cr-filter-footer .body-column:nth-child(2) a,
body[class*=st-topic-all] .body-container-wrapper .cr-filter-footer .body-column:nth-child(3) a {
    background-color: #fff !important;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #00b0c4;
    border-bottom-width: 1px;
    border-bottom-color: #00b0c4;
}

body[class*=st-topic-press] .body-container-wrapper .cr-filter-footer .body-column:nth-child(1) a div,
body[class*=st-topic-blog] .body-container-wrapper .cr-filter-footer .body-column:nth-child(2) a div,
body[class*=st-topic-all] .body-container-wrapper .cr-filter-footer .body-column:nth-child(3) a div {
  color: #0097ab !important;
  font-family: 'Open Sans',sans-serif;
}

.blog-bottom-social-share .hs-blog-social-share ul.hs-blog-social-share-list {
    list-style: none;
    padding-left: 0;
    max-width: 400px;
    float: none;
    margin: 0 auto;
}

.cr-blog-listing-wrapper-download .widget-type-cta {
    display: none;
}
.row-fluid .cr-blog-listing-wrapper-download {
    display: none;
}
.row-fluid .post-listing .cr-blog-listing-wrapper-download {
    display: block;
}
.post-body a {
    color: #c80c0f;
    text-decoration: none;
    font-style: italic;
    font-family: 'Open Sans',sans-serif;
}
.pgraph-mgn-bttm-small p {
    margin-bottom: 10px;
}
.cr-thank-subscribe {
    background-color: hsla(230,3%,55%,.1); 
    padding-top: 30px; 
    padding-bottom: 40px; 
    border-top: 1px solid #cacaca;
}
.cr-thank-subscribe .blog-catogories h3 {
    display: none;
}

.pagination-column a,
.pagination a {
    display: block;
    margin-top: 18px;
    margin-right: 2px;
    margin-left: 2px;
    float: left;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #555;
    font-weight: 400;
}

.pagination-column a .pagination-numbers {
    
}

.pagination-column a:hover,
.pagination a:hover {
    color: #c80c0f;
    font-weight: 700;    
}

@media (max-width: 767px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
        margin-bottom: 5px;
    }
    
    .container-fluid .row-fluid .w-col .w-col {
        width: 33% !important;
    }
    
    .container-fluid .row-fluid .w-col .pagination-column {
        width: 33%;
        display: inline-block;
    }
    
    .container-fluid .row-fluid .w-col .pagination {
        width: 100%;
    }    
    
}


.banner-container p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
}



/***Nolan Edits***/

#blog-search input.gsc-input {
    background: transparent;
    background-image: none !important;
    /*background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 18px;
    background-position: 1%;*/
    padding-left: 30px !important;
    color: #808183;
    padding-right: 0px !important;
}

#blog-search form.gsc-search-box {
    width: 95% !important;
    float: right !important;
}



#blog-search .gsc-search-button {
    background: url('//cdn2.hubspot.net/hubfs/436819/Live_Bournes/Images/57c40886160c55f15614c009_Search.svg') !important;
    background-repeat: no-repeat !important;
    background-origin: border-box;
    background-size: 30px !important;
    background-position: center center;
    cursor: pointer;
    background-color: transparent;
}

#blog-search .gsc-search-box-tools .gsc-search-box td.gsc-input {
    padding-right: 0;
    background-color: transparent !important;
}

.banner-1-contanier h1,
.banner-1-contanier span.h1{
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 65px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    
    .banner-1-contanier h1 {
        font-size: 50px;
        line-height: 56px;
    }
    
}

@media (max-width: 480px) {
    
    .banner-1-contanier h1 {
        font-size: 30px;
        line-height: 36px;
    }
    
}

.content-search-bar {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px 0;
    border: 2px solid #c80c0f;
    border-radius: 100px;
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
    color: #808285;
}

.content-search-text {
    float: left;
    font-family: Raleway, sans-serif;
    color: #7f8184;
    font-size: 13px;
    font-style: italic;
}

.content-img.model-seventeen {
    width: 20px;
    height: 20px;
    float: right;
}

.content-featured-article .hs-rss-module {  
    border-bottom: 1px solid #d2d2d2;
}

.content-featured-article .hs-rss-item {
    min-height: 150px;
    padding-bottom: 10px;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-left: 1px solid #cacaca;    
    border-bottom: 0px solid #d2d2d2;
    margin-bottom: 0px !important;
}

.content-featured-article h3 {
    width: 100%;
    height: 30px;
    background-color: #c80c0f;
    background-image: -webkit-linear-gradient(80deg, #971401, #c80c0f);
    background-image: linear-gradient(10deg, #971401, #c80c0f);
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;    
    text-align: left;
    margin-bottom: 0 !important;
    padding-left: 10px;
}

.content-featured-article .hs-rss-item-text {
    padding: 5px;    
}

.content-featured-article a.hs-rss-title {
    margin-bottom: 5px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;    
}

.content-featured-article .hs-rss-description p {
    margin-top: 10px;
    padding-left: 0px;
    float: left;
    color: #808285;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;    
    text-align: left;
}

.content-featured-article .hs-rss-description a {
    font-weight: 700;
    text-decoration: none;  
}

.container-fluid .row-fluid .w-col-2-5 {
  width: 20%;
}

.container-fluid .row-fluid .w-col-2-6 {
  width: 25%;
}

.block-all-blogs .content-column {
    height: auto !important;
}

.p-small.model-six.v2 {
    color: #808285;
    text-align: center;
}

.h2.model-eight {
    margin-bottom: 20px;
    color: #c80c0f;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}

.content-subscribe-input {
    position: relative;
}

.content-subscribe-input input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.h4.model-two.v7 {
    min-height: 70px;
    font-size: 14px !important;
    line-height: 23px !important;    
}

.container-fluid .row-fluid .w-col.content-column {
    margin-bottom: 20px;
}

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

.btn-model-two.v3-5 {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
    cursor: pointer;
}

.blog-list-img {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e7e7e7;
}
body.template-resources .blog-list-img {
    height: auto;
}
body.template-resources .blog-featured-image {
    max-height: 100%;
}
   /* .blog-list-img img {
        visibility: hidden !important;
    }*/

@media (max-width: 767px) {
    
    .res-topic-buttons-outer {
        max-width: 350px;
        float: none;
        display: block;
        margin: 0 auto !important;
        overflow: auto;
    }
    
    .container-fluid .row-fluid .w-col-2-6 {
        width: 50%;
    }

    .blog-list-img {
        height: auto !important;   
    }

    .cr-template-blog-listing .post-item:first-child img.blog-featured-image {
        float: none !important;
        margin: 0 auto;
    }
    
    /*.blog-list-img {
        background-position: 50% 50% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }*/
    
    .h4.model-two.v7 {
        font-size: 14px !important;
        line-height: 20px !important;
        min-height: 10px !important;
    }
    
}

@media (max-width: 479px) {
    
    .container-fluid .row-fluid .w-col-2-6 {
        width: 100%;
    }
    
}