/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1300px;
}

.dnd-section .dnd-column {
/*   padding: 0 20px; */
}

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

/* Elements

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


html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: Open Sans, sans-serif;
  color: #444444;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 16px;
  line-height: 1.45;
  margin: 1rem 0;
}

strong {
  font-weight: 600;
}

/* Anchors */
a {
  color: #0d76c6;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #021368;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, serif;
  font-weight: 600;
  margin: 0 0 1.2rem;
}

h1 {
  font-family: Merriweather, sans-serif;
  font-size: 44px;
  color: #1D4C84;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;

}

h2 {
  font-family: Merriweather, sans-serif;
  font-size: 36px;
  color: #1D4C84;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  
}

h3 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  color: #444444;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h4 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  color: #444444;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h5 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #444444;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h6 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  color: #444444;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 767px){
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 4px 0;
}

li{
  margin-bottom: 1rem;
 
}

ul.no-list {
  list-style: none;
}

.hrs-list {
  list-style: none;
}


.hrs-list > li{
  position: relative;
  
}

.hrs-list > li:before {
  content: "\2713\0020";
  color: #92278f;
  position: absolute;
  left: -20px;
}

.hrs-list.white > li:before {
  color: #fff;
}

ul.list-tick {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.list-tick li {
    margin: 0 0 15px;
    font-family: 'Open Sans',sans-serif;
    line-height: normal;
}
ul.list-tick li:before {
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    width: 5%;
    font-size: 20px;
    margin: 0px 10px 0 0;
    color: #92278f;
    content: "\f058";
    display:block;
}

ul.list-tick li:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

ol.blue-number  {
    list-style: none;
    counter-reset: item;
}

 ol.blue-number li {
    counter-increment: item;
    margin: 0em 1em 1em 2.5em;
}

ol.blue-number  li:before {
    margin-left: -2.5em;
    margin-right: 0.75em;
    content: counter(item);
    background: #0197d6;
    border-radius: 100%;
    color: white;
    width: 1.75em;
    text-align: center;
    display: inline-block;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
/* blockquote { */

/*   margin: 0 0 1.4rem;
  padding-left: 15px;
} */

/* Horizontal rules */
hr {
    border: 0 none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(221, 221, 221, 1.0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
/* :focus {
  outline: auto;

}

.disable-focus-styles :focus {
  outline: none;
} */
.button{
    display: inline-block;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	  border-radius: 25px;
    padding: 10px 20px;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
}

.button--primary{
  background-color: #92278F;
  color: #ffffff;
  border: 2px solid #92278F;
}

.button--primary:hover{
    background-color: #7D227A;
    color: #ffffff;
}

.button--outlined {
  background-color: transparent;
  color: #1d4c84;
  border: 2px solid #1d4c84;
  /* To affect HubSpot CTAs */
}

.button--outlined:hover {
  background-color: #1d4c84;
  color: #fff;
  border: 2px solid #1d4c84;
}

.button--outlined a {
  color: inherit;
}

.button--arrow {
  color: #1d4c84;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow:after {
  content: url("https://www.healthrecoverysolutions.com/hubfs/arrow-forward-hrs.svg");
  width: 20px;
  margin-left: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #021368;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after {
  content: url("https://www.healthrecoverysolutions.com/hubfs/arrow-forward-hrs.svg");
}

.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a {
  color: inherit;
}

.button--arrow:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a {
  color: inherit;
}

/* White Arrow Begin */

.button--arrow.white {
  color: #ffffff;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow.white:after {
  content: url("https://www.healthrecoverysolutions.com/hubfs/Icons_HRS%20Branded_SVG/arrow-forward-hrs-white.svg");
  width: 20px;
  margin-left: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.button--arrow.white:hover, .button--arrow.white:focus, .button--arrow.white:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #ffffff;
}

.button--arrow.white:hover:after, .button--arrow.white:focus:after, .button--arrow.white:active:after {
  content: url("https://www.healthrecoverysolutions.com/hubfs/Icons_HRS%20Branded_SVG/arrow-forward-hrs-white.svg");
}

/* White Arrow End */

.cta_button{
    display: inline-block;
    background-color: #92278F;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
	  border-radius: 25px;
    padding: 12px 20px;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
}

.cta_button:hover{
    background-color: #7D227A;
    color: #ffffff;
}

.cta_button:focus{  
    color: #ffffff;
}

.hs-button{
    display: inline-block;
    background-color: #92278F;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
	  border-radius: 25px;
    padding: 12px 20px;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;
}

.hs-button:hover{
    background-color: #7D227A;
    color: #ffffff;
}

.hs-button:focus{  
    color: #ffffff;
}
/* @import url('http://example.com/example_style.css'); */

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

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

/* li{
  margin-bottom: 1rem;
}

.hrs-list {
  list-style: none;
}


.hrs-list > li{
  position: relative;
  
}

.hrs-list > li:before {
  content: "\2713\0020";
  color: #92278f;
  position: absolute;
  left: -20px;
} */
/* Form */
form, .submitted-message {
  font-family: Open Sans, sans-serif;
}

.hs-form-field {
  margin: 0 0 1rem;
}

/* Labels */
form label {
  color: #444444;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #1D4C84;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  padding: .75rem 1rem;
  width: 100%;
  border-color: #b1b1b1;
  color: #444444;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #1d4c84;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  margin-left: 4px;
  margin-right: 4px;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input, .inputs-list span {
    font-size: .7rem;
    vertical-align: middle;
    font-weight: 400;
}

.input select {
   padding: 0.6rem 1rem;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
  background-color: #1d4c84;
}

.fn-date-picker td.is-today .pika-button {
  color: #1d4c84;
}

.fn-date-picker td.is-selected .pika-button {
  background: #1d4c84;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background: #1d4c84 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #444444;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */
.hs-form-required {
  color: #444444;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(146, 39, 143, 1.0);
  border: 1px solid #92278f;
  border-radius: 25px;
  color: #FFFFFF;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  margin-top: 1rem !important;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(147, 78, 145, 1.0);
  border-color: rgba(147, 78, 145, 1.0);
  color: #FFF;
  text-decoration: none;
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: #1d4c84;
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

.hs_submit.hs-submit {
    text-align: center;
}

.hs_submit.hs-submit .actions input {
    border-radius: 25px !important;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}

/* Search */
.hs-search-field__bar input {
  border-color: #dee3e3;
  min-height: 54px;
  margin-bottom: 0;
  padding-right: 80px !important;
  padding-left: 60px !important;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  background-image: url(https://www.healthrecoverysolutions.com/hubfs/HRS%20Icons/Magnifying%20Glass.svg);
  background-position: 20px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #d1d3d4 !important;
    padding: 5px;
}

ul.hs-search-field__suggestions li {
    margin: 10px 0;
    font-size: 0.95rem;
}

ul.hs-search-field__suggestions li a {
    font-weight: 600;
}
.testimonial-bg-section{
    background: url(https://www.healthrecoverysolutions.com/hubfs/blue-quotes.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .underline--purple {
    position: relative;
    z-index: 1;
  }

 .underline--purple:before {
    border-top: 2px solid #92278f;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
 }

/* .hrs-underline--purple {
   background: repeat-x left 1em/1em .15em;
   background-image: linear-gradient(90deg,rgb(145 40 143 / 29%),rgb(145 40 143 / 29%));  
  }

.hrs-underline--blue {
  background: repeat-x left 1em/1em .25em;
  background-image: linear-gradient(90deg,rgb(0 151 214 / 25%),rgb(0 151 214 / 25%));
} */

.underline-from-left {
  display: inline-block;
  position: relative;
  color: #1d4c84;
}

.underline-from-left.white {
  color: #fff;
}

.underline-from-left:before {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1d4c84;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underline-from-left.white:before {
  background-color: #fff;
}

.underline-from-left:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.text-testimonial {
    background: url(https://www.healthrecoverysolutions.com/hubfs/blue-quotes.png);
    background-size: 100px 60px;
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

.hrs-tyh:hover{
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 35px rgb(0 0 0 / 15%), 0 0 15px rgb(0 0 0 / 12%);
  box-shadow: 0 10px 35px rgb(0 0 0 / 15%), 0 0 15px rgb(0 0 0 / 12%);
}



.cs-fw--section {
    overflow: hidden;
}

@media (min-width: 768px){
    .page-center {
      max-width: 750px;
      margin: 0 auto;
    }
}
@media (min-width: 992px){
     .page-center {
      max-width: 970px;
      margin: 0 auto; 
    }
}
@media (min-width: 1230px) {
   .page-center {
    max-width: 1300px;
    margin: 0 auto;
}
}

/* Internet Explorer Fixes */
@media all and (-ms-high-contrast:none){
  div#hrs-notification-banner {
    display: none !important;
}
  .hrs-header {
    top: 0 !important;
  } 
  
}


/* Components
  
  .hrs-rich-text__preheader {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1d4c84;
  display: block;
  margin: 0 0 .75rem;
}

span.hrs-rich-text__preheader {
    display: block;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.hrs-rich-text h1 {
  color: #444444;
}

.hrs-rich-text p {
  margin: 0 0 1rem;
}

.hrs-rich-text p:last-child {
  margin: 0 0 2rem;
}

.hrs-rich-text__buttons {
    margin-top: 1.5rem;
}

.hrs-rich-text__buttons .button {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .hrs-rich-text__buttons .button {
    display: block;
  }
}

.hrs-rich-text__form {
  max-width: 600px;
}

.hrs-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.hrs-rich-text--center .hrs-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.hrs-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.hrs-rich-text--right .hrs-rich-text__form {
  margin: 0 0 0 auto;
}
  .hrs-hero-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50vh;
  padding: 55px 0;

}

.hrs-hero-01__content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-right: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (min-width: 1380px) {
  .hrs-hero-01__content {
    padding: 0px;
   
  }
}

@media screen and (max-width: 768px) {
  .hrs-hero-01__content {
    padding: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .hrs-hero-01__content {
    padding: 0;
    padding-left: 20px;
  }
}

.hrs-hero-01__content > div {
  max-width: 630px;
  
}

@media screen and (max-width: 768px) {
  .hrs-hero-01__content > div {
    max-width: none;
  }
}

.hrs-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  -webkit-transition: opacity .2s, width .5s;
  -o-transition: opacity .2s, width .5s;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .hrs-hero-01__image {
    opacity: .3;
    width: 100%;
    clip-path: none !important;
  }
}

span.hrs-rich-text__preheader {
    display: block;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.hrs-rich-text__buttons a:last-of-type {
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .hrs-rich-text__buttons a:last-of-type {
      margin-left: 0;
      margin-top: 1rem;
  }
}
  .hrs-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.hrs-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.hrs-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 5px;
}

.hrs-featured-card {
  border: 0.5px solid rgba(218, 218, 218, 0.2);
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.05);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.hrs-featured-card.img-left {
  flex-direction: row-reverse;
}

.hrs-featured-card__preheader {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1d4c84;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.hrs-featured-card__content h1, .hrs-featured-card__content h2, .hrs-featured-card__content h3, .hrs-featured-card__content h4, .hrs-featured-card__content h5, .hrs-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.hrs-featured-card__content p {
  margin: 0 0 1rem;
}

.hrs-featured-card__body {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.hrs-featured-card__text {
  flex-grow: 1;
}

.hrs-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.hrs-featured-card__image a {
  display: block;
  height: 100%;
}

.hrs-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .hrs-tyh:hover{
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 35px rgb(0 0 0 / 15%), 0 0 15px rgb(0 0 0 / 12%);
  box-shadow: 0 10px 35px rgb(0 0 0 / 15%), 0 0 15px rgb(0 0 0 / 12%);
}
  /* =============== Footer =============== */
/* Dec 2017 Stylesheet */
 
.footer-container-wrapper {}
.footer-container {}
.footer-container.container-fluid .row-fluid .page-center {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
}
.custom-footer-lower {
    background: #1d4c84;
    padding: 22px 0 24px 0;
}
.custom-copyright {
    color: #fff;
    text-align: center;
    margin: 3px 0 0;
    font-size: 15px;
    line-height: normal;
}
.custom-footer {
    background: #434a5a;
}
.custom-footer-upper {
    padding: 70px 0;
}
.custom-footer-upper-first-col ul {
    margin-top: 15px;
    padding: 0;
    list-style: none;
}
.custom-footer-upper-first-col ul li {
    line-height: normal;
    display: inline;
}
.custom-footer-upper-first-col ul li a {
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    padding: 7px 9px;
    border-radius: 100%;
    font-size: 16px;
}
.custom-footer-upper-first-col ul li a i span {
    display: none;
}

.custom-subscribe-to-our-newsletter h3 {
    color: #b1b1b1;
    font-size: 18px;
    margin: 15px 0 11px 0;
    font-family: 'Arial', Helvetica, sans-serif;
    text-transform: none;
    font-weight: 400;
}
.custom-footer-address ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.custom-footer-address ul li {
    margin: 0 0 20px;
    font-family: 'Arial', Helvetica, sans-serif;
}
.custom-footer-address ul li a {
    color: #fff;
    font-size: 18px;
    line-height:normal;
    display: block;
}
.custom-footer-address ul li a i {
    float: left;
    font-size: 20px;
    margin: 1px 9px 0 0;
    color: #b1b1b1;
}
.custom-footer-address ul li a span {
    font-size: 16px;
    color: #b1b1b1;
}
.custom-footer-address ul li a:hover span{
    color: #0397D6;
}
.icon-mail:before {
    content: "\e630";
}
.icon-phone4:before {
    content: "\e6bb";
}
.icon-location:before {
    content: "\e629";
}
.custom-subscribe-to-our-newsletter form .hs-form-field>label span.hs-form-required {
    display: none;
}
.custom-subscribe-to-our-newsletter form .actions {
    text-align: right;
}
.custom-subscribe-to-our-newsletter form .actions input.hs-button.primary.large {
    margin-bottom: 0;
    background-color: #0397D6;
    min-width: 125px;
}
.custom-subscribe-to-our-newsletter form .actions input.hs-button.primary.large:hover{
    background-color: #b1b1b1;
}
/* .custom-footer-upper-first-col {
    margin-top: 14px;
} */
.custom-subscribe-to-our-newsletter {
    padding-right: 34px;
}



/* March 2020 stylsheet */
.custom-footer.new_footer {
    background: #1d4c84;
    border-top: solid 3px #0197d6;
}
.custom-footer.new_footer .custom-footer-upper-first-col ul li a {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.custom-footer.new_footer .custom-footer-address ul li a span {

    color: #ffffff;
} 
.custom-footer-address ul li a i {

    color: #ffffff;
}
.custom-footer.new_footer .custom-footer-upper h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.mobile-open .custom-header-div-lower .mobile-trigger {
    background-image: url(https://www.healthrecoverysolutions.com/hubfs/cancel1.png);
    background-size: 18px;
    background-position: center;
    z-index: 9999;
    position: absolute;
    top: -5px;
    right: 0;
}
.custom-footer.new_footer .custom-footer-address.new-menu-footer ul li {
    margin: 0 0 5px;
}
.custom-footer.new_footer .custom-footer-address.new-menu-footer ul li a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.span12.widget-span.widget-type-cell.custom-footer-lower-sep {
    padding: 30px 0px;
}
.span12.widget-span.widget-type-cell.custom-footer-lower-sep .custom-copyright span {
    color: #fff;
}
.span12.widget-span.widget-type-cell.custom-footer-upper.sep-footer {
    padding-bottom: 05px;
         padding-top: 30px;
}
.span2.widget-span.widget-type-rich_text.custom-footer-address.new-menu-footer {
    width: 16%;
}
.span4.widget-span.widget-type-rich_text.custom-footer-address.new-menu-footer {
    width: 27%;
}

.klas_footer_logo {
    position: relative;
}
.klas_footer_logo img {
    position: absolute;
    max-width: 100%;
    width: 183px;
    top: -209px;
    left: 59px;
        z-index: 9;
}



.custom-footer.new_footer .legal-consent-container .hs-richtext p {
    color: #fff;
    margin-top: 0px;
    font-size: 16px;
    margin-top: 0px;
    line-height: normal;
    font-weight: normal;
}
.custom-footer.new_footer .legal-consent-container .hs-richtext p a{
    color: #fff;
    font-size: 16px;
}
.custom-footer.new_footer .legal-consent-container .hs-richtext p a:hover {
    color: #021268;
}
.custom-footer.new_footer .legal-consent-container span {
    color: #fff !important;
    line-height: 14px !important;
    font-size: 13px !important;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 20px;
}
.custom-footer.new_footer .legal-consent-container span a {
    color: #021268;
}
.custom-footer.new_footer .legal-consent-container ul.inputs-list {
    margin-top: 0px;
}
.custom-footer.new_footer .custom-footer-upper input.hs-button.primary.large {
  padding: 10px 44px !important;
}

.footer-menu--section{
  margin-top: 15px;
}

@media (max-width: 550px) { 
.klas_footer_logo img {
    top: -184px;
  }
  .custom-footer.new_footer {
    padding: 0 15px;
  }
  .span2.widget-span.widget-type-rich_text.custom-footer-address.new-menu-footer {
    width: 100%;
  }
  .span4.widget-span.widget-type-rich_text.custom-footer-address.new-menu-footer {
    width: 100%;
  }
  .footer-menu--items{
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
.custom-footer-upper form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
}
}


@media (min-width: 768px){
    .custom-footer-upper.sep-footer .row-depth-1 .row-fluid {
      max-width: 750px;
      margin: 0 auto;
    }
}
@media (min-width: 992px){
     .custom-footer-upper.sep-footer .row-depth-1 .row-fluid {
      max-width: 970px;
      margin: 0 auto;
    }
}
@media (min-width: 1230px) {
   .custom-footer-upper.sep-footer .row-depth-1 .row-fluid {
    max-width: 1200px;
    margin: 0 auto;
}
}
*/


/* Templates
  
  .cs-fw--section{
  overflow: hidden;
}

*/