/*
@import url(//fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/* @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;}
/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

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

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

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

/* draggable */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/********************************************************************/
/* MIGRATED FROM SPINALCORD-STYLE.CSS                               */
/********************************************************************/


    
   
 

/*  'Aktiv Grotesk Regular',  */
 


body {
  background: #fff;
  color: #666;
  font-family:arial, 'Open Sans', sans-serif;

  /*   font-family: 'Lato', arial, sans-serif; */
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p { margin: 10px 0; }
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: font-family:arial, 'Open Sans', sans-serif;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0px;
}
h1 { font-size: 48px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 17px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: font-family:arial, 'Open Sans', sans-serif;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #519040;
  border-color: #519040;
  -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  border: 2px solid #FFF;
  border-color: #519040;
  background: #519040;
  color: #FFF;
}

/* Form Field */
body .hs-form-field { margin-bottom: 15px; }

/* Labels */
body label {
  margin-bottom: 5px;
  font-weight: 700;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-size: 16px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  outline: 0;
  border-color: #519040;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
  min-height: 60px;
}

/* Label */
.widget-type-google_search label {
  font-size: 24px;
  font-weight: 700;
  font-family:arial, 'Open Sans', sans-serif;
  display: block;
  text-rendering: optimizelegibility;
  margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
  width: 60%;
  float: left;
  margin-top: 0px;
  height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
  float: left;
  margin-left: 2px;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
  width: 70%;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  height: 36px;
}

/* Multiple Selection Inputs */
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

/* Form Error Selectors
========================================================================== */
.hsformerror{
  font-size: 12px!important;
  border: 0 !important;
  color: #FFF!important;
  background-image: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  z-index: 99999 !important;
  border-color: #519040 !important;
  background: #519040 !important;
}
.hsformerror .close-form-error {
  color: #519040;
}
.hsformerror em {
  border-color: #519040 transparent transparent !important;
}

/* NAV */

.header-container-wrapper {
  position: fixed;
  position: relative;
  width: 100%;
  z-index: 9999;
}

.header-container-wrapper.header-container-wrapper__fixed{
  position:fixed;
  top:0;
}

.nav-slidedown{
  top: 0;
  transition: 1.3s ease-in-out;
}

@media (max-width:768px){
  .body-container-wrapper{
    margin-top:0 !important;
  }
}

.header-container {
  padding: 0px 0px 0px 0px;
  background: #fff;
  z-index: 9999;
}

/********************************************************************/
/* END MIGRATED STYLES                                              */
/********************************************************************/











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

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

html,
body {
  margin: 0;
  padding: 0;
}

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

a,
a:focus,
button,
button:focus {
  cursor:pointer;
  outline:none;
  text-decoration: none;
}

button{
  font-size:16px;
}

iframe{
  width:100%;
}



h2,
h1{
  line-height:1.3;
}


/*///////////////////
//span column grid
//////////////////*/



            

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

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

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


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

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


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

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

@media(min-width:769px){
  .reverse-order .col-2 {
    -webkit-box-ordinal-group: 0;-ms-flex-order: -1;order: -1;
    margin-left: 0 !important;
  }

  .reverse-order .col-1{
    margin-left: auto;
  }
}

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

.flex-col-1 .cols{
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  max-width:none;
  min-width:initial;
}

.flex-wrap.flex-col-1_narrow .cols{
  max-width: 900px !important;
  margin: auto;
  width:100%;
}



.span-col-hs-flex-grid > span,
.span-col-flex-hs-grid > div > div,
.span-col-flex,
.flex-wrap{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 !important;
}

.span-col-flex-justify{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.flex-row {
  flex-direction: row;
}

.uneven-right-weight-hs-grid > div > div > div:nth-child(2),
.span-col-flex-hs-grid > div > div > div:first-of-type{
  margin-left:-1px !important;
}

.span-col-flex-hs-grid__col-2 > div > div{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 !important;
}
.span-col-flex-hs-grid__col-2 > div > div > div{
  width: 50% !important;
  margin-left: 0 !important;
  background-size: cover;
  background-position: center;
  position: relative;
}



.span-col-12,
.span-col-10,
.span-col-9,
.span-col-8,
.span-col-6,
.span-col-4,
.span-col-3,
.span-col-2 {
  position: relative;
  vertical-align: top;
}

.span-col-content {
  padding: 0 10px;
}


.span-col-12 {
  width: 100% !important;
  margin-left: 0 !important;
}

.span-col-10 {
  width: 83.33333333% !important;
  margin-left: 0 !important;
}

.span-col-9 {
  width: 75% !important;
  margin-left: 0 !important;
}

.span-col-8 {
  width: 66.66666667% !important;
  margin-left: 0 !important;
}

.span-col-6 {
  width: 50% !important;
  margin-left: 0 !important;
}

.span-col-4 {
  width: 33.33333333% !important;
  margin-left:0 !important;
}

.span-col-3{
  margin-left: 0 !important;
  max-width: 25% !important;
  width: 100% !important;
  min-width: 150px !important;
}

.span-col-2,
.span-col-2-md{
  width: 16.66666667% !important;
  margin-left: 0 !important;
}


.span-col-2-container-wrapper .span-col-content{
  max-width:600px;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left:2em;
  padding-right:2em;
}

.span-col-2-float-right{
  float:right !important;
}

/*--customized--*/
.span-col-2-container-wrapper .span-col-content{
  max-width:600px;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left:2em;
  padding-right:2em;
}

.span-col-6 .container-wrapper {
  max-width: 520px;
  margin: initial !important;
}

.span-col-6:first-of-type .container-wrapper{
  float:right !important;
}

.uneven-right-weight-hs-grid > div > div > div:nth-child(2),
.uneven-right-weight:nth-child(2),
.uneven-left-weight {
  width:66.66666667% !important;
}

.uneven-right-weight-hs-grid > div > div > div,
.uneven-right-weight,
.uneven-left-weight:nth-child(2){
  width:33.33333333% !important;
}

.uneven-left-weight > div {
  max-width: 800px;
  float: right !important;
}

.uneven-left-weight:nth-child(2) > div,
.uneven-right-weight > div{
  max-width: 335px;
  margin: 0 !important;
  float:none !important;
}


.uneven-right-weight > div {
  float:right !important;
}

.uneven-right-weight:nth-child(2) > div {
  max-width: 1000px;
  margin: 0 !important;
  float: none !important;
}


/* gutters */
.span-col-6__gutter,
.span-col-6__gutter-hs-flex-grid > span > div{
  width:calc(50% - 1%) !important;
  margin-left:calc(1% + (1% / 1)) !important;
  margin-bottom:2% !important;
}

.span-col-4__gutter,
.span-col-4__gutter-hs-flex-grid > span > div{
  width: calc(33.33333333% - 1%) !important;
  margin-left: calc(1% + (1% / 2)) !important;
}

.span-col-3__gutter {
  width: calc(25% - 1%) !important;
  margin-left: calc(1% + (1% / 3)) !important;
}

.span-col-2__gutter {
  width: calc(16.66666667% - 1%) !important;
  margin-left: calc(1% + (1% / 5)) !important;
}


.span-col-6__gutter:first-of-type,
.span-col-4__gutter:first-of-type,
.span-col-3__gutter:first-of-type,
.span-col-2__gutter:first-of-type,
.span-col-6__gutter-hs-flex-grid > span > div:first-of-type,
.span-col-4__gutter-hs-flex-grid > span > div:first-of-type{
  margin-left:0 !important; 
}

@media (max-width: 768px) {
  .span-col-2 {
    width: 33.33333333% !important;
  }

  .span-col-3, .span-col-2-md {
    width: 50% !important;
  }

  .span-col-3__md,
  .span-col-3-md{
    width: 100% !important;
  }

  .span-col-10, .span-col-9, .span-col-8, .span-col-6, .span-col-4{
    width: 100% !important;
  }

  .span-col-flex-hs-grid__col-2 > div > div > div,
  .span-col-2-container-wrapper .span-col-content,
  .span-col-2-float-right{
    float:none !important;
    width:100% !important;
    max-width:none;
    padding-top:2em;
    padding-bottom:2em;
  }

  .span-col-flex-hs-grid > div > div > div:first-of-type{
    margin-left:0px !important;
  }

  .reverse_m{
    order:1;
  }

  /*customized code*/

  .col-2-m-height-15 {
    min-height: 15em !important;
  }

  .col-2-m-height-remove{
    min-height:auto !important;
  }

  .span-col-6:first-of-type .container-wrapper,
  .span-col-6 .container-wrapper{
    float:none !important;
    max-width:none !important;
  }

  .reverse_m{
    order:1;
  }

  .uneven-right-weight-hs-grid > div > div > div,
  .uneven-right-weight-hs-grid > div > div > div:nth-child(2),
  .uneven-left-weight,
  .uneven-left-weight:nth-child(2),
  .uneven-right-weight,
  .uneven-right-weight:nth-child(2),
  .uneven-right-weight > div,
  .uneven-left-weight > div{
    width:100% !important;
    float: none !important;
  }


  /*gutters */
  .span-col-4__gutter,
  .span-col-4__gutter-hs-flex-grid > span > div{
    width:100% !important;
    margin:0 auto !important;
    margin-top:1em !important;
  }

  .span-col-3__gutter{
    width: calc(50% - 1%) !important;
    margin-left: calc(1% + 1%) !important;
  } 

  .span-col-3__gutter:nth-child(3){
    margin-left:0 !important;
  }

  .span-col-2__gutter {
    width: calc(33.33333333% - 1%);
    margin-left: calc(1% + (1% / 2));
  }
  .span-col-2__gutter:nth-child(4){
    margin-left:0;
  }

  .span-col-6__gutter,
  .span-col-4__gutter,
  .span-col-3__gutter,
  .span-col-2__gutter{
    margin-bottom:2%;
  }

  .span-col-6__gutter:first-of-type,
  .span-col-4__gutter:first-of-type,
  .span-col-4__gutter-hs-flex-grid > span > div:first-of-type,
  .span-col-2__gutter:nth-child(1),
  .span-col-2__gutter:nth-child(2),
  .span-col-2__gutter:nth-child(3){
    margin-top:0 !important;
  }

}

@media (max-width: 480px) {

  .span-col-hs-flex-grid__col-4 > span > div,
  .span-col-3, .span-col-3__sm, .span-col-2__sm {
    width: 100% !important; 
  }

  .span-col-6__gutter-hs-flex-grid > span > div{
    width:100% !important;
    margin:0 auto !important;
    margin-bottom:1em !important;
  }

  .span-col-2__sm {
    width: 100% !important; 
  }

  .span-col-2, .span-col-3__sm {
    width: 50% !important;
  }



  /*   gutters */
  .span-col-2__gutter,
  .span-col-2__gutter:nth-child(4){
    width: calc(50% - 1%);
    margin-left: calc(1% + (1% / 1));
  }

  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(3),
  .span-col-2__gutter:nth-child(5){
    margin-left:0;
  }

  .span-col-2__gutter:nth-child(3){
    margin-top:1%;
  }

}

@media (max-width: 320px) {
  .span-col-2,
  .span-col-3__sm,
  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(4){
    width: 100% !important;
    margin-left:0 !important;
  }
}

@media (max-width:480px){
  .hide-sm{
    display:none;
  }
}



/*COLUMNS WIDTH*/
.col_6{
  display:block;
  max-width:50%;
  width:100%;
}

.col_6 .left-content,
.col_6 .right-content{
  max-width:544px;
  width:100%;
  padding:2em;
}
.col_6 .left-content{
  margin-left:auto;
  display:block;
}

.col_8 {
  max-width: calc(50% + 150px);
  min-width: calc(50% + 150px);
  width: 100%;
}

.col_8 .left-content {
  margin-left: auto;
  max-width: 722px;
  width:100%;
  padding: 2em;
}

.col_4 .right-content {
  max-width: 439px;
  width:100%;
  padding: 2em;
}

@media (max-width:849px){
  .col_4,
  .col_8{
    max-width:none;
    min-width:initial;
    width:100%;
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
  }

  .col_4 .right-content,
  .col_4 .left-content{
    padding:2em;
    max-width:none;
  }
}

@media (max-width:480px){
  .col_4 .right-content,
  .col_4 .left-content{
    padding:1em;
  }
}

/*//////////////////////
//Section and Container
/////////////////////*/
.section-wrap,
.section-wrapper{
  float:none; 
  margin:0 auto;
  display:block;
  padding-top:3em;
  padding-bottom:3em;
  position:relative;
  /*overflow:hidden;*/
  clear:both;
  width:100%;
}

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

.container-wrapper-large{
  max-width:1620px;
  margin:0 auto !important;
  padding-left:1em;
  padding-right:1em;
  float:none !important;
  position:relative;
}


.container-wrap-narrow,
.narrow .container-wrapper,
.container-wrapper-small{
  max-width:900px;
  margin:0 auto !important;
  padding-left:2em;
  padding-right:2em;
  float:none !important;
  position:relative;
}


.container-wrapper-smaller{
  max-width:700px;
  margin:0 auto !important;
  padding-left:2em;
  padding-right:2em;
  float:none !important;
  position:relative;
}

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


.js-slide {
  transition: initial;
}


/*////////////////////////////////////
//Smart CTA
////////////////////////////////////*/
.smart-cta-img img{
  width:100%;
}


/*////////////////////////////////////
//Cards Style
////////////////////////////////////*/
/*Hubspot flex columns*/
.card{
  overflow:hidden;
}

.large-border-module .card{
  border: solid 6px #fff;
  position: relative;
  transition: all ease-in-out 0.6s;
}


.cards-columns-4 > span > div {
  display: inline-block;
  padding: 12px 10px;
  padding:5px;
  width: calc(100% / 4);
}

.cards-columns-2 > span > div {
  display: inline-block;
  padding: 10px;
  width: calc(100% / 2);
}


.card-content__bottom{
  position:relative;
  transition:all ease-in-out 0.7s;
  top: -4.5em;
  transform: translateY(100%);
}

.card-content__bottom:before {
  content: "\f106";
  font-family: fontAwesome;
  position: absolute;
  font-size: 29px;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  width: 40px;
  height: 40px;
  line-height: 33px;
  border-radius: 100px;
  background-color: inherit;
}

.card-content__bottom > div > div {
  opacity:0;
  transition:all ease-in-out 0.4s;
}


.card:hover .card-content__bottom,
.card:hover .card-content__bottom > div > div {
  top:0;
  opacity:1;
  transform: translateY(0%);
}

.h4-card-title{
  color: #519040;
}

@media (max-width:768px){
  .cards-columns-4 > span > div{
    width: calc(100% / 2);
  }

  .cards-columns-2 > span > div {
    width: calc(100%);
  }

  .card-column-bg-img{
    height:200px;
  }

}

@media (max-width:480px){
  .cards-columns-4 > span > div{
    width: calc(100%);
  }

  .cards-columns-2 > span > div {
    padding:0 0 10px;
  }

}


.post-card{
  background-color: #fff;
  transition: .9s all ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
}

.resource {
  padding-top: 1em;
}

/*////////////////////////////////////
//Buttons
////////////////////////////////////*/
body .hs-button.primary,
body input[type="submit"],
body input[type="button"]{
  color:#519040 !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover{
  color:#fff !important;
  background-color:#519040 !important;;
}

body{
  color:#3c3b3b;
}


.hs-button {
  padding: 10px 15px;
  background-color: #519040;
  color: #fff !important;
  border-radius: 5px;
  line-height: normal;
  display: inline-block;
  /*margin-right: 10px;*/
  margin:3px;
  border-color:transparent;
  border: solid 1px transparent;
}

.hs-button:hover{
  background-color:#db5c01;
}

.hs-button__orange{
  background-color:#db5c01 !important;
}

.hs-button__ghost-orange{
  background-color:transparent !important;
  color:#db5c01 !important;
  border-color:#db5c01 !important;
}

.hs-button__orange:hover {
  background-color: #519040 !important;
  color: #fff;
}


.hs-button__white{
  background-color:#fff !important;
  color:#519040 !important;
}

.hs-button__dgrey{
  background-color:#333 !important;
  color:#fff !important;
}

.hs-button__dgrey:hover{
  background-color:#db5c01 !important;
  color:#fff !important;
}

.hs-button__ghost-white{
  background-color:transparent !important;
  color:#fff !important;
  border-color:#fff !important;
}

.hs-button.hs-button.hs-button__white:hover{
  background-color:#519040 !important;
  color:#fff !important;
}

.open-popup-link.hs-disclaimer {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 0;
  width: 47.8%;
  text-align: center;
  margin-bottom: 4px;
  display: inline-block;
}

.open-popup-link .hs-disclaimer:hover{
  background-color:#fff !important;
}

.hs-button__large {
  font-size: 1.3em;
  /*box-shadow: 0px 2px 0px #0000002e;*/
  font-weight: bold;
}


/*Button animation*/
.hs-button-transition-scale {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-animation-name: hs-Button-scale;
  animation-name: hs-Button-scale;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hs-button-transition-scale:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


@-webkit-keyframes hs-Button-scale{
  0%{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100%{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}


@keyframes hs-Button-scale{
  0%{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100%{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}




.link,
.link a {
  cursor: pointer;
  color: #db5c01;
  position: relative;
  display: inline-block;
  font-weight: normal;
}

.link:after {
  content: "\f0a9";
  font-family: fontAwesome;
  margin-left: 5px;
}

@media (max-width:480px){
  .hs-disclaimer{
    width:100%;
  }
}

/*////////////////////////////////////
//BACKGROUND Image and COLORS
////////////////////////////////////*/
.background{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position:relative;
}

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

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

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

.background-img-overlay:before,
.overlay:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.4);
}


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

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

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


.css-sticky{
  vertical-align:top;
  position: -webkit-sticky;
  position: sticky;
  top:0;
}



@media (max-width:768px){
  .background-fixed,
  .background-absolute,
  .background-absolute-fixed{
    background-size: cover;
    background-attachment: initial;
  }

  .height-m{
    min-height: 200px !important;
  }
}

.black-background{
  background-color:#000;
}

.blue-background{
  background-color:#218ace;
}

.green-background{
  background-color:#519040;
}

.green-background a.hs-button {
  background-color: #333;
}

.dgreen-background{
  background-color:#347421;
}

.bg-white,
.white-background{
  background-color:#fff;
}

.bg-black{
  background-color:#000;
}

.lgreen-background{
  background-color:#60a17d;
}

.teal-background{
  background-color:#479fb6;
}

.white-background-hs-span > span,
.white-background{
  background-color:#fff;
}

.lblue-background{
  background-color:#f2f5f8;
}

.orange-background{
  background-color:#db5c01;
}

.black-background{
  background-color:#000;
}

.dgrey-background{
  background-color:#333;
}

.bg-lgrey,
.lgrey-background{
  background-color:#eeeeee;
  background-color:#f7f7f7;
}


.transparent-background{
  background-color:transparent !important;
}

.js-img-output .black-background {
  background-color: transparent;
}

.blue-gradient-background{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a1ff+0,007bc2+100 */
  background: #00a1ff; /* Old browsers */
  background: -moz-linear-gradient(top, #00a1ff 0%, #007bc2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00a1ff 0%,#007bc2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00a1ff 0%,#007bc2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1ff', endColorstr='#007bc2',GradientType=0 ); /* IE6-9 */
}

.bright-green-gradient_top-bottom{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#235d14+0,9dce59+100 */
  background: #235d14; /* Old browsers */
  background: -moz-linear-gradient(top, #235d14 0%, #9dce59 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #235d14 0%,#9dce59 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #235d14 0%,#9dce59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#235d14', endColorstr='#9dce59',GradientType=0 ); /* IE6-9 */
}

.white-gradient-background{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

.green-gradient_radius-bg{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#579741+0,286513+100 */
  background: #579741; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #579741 0%, #286513 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #579741 0%,#286513 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #579741 0%,#286513 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579741', endColorstr='#286513',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.green-gradient_left-right{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#579741+0,286513+100 */
  background: #579741; /* Old browsers */
  background: -moz-linear-gradient(left, #579741 0%, #286513 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #579741 0%,#286513 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #579741 0%,#286513 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#579741', endColorstr='#286513',GradientType=1 ); /* IE6-9 */
}


.d-gradient-blue,
.d-gradient {
  position: relative;
}

.d-gradient:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+40,000000+100&0+39,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 39%, rgba(0,0,0,0.01) 40%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 39%,rgba(0,0,0,0.01) 40%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 39%,rgba(0,0,0,0.01) 40%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
  left: 0;
  top: 0;
}

.d-gradient-blue:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+40,004677+100&0+39,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 39%, rgba(0,0,0,0.01) 40%, rgba(0,70,119,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 39%,rgba(0,0,0,0.01) 40%,rgba(0,70,119,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 39%,rgba(0,0,0,0.01) 40%,rgba(0,70,119,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6004677',GradientType=0 ); /* IE6-9 */
}



/*offset colors*/
.offset-green_3:after {
  content: "";
  background-color: #539037;
  width: 33%;
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}

@media (max-width:850px){
  .offset-green_3.lh-testimony-wrap:after{
    display:none;
  }
}


/*--color--*/
.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h4,
.white p,
.white div,
.white a {
  color: #fff;
}

.blue {
  color: #218ace;
}

.green {
  color: #519040;
}

.orange {
  color: #db5c01 !important;
}

.black h1,
.black h2,
.black h3,
.black h4,
.black h4,
.black p,
.black div{
  color:#666; 
}

.center{
  text-align:center;
}

.hide-overflow{
  overflow:hidden;
}


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


/*Play buttons*/
.play-button--large__white {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  font-size: 2em;
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: #ffffff73;
  text-align: center;
  border-radius: 100%;
  border: solid 3px rgba(255, 255, 255, 0.67);
  -webkit-transition:all ease-in-out 0.5s;
  -o-transition:all ease-in-out 0.5s;
  transition:all ease-in-out 0.5s;
}

a:hover .play-button--large__white {
  background-color: rgba(221, 91, 0, 0.67);
}


.play-button--large__white i{
  position: absolute;
  left: calc(50% + 3px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  font-family: fontAwesome;
}


/*////////////////////////////////////
//POSITION
////////////////////////////////////*/
.relative{
  position:relative;
}

.absolute{
  position:absolute;
}

.center{
  text-align:center;
}

.text-shadow,
.text-shadow h1,
.text-shadow h2,
.text-shadow h3,
.text-shadow h4,
.text-shadow h4,
.text-shadow p,
.text-shadow div{
  text-shadow:0px 1px 1px rgba(0, 0, 0, 0.56); 
}


.circle-element-bottom,
.circle-element-top{
  position: relative;
  margin-bottom: 2em;
}

.circle-element-bottom:before {
  position: absolute;
  content: "";
  bottom: -3.5em;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  background-repeat:no-repeat;
  background-size:56%;
  background-position:center 70%;
  background-image:url(https://575040.fs1.hubspotusercontent-na1.net/hubfs/575040/Community%20Page%20Images/spinal-cord-icon_green.svg);
  z-index: 1;
}

.circle-element-top:before {
  position: absolute;
  content: "";
  top: -1.5em;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 56%;
  background-position: 50%;
  background-image: url(https://575040.fs1.hubspotusercontent-na1.net/hubfs/575040/Community%20Page%20Images/spinal-cord-icon_green.svg?t=1508251008912);
  z-index: 1;
}




/*////////////////////////////////////
//Padding and margin
////////////////////////////////////*/
/*post cta*/
.post-list-item.cta{
  padding:1em; 
  background-color:#db5c01;
  color: #fff;
  text-align: center;
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* Hide the CTA on the all posts page */
.post-listing-simple .post-list-item.cta {
  display: none;
}

.post-list-item .cta-overview p {
  font-size: 1.4em;
  font-weight: 200;
}

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

.p1e{
  padding:1em;
}

.plr1e{
  padding-left:1em;
  padding-right:1em;
}

.p2e{
  padding:2em;
}

.section-wrapper .section-wrapper.pb0,
.pb0{
  padding-bottom:0;
}

.pb1e {
  padding-bottom: 1em;
}

.pb3e {
  padding-bottom: 3em;
}

.pb4e {
  padding-bottom: 4em;
}

.section-wrapper .section-wrapper.pt0,
.pt0{
  padding-top:0;
}


.pt0_5e{
  padding-top:0.5em;
}

.pt1e{
  padding-top:1em;
}

.pt3e{
  padding-top:3em;
}

.ptb1e{
  padding-top:1em;
  padding-bottom:1em;
}

.ptb2e{
  padding-top:2em !important;
  padding-bottom:2em !important;
}

.mt1e{
  margin-top:1em;
}


.mtb1e{
  margin-top:1em;
  margin-bottom:1em;
}

.mtb2e{
  margin-top:2em;
  margin-bottom:2em;
}

.mb3e{
  margin-bottom:3em !important;
}


.mt-7e{
  margin-top:-7em !important;
}

.b2p-w{
  border: solid #fff 2px;
}


/*////////////////////////////
CTA Card
///////////////////////////*/

.cta-card{
  background-color:#fff;
  border-radius: 5px;
}

.cta-card img {
  width: 100%;
  max-width: 150px;
  padding: 1em;
}

.small-card{
  max-width: 500px;
  padding: 1em;
}

.small-card__right{
  float: right !important;
}

.small-card__left{
  float: left !important;
}

@media (max-width:768px){
  .small-card,
  .small-card__left,
  .small-card__right{
    float:none !important;
    text-align:center;
  }
}

/*////////////////////////////
Hero New
///////////////////////////*/

.hero-new{
  padding-top:10vh;
  padding-bottom:20vh;
  padding-bottom: 6em;
}
.hero-new:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.50);
}

.hero-new .span-col-content {
  margin-bottom: 2em;
}

.hero-new-content{
  font-size:1.15em;
}

.hero-innerpage-content {
  padding-top: 1.5em;
  padding-bottom: 2em;
  width:100%;
}

.hero-innerpage-content p,
.hero-innerpage-content div{
  font-weight:600;
}

/*--hero form--*/
.hero-new-form {
  padding: 1em;
  /* background-color: rgba(0, 0, 0, 0.51); */
  background-color: rgb(50 163 58 / 78%);
  border-radius: 10px;
}

.hero-new-form .form-title{
  color:#fff;
}

.hero-new-form select, .hero-new-form .input input {
  /* opacity: 0.5; */
  color: #000;
}

.hero-new-form label {
  color: #fff;
  font-size:14px;
}

.hero-new-form input[type=submit],
form input[type=submit]{
  display:block;
  width:100%;
  border-color:transparent;
  padding:1em;
  color:#fff !important;
  background-color:#db5c01;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hs_disclaimer .hs-error-msgs {
  display: none !important;
}


.hs-button{
  padding:10px 15px !important;
}

.blue-background a.hs-button {
  background-color: #333;
}

.blue-background form input[type="submit"],
.blue-background a.hs-button.primary{
  background-color: #db5c01;
  border-color:#fff !important;
  color:#fff !important;
}

.blue-background form input[type="submit"]:hover,
.blue-background a.hs-button:hover{
  background-color:#fff;
  color:#218ace !important;
}

.green-background form input[type="submit"]:hover {
  background-color: #333;
  color: #fff !important;
}

.white-background input[type="submit"] {
  background-color: #519040;
}

.white-background input[type="submit"]:hover {
  background-color: #db5c01;
}


@media (max-width:768px){
  .hero-new{
    padding-top:2em;
  }

  .hero-new-content{
    font-size:1em;
  }

}

/*override forms error*/

.hero-new-form .hs-error-msgs {
  position: relative;
}

.hero-new-form .hs-error-msgs > li {
  position: absolute;
  top: -19px;
  line-height: 1;
}

.hero-new-form .hs-error-msgs > li label{
  font-size:10px;
}

/*override forms error ends*/

/*////////////////////////////
New Homepage
///////////////////////////*/
@media (max-width:980px){
  .cards-columns-4__custom-break >  span {
    max-width:800px;
    margin:0 auto !important;
  }

  .cards-columns-4__custom-break >  span > div {
    width: 50%;
  }
}


@media (max-width:620px){
  .cards-columns-4__custom-break >  span {
    max-width:500px;
  }

  .cards-columns-4__custom-break >  span > div {
    width: 100%;
  }

}




/*/////////////////////
//Testimonials
//////////////////////*/
.card-testimonial {
  width: 90%;
  margin-left: 3em;
  margin-right: 3em;
  background-color: #fff;
  padding: 2em;
  max-width: 400px;
  margin-top: 2em;
  border-radius:10px;
}

.card-testimonial-wrapper .flickity-viewport {
  margin-bottom: 2em;
}

.card-testimonial-wrapper .flickity-page-dots{
  display:none;
}


/*--style 2--*/
.simple-testimonial{
  width: 30%;
  margin-left: 1em;
  margin-right: 1em;
  background-color: #fff;
  padding: 0.5em;
  max-width: 400px;
  margin-top: 2em;
  border-radius:10px; 
  text-align:center;
}

.simple-testimonial .soh-card-profile-img {
  display: block;
  width:100px;
  height:100px;
  margin: 0 auto !important;
  position: relative;
  border:solid 3px #d0d0d0;
}

.simple-testimonial .soh-card-profile-content {
  margin:0 auto;
  width:100%;
  margin-top:1em;
}

.simple-testimonial .soh-card-profile-name{
  font-size:1.2em;
}

@media (max-width:768px){
  .simple-testimonial{
    width:100%;
  }
}




/*////////////////////////////
Community Page
///////////////////////////*/
.community-hero {
  height: 80vh;
  background-size: auto 100%;
  transition: background-size ease-in-out 1s;
  position:relative;
  max-height:500px;
  z-index:2;
}

.community-hero:hover {
  background-size: auto 110%;

}

.p0e{
  padding:0;
}

.community-hero-title {
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 0;
  right: 0;
  margin-top: 10vh !important;
  margin-bottom: 10vh !important;
  z-index:3;
  text-shadow:0px 1px 5px rgba(0, 0, 0, 0.55);
}

.community-hero-link {
  display: block;
  text-align: center;
  padding: 1em 0.5em;
  background-color: rgba(29, 29, 29, 0.75);
  background-color:rgba(81, 144, 64, 0.75);
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index:2;
}

.community-hero-sticky-nav{
  transition:all ease-in-out 3s;
  position:relative;
  z-index: 1;
  position: fixed;
  width: 100%;
  margin-top: -1px;
}

.hero-sticky-tab .community-hero-link{
  background-color:rgba(81, 144, 64, 1);
}



.community-hero:hover:before{
  background-color:rgba(0, 0, 0, 0.2);
  cursor:pointer;
}

.community-hero:hover .community-hero-link,
.community-hero-link:hover{
  background-color:rgba(234, 89, 17, 0.67);
  color:#fff;
}

.community-hero-sticky-nav .hero-sticky-tab {
  width: 25%;
  max-width: none;
  display: inline-block;
  text-align: center;
  background-color: rgba(81, 144, 65, 0.83);
  padding: 1em 0.5em;
  color: #fff;
}

.community-hero-sticky-nav .hero-sticky-tab:hover {
  background-color:rgba(234, 89, 17, 0.77);
}

/*---video section---*/
.m-video-cards-wrapper{
  background-color:#fff;
  padding:1em;
  max-height: 367px; 
  overflow: hidden;
  overflow-y: scroll;
  border-bottom: solid 1em #fff;
  border-top: solid 1em #fff;
}
.m-video-cards{
  padding-bottom:1em;
  padding-top:1em;
  border-bottom:solid 1px #eee;
  color:#333;
  cursor:pointer;
  padding-left:1em;
  padding-right:1em;
}

.m-video-cards.active {
  color: #519040;
  background-color: #ececec;
}

.m-video-thumbs {
  width: 150px;
  height: 100px;
  background-size:cover;
}

.m-video-content {
  width: calc(100% - 150px);
  padding-left: 1em;
  vertical-align: top;
}

.m-video-title{
  font-size:14px;
}

.m-video-meta{
  font-size:13px;
  color:#a7a7a7;
}

.m-video-output iframe{
  width:100%;
  position:relative;
  max-height: 369px;
}

.video-flickity:after {
  content: 'flickity';
  display: none; /* hide :after */

}

.m-video-cards-wrapper .ytp-cued-thumbnail-overlay-image{
  background-size:contain !important;
}
/*---loading---*/
.loading {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 60px;
}

@media screen and ( min-width: 769px ) {
  /* disable Flickity for large devices */
  .video-flickity:after {
    content: '';
  }
}




.h-scrollbar::-webkit-scrollbar-track,
.v-scrollbar::-webkit-scrollbar-track{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  background-color: #F5F5F5;
  margin-left: 2em;
  margin-right: 2em;
}

.v-scrollbar::-webkit-scrollbar,
.h-scrollbar::-webkit-scrollbar
{
  width: 7px;
  background-color: #F5F5F5;

}

.h-scrollbar::-webkit-scrollbar{
  height:6px; 
}

.h-scrollbar::-webkit-scrollbar-thumb,
.v-scrollbar::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color:#519040;
}

.v-scrollbar__white::-webkit-scrollbar-thumb{
  background-color:#fff;
}

.v-scrollbar__white::-webkit-scrollbar-track{
  background-color: #065182;
}



.v-scrollbar__left{
  direction: rtl;
}

.v-scrollbar__left > span{
  direction: ltr;
}


/*---Story of Hope---*/
.soh-main-wrapper > div > div > div{
  width: 49.93% !important; 
  width: 50% !important; 
}

.soh-cards-wrapper {
  height: 550px;
  overflow: hidden;
  padding-bottom: 2em;
  border-bottom: solid 2em #218ace;
  border-top: solid 1em #218ace;
  overflow-y: scroll;
  max-width:1000px;
  width:100% !important;
  float:right !important;
}


.soh-card {
  padding: 1em 2em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.16);
  cursor:pointer;
  opacity:0.5;
}

.soh-card.active{
  opacity:1;
}

.soh-card-profile{
  position:relative;
  min-height: 60px;
  margin-bottom: 1em;
}

.soh-card-profile-img {
  width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: 100%;
  position:absolute;
}

.soh-card-profile-content{
  margin-left:80px;
}

.soh-card-content{
  display:none;
}

.soh-card-content__snippet{
  display:block;
}


/*soh output*/
.soh-output {
  margin-left: 0 !important;
  width: 51% !important;
  background-size: cover;
  background-position:center;
  position:relative;
}

.soh-output .soh-card{
  padding-top:2em;
  padding-bottom:2em;
}

.soh-output-content{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  margin-left:2em;
  margin-right:2em;
}

.soh-output-content .soh-card-content__snippet{
  display:none !important;
}

.soh-output-content .soh-card-content{
  display:block;
}

.soh-output-content .soh-card {
  background-color: #fff;
  /*margin-left: 2em;*/
  /*margin-right: 2em;*/
  color: #333 !important;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 120%;
  max-width: 1000px;
  width:100%;
}

.soh-output-content .soh-card.active{
  left:0%;
  transition: all ease-in-out 0.3s;
}


/*--community--*/
.disqus-container{
  overflow:hidden;
}
.social-community > div > div > div{
  width: 49.93% !important;
  width:50% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.disqus-title {
  margin-left: 1em;
  width: 100%;
  display: block;
  padding-top: 0.8em;
}


.disqus {
  background-color: #fff;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.44);
  padding: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}

.disqus-footer__logo{
  display:none !important;
}




/*juicer*/
.juicer-feed h1.referral {
  display: none !important;
}

ul.juicer-feed {
  margin-bottom: 2em !important;
  max-width:none !important;
  width:100% !important;
  text-align:center;
}

.juicer-feed ul.j-filters {
  margin-left: 0 !important;
  padding-left: 0;
  background-color: #fff;
  text-align:left !important;
  /*position: sticky;*/
  top: 0;
  z-index: 1;
}

.juicer-feed ul.j-filters li{
  background-color: transparent !important;
  width: auto !important;
  border-radius: 100px;
  padding: 4px 20px !important;
  border: solid 2px transparent;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color:#677883 !important;
}

.juicer-feed ul.j-filters li:after{
  display:none !important;
}


.juicer-feed ul.j-filters li:hover{
  border-color:#677883;
}

.juicer-feed ul.j-filters li.selected,
.juicer-feed ul.j-filters li.highlight{
  background-color:#519040 !important;
  color: #fff !important;
}

.j-stacker-wrapper{
  margin-left: 1em !important;
  margin-right: 1em !important;
  margin: 0 auto !important;
}

.j-stacker-wrapper .j-stacker{
  padding-left:1em;
  padding-right:1em;
}

.image-block-wrapper > div {
  width: calc(50% - 0.5em);
  margin-left: 1em;
  margin-bottom: 1em;
}

.image-block-wrapper > div:nth-child(1),
.image-block-wrapper > div:nth-child(2n+1){
  margin-left:0;
}

.image-block-wrapper > div:nth-last-child(1),
.image-block-wrapper > div:nth-last-child(2){
  margin-bottom:0;
}

.image-block{
  overflow:hidden;
}

.image-block > h4{
  position:absolute;
  bottom:0;
  width:100%;
  background-color: rgba(81, 144, 64, 0.80);
  color: #fff;
  margin-bottom: 0;
  padding: 1em;
}


.image-block-content {
  padding: 1em;
  background-color: #519040;
  color: #fff;
  position: relative;
  bottom: -650px;
}

.image-block:hover > h4{
  display:none;
}
.image-block:hover .image-block-content{
  bottom:0;
  transition:0.8s ease-in-out all;
}

@media (max-width:768px){
  .community-hero {
    max-height: 200px;
    background-size:cover;
  }

  .community-hero:hover{
    background-size:cover;
  }

  .community-hero-title {
    position: relative;
    background-color: #2d2d2d;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 1em;
  }

  .community-hero-title h3 {
    margin-bottom: 0;
  }

  .community-hero-sticky-nav{
    display: none !important;
  }

  .m-video-cards{
    max-width:200px;
    margin-right:1em !important;
    width:100% !important;
  }

  .m-video-content,
  .m-video-thumbs{
    width:100%;
  }

  .m-video-title{
    font-size:14px;
  }

  .soh-main-wrapper > div > div > div{
    width:100% !important;
  }

  .social-community > div > div > div{
    width:100% !important;
  }

  .soh-output{
    display:none;
  }

  .m-video-output iframe{
    height:250px;
  }
}

@media (max-width:768px){
  .m-video-main-wrapper > div > div > div{
    width:100% !important;   
  }
  .m-video-cards-wrapper{
    max-height:none;
    overflow-y: hidden;
  }
  .soh-output{
    display:none !important;
  }
  .soh-card.active .soh-card-content{
    display:block;
  }

  .soh-card.active .soh-card-content__snippet{
    display:none;
  }

  .soh-card.active  .soh-card-bg-img{
    height:200px;
    width:100%;
    background-size:cover;
    background-size:contain;
    background-repeat:no-repeat;
  }

  .image-block-wrapper > div {
    max-width:500px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 1em !important;
  }

  .image-block-wrapper > div:nth-last-child(1){
    margin-bottom: 0em !important;
  }
  .disqus{
    margin-left:0;
    margin-right:0;
  }
}

@media (max-width:480px){
  .m-video-cards{
    max-width: 230px !important;
    width: 100% !important; 
  }

  .disqus-title{
    font-size: 1.5em;
  }

  ul.j-filters{
    overflow: hidden !important;
    white-space: nowrap;
    overflow-x: scroll !important;
    /*padding-bottom: 5em;*/
    display: block !important;
  }

  ul.j-filters li{
    display:inline-block !important;
  }

  .community-hero {
    max-width: 50% !important;
    width: 100%;
  }

  .m-video-cards-wrapper{
    border-bottom:0;
    border-top:0;
  }

  .m-video-cards-wrapper > span > div{
    margin-left:0 !important;
  }
}


/*--social icons on community page--*/
.page-social-icons .at4-share{
  position:relative;
  width: 100%;
}

.page-social-icons .at4-share a,
.page-social-icons .at4-share a:hover{
  display:inline-block;
  width: calc(100%/4);
}

.page-social-icons .atss{
  z-index:0;
}



/*////////////////////
FORM
//////////////////*/
.module-form .form-title {
  display: block;
  background-color: rgba(0, 0, 0, 0.26);
  padding: 0.6em 1em;
}

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

.module-form input[type="submit"] {
  display: inline-block;
  width: auto !important;
  border:transparent;
}

/*transparent white form fields*/
.transparent-form__white input[type="text"],
.transparent-form__white input[type="tel"],
.transparent-form__white input[type="email"],
.transparent-form__white textarea,
.transparent-form__white select{
  background-color: rgba(255, 255, 255, 0.46);
  border: solid 1px #fff !important;
  box-shadow: none;
  color: #000;
  border-radius: 0;
  -webkit-appearance: none;
}

.transparent-form__white label {
  display: block;
  text-align: left;
}

.transparent-form__white.transparent-form__white input[type="submit"]{
  background-color: #fff !important;
  color: #db5c01 !important;
  font-size: 1.2em !important;
  display: inline-block !important;
  width: auto !important;
}


/*////////////////////
Override
//////////////////*/
body .hs-menu-wrapper.hs-menu-flow-vertical li a{
  white-space: inherit !important;
}

input[type="submit"]{
  border: solid 2px transparent !important;
}

.flickity-page-dots{
  bottom:auto;
}

.form-columns-2 > div:nth-child(2),
.form-columns-1 > div,
.form-columns-1 .hs-form-field{
  padding-right: 0 !important;
}

input{
  width:100% !important;
}

input[type="checkbox"]{
  width:auto !important;
}


.card-image{
  height:200px;
}

.span12{
  min-height:auto !important;
}

h2{
  color:#519040;
}

h4{
  /*color:#218ace;*/
}

/*////////////////////
Top Level Page Template
//////////////////*/
.js-tab-group-header{
  margin-top: -74px !important;
  margin-bottom: 40px !important;
}


.js-tab-group-header  > button{
  border:solid 1px #e8e8e8;
  background-color:#fff;
  border-radius:0px;
  padding:1em;
}

.js-tab-group-header  > button:first-of-type {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}

.js-tab-group-header  > button:last-of-type {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}


.js-item-parent-group-wrapper .js-tab-group,
.js-item-parent-group-wrapper .js-item-content{
  display:none;
} 

.js-item-parent-group-wrapper .js-tab-group,
.js-offset-m.js-tab{
  padding-right:2em !important;
}

.js-tab-group-header .js-tab-group.active{
  background-color:#db5c01;
  color:#fff;
}

.tlp-content-wrapper .js-tab {
  width: 100%;
  padding: 1em;
  background-color: #333;
  border: 0;
  border-bottom: solid 1px;
  text-align: left;
  font-size: 14px;
  color: #d4d4d4;
  margin:0;
  border-bottom: solid 1px #c5c5c5;
  background-color: #f9f9f9;
  color: #519040;
}

.tlp-content-wrapper .js-tab:before{
  content: "\f078";
  font-family: fontAwesome;
  position: absolute;
  right: 10px;
}
.tlp-content-wrapper .js-tab.active:before{
  content: "\f054";
}

.tlp-content-wrapper .js-tab:hover,
.tlp-content-wrapper .js-tab.active{
  background-color:#519040;
  color:#fff;
}

.tlp-content,
.js-output-item{
  background-color: #fff;
}

.tlp-types > a {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  color:#666;
  transition:all ease-in-out 0.3;
}

.tlp-types > a:hover{
  box-shadow: 0 0 5px #db5c01;
  box-shadow: 0 0 5px #009ce0;
  transform:scale(1.15);
}

.tlp-types p{
  font-weight:700;
  margin-bottom: 0;
  font-size: 14px;
}

.tlp-types-icon {
  border-radius: 82px;
  overflow: hidden;
  width: 82px !important;
  height: 82px;
  line-height: 82px;
  border:solid 2px #e0e3e6;
  position: relative;
  float: none !important;
  margin: 0 auto !important;
}

.tlp-types-icon img {
  /* text-align: center; */
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 100%;
}


@media (max-width: 768px){
  .js-item-parent-group-wrapper {
    padding: 0 !important;
  }

  .js-tab-group-header,
  .js-output-item{
    display: none !important;
  }

  .js-item-parent-group-wrapper .js-tab-group {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #db5c01;
    background-color: #89939c;
    border: 0;
    color: #fff;
    border-top: solid 1px #cacaca;
    padding: .8em;
    margin:0;
    font-weight: 800;
  }

  .js-item-parent-group-wrapper .js-item-content.active{
    display:block;
  }

  .js-tab-group:before {
    content: "\f0d8";
    font-family: fontAwesome;
    position: absolute;
    right: 12px;
  }

  .js-tab-group.active:before {
    content: "\f0d7";
  }

  .js-tab-group.active{
    background-color:#db5c01;
    color:#fff;
    border-bottom: solid 1px #fff;
  }

  .tlp-content-wrapper .js-tab{
    padding-right:2em;
  }
}






/*////////////////////
Blog
//////////////////*/
.featured-post {
  border-radius: 3px;
}

.featured-post:hover {
  transform: scale(1.05);
}

.featured-post-content {
  padding: 1em;
  padding-bottom: 0.5em;
}


blockquote{
  margin:0 1em;
}


/*post listing filter starts*/
.all-post-topics-trigger {
  padding: 0.8em 1em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  border: solid 1px #fff;
}

.all-post-topics-trigger.active {
  background-color: transparent;
}

.all-post-topics {
  display:none;
  position: absolute;
  z-index: 2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.all-post-topics ul {
  display: inline-block;
  list-style:  none;
  padding:  0;
  margin-bottom: 0;
  margin-top:0;
}

.all-post-topics h3 {
  display:  none;
}

.all-post-topics ul li {
  display:  block;

}

.all-post-topics a {
  display: block;
  background-color: #fff;
  min-width: 250px;
  border-bottom: solid 1px #cecece;
  padding: 0.5em;
  color: #333;
  cursor: pointer;
  text-transform: capitalize;
}

.all-post-topics .filter-expand-link{
  max-width:250px;
  width:100%;
}

.all-post-topics a:hover {
  background-color: #333;
  color: #fff;
}

/*post listing filter ends*/

.post-list-item {
  position:relative;
  background-color:#fff;
  max-width: calc( 33.33% - 1.5em);
  min-width: calc( 33.33% - 1.5em);
  width: 100%;
  margin: .75em !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-list-item:hover {
  color: #333;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}


.post-list-image {
  height: 168px;
  background-size: cover;
  position:relative;
  background-color: #999;
}


.post-list-item a{
  color:#222222;
  text-decoration:none;
  overflow: hidden;
  display: block;
  position:relative;
  padding-bottom: 1.7em;
}

.post-list-item > a{
  background-color: #fff;
}


.post-list-item h3{
  margin-top: 0.2em;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.1em;
}

.post-list-item .snippet{
  font-size: 0.94em;
}


.post-list-topic {
  font-size: 13px;
  padding-bottom: .4em;
  padding: .5em;
  display: block;
  background-color: #999;
  color: #fff;
}

@media (min-width:481px){
  .post-list-topic .topic-list-item {
    text-align: right;
    width: calc(100% - 41px);
  }
}

.post-list-topic span { 
  font-weight:normal;
}

.post-list-content-area {
  padding: 1.5em 1em 0;
  display: block;
  overflow: hidden;
  background-color: #fff;
}


.post-list-item .post-share{
  background-color:#999999;
  color:#fff;
  font-size:13px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.post-list-item .post-share span{
  padding: 0.5em;
  display: inline-block;
}

.post-list-item .post-share .icon-wrap {
  float: right;
  display: inline-block;
  width: auto;
}

.post-list-item .post-share a {
  padding: 0.5em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}



.post-list-author {
  padding: 0 1em;
  position: absolute;
  bottom:  0;
  width:  100%;
}

.post-list-author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  bottom: -27px;
  position: relative;
  border: solid 2px #fff;
}

.post-list-item .name-time {
  display: block;
  font-size: 0.8em;
  vertical-align: bottom;
  width: 100%;
  margin-top: 1em;
}



/*POST CTA*/
/*image type*/
.post-list-item.cta.img {
  padding:  0;
  display:  block !important;
  background-color: #f2f5f8;
}

.post-list-item.cta.img img {
  width:  100%;
}

.post-list-item.cta.img:hover {
  box-shadow:  none;
}

/*Video type*/
.post-list-item.cta.video {
  background-color: #218ace; 
}

.post-list-item.cta.video > a{
  background-color:transparent;
}
.post-list-item.cta.video:hover p{
  color:#fff;
}


.post-list-item.cta.video p {
  font-size:  1em;
  font-weight:  normal;
}

/*CTA 3*/
.post-list-item.cta-3 h3 {
  font-weight: 400;
  font-size: 2.2em;
}

.post-list-item.cta-3 p{
  font-size:1em;
  font-weight:400;
}

.post-list-item.cta-3:hover{
  color:#fff;
}


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

.blog-pagination a {
  text-transform:uppercase;
  text-align:center;
  text-decoration:none;
  -webkit-box-flex: 3;
  -ms-flex: 3 0;
  flex: 3 0;
}
@media (max-width:858px){
  .post-list-item{
    max-width: calc( 50% - 1.5em);
    min-width: calc( 50% - 1.5em);
  }
}

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



/*///////////////////////
//Support Group Map
///////////////////////*/
.states-map a:hover .cls-2,
.states-map a:hover .cls-5{
  fill:#db5c01 !important;
}

.states-map a[href='']:hover .cls-2,
.states-map a[href='']:hover .cls-5{
  fill: #b3b3b3 !important;
}

.states-map a:hover text{
  fill: #fff;
}


.states-list{
  display:none !important;
  padding-left: 1em;
  padding-right: 1em;
  /*padding: 0;*/
  list-style: none;
  display: block;
  width: 100%;
}

.states-list li {
  display: inline-block;
  margin-left: 4px;
}

.states-list li a {
  background-color: #dbdbdb;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 7px;
  padding: 0.6em;
  color: #000;
  width: 100%;
  display: block;
}

.states-list li:last-of-type a{
  margin-bottom:0;
}

.states-list li a:hover{
  background-color:#db5c01;
  color:#fff;
}


@media (max-width:768px){
  .states-map {
    display: none !important;
  }

  .states-list{
    display:block !important;
  }
}



/*--peak--*/
@media (max-width:768px){
  .peak,
  .peak-hs-flex > span{
    flex-wrap: initial;
    vertical-align: top;
    padding-bottom: 1em !important;
    padding-top: 1em !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    overflow-x: scroll !important;
    display: block !important;
    width: 100%;

  }

  .peak > div,
  .peak-hs-flex > span > div{
    display: inline-block !important;
    padding: 0 .4em;
    max-width: 400px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    vertical-align: top;
    float: none !important;
    width: 40% !important;
    margin-left: 0.5em !important;
    white-space: normal;
  }

  .peak__large > div,
  .peak-hs-flex__large > span > div{
    width: 88% !important;
    margin-left: 0 !important;
  }

  .peak-hs-flex .m-video-cards{
    width: 100% !important;
    max-width: none;
    min-width: auto;
    margin-right: 0 !important;
  }

  .m-video-content{
    white-space:initial;
  }
}


@media (max-width:480px){
  .peak-small > div {
    width: 85% !important;
  }

  .peak-mobile{
    flex-wrap: initial;
    vertical-align: top;
    padding-bottom: 1em !important;
    padding-top: 1em !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    overflow-x: scroll !important;
    display: block !important;
    width: 100%;
  }

  .peak-mobile > div{
    display: inline-block !important;
    padding: 0 .4em;
    max-width: 200px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    vertical-align: top;
    float: none !important;
    width: 100% !important;
    margin-left: 0.5em !important;
    white-space: normal;
  }

  .peak-hs-flex > span > div{
    width:80% !important;
  }

}



/*/////////////////////////
//Support Group
////////////////////////*/
.support-group-cards-wrapper > span > div {
  overflow: hidden;
  margin-bottom: 2em;
}

.support-group-cards-wrapper > span > div:nth-last-child(1){
  margin-bottom:0;
}

.support-group-card{
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.18);
  background-color: #fff;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.sg-image {
  height: 200px;
}

.sg-image-county {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right:0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0.4em 1em;
  background-color: rgba(0, 0, 0, 0.55);
  /*background-color:#218ace;*/
}

.sg-feature-title,
.sg-table{
  border-bottom: solid 1px #dadada;
  padding-top: 0;
  padding-bottom: 0.3em;
}

.sg-feature-title{
  padding-top: 0.5em;
  background-color: #218ace;
  background-color: #677883;
}

.sg-feature-title h3{
  color:#519040;
  color:#fff;
}
.sg-feature-title h3,
.sg-feature-title p{
  margin:0;
  color:#fff;
}

.sg-feature-title p{
  font-size:14px;
}




.sg-table {
  list-style: none;
  padding-top: 0;
  padding: 0;
  padding-bottom: 1em;
}

.sg-table strong {
  display: inline-block;
  min-width: 103px;
  color:#000;
}

.sg-table li{
  padding:0.5em 1em;
  font-size:14px;
  color:#232323;
}
.sg-table li:nth-child(2n){
  background-color:#f1f1f1;
}

/*override opacity on support group interanl page. Temp fix*/
.inner-support-temp .hero-innerpage-img {
  opacity: 0.75 !important;
}


@media (max-width:768px){
  .support-group-sidebar{
    margin-bottom:1em;
    margin-top: -1em;
  }
  .support-group-sidebar .cta {
    display: none !important;
  }
}

@media (max-width:480px){
  .sg-feature-title h3{
    font-size:18px;
  }
}





/*////////////////////
Landing Pages
//////////////////*/
.lp-intro-wrapper {
  padding: 2em;
  padding-top: 2.5em;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.28);
  position: relative;
  margin-top: -5em !important;
  z-index: 2;
  background-color: #fff;
  border-radius: 2px;
  border-top: solid 4px #519040;
  max-width:1000px;
}


.flex-4,
.flex-8{
  padding-left:1em;
  padding-right:1em;
}

.flex-4{
  -webkit-box-flex:4;
  -ms-flex:4 0;
  flex:4 0;
}

.flex-8{
  -webkit-box-flex:8;
  -ms-flex:8 0;
  flex:8 0;
}

.lp-2-header-offer{
  text-align:center;
}
.lp-2-header-offer img{
  max-width:210px;
  width:100%;
  padding-bottom:2em;
}

.lp-2-header-snippet {
  font-size: 1.15em;
  font-weight: 600;
  padding-bottom:1em;
}

@media (max-width:768px){
  .lp-intro-wrapper{
    padding:2.8em 1em 1em;
  }

  .lp-intro-wrapper img {
    max-width: 200px;
  }

  .lp-intro-wrapper [data-hs-cos-type="linked_image"]{
    margin: 0 auto !important;
    width: 100%;
    display: block;
    text-align: center;
  }

  .lp-2-header-snippet {
    font-size: 1em;
    font-weight: 600;
  }

  .lp-2-header-content,
  .lp-2-header-offer{
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
    padding-left:0;
    padding-right:0;
    text-align:center;
  }

}




/*////////////////////
//FAQ PAGE
///////////////////*/
.faq-card-item button{
  display:none;
}
.faq-card{
  background-color:#fff;
  /*margin-bottom: 2em !important;*/
  margin: 1em;
  border-radius:5px;
  overflow:hidden;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.18);
}

.faq-card:nth-last-child(1),
.faq-card:nth-last-child(2){
  margin-bottom:0;
}

.faq-card .content{
  display:none;
  padding:1em;
  margin-left:0;
}

.faq-tab {
  background-color: #fff;
  padding: 1em;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  padding-right: 4em;
  font-size: 1.1em;
  font-weight: 600;
  color: #519041;
}

.faq-tab:after {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  right: 0;
  background-color: #db5c01;
  top: 0;
  color: #fff;
  height: 100%;
  width: 3em;
}

.faq-tab:before {
  content: "\f067";
  position: absolute;
  font-family: fontAwesome;
  color: #fff;
  right: 1.1em;
  bottom: 50%;
  z-index: 1;
  transform: translateY(50%);
}

.faq-tab:hover:after{
  background-color:#519040;
}

.faq-tab:hover:before{
}

.faq-tab.is-selected {
  box-shadow: none;
}

.faq-tab.is-selected:after {
  content:"";
  background-color:#519041;
}

.faq-tab.is-selected:before {
  content:"\f068 ";
}








/*SIMPLE CARDS*/
.simple-card {
  margin: 0.5em;
  border: solid 2px #e2e2e2;
  padding: 1em;
  background-color:#fff;
}

.simple-card h3 {
  color: #333;
  font-style: initial;
}

.simple-card-icon {
  max-width: 100px;
  margin-bottom: 1em;
}

.simple-card a{
  margin-top:1em;
}





/*PROMO CARDS CUSTOM MODULE*/
.promo-card {
  display: inline-block;
  width: calc(33% - 1em);
  vertical-align: top;
  margin: 0.5em;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
  padding:0 !important;
}

.promo-card-img {
  height: 164px;
}

.background-contain.promo-card-img {
  margin-top: 1em;
}

.promo-card-body{
  margin-bottom:0;
  padding: 1em;
}


.promo-card-body h3 {
  position: relative;
  z-index: 1;
  padding-top: 1em;
}

.promo-cards_col-4 .promo-card {
  max-width: calc(25% - 16px);
  width:100%;
}


@media (max-width:980px){
  .promo-cards_col-4 .promo-card {
    max-width: calc(50% - 16px);
    width:100%;
  }
}


/*ELEMENTS OVERLAP*/
.overlap-target {
  padding-bottom: 6em;
}
.overlap-item{
  margin-top:-10em !important;
}


/*CONTACT US PAGE*/
.contact-connect-with-overview h2 {
  font-size: 3em;
  font-weight: 300;
}

.contact-social-icon {
  padding: 0;
  list-style: none;
  max-width: 400px;
  margin: 0 auto !important;
  float: none !important;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.contact-social-icon li {
  flex: 1 0;
  border-right: solid 1px rgba(255, 255, 255, 0.32);
}

.contact-social-icon li:last-of-type{
  border-right:none;
}


.contact-social-icon a{
  display:block;
  padding: 7px;
  border-radius: 2px;
}

.contact-social-icon a:hover {
  background-color: #ffffff29;
}

.contact-social-icon i {
  font-size: 3em;
}

.four-col-img {
  width: 25%;
  height: 200px;
  margin: 1em;
}

/*custom form*/
.custom-contact-form {
  padding: 2em;
  background-color: #fff;
  border-top: solid 0.5em #519040;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.42);
}

.custom-contact-form > div {
  overflow: hidden;
  display: block !important;
  float: none !important;
  padding:2em 0;
  border-bottom:solid 1px #e4e4e4;
}

.custom-contact-form > div:first-of-type{
  padding-top:0;
}

.custom-contact-form > div:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.custom-hubl-form .hs_share_your_story span,
.question-section h4 {
  text-align: center;
  font-weight: 100;
  font-size: 1.4em;
  color: #212121;
  margin-bottom: 1em;
}

.custom-hubl-form .hs_share_your_story span{
  margin-bottom: 0.5em;
  display: inline-block;
}

.custom-form-input input {
  height: 35px !important;
  display: block !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: solid 1px #c3c3c3 !important;
}

.custom-form-input label {
  display: inline-block;
  vertical-align: top;
  width: calc(19.9% - 12px);
  margin-right: 12px;
}

.custom-form-input label:last-of-type {
  margin-right: 0;
}

.custom-contact-radio-group {
  text-align: center;
}

.styled-radio {
  max-width: 177px;
  width: 100%;
  margin: 0.5em;
  background-color: white;
  padding: 1em;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 2px 0px #d4d4d4;
  cursor: pointer;
  display: inline-block;
}

.styled-radio.is-checked,
.styled-radio:hover{
  background-color:#db5c01;
  color:#fff;
}

.styled-radio input {
  margin: 0 auto;
  display: block;
  position: relative;
  width: auto !important;
}

.custom-hubl-form button.js-submit {
  display: block;
  max-width: 700px;
  width: 100%;
  padding: 0.8em !important;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 auto;
}

.hs_share_your_story{
  text-align: center;
}

.custom-hubl-form textarea {
  border-radius: 0;
  min-height: 200px;
  max-width: 700px;
  margin-top:1em;
  margin: 0 auto;
}

.custom-hubl-form .hs_cq1,
.custom-hubl-form .hs_cq2,
.custom-hubl-form .hs_cq3,
.custom-hubl-form .hs_email,
.custom-hubl-form .hs-state,
.custom-hubl-form .hs_phone,
.custom-hubl-form .hs_lastname,
.custom-hubl-form .hs_firstname,
.custom-hubl-form .hs_submit{
  display:none;
}

.custom-hubl-form .hs_date_of_injury {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 1em;
  background-color: #f1f1f1;
  border-radius: 9px;
  box-shadow: 0 2px 0 #d4d4d4;
  margin-bottom: 2em;
}

.custom-hubl-form .hs_date_of_injury:before {
  content: "\f073";
  font-family: fontAwesome;
  display: block;
  font-size: 5em;
  color: #4e903b;
}

.custom-hubl-form .hs_share_your_story {
  border-top: solid 1px #e4e4e4;
  padding-top: 2em;
}

.style-radio-icon {
  max-width: 90px;
  width: 100%;
  display: block;
  margin: 0.5em auto;
}

.style-radio-icon__white {
  display: none;
}

.styled-radio.is-checked .style-radio-icon,
.styled-radio:hover .style-radio-icon {
  display: none;
}

.styled-radio.is-checked .style-radio-icon__white,
.styled-radio:hover .style-radio-icon__white {
  display: block;
}

.custom-hubl-form__error{
  display:none;
}

.custom-hubl-form--is-active {
  display: block;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: red;
  margin-bottom: 0.5em;
}


@media (max-width:924px){
  .custom-form-input label{
    width: calc(33% - 12px);
  }
}

@media (max-width:768px){
  .promo-card-body h3{
    font-size:18px;
  }
  .custom-form-input label {
    width: calc(50% - 12px);
  }

  .custom-form-input label:nth-child(2n) {
    margin-right: 0;
  }

  .styled-radio {
    max-width: 166px;
    padding: 0.5em;
  }

  .four-col-img{
    width: 50%;
  }
}


@media (max-width:480px){
  .custom-contact-form{
    padding:0.5em;
  }

  .custom-form-input label{
    width:100%;
    margin-right:0;
  }

  .four-col-img{
    width:90%;
  }


}




/*//////////////////////
///RESOURCES PAGE
////////////////////*/
/*BUTTON*/
.resource-button-options{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items:center;
}

.resource-button-options > button {
  height: 40px;
  color: #333;
  max-width: 250px;
  width:100%;
  border:solid 1px #fff;
}

.resource-filter button {
  background-color:  transparent;
  border:  none;
  padding:  1.5em 1em;
  color:  #fff;
  /*font-weight:600;*/
}

.resource-filter button:before {
  content: "\f096";
  font-family:  fontAwesome;
  padding-right:0.5em;
}

.resource-filter button.is-checked:before {
  content: "\f14a";
}

.other-resource-toggle {
  background-color: #333;
  color: #fff !important;
}

.other-resource-toggle-list {
  position:  absolute;
  right: 2em;
  top: 53px;
  z-index: 2;
}

.other-resource-toggle-list a {
  display:  block;
  background-color:  #fff;
  min-width: 250px;
  border-bottom: solid 1px #cecece;
  padding:  0.5em;
  color:  #333;
  cursor: pointer;
}

.other-resource-toggle-list a:hover {
  background-color:  #333;
  color:  #fff;
}


/*RESOURCE CARD*/
.resource-card{

}

.resource-item {
  max-width: calc(33% - 1em);
  min-width: calc(33% - 1em);
  width: 100%;
  margin: 0em 0.5em 1.5em !important;
  background-color:#fff;
  color: #333;
  transition: initial;
}

.resource-item:hover {
  color: #333;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  transition:all ease-in-out 0.2s;

}

.resource-item:hover .button{
  color:#fff !important;
  background-color:#db5c01 !important;
}

.resource-item .resource-img{
  height:200px;
  background-color:#519040;
}

.resource-item .resource-img.cover{
  background-size: cover;
}

.resource-item .resource-img.contain{
  background-size: contain;
}

.resource-item .resource-type{
  font-size:14px;
}

.resource-item h3 {
  font-size: 1.1em;
}

.resource-item .overview{
  padding:1em;
}

.resource-item .snippet {
  margin-bottom: 1em;
  font-size: 15px;
}



/*Promo Card*/
.resource-promo-item {
  background-color: #db5c01;
  color:  #fff;
  overflow: hidden;
  text-align:  center;
}

.resource-promo-item:hover{
  color:#fff; 
}

.resource-promo-item:hover .hs-button {
  color: #fff !important;
  background-color: #333 !important;
}

.resource-promo-item .overview {
  z-index:1;
  position:relative;
}

.resource-promo-item h3 {
  font-weight:  400;
  font-size: 2em;
  font-style: initial;
}

.resource-promo-item .button {
  display:inline-block;
  background-color:red;
}


/*SUBSCRIBE FORM*/
.bz-subscribe-form-wrap {
  background-color:  #333;
  color:  #fff;
  padding-top:  1em;
  padding-bottom:  1em;
  max-width: 1100px;
}

.bz-subscribe-form h3 {
  display:  none;
}

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

.bz-subscribe-form  form > div{
  margin-bottom:0;
}



.bz-subscribe-form .hs_email {
  -webkit-box-flex:1;
  -ms-flex:1 0;
  flex:1 0;
}

.bz-subscribe-form .hs_email{
  margin-right:  1em;
  padding-left: 1em;
  border-left: solid 1px #fff;
}

.bz-subscribe-form .hs_email input{
  border-radius:0;
  height:44px;
  text-align:left;
}

.bz-subscribe-form .hs_submit input {
  background-color: #db5b02 !important;
  color:  #fff !important;
  border-radius:0;
}



.bz-subscribe-form-wrap > div > div {
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -ms-flex-wrap:  wrap;
  flex-wrap:  wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align:  center;
  -ms-flex-align:  center;
  align-items:  center;
}



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

@media (max-width:767px){
  .bz-subscribe-form-wrap > div > div{
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
    display:block;
  }

  .bz-subscribe-form .hs_email{
    padding-left:0;
    border-left:0;
  }

  .resource-button-options{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    display:block;
  }

  .other-resource-toggle-list,
  .resource-filter{
    width: 100%;
    display:block;
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
  }

  .other-resource-toggle-list{
    width: 90%;
    left: 50%;
    top: 9em;
    transform: translateX(-50%);
  }

  .resource-button-options > button{
    margin-bottom: 1em;
  }
}

@media (max-width:480px){
  .resource-item{
    max-width: none;
    min-width: initial;
    width:100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .resource-promo-item .overview {
    position: relative;
    top: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }

}




/*Activity Base Therapy Page*/
.activity-card {
  background-color: #fff;
  margin: 0.75em;
  max-width: calc(33% - 1.5em);
  min-width: calc(33% - 1.5em);
  width:100%;
  text-decoration:none;
  color:#333;
  box-shadow: 0px 1px 1px #c7c7c7;
  overflow:hidden;
  border-radius:4px;
}

.activity-all-cards-new .activity-card{
  max-width: calc(25% - 1.5em);
  min-width: calc(25% - 1.5em);
}

.activity-card:hover{
  -webkit-transform:scale(1.03);
  -ms-transform:scale(1.03);
  transform:scale(1.03);
}

.activity-card:hover .activity-card-overview{
  color:#333;
}

.activity-card:hover .hs-button{
  background-color:#db5c01;
}

.activity-car-img {
  height: 140px;
  width:100%;
}
.activity-card-overview{
  padding:0.7em;
}

.activity-card-state{
  font-size:13px;
}

.activity-card-state span{
  font-weight:bold;
}

.activity-card h3{
  margin-top:0;
}

.activity-card .hs-button{
  margin:0;
  margin-top:1em;
  margin-bottom:0.5em;
}

@media (max-width:768px){
  .activity-card{
    margin:0.5em;
    max-width:calc(50% - 1em);
    min-width:calc(50% - 1em);
  }
}

@media (max-width:425px){
  .activity-card{
    margin:0.5em;
    max-width:calc(100% - 1em);
    min-width:calc(100% - 1em);
  }
}




/*USA MAP NEW */
.interactiveMapWrapper {
  height: 0;
  padding: 35%;
  position: relative;
}
.interactiveMap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

[id="usa-activity-based-map"] > rect {
  fill: none;
}

[id="usa-activity-based-map"] .cls-2{
  fill: #dbdbdb;
  stroke: #fff;
  stroke-width: 1px !important;
  stroke-linejoin: round;
}

[id="usa-activity-based-map"] .cls-3,
[id="usa-activity-based-map"] .cls-5,
[id="usa-activity-based-map"] .cls-6,
[id="usa-activity-based-map"] .cls-7,
[id="usa-activity-based-map"] .cls-8,
[id="usa-activity-based-map"] .cls-9,
[id="usa-activity-based-map"] .cls-10,
[id="usa-activity-based-map"] .cls-11,
[id="usa-activity-based-map"] .cls-12,
[id="usa-activity-based-map"] .cls-13,
[id="usa-activity-based-map"] .cls-14{
  font-size: 18px;
  fill: #333333;
  font-weight: bold;
}


.location-item{
  position: absolute;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
  background-color: #fff;
  max-width: 275px;
  width: 100%;
  text-decoration: none;
  color: #333;
  box-shadow: 0px 1px 1px #c7c7c7;
  overflow: hidden;
  border-radius: 4px;
  opacity:0;
  display:none;
  transition:all ease-in-out 0.6s;
}

.star-dots{
  cursor:pointer;
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.pause .star-dots{
  animation-play-state: pause;
  animation-name: none;
}

@keyframes blink{

  0% {
    opacity:1;
  }

  50% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

@media (min-width:900px){
  .location-item-button{
    display:none !important;
  }
}

@media (max-width:899px){
  /*.activity-all-cards,*/
  .activity-all-cards-temp,
  .usa-activity-based-map{
    display: none !important;
  }

  .location-item{
    position: relative;
    transform: initial;
    right: auto;
    left:auto !important;
    z-index: initial !important;
    max-width: none;
    display: block;
    opacity:1 !important;
    margin-bottom: 1em;
    display:none;
  }

  .location-item.is-active{
    display:block !important;
  }

  .location-item img{
    width:160px;
    display:inline-block;
    vertical-align: top;
    margin: 0.5em;
  }

  .location-item img + .activity-card-overview{
    display:inline-block;
    width:calc(100% - 180px);
  }

  .location-item h3{
    margin-top: 0;
  }

  .location-item-button {
    padding: 0.9em;
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 3px;
    border: 0;
    margin-bottom: 10px;
    position:relative;
  }

  .location-item-button:after{
    content:"\f067";
    position:absolute;
    right:1em;
    font-family:fontAwesome;
  }

  .location-item-button.is-selected{
    display:none;
  }
}

@media (max-width:480px){
  .location-item img{
    max-width:80px;
    height:80px;
    width:100%;
  }
  .activity-card-overview{
    width: 100% !important;
  }
}




/*LANDING PAGE LEGAL HELP*/
.lh-testament-quote{
  background-color: #fff;
  padding: 1em;
  text-align: center;
  box-shadow:0px 3px 0px rgba(0, 0, 0, 0.16);
  position:relative;
  margin-top: 3em;
}

.lh-testament-quote .content{
  position:relative;
  z-index:2;
  margin-top: -3px;
}

.lh-testament-quote i{
  position: absolute;
  top: -19px;
  left: calc(50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 39px;
  border-radius: 100%;
  font-family: FontAwesome;
  font-size: 1.5em;
  color: #539037;
  font-style: initial;
}

.lp-lh-testimony-wrap .video-cover{
  padding-left:2em;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
} 

.lp-lh-testimony-wrap .video-cover:hover a:before {
  content:  "";
  width:  100%;
  height:  100%;
  background-color: rgba(0, 0, 0, 0.48);
  position:  absolute;
  left:  0;
  right: 0;
  top: 0;
}


.lp-lh-feature-profile{
  margin-bottom: 2em !important;
  border-bottom: solid 1px #fff;
  padding-bottom: 2em;
}

.lp-lh-feature-profile .img {
  max-width: 150px;
  max-height:153px;
  width: 100%;
  margin-right: 1em;
  border: solid 2px #fff;
}

.lp-lh-feature-profile .content p,
.lp-lh-feature-profile .content h3{
  margin-top: 0;
  margin-bottom:0;
  font-style: initial;
}

.lp-lh-feature-profile .content h3{
  font-weight:400;
  font-size:2em;
  margin-top: -5px;
}

.lp-lh-feature-profile .content p:nth-child(3){
  margin-top: -9px;
}


@media (max-width:768px){
  .lp-lh-testimony-wrap .col_6{
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
    max-width:none;
    min-width:initial;
    width:100%;
  }

  .lp-lh-testimony-wrap.offset-green_3:after {
    width: 100%;
    height: 200px;
  }
}


@media (max-width:850px){
  .lp-lh-testimony-wrap {
    padding: 0;
  }

  .lp-lh-testimony-wrap .col-6 {
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
    display: block;
    width: 100%;
    max-width: none;
    min-width: initial;
  }

  .lp-lh-testimony-wrap .right-content{
    max-width:none;
    text-align:center;
    padding:2em;
    padding-top:0;
  }

  .lp-lh-testimony-wrap .video-cover{
    margin: 2em;
    padding-left: 0;
  }

  .lp-lh-testimony-wrap .video-cover a{
    height:300px;
    margin: auto;
    display: block;
  }

}

@media (max-width:849px){
  .lp-lh-left-col .left-content {
    max-width: none;
    padding:1em;
  }


  .lp-lh-sticky-wrap {
    margin: auto;
  }
}


@media (max-width:480px){
  .lp-lh-testimony-wrap .video-cover a{
    height:200px;
  }

  .lp-lh-feature-profile{
    text-align: center;
  }


  .lp-lh-feature-profile .img{
    margin-right: 0;
    margin: auto;
    height:100px;
    width:100%;
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
  }

  .lp-lh-feature-profile .content{
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
    margin-top: 10px;
    width:100%;
  }
}











/*PODCAST PAGE STYLE*/
.pd-wrap {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.47);
  margin-top: -6em;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.pd-side-bar {
  background-color:#519040;
  max-width:  33%;
}

.pd-side-bar h3 {
  background-color: rgba(0, 0, 0, 0.51);
  color:  #fff;
  padding: 0.5em;
  font-size:  1.2em;
}

.pd-side-bar > .flex-wrap {
  padding: 1em;
  max-height: 447px;
  overflow: hidden;
  overflow-y: scroll;
}


.pd-post-item {
  padding-bottom: 5px;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.35);
  padding-top: 5px;
  padding-left: 5px;
}

.pd-post-item:hover,
.pd-post-item.active {
  background-color: rgba(0, 0, 0, 0.3);
}

.pd-post-item .speaker-img {
  width: 100px;
  height: 100px;
  margin-right: 1em;
  position:relative;
  overflow:hidden;
}

.flex-item.speaker-img img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pd-post-item .speaker-img {
  width: 60px;
  margin-right: 1em;
  height: 60px;
  max-width: 60px;
}


.pd-post-item .content .type {
  font-size: 0.8em;
}

.pd-post-item .content .tag {
  background-color:  #fff;
  color: #519040;
  padding: 2px 10px;
  border-radius:  100px;
  margin-left: 4px;
  font-size: 0.8em;
  font-weight: bold;
}

.pd-post-item .title {
  margin-top: -2px;

}



.pd-content-wrap {
  padding:  1em;
}

.pd-content-intro{
  position:relative;
}

.pd-content-intro img.sp-logo-icon {
  position: absolute;
  right: 0;
  width: 30px;
  top: 0;
}
.pd-content-intro .img {

  max-width: 140px;
  height: 140px;
  overflow:hidden;
  position:relative;
  border-radius:100px;
  border: solid 3px #d0d0d0;
  margin-right:2em;

}

.pd-content-intro .img img {
  position:  absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pd-content-intro .type {
  font-size:  0.9em;
}

.pd-content-intro h3 {
  color: #519040;
  font-size:  2em;
  font-weight:  normal;
  margin-top:  0;
  margin-bottom:  0;
}

.pd-content-intro .tag {
  background-color: #db5c01;
  display:  inline-block;
  padding: 2px 13px;
  color:  #fff;
  font-size:  0.8em;
  border-radius: 100px;
}

.pd-content-wrap audio {
  width:  100%;
  margin-top: 2em;
  margin-bottom: 1em;
}


.pd-content-wrap  .speaker-name {
  font-size: 1.5em;
  color: #519040;
}

.pd-content-wrap .available-on {
  display: block;
  margin-top: 0.7em;
  border-top: solid 1px #cecece;
  padding-top: 0.7em;
}

.pd-content-wrap .available-on img {
  max-width:  10px;
}

.pd-content-wrap .available-on span {
  vertical-align: top;
  padding-top: 0.5em;
  display:  inline-block;
  padding-left: 1em;
  color: #519040;
  font-style: italic;
}





.pd-post-share {
  background-color: #cecece;
  color: #000;
  padding: 0.4em;
}

.pd-post-share .icon-wrap {
  display:  inline-block;
  margin-left:  auto;
  margin-top:  0;
}

.pd-post-share a {
  font-size:  1em;
  padding:  0.5em;
}


/*Meet the Speakers*/
.meet-speakers .js-tab-item,
.meet-speakers .js-tab-item .tab-title{
  display:none;
}

.meet-speakers .js-tab-item.active{
  display:block;
}

.meet-speakers {
  padding:  1em;
}

.meet-speakers .tab-title {
  color:#333;
  padding: 0 0.5em 0.5em;
  display:  inline-block;
  border-bottom:  solid 3px transparent;
}

.meet-speakers .js-tab-group.active {
  border-bottom: solid 1px #cecece;
}

.meet-speakers .tab-title:hover,
.meet-speakers .tab-title.is-selected {
  color:  #db5c01;
  border-bottom-color:  #db5c01;
}

.meet-speakers .tabs__content{
  padding: 2em 0 0;
}

.meet-speakers .featured-img {
  max-width: 170px;
  margin-right:1em;
}

.meet-speakers .speaker-name{
  font-weight: normal;
  color: #519040;
}            


@media (max-width:768px){

  .pd-post-item.active{
    display:none !important;
  }

  .pd-wrap .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  }

  .pd-wrap .col-1{
    max-width: none;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
  }


  .meet-speakers .js-tab-item,
  .meet-speakers .js-tab-item .tab-title,
  .meet-speakers .js-tab-item.active .tabs__content{
    display:block;
  }

  .meet-speakers .js-tab-group.active,
  .meet-speakers .js-tab-item .tabs__content{
    display:none;
  }

  .meet-speakers .tabs__content{
    padding-bottom:1em;
  }

  .meet-speakers .js-tab-item .tab-title{
    background-color: #e8e8e8;
    color: #519040;
    padding-top: 0.5em;
    border-bottom: solid 2px #ffffff;
    padding-right: 2em;
    position: relative;
  }

  .meet-speakers .js-tab-item .tab-title:before{
    content: "\f078";
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
  }

  .meet-speakers .js-tab-item.active .tab-title{
    background-color: #db5c01;
    color: #fff;
    border-bottom: solid 1px #fff;
  }

  .meet-speakers .js-tab-item.active .tab-title:before{
    display:none;
  }
}            

@media (max-width:480px){
  .pd-wrap{
    margin-top:initial;
  }

  .pd-content-intro .img{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    max-width: 80px;
    height: 80px;
  }

  .pd-content-intro h3{
    font-size: 1.5em;
  }

  .pd-content-wrap .available-on span{
    padding-left: 0;
  }

  .pd-content-intro .title-wrap{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .pd-side-bar h3{
    font-size:1em;
  }
  .pd-side-bar > .flex-wrap{
    padding: 0.5em;
  }

  .pd-post-item .speaker-img{
    display:none;
  }

  .pd-post-item{
    padding: 0.5em;
  }

  .meet-speakers .featured-img{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    max-width: none;
    display: block;
    width: 100%;
    padding-bottom: 0.5em;
  }

  .meet-speakers .speaker-content{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  }
}




/*EVENTS
/////////////////////////////////*/
.event-large-hero .section-wrapper {
  padding-bottom: 14em;
}

.n-event-hero .hero-innerpage-content,
.event-large-hero .hero-innerpage-content{
  padding-top:0;
}

.n-event-hero .hero-innerpage-content{
  padding-bottom: 0;
}
.n-event-hero .featured-event, 
.event-large-hero .featured-event {
  background-color: transparent;
  padding: 0;
  padding-top:1em;
  box-shadow:none !important;
}


/*featured event*/
.featured-event-margin{
  margin-top: -16em !important;
}
.featured-event {
  padding: 2em;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.featured-event .col-1{
  max-width:400px;
  margin-right:2em;
  border: solid 3px #e2e2e2;
}

.featured-event h2{
  color:#519040;
  font-style: normal;
  margin-top: 0;
  line-height: 1.3;
}

.featured-event .date-time{
  list-style: none;
  margin: 0;
  padding: 0;
  color: #171717;
}

.featured-event .date-time span:first-of-type{
  color:#db5c01;
}

/*timer*/
.featured-event .timer-countdown-wrap {
  margin-bottom:  0.6em;
}

.featured-event .timer-countdown-wrap .content{
  font-size:0.9em;
}

.featured-event #timer > div {
  background-color:#218ace;
  margin:  0.2em;
  display: inline-block;
  text-align: center;
  padding: 0.3em 0.5em;
  border-radius: 5px;
  color:#fff;
  font-size:1.5em;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.featured-event #timer span{
  display:block;
  font-size:0.55em;
  margin-top:-5px;
  font-weight: normal;
}

@media (max-width:768px){
  .featured-event{
    padding:1em;
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
  }

  .featured-event .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;; 
    max-width:none;
    margin-right:0;
  }

  .featured-event .col-1{
    height:250px;
    margin-bottom:0.5em;
  }

}

@media (max-width:768px){
  .featured-event{
    padding:0;
    box-shadow:none;
  }
  .featured-event #timer > div{
    font-size:1.2em;
  }
}


/*event list*/
.event-list {
  max-width: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.5em !important;
  padding: 0.5em;
}

.events-wrap .column-1 {
  max-width: 500px;
  padding-right: 1em;
  display: none;
}

@media (min-width:769px){
  .events-wrap .column-1{
    display:block;
  }
  .events-wrap .column-2 .tab-title {
    display: none !important;
  }
}

.events-wrap .column-2 .active .tab-title {
  display: none !important;
}

.events-wrap .column-2 .js-tab-item{
  max-width:none;
  width:100%;
}

.events-wrap .tabs__content {
  padding: 1em;
  background-color: #fff;
  margin-bottom:0.5em;
}

.events-wrap .tabs__content .col-1 {
  height: 250px;
  margin-bottom: 1em;
}

.events-wrap .js-tab-item:not(.active) .tabs__content{
  display:none;
}

.events-wrap .tabs__content h3{
  font-style:initial;
  margin-top:0;
}

.events-wrap .is-selected .view-detail{
  display:none;
}

.js-tab-title:hover,
.js-tab-title.is-selected{
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.27);
  transition:initial;
}

.js-tab-title:hover h3,
.events-wrap .is-selected h3 {
  color:#218ace;
}

.event-list .item {
  max-width:  calc(50% - 1em);
  min-width:  calc(50% - 1em);
  margin: 0.5em;
  padding: 0.5em;
  background-color: #fff;
  margin-bottom: 0.5em;
  cursor:pointer;
}

.event-list .item:hover:not(.is-selected){
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.22);
  transition:all ease-in-out 0.2s;
}

.event-list .item:hover:not(.is-selected) h3{
  color:#218ace;
}

.event-list h3{
  font-style:normal;
  font-size:1.05em;
  margin-top: 0;
  margin-bottom: 0;
  line-height:1.3;
}

.event-list .is-selected .view-detail,
.event-list .description-center{
  display:none;
}

.event-list .view-detail{
  font-size:0.9em;
  color:#db5c01;
  margin-top: 0.5em;
}

.event-list .date-time {
  font-size: 0.9em;
  color:#666;
}

.event-list .item:not(.is-selected) .date-time{
  font-size:0.8em;
}

.event-list .col-1 {
  max-width: 130px;
  margin-right: 1em;
  min-height:86px;
}


.event-list .is-selected{
  padding:1em;
  cursor:initial;
}

.event-list .is-selected > .flex-wrap,
.event-list .is-selected .cols{
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;;

}

.event-list .is-selected .col-1{
  max-width:none;
  margin-right:0;
  width:100%;
  height:200px;
  margin-bottom:1em;
}

.event-list .is-selected h3{
  font-size:1.4em;
}

.event-list .is-selected .description-center{
  display:block;
}    


@media (max-width:768px){
  .event-list .item {
    max-width:none;
    min-width:initial;
    margin: 0.5em 0;
    width: 100%;
  }
}

@media (max-width:480px){
  .event-list .col-1{
    min-height: auto;
    max-width: 65px;
    height: 55px;
    min-width: initial;
    margin-right: 0.5em;
  }

  .event-list h3{
    font-size:0.9em;
  }

  .event-list .date-time,
  .event-list .view-detail{
    font-size:0.7em;
  }

  .events-wrap .tabs__content .col-1{
    height:200px;
  }
}



/*EVENT POST 
/////////////////////////////*/
.event-post {
  background-color: #fff;
  padding: 1em;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}        


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}

.event-form {
  max-width: 800px;
  padding: 2em;
  border-radius: 9px;
  margin-top:150px;
}

.event-form [type="submit"] {
  margin-top: 1em;
  display: inline-block !important;
  width: auto !important;
  min-width: 200px;
}

.blue-background [type="file"] {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
}


.left-right-buttons{
  margin-top:2em !important;
}
@media (min-width:481px){
  .left-right-buttons a:last-of-type{
    margin-left:auto;
  }
}

@media (max-width:480px){
  .hs-button.hs-disclaimer {
    max-width: none;
    width: 100%;
  }
}            


/*AMP BLOG LOGO
//////////////////////////*/

.logo amp-img {
  width: 100%;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}            






/*NEW HERO CONCEPT
//////////////////////////*/
.hero-w-video{
  -webkit-box-shadow: inset 0px -46px 0px #fff;
  box-shadow: inset 0px -46px 0px #fff;
  padding-bottom: 0;
}

.hero-w-video .background-absolute{
  -webkit-box-shadow: inset 0px -46px 0px #fff;
  box-shadow: inset 0px -46px 0px #fff;
}

.hero-w-video .device {
  width: 642px;
  max-width: none;
  position: relative;
  z-index: 1;
  -webkit-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
}

.hero-w-video .device a{
  position:relative;
  display: block;
}

.hero-w-video .device i{
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 7em;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.7;
}

.hero-w-video p{
  font-size: 18px;
}

.hero-w-video .device:hover{
  -webkit-transform: scale(0.95,0.95);
  -ms-transform: scale(0.95,0.95);
  transform: scale(0.95,0.95);
}

.hero-w-video .col-1 {
  max-width: 60%;
  min-width: 60%;
  padding-right: 2em;
  padding-bottom: 4.5em;
}

.hero-w-video .col-2 {
  max-width:  40%;
  min-width:  40%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero-w-video .content-wrap a {
  padding: 1em !important;
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
  position:relative;
}

.hero-w-video a:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
}


@media (max-width:768px){
  .hero-w-video .container-wrapper > .flex-wrap,
  .hero-w-video .cols{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;;
    max-width: none;
    min-width: initial;
    text-align: center;
  }

  .hero-w-video .col-1{
    padding-bottom:1em;

  }

  .hero-w-video .device{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-w-video .device a{
    display: block;
  }
}



/* remove more video from youtube */
.ytp-pause-overlay.ytp-scroll-min {
  display: none !important;
}



.addthis-smartlayers{
  position: relative;
  z-index: 999;
}





/* SIMPLE SUBSCRIPTION FORM */
.simple-sub-form{
  max-width:400px;
  width:100%;
  margin: 0 auto;
}

.simple-sub-form form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-left: auto !important;
  margin-right: auto;
  width: 100%;
}

.simple-sub-form .hs-email {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9 0;
  flex: 0.9 0;
}

.simple-sub-form .hs_email > label {
  display: none;
}

.simple-sub-form form input[type="email"] {
  box-shadow: none;
  border: solid 1px rgba(255,255,255, 0.8) !important;
  border: solid 0px rgba(255,255,255, 0.8) !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  height: 40px;
  border-right: 0 !important;
  color: #2b3f4f;
  border-radius: 5px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  font-size: 0.9em !important;
  border:solid 1px #e4e4e4 !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);
  padding:0 1em;
}

.simple-sub-form form input {
  height: 45px !important;
  margin-top: 0 !important;
}

.simple-sub-form ul.hs-error-msgs {
  list-style: none;
  color: red;
  padding-left: 0;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}

/*   button */
.simple-sub-form .hs_submit.hs-submit {
  -webkit-box-flex: 0.4;
  -ms-flex: 0.4 0;
  flex: 0.4 0;
}

.simple-sub-form .blog-subscript input[type="submit"] {
  background-color: #fc4d52;
  color: #fff;
  border: solid 1px #fc4d52 !important;
  border-left: 0 !important;
}

.simple-sub-form input[type="submit"] {
  text-transform: capitalize;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: solid 1px #2b3f4f;
  height: 40px;
  font-size: 0.9em;
  margin-left: 0;
  width: 100%;
  color: #fff !important;
  background-color: #db5b01;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.22);
}

.simple-sub-form.simple-sub-form_orange input[type="submit"]{
  background-color:;
  border: solid 1px ;
}

.simple-sub-form .hs-form .hs_submit {
  margin-top: 0;
}


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

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

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

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

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

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

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

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

}

@media(max-width:980px) and (min-width:769px){ 
  .col-space-5 .item,
  .col-space-4_wrap > .item{
    max-width:calc(33% - 1em) !important;
    min-width:calc(33% - 1em) !important;
  }

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

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

}

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

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

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

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


}

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

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

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

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

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


/* popups */
.vidyard-popup {
  position: relative;
  background-color: none;
  padding: 0;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
}

/*
* FOOTER
*/

.footer-background {
  background-color: #519040;
  padding: 2em 0;
}

.footerbg-links {
  background-color: #377027;
  margin: 0px 0px 40px;
  padding: 20px 40px;
}

.footerbg-links .hs-menu-wrapper.hs-menu-flow-vertical li a {
  padding: 0.25em 0;
}

.footer-container-wrapper .footer-copyright {
  background: #666;
  color: #ccc;
  padding: 10px 0px;
  font-size: 12px;
}

.footer-background,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a,
.footer-container-wrapper .contact-us a,
.footer-container-wrapper .about-us a {
  color: #ffffff;
}


.footer-background a:hover {
  color: #d0d0d0;
}

.footer-background {
  background: #519040;
}
.footer-container-wrapper .more-links a:hover,
.footer-container-wrapper .contact-us a:hover,
.footer-container-wrapper .about-us a:hover {
  color: #FFF;
}
.footer-container-wrapper .more-links a {
  margin: 10px 0px;
}
.footer-container-wrapper .footer-copyright{
  background: #666;
  color: #ccc;
  padding: 10px 0px;
  font-size: 12px;
}
.footer-container-wrapper .social-icons .fa{
  font-size: 20px;
  padding-right: 5px;
}

/* Back to Top */
.container-fluid .row-fluid .back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: auto;
  font-size: 20px;
  padding: 1px 8px 4px;
  border-radius: 4px;
  background: #519040;
  z-index:9;
  /*cursor: pointer;*/
}
.back-to-top a {
  color: #1f5e0e;
}


/* form style */
.default form input.hs-button {
  display: inline-block;
  width: auto !important;
  background-color: #de671d;
  color: #fff !important;
}

.default form label.hs-error-msg {
  font-size: 12px;
  font-weight: normal;
}

.default form .no-list.hs-error-msgs.inputs-list {
  margin-top: 0;
  margin-bottom: 0;
}


/* 2 COLUMNS LIST  
* /////////////////*/

@media(min-width:481px){
  ul.list_2-col {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
  }

  ul.list_2-col li {
    -webkit-box-flex: 1;-ms-flex: 1 49%;flex: 1 49%;
  }

  ul.list_2-col li:nth-child(2n) {
    margin-left: 2%;
  }
}


a:not(.hs-button){
  /*   word-break: break-all; */
}

.checkmarks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkmarks ul li {
  position: relative;
  margin-top: .75em;
  padding-left: 2.3em;
}

.checkmarks ul li:before {
  content: "\f058";
  font-family:fontAwesome;
  position: absolute;
  left: .1em;
  top: 0;
  font-size: 1.4em;
  color:#519040;
}