@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Black.ttf);
  font-weight: 900;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-BlackItalic.ttf);
  font-weight: 900;
  font-style: italic;
}

/* font-family: 'Roboto', sans-serif; */

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

/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */


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

img.alignRight{
    margin: 0 0 5px 15px;
}

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.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;
}

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

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

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



/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
 /*new*/  
 /*new*/  
 /*new*/  
  
 /*new*/
 /*new*/
 /*new*/
 /*new*/
 /*new*/
 /*new*/
 /*new*/
 /*new*/
   
   

/* Typography */
            /*  */
                         /*  */
                          /*  */
/*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #5F6063;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  width: 100%;

}
#dnd_header .page-center {
  float: none !important;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  width: 100%;

}
 @media(max-width:767px){
  .container-fluid .row-fluid .page-center .vacancies_float_fix{
   float:left;
   }
 }

.container-fluid .row-fluid .page-center.rs-head{
  max-width: 1660px;
}
#dnd_header .page-center.rs-head{
  max-width: 1660px;
	margin: 0 auto;
}

a { 
color: #358DA1;
}
a.topic-link, .blog-article-content a {
  color: #358DA1 !important;
  text-decoration: underline;
  font-weight:bold;
}

a:hover, a:focus { color: #000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #5F6063;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #005A70 !important;
  text-shadow: none;
}
input:-internal-autofill-selected{
  background-color: transparent !important;
}

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



/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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 {
  color: #5F6063;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #5F6063;}

/*h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 28px;}
h5 {font-size: 26px;}
h6 {font-size: 24px;}*/

/* font-size calc lock */
h1 {font-size: 2.5rem;}        /* 40px */
h2, .blog-slider-wrap .black-wrapper .post-name a {font-size: 2.1875rem;} /* 35px */
h3 {font-size: 1.875rem;}     /* 30px */
h4 {font-size: 1.75rem;}      /* 28px */
h5 {font-size: 1.625rem;}     /* 26px */
h6 {font-size: 1.5rem;}       /* 24px */
p {font-size: 1.0625rem;}      /* 17px */

@media screen and (min-width: 768px) and (max-width: 1023px) {
  h1 {font-size: 1.875rem;}
  h2 {font-size: 1.625rem;}
  h3 {font-size: 1.5rem;}
  h4, .blog-slider-wrap .black-wrapper .post-name a {font-size: 1.25rem;}
  h5 {font-size: 1.2rem}
  h6 {font-size: 1.125rem}
  p {font-size: 1rem}
  
  .fct-page h2 {font-size: calc( 2.1875rem + 3.125vw - 38px );}
}
.rs_container.fct .rs_right h2{
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  h1 {font-size: 26px;}
  h2 {font-size: 22px;}
  h3 {font-size: 18px; line-height: 30px;}
  h4, .blog-slider-wrap .black-wrapper .post-name a {font-size: calc( 1.75rem + 3.125vw - 20px );}
  h5 {font-size: 14px; line-height: 30px;} /*calc( 1.625rem + 3.125vw - 20px );*/
  h6 {font-size: calc( 1.5rem + 3.125vw - 20px );}
  p {font-size: 17px; line-height: 25px;}
  
  .fct-page h2 {font-size: calc( 2.1875rem + 3.125vw - 28px );}
}

@media (min-width: 1024px) and (max-width: 1279px) {
  h1 {font-size: calc( 2.5rem - 5px );}
  h2 {font-size: 1.75rem;}
  h3 {font-size: calc( 1.875rem - 5px );}
  h4 {font-size: calc( 1.75rem - 5px );}
  h5 {font-size: calc( 1.625rem - 5px );}
  h6, .blog-slider-wrap .black-wrapper .post-name a  {font-size: calc( 1.5rem - 5px );}
  
  .fct-page h2 {font-size: calc( 2.1875rem - 8px );}
  .fct-page h3 {font-size: calc( 1.875rem - 4px );}
  

}

@media screen and (min-width: 1280px) {
  /* Hero HP */
  .rs_container .rs_left .rs_text p, .rs_container .rs_right p{font-size: 1.5625rem;}
  /* Solutions HP */
  .rs_solutions .rs_text p{font-size: 1.0625rem}
  /* Latest Blog Posts HP */
  .blog-slider-wrap .slick-dots li.slick-active button:before, .slick-dots li button::before { font-size: 1.875rem; }
  .blog-slider-wrap .post-cont p{ font-size: 1rem; }
  /* Read More HP */
  .rs_read-more .text h2{font-size: 3.4375rem;}
  /* Hero FCT Page */
  .rs_container.fct .rs_right h2 {
/*       font-size: 2.25rem; */
      line-height: 40px;
      font-size: 1.5vw;
  }
  .rs_container.fct .rs_left .rs_text p {font-size: 1.2rem;}

}

@media screen and (min-width: 1430px) {
  .rs_container.fct .rs_left .rs_text p {font-size: 1.5rem;} /* 24px */
}



/* end */


/* font-size calc lock EXAMPLE */
/*h1 {font-size: 1.25rem;}
p {font-size: .9375rem;}

@media screen and (min-width: 320px) and (max-width: 979px) {
  h1 {font-size: calc( 1.25rem + 3.125vw - 10px );}
  p {font-size: calc( .9375rem + 0.46875vw - 1.5px );}
}
@media (min-width: 980px) {
  h1 {font-size: calc( 1.25rem + 20px );}
  p {font-size: calc( .9375rem + 3px );}
}*/
/***/

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper{} 
.body-container-wrapper{max-width: 1600px;
    margin: 0 auto;} 
.footer-container-wrapper {

}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}




/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

/* HEADER */

.custom-header-group {
    position: fixed;
    width: 100% !important;
    top: 0px;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(60,60,60,0.15);
    background-color: #ffffff;
    z-index: 999;
    /*padding: 39px 0;*/
}

.custom-header-group .custom-logo-2.span2 {
  width: 180px!important;
  max-width: 180px!important;
  /*min-width: 150px!important;*/
  margin: 40px 0;
}

.custom-header-group .span1.choose-language {
    /*background-image: url(https://2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/Redesign-2019/Icons/Artwork%203.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: table;*/
    float: right;
    margin: 61px 0 0;
}
.custom-header-group .span1.choose-language .globe_class{
    background-image: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/Redesign-2019/Icons/Artwork%203.svg);
    height: 30px;
    width: 30px;
}
.rs_mobile_menu .lang_switcher_class .globe_class{
    background-image: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/Redesign-2019/Icons/Language_Web-1.svg);
    height: 16px;
    width: 16px;
}

.choose-language ul.lang_list_class:before {
  /*border-color: transparent;
  background: transparent;
  border-bottom-color: #fafafa!important;*/
}

.custom-header-group .span1.choose-language .lang_list_class{
  top: 28px;
}

.custom-header-group .custom-logo-2 img {
  height: auto;
  clear: both;
  width: 100%!important;
  max-width: 180px!important;
}

.custom-header-group .custom-logo-2 a {
  display: block;
}


/* MENU */

.custom-menu-primary {
    padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 63px 22px 59px;
}

.custom-menu-primary .hs-menu-wrapper {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

/*.scroll .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
}*/

.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    margin: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-weight: 700;
    line-height: 1em;
    font-size: 17px;
/*     color: #5F6063; */
    color: rgba(95, 96, 99, 0.6); 
    text-transform: uppercase;
    position: relative;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a{
  color: #005A70;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2){
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a{
  color: #F37368;
}

@media screen and (min-width: 980px) and (max-width: 1499px) {

    .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        font-size: 12px;
        line-height: 12px;
    } 


}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0;
    margin-right: 0;
    font-size: 12px;
    text-align: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  padding: 27px 20px 31px 30px;
  background-color: #F0F2F4;
}

.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    font-weight: normal;
    text-transform: inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
  color: #606164;
  font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    content: "\105";
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: 12px;
    text-align: right !important;
    letter-spacing: 0.64px;
    float: right;
    top: 5px;
}


.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  /*text-transform: capitalize;*/
  text-transform: initial;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    font-weight: 900 !important;
    /*font-size: 14px !important;*/
    background: transparent;
}
.fct-page .active.hs-menu-item.hs-menu-depth-1.active-branch {
  border-top: 6px solid rgba(0, 90, 112, 0.2);
}
.for-home-use-page .active.hs-menu-item.hs-menu-depth-1.active-branch{
  border-top: 6px solid rgba(243, 115, 104, 0.2);
}
.active.hs-menu-item.hs-menu-depth-1.active-branch{
  border-top: 6px solid #F0F2F4;
}

.fct-page .hs-menu-item.hs-menu-depth-1.active-branch {
  border-top: 6px solid rgba(0, 90, 112, 0.2);
}
.hs-menu-item.hs-menu-depth-1.active-branch.for-home-use, .hs-menu-item.hs-menu-depth-1.active-branch.individualversorgung, 
.hs-menu-item.hs-menu-depth-1.active-branch.för-hemmabruk, .hs-menu-item.hs-menu-depth-1.active-branch.for-hjemmebruk {
  border-top: 6px solid rgba(243, 115, 104, 0.2);
}
.hs-menu-item.hs-menu-depth-1.active-branch{
  border-top: 6px solid rgba(0, 90, 112, 0.2);
}
.hs-menu-item.hs-menu-depth-1.active-branch.knowledge {
    border-top: 6px solid #F0F2F4;
}
.hs-menu-item.hs-menu-depth-1.active-branch.contact {
    border-top: 6px solid #F0F2F4;
}


.hs-menu-item.hs-menu-depth-1 > a{
  opacity: 1;
}
.active.hs-menu-item.hs-menu-depth-1.active-branch > a, .rs-homepage .hs-menu-item.hs-menu-depth-1 > a{
  opacity: 1;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper{
    margin-top: 6px;
}
.header-container-wrapper .hs-menu-wrapper > ul li > ul.hs-menu-children-wrapper:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: " ";
  height: 6px;
  width: 100%;
  background-color: #ACAFB5;
}
.header-container-wrapper .hs-menu-wrapper > ul ul li{
  background-color: #F0F2F4 !important;
}
.header-container-wrapper .hs-menu-wrapper > ul li:first-child > ul.hs-menu-children-wrapper:before{
  background-color: #B3D1DA;
}
.header-container-wrapper .hs-menu-wrapper > ul li:nth-child(2) > ul.hs-menu-children-wrapper:before{
  background-color: #FBC3B6;
}
.header-container-wrapper .hs-menu-wrapper > ul ul li:first-child,
.header-container-wrapper .hs-menu-wrapper > ul ul li:nth-child(2),
.header-container-wrapper .hs-menu-wrapper > ul ul li:nth-child(3) {
  text-transform: uppercase;
  
}
.header-container-wrapper .hs-menu-wrapper > ul li:first-child ul li a{
  color: #005A70;
}
.header-container-wrapper .hs-menu-wrapper > ul li:nth-child(2) ul li a{
  color: #C17469;
}
.header-container-wrapper .hs-menu-wrapper > ul ul li a{
  color: #5F6063;
}
/*
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:first-child a, ul.hs-menu-children-wrapper.abs li:first-child a{
  padding-bottom: 20px;
  border-bottom: 1px solid #B3D1DA;
  font-size: 14px;
  font-weight: 700;
}
*/
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul li:nth-child(4) a{
  padding-bottom: 20px;
  border-bottom: 1px solid #FBC3B6;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(1) ul li:nth-child(3) a{
  padding-bottom: 20px;
  border-bottom: 1px solid #B3D1DA;
}
ul.hs-menu-children-wrapper.abc li:nth-child(4) a{
  padding-bottom: 20px;
  border-bottom: 1px solid #F37368;
}
ul.hs-menu-children-wrapper.abc li:first-child a,
ul.hs-menu-children-wrapper.abc li:nth-child(2) a,
ul.hs-menu-children-wrapper.abc li:nth-child(3) a{
  font-weight: 700;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:nth-child(2) a,
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul li:nth-child(4) a,
ul.hs-menu-children-wrapper.abs li:nth-child(2) a,
ul.hs-menu-children-wrapper.abs li:nth-child(4) a,
ul.hs-menu-children-wrapper.abc li:nth-child(2) a,
ul.hs-menu-children-wrapper.abc li:nth-child(4) a,{
  padding-top: 20px;
}


@media screen and (min-width: 980px) {
  /* SEARCH */

  .search-icon-wrapper .hs-form .input input[type="text"] {
      color: #000;
  }

  /* Placeholder Text */
  .search-icon-wrapper .hs-form .input ::-webkit-input-placeholder { color: #000; } /* Webkit Browsers */
  .search-icon-wrapper .hs-form .input :-moz-placeholder { color: #000; } /* Firefox 18- */
  .search-icon-wrapper .hs-form .input ::-moz-placeholder { color: #000; } /* Firefox 19+ */
  .search-icon-wrapper .hs-form .input :-ms-input-placeholder { color: #000; } /* IE10 */

  .header-container .custom-search-grp {
      opacity: 0;
      visibility: hidden;
      /*-webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
      transition: opacity 0.5s 0.5s, visibility 0s 1s;*/
  }

  .show-search .header-container .custom-search-grp {
      opacity: 1;
      visibility: visible;
      /* -webkit-transition: opacity 0.5s; */
      /* transition: opacity 0.5s; */
      height: 100px;
  }

  .custom-search-grp {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      height: 0;
      z-index: 10000;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #ffffff;
      width: 100% !important;
      background-color: #005970;
      transition: all 0.4s;
      box-shadow: 0 5px 12px rgba(0,0,0,.1);
  }

  .custom-search-close {
      top: 30px;
      z-index: 10001;
      position: absolute;
      right: 0;
      width: auto !important;
  }

  .overlay-close {
      display: inline-block;
      transition: .3s;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative;
      padding: 22px 36px 27px 36px;
      cursor: pointer;
      float: right;
  }

  .close-lines, 
  .close-lines:before, 
  .close-lines:after {
      display: inline-block;
      width: 20px;
      height: 2px;
      -webkit-border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-border-radius: 5px;
      -moz-background-clip: padding;
      border-radius: 5px;
      background-clip: padding-box;
      background: #ffffff;
  }

  .close-lines {
      position: relative;
      top: -2px;
      transition: background 0.3s 0s ease-in-out;
      background: transparent !important;
  }

  .close-lines:before, 
  .close-lines:after {
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 10px center;
      transform-origin: 10px center;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
      -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
      transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
      -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
      -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
      -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
      transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
      top: 0;
      width: 20px;
  }

  .close-lines:before {
      top: 0px;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      -moz-transform: rotate3d(0, 0, 1, 45deg);
      -o-transform: rotate3d(0, 0, 1, 45deg);
      -ms-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
  }

  .close-lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      -moz-transform: rotate3d(0, 0, 1, -45deg);
      -o-transform: rotate3d(0, 0, 1, -45deg);
      -ms-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
  }

  .search-container {
      -webkit-perspective: 1200px;
      perspective: 1200px;
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      font-size: 28px;
      font-size: 3.5vh;
  }

  .custom-search-grp > div{
      width: 100%;
  }

  .search-icon-wrapper{
      margin: 0px 0px 0px 24px;
      display: inline-block;
      height: auto;
      vertical-align: top;
      position: relative;
      top: 5px;
      border: 0px !important
  }

  .search-icon-wrapper .search-icon{
      font-weight: 600;
      letter-spacing: 0.8px;
      line-height: 16px;
      color: #3c3c3c;
      position: relative;
      right: -2px;
  }

  .search-icon-wrapper .search-icon:hover{
      color: #00ae65;
  }

  .search-icon-wrapper .fas.fa-search {
    display: inline-block;
    color: #3c3c3c;
  }

  .search-icon-wrapper i {
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: none;
      speak: none;
      top: 0px;
      font-size: 18px;
      width: 1em;
      line-height: 0px;
      position: relative;
  }

  .search-icon-wrapper .fas.fa-search {
    background-image: url(https://2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/Redesign-2019/Icons/Search_Web.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
  }

  .search-icon-wrapper .hs-form .input input[type="text"] {
      color: #000;
  }

  /* Placeholder Text */
  .search-icon-wrapper .hs-form .input ::-webkit-input-placeholder { color: #000; } /* Webkit Browsers */
  .search-icon-wrapper .hs-form .input :-moz-placeholder { color: #000; } /* Firefox 18- */
  .search-icon-wrapper .hs-form .input ::-moz-placeholder { color: #000; } /* Firefox 19+ */
  .search-icon-wrapper .hs-form .input :-ms-input-placeholder { color: #000; } /* IE10 */

  .search-container form,
  .show-search .search-container .hs-search-field{
      opacity: 0;
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
      -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
      -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
      -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
      animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
      width: 100%;
      max-width: 600px;
      max-width: 60vw;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0 auto;
      max-width: 600px;
  }

  .show-search .search-container form,
  .show-search .search-container .hs-search-field{
      opacity: 1;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s;
  }

  .show-search .search-container form > div,
  .show-search .search-container .hs-search-field > div {
      width: 100%;
      max-width: none;
      position: relative;
  }

  .show-search .search-container form .hs-input,
  .show-search .search-container .hs-search-field__input{
      font-size: 20px;
      padding: 10px 10px;
      display: inline-block;
      margin: 0px;
      max-width: 100%;
      border-color: rgba(255, 255, 255, 0.25);
      border: none;
      background: #fff;
      width: 100%;
      color: #005970 !important;
      border-radius: 11px;
      font-weight: 300;
  }

  .show-search .search-container form .hs-input:focus,
  .show-search .search-container .hs-search-field__input:focus {
      border-color: #fff;
  }

  .search-container ::-webkit-input-placeholder {color: #333;} /* Webkit Browsers */
  .search-container :-moz-placeholder {color: #333;} /* Firefox 18- */
  .search-container ::-moz-placeholder {color: #333;} /* Firefox 19+ */
  .search-container :-ms-input-placeholder {color: #333;} /* IE10 */


  /*.mobile-open .search-icon-wrapper ::-webkit-input-placeholder {color: #000;}
  .mobile-open .search-icon-wrapper :-moz-placeholder {color: #000;} 
  .mobile-open .search-icon-wrapper ::-moz-placeholder {color: #000;} 
  .mobile-open .search-icon-wrapper :-ms-input-placeholder {color: #000;} 

  .mobile-open .search-icon-wrapper input[type="text"].hs-search-field__input { 
    color:#000!important;
  }

  .mobile-open .search-icon-wrapper .fa-search:before,
  .mobile-open .search-icon-wrapper .fa-search {
      display: none;
  }

  .mobile-open .search-icon-wrapper form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }*/

  .show-search .search-container .hs-button.primary{
      margin: 0;
      position: absolute;
      top: 50%;
      background: transparent !important;
      border: none !important;
      right: 0;
      line-height: 48px;
      max-height: 63px;
      padding-right: 33px;
      transform: translateY(-50%);
  }

  .show-search .search-container .hs-button.primary:after {
      content: "\e088";
      margin-top: -0.5em;
      right: 1.5em;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; 
      text-transform: none;
      font-size: 22px;
      font-family: "Font Awesome 5 Free"; 
  }

  /* SEARCH RESULTS PAGE TEMPLATE */


  body.searchresults .span4.widget-span.widget-type-logo {
      width: 100%;
      display: block;
      padding: 2em 0 0;
      margin: 0 auto;
      text-align: center;
  }

  body.searchresults .span4.widget-span.widget-type-logo img {
      max-width: 175.52px!important;
  }

  body.searchresults .hs-search-results {
      display: block;
      padding-top: 4em;
  }

  body.searchresults .hs-search-results #hsresults.hs-search-results__listing li {
      margin: 0 0 2em!important;
      padding: 0 0 2em!important;
      border-bottom: 1px solid #eee;
  }

  .searchresults .hs-search-field__bar {
      display: block;
      margin: 0 0 2em;
  }

  .searchresults .hs-search-field__bar input[type="text"] {
      width: 100%;
      max-width: 100%;
      padding: 1em;
      font-size: 20px;
      font-weight: 100!important;
      color: #333;
  }

  .searchresults .hs-search-field__bar input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #333;
  }

  .searchresults .hs-search-field__bar input[type="text"]::-moz-placeholder { /* Firefox 19+ */
      color: #333;
  }

  .searchresults .hs-search-field__bar input[type="text"]:-ms-input-placeholder { /* IE 10+ */
      color: #333;
  }

  .searchresults .hs-search-field__bar input[type="text"]:-moz-placeholder { /* Firefox 18- */
      color: #333;
  }

  .searchresults #hsresults.hs-search-results__listing li img {
      display: none;
      visibility: hidden;
  }

  .rs_mobile_menu{
    display: none !important;
  }
   
  .custom-search-inner-wrapper .search-container ul.hs-search-field__suggestions {
      position: absolute;
      padding: 0;
      font-size: 19px;
      border: none;
      box-shadow: none;
  }

  .custom-search-inner-wrapper .search-container ul.hs-search-field__suggestions li#results-for {
      margin-top: 0;
      font-size: 20px;
      color: #333;
      padding-bottom: 10px;
      padding-top: 20px;
  }

  .custom-search-inner-wrapper .search-container ul.hs-search-field__suggestions li {
      margin-top: 0;
      font-size: 20px;
      color: #333;
      background: #f4f4f1;
      padding: 0px 20px 25px 20px;
  }

  .custom-search-inner-wrapper .search-container ul.hs-search-field__suggestions li a {
      color: #3c3c3c;
      background: transparent;
      font-weight: 400;
  }

  .custom-search-inner-wrapper .search-container ul.hs-search-field__suggestions li a:hover {
      color: #F37368;
  }
  
}

/* ==========================================================================
   Content                                                 
   ========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* === Home Page ============================== */

/* HP Download section */
.rs_download-section{
  background-color: #B3D1DA;
  padding: 55px 0;
}
.rs_download-section .page-center{
  padding: 0 4%;
}
.rs_download-section .text,
.rs_download-section .text h2{
  color: #005A70;
}
.rs_download-section .text h2,
.rs_read-more .text h2{
  margin-bottom: 0;
}

/* HP Read More section */
.rs_read-more{
  background-color: #005A70;
  padding: 70px 0;
}
.rs_read-more .page-center{
  padding: 0 3%;
}
.rs_read-more .text,
.rs_read-more .text h2{
  color: #ffffff;
}
.rs_read-more .text h2,
.rs_read-more .text p{
  font-weight: 500;
}
.rs_container .rs_left .rs_text p, .rs_container .rs_right p{ z-index: 2; }

.rs_download-section .hs_cos_wrapper_type_cta a.cta_button:hover{
  background-color: #005A70 !important;
  color: #ffffff !important;
}
.rs_block a.cta_button:hover{
  opacity: .8;
}

/* === For Clinical Treatment ============================== */ 
.container-fluid .row-fluid .rs_information .page-center{
  max-width: 1056px;
}
.container-fluid .row-fluid .rs_images .page-center, .container-fluid .row-fluid .bm_images .page-center{
  max-width: 1680px;
  width: 100%;
}
.container-fluid .row-fluid .rs_benefits .page-center{
  max-width: 1177px;
  width: 100%;
}
.container-fluid .row-fluid .rs_clinical .page-center{
  max-width: 1585px;
  width: 100%;
}
.container-fluid .row-fluid .quote_text .page-center{
  max-width: 1690px;
  width: 100%;
}
.rs_information {
    background-color: #ffffff;
    color: #005A70;
    display: inline-block;
    width: 100%;
}
.rs_information h3{
  color: #005A70;
  margin-bottom: 24.68px;
}
.rs_text h5 {
    max-width: 85%;
}

/* === For home use page ============================== */ 

.container-fluid .row-fluid .rs_solutions.fhu .page-center{
  max-width: 1040px;
}

/* === Trusted Partner Page ============================== */ 

.rs_patients{
  background-color: rgba(179,209,218, 0.3);
  padding: 220px 0 70px;
  color: #005A70;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.rs_patients h3, .rs_patients h6{
  color: #005A70;
}
.rs_patients .rs_head{
  margin: 0 auto;
}
.rs_patients .tp_block{
  margin-top: 47px;
}
.rs_patients .tp_block h6 {
    margin-top: 44px;
    font-size: 16px;
    line-height: 25px;
}
.rs_patients .tp_block img {
    max-width: 60px;
}
.rs_patients .tp_block p{
  text-align: left;
  margin-top: 20px;
}

.rs_solutions .rs_block a.cta_button:hover {
  background-color: #ffffff !important;
  color: #F37368 !important;
  opacity: 1 !important;
  border: 2px solid #F37368 !important;
}
.rs-homepage .rs_solutions .rs_block:last-child a.cta_button{
  border: 2px solid #005A70 !important;
}
.rs-homepage .rs_solutions .rs_block:last-child a.cta_button:hover{
  background-color: #ffffff !important;
  color: #005A70 !important;
}

/*** Custom Module 'RS2019 Trusted Partner Hero' ***/

.tp_image{
  margin-top: 182px;
}
.tp_image .page-center{
  position: relative; 
}
.tp_image .page-center .tp_top{
  position: absolute;
  background-color: rgba(0,90,112, 1); 
}
.tp_image .tp_top{
  padding: 61px 70px;
  top: -90px;
  right: -65px;
}
.tp_image .tp_bottom{
  width: 100%;
  max-width: 1600px;
  color: #ffffff;
  background-color: rgba(0,90,112, 0.9); 
}
.tp_image h3{
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tp_image .tp_bottom p{
  margin: 25px 0 0;
}
.tp_image .tp_bottom p:first-child{
  margin: 0;
}
/*** END *** 'RS2019 Trusted Partner Hero' Custom Module ***/


/* === Pricing and financing Page ============================== */ 

.container-fluid .row-fluid .rs_diagram .page-center{
  max-width: 570px;
  display: table;
}
/*.pricing-page .heading, .book-a-meeting .heading*/
body .heading{
  padding: 100px 0 80px;
}
/*.pricing-page .heading h2, .book-a-meeting .heading h2*/ 
body .heading h2{
  font-size: 36px;
  line-height: 40px;
  color: #005A70;
  text-align: center;
  text-transform: uppercase;
}
 body.demo .heading h2{
  color: #F37368;
}
.pf_form{
  padding-bottom: 101px;
}
.pf_form .submitted-message {
    margin-top: 220px !important;
}

/* === Book-a-meeting ============================== */ 

.book-a-meeting {}
.book-a-meeting .bm_image {
  margin-top: 0;
}
.rs_form .rs_heading p{
  color: #606164;
}
.book-a-meeting.demo .rs_form .rs_heading h3{
  color: #F37368;
}

/*** Custom Module 'RS2019 Book a Meeting Hero' ***/

.bm_image{
  margin-top: 182px;
}
.bm_image .page-center{
  position: relative; 
}
.bm_image .page-center .tp_top{
  position: absolute;
  background-color: rgba(0,90,112, 1); 
}
.bm_image .tp_top{
  padding: 61px 70px;
  top: -90px;
  right: -65px;
}
.bm_image .tp_bottom{
  width: 100%;
  max-width: 1600px;
  color: #ffffff;
  background-color: rgba(0,90,112, 0.9); 
}
.book-a-meeting.demo .bm_image .tp_bottom{
  background-color: rgba(243, 115, 104, 0.9);
}
.bm_image h3{
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.bm_image .tp_bottom p{
  margin: 25px 0 0;
}

/*** END Custom Module 'RS2019 Book a Meeting Hero' ***/

/*** Custom Module 'RS2019 Quote and blocks' ***/

.quote_text{
  padding: 100px 0 80px;
  background-color: #fdfdfe;
}
.quote_text .rc_title{
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 96px;
}
.quote_text .rc_title h3, .quote_text .rc_title p{
  color: #606164;
  text-align: center;
}
.quote_text .rc_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 86px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
              align-items: flex-end;
  
  /*-webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;*/
}
.quote_text .rc_block{
  background-color: #005A70;
  color: #fff;
  padding: 40px 2.1% 120px 2.1%;
  margin-top: 21px;
  
  position: relative;
/*   padding-bottom: 138px; */
}
.rc_block.rc_block-blank {
    padding-bottom: 40px !important;
}
.rc_block.rc_block-blank h6 {
    min-height: auto !important;
    margin-bottom: 20px !important;
}
.quote_text .qt_cta_bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.quote_text .round_image img{
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: table;
  border-radius: 50%;
}
.quote_text .rc_container p{
  text-align: center;
  margin-top: 28px;
  min-height: 156px;
}
/*.rc_block-blank p,
.rc_block-blank .qt_cta_bottom {
    display: none;
}*/
.rc_block-blank p {
    min-height: auto !important;
    margin: 0 !important;
}
.quote_text .rc_container h6{
  /*font-size: 30px;*/
  font-size: 26px;
  font-weight: bold;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  /*word-break: break-all;*/
}
/*.hs-content-id-12602194981 .quote_text .rc_container h6{
  font-size: 26px;
}*/
/* .quote_text .qt_cta_bottom{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40px;
}
.quote_text .qt_cta_bottom{
  display: inline-block;
} */
.quote_text .hs_cos_wrapper_type_cta{
  display: table !important;
  margin: 37px auto 0;
}
.quote_text .rc_cta{
  margin: 60px auto 0;
}



/*** END Custom Module 'RS2019 Quote and blocks' ***/


/* Contact Us */


/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




/* ==========================================================================
   Footer
   ========================================================================== */


.footer-container-wrapper {}
.footer-container {}





/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




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


/* All Global Forms
   ========================================================================== */

body form{
  max-width: 680px;
  margin: 45px auto 100px;
}
/* Form Field */
body .hs-form-field {}

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

/* Labels */
body label {}
body .hs-form-field > label {}

body .widget-type-form .submitted-message{
  text-transform: uppercase;
  color: #005A70;
  font-size: 25px;
  font-weight: 700;
  margin: 200px auto 0;
  display: table;
  text-align: center;
}

/* 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 {
  min-width: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 6px 0 15px 0;
  border-style: solid;
  border-radius: 0;
  font-weight: 700;
  border: 0;
  border-bottom-width: 3px;
  border-style: solid;
  border-color: #B3D1DA;
  color: #606164;
  /*text-transform: uppercase;*/
  box-shadow: none;
}
body.demo input[type="text"],
body.demo input[type="password"], 
body.demo input[type="datetime"], 
body.demo input[type="datetime-local"], 
body.demo input[type="date"], 
body.demo input[type="month"], 
body.demo input[type="time"], 
body.demo input[type="week"], 
body.demo input[type="number"], 
body.demo input[type="email"], 
body.demo input[type="url"], 
body.demo input[type="search"], 
body.demo input[type="tel"], 
body.demo input[type="color"],
body.demo input[type="file"],
body.demo textarea,
body.demo select{
  border-color: #FBC3B6;
}

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 {
    border-color: #005A70;
    outline: 0;
}
body.demo input[type="text"]:focus,
body.demo input[type="password"]:focus, 
body.demo input[type="datetime"]:focus, 
body.demo input[type="datetime-local"]:focus, 
body.demo input[type="date"]:focus, 
body.demo input[type="month"]:focus, 
body.demo input[type="time"]:focus, 
body.demo input[type="week"]:focus, 
body.demo input[type="number"]:focus, 
body.demo input[type="email"]:focus, 
body.demo input[type="url"]:focus, 
body.demo input[type="search"]:focus, 
body.demo input[type="tel"]:focus, 
body.demo input[type="color"]:focus,
body.demo input[type="file"]:focus,
body.demo textarea:focus,
body.demo select:focus{
    border-color: #F37368;
}
/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

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

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

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

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

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


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

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

/* Labels */
.hs_cos_wrapper_type_form label {
  color: #606164;
  opacity: 0.3;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea { height: 120px; /*resize: none;*/}
.hs_cos_wrapper_type_form textarea:focus {}

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

/* Dropdown Localization Language on Email Preference Page */
.localization-language {
  padding: 10px !important;
  height: auto !important;
}

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

input.hs-input.error {
  border-color: #FBC3B6;
  box-shadow: none;
  /*box-shadow: 0 0 3px rgba(171,41,32,0.25);*/
}
input.hs-input.error:focus {
    border-color: #FBC3B6;
    box-shadow: none;
    /*box-shadow: 0 0 6px rgba(171,41,32,0.5);*/
}
.hs_cos_wrapper_type_form select {
  background-image: none;
}








/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-2 .hs-form-field:last-child{}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; margin-bottom: 15px;}
body form.hs-form fieldset .hs-form-field { padding: 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%; }
body form.hs-form fieldset .hs-email.hs-form-field{margin-top: 0px;}

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none !important;
  background-color: #005a70;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 20px 50px;
  margin: 55px auto 0;
  display: table;
  letter-spacing: 0;
}

body.demo .hs-button.primary,
body.demo input[type="submit"],
body.demo input[type="button"] {
  background-color: #F58E80;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover { 
  background-color: #358DA1;
  opacity: 0.8;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 25px;
}

body.demo .hs-button.primary:hover,
body.demo input[type="submit"]:hover,
body.demo input[type="button"]:hover {
  background-color: #F58E80;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}

.hs_cos_wrapper_type_cta a.cta_button{
  font-size: 18px !important;
  font-weight: 400 !important;
}







/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */

.rs_clinical .rs_block1 img{
  width: auto;
}
.one-story .story-image img{
  width: 100% !important;
}



/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 


/******************************************************************************/
/********************************* RESPONSIVE *********************************/
/******************************************************************************/

@media screen and (max-width: 979px) {

  .choose-language {
    position: absolute;
    right: 60px;
    top: 48px;
    display: none !important;
  }
  .custom-header-group .span1.choose-language{
    display: none;
  }

    .custom-header-group .page-center{
      max-width: 100%;
      width: 100%;
      padding: 0px 20px;
      position: relative;
    }
  
    .mobile-open .custom-header-group {
      height: inherit;
    }

    /* search */
      .search-icon-wrapper {
        border-left-width: 0;
        margin: 0;
        padding: 0;
        display: block;
        height: auto;
        vertical-align: middle;
        position: relative;
        top: 0;
        left:0;
    }

    .search-icon-wrapper .search-icon {
        top: 0;
        right: 0;
        display: block;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 16px;
        font-family: Roboto;
        position: relative;
        color: #3c3c3c;
        padding: 9px 0 9px 16px;
        font-weight: 600;
        line-height: 1.2;
    }
  
    .search-icon-wrapper form input[type="text"] {
      max-width: 100%!important;
    }


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

   .mobile-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: auto !important;
    left: 16px;
    padding: 0;
    float: right !important;
    width: 20px;
    height: 20px;
}

    .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
    }

    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -2px;
    }

    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 10px center;
        transform-origin: 10px center;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
        -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
        transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
    }

    .mobile-trigger i, 
    .mobile-trigger i:before, 
    .mobile-trigger i:after{
        width: 16px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background: #3c3c3c;
        display: inline-block;
        -webkit-border-radius: 5px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-border-radius: 5px;
        -moz-background-clip: padding;
        border-radius: 5px;
    }
    .mobile-trigger i{
        width: 11px;
    }

    .mobile-trigger i:before{ 
        top: -6px; 
    } 

    .mobile-trigger i:after{ 
        top: 6px; 
    } 
  
    .mobile-open .mobile-trigger i{
        transition: background 0.3s 0s ease-in-out;
        background: transparent !important;
    }

    .mobile-open .mobile-trigger i:before,
    .mobile-open .mobile-trigger i:after{
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
        -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
        transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
        -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
        -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
        -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
        transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
        top: 0;
        width: 20px;
    }

    .mobile-open .mobile-trigger i:before{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
  
    .mobile-open .mobile-trigger i:after{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }
  

    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100% !important; /* Button width */
        min-width: 100% !important;
        height: 37px !important; /* Button height */  
        padding: 0 !important;
    }

    .child-trigger:hover{
        text-decoration: none;
    }

    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .child-trigger i:after{
        position: absolute;
        content: '';
    }

    .child-trigger i, .child-trigger i:after{
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color: #fff; /* Icon color */
        display: block;
    }

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

    .child-trigger.child-open i{}
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
 
    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 0;
        margin: 0;
        width: 100% !important;
        margin-left: 0 !important;
        height: 0;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  

    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        padding: 2em 0 0;
    }

    .custom-menu-primary .hs-menu-wrapper{
        width: 100%; 
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a{
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
        color: #3c3c3c;
        padding: 10px 0;
        font-weight: 600;
        line-height: 1.2;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a:after{
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free"; 
        position: relative;
        padding: 0px 0px 0px 9px;
        margin: 0px 0px 0px 0px;
        margin-right: 0;
        box-sizing: content-box !important;
        font-size: .8em;
        text-align: right !important;
        right: 6px;
        float: right;
        top: .3em;
        font-weight: 600;
        letter-spacing: 0.05em;
        speak: none;
        text-transform: none;
        content: "\f105";
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:hover > a{
        color: #005A70;
    }
      
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
        content: "\f107" !important;
        float: right;
        right: 5px;
        top: 4px !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        white-space: normal !important;
        line-height: 1.72;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        text-indent: 0;
        padding-left: 0;
        letter-spacing: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #F0F2F4;
        min-width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        margin-bottom: 12px !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        padding: 0;
    }
  
    .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a {
        border-top: 1px solid #eee!important;
        font-weight: 400;
        text-transform: none;
    }

}

/*.custom-menu-primary .hs-menu-wrapper > ul ul li:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
   color: #005A70;
   background-color: #fff;
}*/

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  font-weight: 700;
}

.header-container-wrapper {
   min-height: 142px!important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
   color: #5F6063;
   position: relative;
   font-size: 17px;
   line-height: normal;
   padding: 7px 0;
   white-space: normal !important;
   background-color: #F0F2F4;
}
ul.hs-menu-children-wrapper.abs li a, ul.hs-menu-children-wrapper.abc li a, ul.hs-menu-children-wrapper.abz li a{
   font-size: 17px;
   line-height: normal;
   padding: 7px 0;
   display: table;
   width: 76%;
}
ul.hs-menu-children-wrapper.abs li a, ul.hs-menu-children-wrapper.abs li a:hover, ul.hs-menu-children-wrapper.abs li a:focus{
  color: #005A70;
}
ul.hs-menu-children-wrapper.abc li a, ul.hs-menu-children-wrapper.abc li a:hover, ul.hs-menu-children-wrapper.abc li a:focus{
  color: #F37368;
}
ul.hs-menu-children-wrapper.abz li a, ul.hs-menu-children-wrapper.abz li a:hover, ul.hs-menu-children-wrapper.abz li a:focus{
  color: #7A7C81;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a{
  color: #005A70;
}

@media screen and (min-width: 980px) {

  .scroll .custom-header-group .custom-logo-2.span2{
    margin: 17px 0;
  }
  .scroll .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .scroll .search-icon-wrapper {
    margin: -3px 0 0;
  }
  .scroll .custom-header-group .span1.choose-language{
    margin: 33px 0 0;
  }
  
    /*.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul{
      margin-left: 20px;
    }*/
    .scroll .custom-header-group {
      background: rgba( 255, 255, 255, 0.9);
    }
  
    .research .custom-research-module .custom-research-column h2,
    .posters .custom-poster-module .custom-pos-column h2 { 
      font-size: 30px;
    }
  
    .custom-artical-column.col1 h1 {
      font-size: 40px;
      margin:0;
    }
  
    .products-module .layout-wrapper.border {
      padding: 1.5em 1.5em 2.75em;
    }

    .mobile-trigger, .child-trigger{ 
        display: none; 
    }
  
  
    .custom-logo-2 {
      text-align: center;
    }

    .choose-language {
      float:right;
      margin: 56px 0 0;
      display: inline-block;
    }
    .scroll .choose-language{
      margin: 33px 0 0;
    }
    .lang_list_class li{
      font-size: 16px !important;
    }
    .lang_list_class li a:hover{
      color: #000;
      font-weight: 700;
    }
  
    /* Child List */
    
    .header-container-wrapper .row-fluid .span10.custom-menu-primary {
      width: auto!important;
      max-width: inherit!important;
    }
 
  
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        min-width: 240px;
        max-width: 240px;
        -webkit-box-shadow: 0px 3px 6px #000000;
        -moz-box-shadow: 0px 3px 6px #000000;
        box-shadow: 0px 3px 6px #000000;
        /*box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);*/
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a{ 
        border-bottom:0;
    }
  
    .search-icon-wrapper {
        margin: 0px 0 0;
        padding: 0 0 0 15px;
    }
  
    .fa-search:before {
      /*content: "\f002";*/
       content: "" !important;
  }
    
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
   .custom-menu-primary .hs-menu-wrapper{
       display: flex !important;
      align-items: center;
      justify-content: center;
    }
       

    .desktop-hidden,
    .custom-mobile-search,
    .search-icon-wrapper form{
        display: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper {
        text-align: center;
    }
    
    .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper a {
        text-align: left;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a{
        font-weight: 600;
        text-transform: uppercase;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        padding-left:20px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
        margin-left: 0;
    }
  
    .cta-module .fullwidth {
      padding: 0 40px;
    }
  .scroll .custom-header-group {
    /*padding: 12px 2%;*/
    padding: 0 2%;
  }
  
  /*========== For clinical treatment =============*/
  
  /* Information Container */
  
  .rs_information{
    padding: 100px 0 115px;
  }
  .rs_information .left{
    float: left;
    width: 41%;
  }
  .rs_information .right{
    float: right;
    width: 52%;
    margin-left: 7%;
  }
  .rs_information li{
    float: left;
    margin-right: 30px;
  }
  /*.rs_information ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }*/
  
  /* Image Container */
  
  .tp_images, .bm_images{
    padding: 80px 0 50px;
  }
  
  /* Benefits Container */
  
  .rs_benefits{
    padding: 72px 0 80px;
  }
  .rs_benefits .rs_group{
    padding-top: 60px;
  }
  
  
  /*=== End ===*/

}

.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper{
  display: none;
}




/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1630px) {
  .container-fluid .row-fluid .page-center {
    max-width: 96%;
    padding: 0 1%;
  }
  .scroll .container-fluid .row-fluid .page-center{
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media (max-width: 1460px) {
  .header-container-wrapper {
    min-height: 137px!important;
  }
  .custom-header-group .custom-logo-2 img {
    max-width: 140px!important;
  }
  .custom-header-group .custom-logo-2.span2 {
    width: auto !important;
  }
  .custom-menu-primary{
    margin-left: 30px !important;
  }
  .search-icon-wrapper {
    /*margin: 5px 0 0;*/
    padding: 0;
  }
  .search-icon-wrapper {
    right: -25px;
  }
  .custom-header-group .span1.choose-language .globe_class{
    height: 20px;
    width: 20px;
  }
  .search-icon-wrapper .fas.fa-search {
    width: 20px;
    height: 20px;
  }
  .for-home-use-page .fct .hero__video {
    width: auto;
    height: 100%;
  }
  .tp_image .tp_bottom .rs_rich, .bm_image .tp_bottom .rs_rich {
    width: 66% !important;
  }

}

@media (min-width: 1280px) and (max-width: 1460px) {
  .rs_download-section .page-center .row-fluid, .rs_read-more .page-center .row-fluid{
    max-width: 1210px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .rs_patients .rs_head{
    max-width: 52%;
  }
  .rs_patients.business_potential .rs_head{
    max-width: 52%;
  }
  .quote_text .rc_block{
    /*width: 21.2%;*/
    width: 29.5%;
    margin: 21px 1.9% 0;
/*    height: 100%;*/
  }
  
}

@media (min-width: 1460px) and (max-width: 1700px) {
  .rs_container.fct .part .im{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 141px;
    margin-top: 36px;
  }
  /*.rs_container.fct .part.fct2 .im{
    margin-top: 0;
  }*/
  .for-home-use-page .rs_container.fct .part .im{
    height: 116px;
    margin-top: 17px;
  }
  /*.for-home-use-page .rs_container.fct .part.fct2 .im, .for-home-use-page .rs_container.fct .part.fct4 .im{
    margin-top: 6px;
  }*/
  .rs_container.fct .rs_right h2 {
      font-size: 1.3vw;
  }
  .rs_container.fct .part img {
    max-height: 107px;
  }
  .rs_container.fct .rs_left .rs_text p {
    font-size: 18px;
  }
  .rs_container.fct .rs_left h3{
    font-size: 27px;
  }
}
@media (min-width: 1701px)  {
  .rs_container.fct .rs_right img{
    margin-top: 54px;
  }
}

@media (min-width: 1024px) and (max-width: 1459px) {
  .rs_container.fct .part img {
      max-height: 76px;
      margin-top: 0;
  }
  .rs_container.fct .rs_right h2 {
    font-size: 1.6vw;
    line-height: 30px;
  }
  /*.rs_container.fct .rs_left .rs_text p {
    font-size: 18px;
  }
  .rs_container.fct .rs_left h3 {
    font-size: 26px;
  }*/
  /*.rs_image {
    margin-top: 126px;
  }*/
  
}

@media (min-width: 980px) and (max-width: 1279px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    margin-right: -75px;
  }
  .custom-menu-primary {
    margin-left: 0px !important;
  }
  .search-icon-wrapper {
    right: -60px;
  }
  .custom-header-group .custom-logo-2.span2 {
    width: 120px !important;
  }
  .search-icon-wrapper {
    right: auto;
    left: 95px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 200px;
    max-width: 200px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .rs_patients .rs_head {
    max-width: 72%;
  }
  .custom-header-group{
    position: inherit;
  }
  .quote_text .rc_block {
    width: 31%;
    margin: 21px 1.1% 0;
   /* height: 100%;*/
  }
  
}
@media (max-width: 1023px) {
  /*h1 {font-size: 37px;}
  h2 {font-size: 32px;}
  h3 {font-size: 27px;}
  h4 {font-size: 25px;}
  h5 {font-size: 23px;}
  h6 {font-size: 21px;}*/
  
  /*h1 {font-size: 2.08442vw;}
  h2 {font-size: 1.823865vw;}
  h3 {font-size: 1.563312vw;}
  h4 {font-size: 1.459093vw;}
  h5 {font-size: 1.35487vw;}
  h6 {font-size: 1.25065vw;}
  p {font-size: 0.93799vw;}*/
  .hs_cos_wrapper_type_cta a.cta_button,
  .blog-slider-wrap-right a{
    font-size: 16px !important;
    padding: 12px 31px !important;
  }
  .tp_image .tp_img, .bm_image .tp_img, .reference_image{
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 440px;*/
  }
  
/*   .tp_image .tp_img img, .bm_image .tp_img img, .reference_image img{
    display: none;
  } */
  
  .bm_image .tp_bottom .rs_rich {
    width: 82% !important;
  }
}

@media screen and (max-width: 979px) {
  .custom-search-grp{
    display: none !important;
  }
  .page-center.rs-head .custom-menu-primary{
    display: none !important;
  }
  .mobile-open .rs_mobile_menu{
    display: block !important;
  }
  .custom-header-group{
    background-color: #F6F8F9;
    box-shadow: none;
    border-bottom: 0;
  }
  .custom-header-group .span1.choose-language {
    /*margin: -32px 0 0 0;*/
  }
  .header-container-wrapper {
    min-height: 80px!important;
  }
  .custom-header-group .custom-logo-2.span2{
    margin: 15px auto 20px;
    float: none;
  }
  
  /*========= For clinical treatment ===========*/
  
   /* Information Container */
  
  .rs_information{
    padding: 60px 0 52px;
  }
  
   /* Images Container */
  
  .rs_images {
    padding: 50px 0;
  }
  
  /* Benefits Container */
  
  .rs_benefits{
    padding: 60px 0;
  }
  .rs_benefits .rs_group{
    padding-top: 40px;
  }
  .m_bottom_menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    width: 100%;
  }
  .lang_list_class li:first-child {
    padding-top: 0;
    border-top: none;
  }
  
    /* Временно скрываю меню */
  
  /*.top_block{
    display: none;
  }
  .m_menu .hs-menu-wrapper li {
    float: none !important;
    width: 100%;
  }
  .m_menu .hs-menu-wrapper.hs-menu-flow-horizontal li a {
    color: #000;
    font-size: 16px;
  }
  .m_bottom_menu {
    background-color: #f0f2f4;
  }
  .m_social img {
    filter: brightness(0.5);
  }*/
  
  /*.hs-content-id-10326972589 .top_block{
    display: block;
  }
  .hs-content-id-10326972589 .m_menu .hs-menu-wrapper li {
    float: left !important;
    width: 50%;
  }
  .hs-content-id-10326972589 .m_menu .hs-menu-wrapper.hs-menu-flow-horizontal li a{
    color: #fff;
    font-size: 14px;
  }
  .hs-content-id-10326972589 .m_bottom_menu {
    background-color: #acafb5;
  }
  .hs-content-id-10326972589 .m_social img {
    filter: none;
  }*/
  
  /*Конец*/
}
  
@media (min-width: 768px) {
  .rs_first.rs_container{
    /*margin-top: 140px;*/
  }
  
  /* HP download section */
  .rs_download-section .page-center .row-fluid, .rs_read-more .page-center .row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rs_download-section .image,
  .rs_read-more .image{
    width: auto !important;
        width: 90px !important;
  }
  .rs_download-section .text, .rs_read-more .text{
    margin-left: 45px;
    width: 62%;
  }
  .fct-page .rs_download-section .text{
    width: 49%;
  }
  .rs_download-section .cta,
  .rs_read-more .cta{
    width: auto;
    margin-left: 2%;
  }
  .rs_download-section .hs_cos_wrapper_type_cta a.cta_button {
    width: 200px !important;
  }
  .tp-page .rs_download-section .hs_cos_wrapper_type_cta a.cta_button,
  .reference-clinic .rs_download-section .hs_cos_wrapper_type_cta a.cta_button{
    width: auto !important;
  }
  .rs_clinical .rs_block1 {
      /* margin-left: 64px; */
      margin-left: 4.143%;
      position: relative;
      padding-bottom: 150px;
  }
  .rs_clinical .hs_cos_wrapper_type_cta {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
  }
  .rs_clinical .rs_block1:first-child{
    margin-left: 0;
  }
  .rs_clinical .rs_read_more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-width: 55%;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  /*========= Trusted Partners Page ===========*/
  
  .rs_patients .tp_block {
      margin: 47px 3% 0 3%;
      float: none;
      display: inline-block;
      width: 26.9%;
      vertical-align: top;
  }
/*   .rs_patients .tp_block:first-child{
    margin-left: 0;
  } */
/*   .rs_patients.business_potential .rs_common{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  } */
  .rs_patients.business_potential .rs_common {
      text-align: center;
      margin: 0 -3%;
  }
/*   .rs_patients .tp_block:nth-child(4),
  .rs_patients .tp_block:nth-child(5){
    margin: 47px -7% 0;
  } */
  .tp_image .tp_bottom, .bm_image .tp_bottom{
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 55px 55px 59px 10%;
  }
  .tp_image .rs_h3, .tp_image .tp_bottom .rs_rich, .bm_image .rs_h3, .bm_image .tp_bottom .rs_rich{
    float: left; 
  }
  .tp_image .tp_bottom .rs_h3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150px;
  }
  .tp_image .tp_bottom .rs_rich{
    margin-left: 3.4%;
  }
  .rs_patients.business_potential hr{
    display: none;
  }
  .tp_image .rs_h3{
    width: 29.8%;;
  }
  .tp_image .tp_bottom .rs_rich{
    width: 52%;
  }
  
  .rs_diagram{
    padding: 85px 0 65px;
  }
  .rs_diagram .pf_text{
    margin-left: 15%;
    max-width: 64%;
  }
  .rs_diagram .pf_image{
    margin-top: 87px;
    width: 21%;
  }
  .rs_diagram .pf_text h3{
    margin-bottom: 41px;
  }
  
  /* === Book-a-meeting ============================== */ 

  .bm_image .tp_bottom .rs_rich {
    width: 48%;
    margin-left: 4.4%;
  }
  .book-a-meeting .rs_form{
    margin-top: 105px;
  }
  .bm_image .tp_bottom .rs_h3 img{
    float: left;
  }
  .bm_image .rs_h3 {
    width: auto;
  }
 .bm_image .tp_bottom p:first-child{
    margin: 0;
  }
  /*.quote_text .rc_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .quote_text .rc_container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }*/
  .quote_text .rc_container h6{
    min-height: 108px;
  }
  
  .rs_solutions.fhu .rs_solution_group, .rs_solutions .rs_solution_group {
    display: flex;
    height: 100%;
  }

  .fhu .rs_solution_group .rs_block .rs_cta_gr,.rs_solution_group .rs_block .rs_cta_gr {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  
  .fhu .rs_solution_group .rs_block, .rs_solution_group .rs_block {
      position: relative;
      padding-bottom: 52px;
  }
  
  
} /* END min-width: 768px */

@media (min-width: 991px){
    .fhu .rs_solution_group .rs_block {
      position: relative;
      padding-bottom: 80px;
    }
}

@media (max-width: 1730px) {
  .tp_image .tp_top {
    right: 20px;
    padding: 54px 54px;
  }
  .tp_image .hs_cos_wrapper_type_logo img {
    max-width: 170px;
  }
}

@media (min-width: 768px) and (max-width: 1430px) {
  .rs_clinical h3{
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rs_download-section .text, .rs_read-more .text {
    margin-left: 2%;
  }
  .tp_image .tp_top {
    padding: 43px;
    top: -120px;
  }
  .tp_image .tp_bottom, .bm_image .tp_bottom {
    bottom: -145px;
    padding: 45px 4%;
  }
  .tp_image .tp_bottom .rs_h3 {
    height: 216px;
  }
  .rs_clinical .rs_block1 {
    margin-left: 1%;
  }
  .rs_clinical .rs_block1 {
    padding: 40px 16px 110px;
  }
  .rs_clinical .rs_block1 img{
    padding: 6px;
  }
  .rs_clinical .rs_block1 h3 {
    font-size: 1.3rem;
    min-height: 72px;
  }
  .rs_clinical .rs_block1 p {
    font-size: 15px;
  }
  .quote_text .rc_title {
    background-size: auto 62px;
    padding-left: 83px;
    background-position: 0 10%;
  }
  .quote_text .rc_block {
    width: 48%;
    margin: 14px 1% 0;
    /*height: 100%;*/
  }
  .rs_download-section .page-center .row-fluid, .rs_read-more .page-center .row-fluid{
    max-width: 710px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
  .blog-slider-wrap .single-blogs {
    min-height: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1430px) {
  .rs_container .rs_left .rs_text {
      padding: 6% 4%;
  }
  .quote_text .rc_title {
    background-size: auto 53px;
    padding-left: 66px;
  }
  .rs_solutions .rs_text{
    min-height: 272px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .rs_download-section .page-center .row-fluid, .rs_read-more .page-center .row-fluid{
    max-width: 950px;
    margin: 0 auto;
  }
  .custom-header-group .span1.choose-language{
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .bm_image .tp_bottom{
    padding: 80px 55px 60px 19.7%;
  }
  .quote_text .rc_title{
    width: 55% /*885px*/;
  }
  
}

/* Landscape tablet and smaller devices
   ========================================================================== */

@media (min-width: 767px) and (max-width: 979px) {
  .custom-header-group .custom-logo-2.span2 {
    width: 130px!important;
    max-width: 130px!important;
  }
  .scroll .custom-header-group .custom-logo-2.span2 {
    margin: 10px auto;
  }
  p{font-size: 16px;}
  
  .rs_download-section .image, .rs_read-more .image {
    width: auto !important;
    margin: 0 auto !important;
    display: table;
    max-width: 170px;
  }
  .rs_download-section .text, .rs_read-more .text{
    margin-top: 30px;
  }
  .rs_download-section .cta, .rs_read-more .cta{
    margin: 40px auto 0;
    display: table;
  }
  .custom-header-group {
    /*padding: 22px 4% 0;*/
    padding: 0 4%;
  }
  .custom-header-group .span1.choose-language {
    /*margin: -36px 0 0 0;*/
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    overflow: auto !important;
    height: calc(100vh - 87px);
  }
  
  .rs_first h3{
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .rs_first.fct p{
    font-size: 14px !important;
  }
  .rs_container .rs_right h2 {
    font-size: 19px !important;
  }
  .rs_container.fct .part img {
    height: 40px !important;
    margin-top: 4px !important;
  }
  .rs_container.fct .rs_right a {
    padding: 19% 7% !important;
  }
  .rs_container.fct .rs_right h2{
    margin-bottom: 2px !important;
  }
  .rs_container .rs_left .rs_text p{
    line-height: 1.3;
  }
  .rs_container .rs_right h2{
    margin-bottom: 2px !important;
  }
  .rs_container .rs_right p {
    width: 82% !important;
  }
  .for-home-use-page .rs_container.fct .rs_right h2 {
    min-height: 65px;
  }
  .for-home-use-page .fct .hero__video {
    height: 121% !important;
  }
  
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
  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 {
    font-size: 14px;
  }
  .hs_cos_wrapper_type_form textarea { 
    resize: none; 
  }
  .search-icon-wrapper form input[type="text"] {
      max-width: 97%!important;
  }
  .rs-homepage h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .for-home-use-page .rs_solutions h2{
    font-size: 18px;
    line-height: 25px;
  }
  .rs_solutions .rs_text h4{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
  }
  p, .rs-homepage p, .rs_solutions .rs_text p, .rs_download-section .text h2, .rs_read-more .text h2{
    font-size: 17px; 
    line-height: 25px; 
  }
  .rs-homepage p, .rs_solutions .rs_text p, .for-home-use-page p{
    font-weight: 400 !important;
  }
  .rs-homepage p strong, .for-home-use-page h3{ 
    font-weight: 700;
  }
  
  .container-fluid .row-fluid .rs_solutions .page-center,
  .container-fluid .row-fluid .rs_download-section .page-center,
  .container-fluid .row-fluid .rs_read-more .page-center,
  .container-fluid .row-fluid .blog-slider-wrap .page-center{
    max-width: 100%;
    padding: 0;
  }
  
  .rs_download-section, .rs_read-more {
    padding: 26px 40px 20px;
  }
  .rs_download-section .image,
  .rs_read-more .image{
    width: 40px;
    float: left;
    margin: 0 20px 0 0;
  }
  .rs_download-section .image img,
  .rs_read-more .image img{
    width: 100% !important;
  }
  .rs_download-section .text h2, .rs_read-more .text h2{
    margin-bottom: 30px;
  }
  .rs_download-section .cta a.cta_button, .rs_read-more .cta a.cta_button{
    /*margin: 20px auto 0;*/
    margin: 20px 0 0;
    display: table !important;
    padding: 8px 15px !important;
    min-width: 160px !important;
  }
  /*.tp-page .rs_download-section .cta a.cta_button {
    margin: 20px auto 0;
  }*/
  
  .blog-slider-wrap {
    padding: 60px 20px !important;
  }
  .recent-blog-header h2{
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 0;
  }
  .blog-slider-wrap .post-name{
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .blog-slider-wrap .post-cont p{
    font-size: 14px;
    line-height: 22px;
  }
  .blog-slider-wrap-right {
    margin-top: 12px;
  }
  .blog-slider-wrap-right a {
    color: #fff;
    line-height: 20px;
    margin: 0 auto;
  }
  /*========= For home use ===========*/
  .for-home-use-page .rs_download-section .image {
      width: 66px;
      position: absolute;
      left: 33px;
  }
  .for-home-use-page .rs_download-section .text h2 {
      margin-bottom: 20px;
      padding: 0 0 0 69px;
  }
  
  /*========= For clinical treatment ===========*/
  .container-fluid .row-fluid .rs_images .page-center {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .container-fluid .row-fluid .rs_information .page-center{
    padding: 0 6%;
  }
  .container-fluid .row-fluid .rs_benefits .page-center, 
  .container-fluid .row-fluid .rs_clinical .page-center,
  .container-fluid .row-fluid .rs_patients .page-center,
  .container-fluid .row-fluid .rs_patients.business_potential .page-center,
  .container-fluid .row-fluid .rs_clinical .page-center{
    padding: 0 11.115%;
    max-width: 100%;
  }
  .rs_images p {
    font-size: 12px;
    line-height: 15px;
    margin: 8px auto 0;
  }
  .rs_images .rs_block_b{
    margin: 10px;
  }
  .rs_container.fct .rs_left h3{
    font-size: 18px;
    line-height: 30px;
  }
  .rs_information h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
  }
  .rs_information p{
    margin-bottom: 25px;
  }
  .rs_benefits h3 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
  }
  .rs_benefits h5 {
    text-transform: uppercase;
  }
  .container-fluid .row-fluid .rs_information .page-center {
    padding: 0 11%;
  }
  .rs_clinical {
    text-align: left;
    padding: 60px 0 37px;
  }
  .rs_clinical h3 {
    text-transform: uppercase;
  }
  .rs_clinical .rs_read_more {
    padding: 20px 0 0;
  }
  .rs_clinical .rs_block1 {
      margin: 40px auto 0;
      padding: 37px 20px 34px 110px;
      position: relative;
  }
  .rs_clinical .rs_block1 h3 {
      float: right;
      width: 100%;
      margin-left: 0;
      margin-bottom: 0;
  }
  .rs_clinical .rs_block1 img {
      float: left;
      max-width: 26%;
      position: absolute;
      left: 20px;
      top: 30px;
  }
  .hs_cos_wrapper_type_cta a.cta_button, .blog-slider-wrap-right a {
    font-size: 17px !important;
    padding: 8px 38px !important;
  }
  .rs_clinical .rs_block1 p {
    margin: 20px auto 0;
  }
  .rs_patients{
    padding: 60px 0 30px;
  }
  .rs_patients h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .rs_patients .rs_common{
    margin-top: 35px;
  }
  .rs_patients .tp_block {
    margin-top: 30px;
    padding: 0px 20px;
  }
  .rs_patients .tp_block img{
    max-width: 54px;
  }
  .rs_patients .tp_block h6 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
  }
  /*.tp_image{
    margin-top: 110px;
  }*/
  .tp_image .tp_top{
    padding: 24px 28px;
    right: 40px;
  }
  .tp_image .hs_cos_wrapper_type_logo img{
    max-width: 104px;
  }
  .tp_image .tp_bottom{
    padding: 60px 40px 40px;
  }
  .bm_image .tp_bottom{
    padding: 40px;
  }
  .tp_image h3, .bm_image h3{
    line-height: 25px;
    margin-bottom: 30px;
  }
  .rs_patients{
    text-align: left;
  }
  .rs_patients .tp_block img,
  .rs_patients .tp_block h6{
    text-align: center;
  }
  .rs_patients .tp_block img{
    margin: 0 auto;
    display: table;
  }
  .rs_patients.business_potential {
    padding: 60px 0 40px;
  }
  .rs_patients.business_potential .tp_block{padding: 0;}
  
  .rs_patients.business_potential .tp_block img {
    float: left;
    width: 30px;
  }
  .rs_patients.business_potential .tp_block h6 {
    text-align: left;
    margin-left: 40px;
    text-transform: uppercase;
  }
  .rs_patients.business_potential .tp_block:last-child hr{
    display: none;
  }
  .tp_image .tp_bottom .rs_rich, .bm_image .tp_bottom .rs_rich {
    width: 100% !important;
  }
  .bm_image .tp_bottom .rs_rich{
     margin-top: 40px;
  }
  
  /*.pricing-page .heading, .book-a-meeting .heading*/
  body .heading{
    padding: 50px 0 22px;
  }
  /*.pricing-page .heading h2, .book-a-meeting .heading h2*/
  body .heading h2{
    font-size: 18px;
    line-height: 30px;
  }
  .rs_diagram{
    padding: 62px 0;
  }
  
  .rs_diagram .rs_rich{
    display: none;
  }
  .container-fluid .row-fluid .rs_diagram .page-center {
    padding: 0 0px 0 0px;
    max-width: 260px;
  }
  .rs_diagram .pf_image{
    max-width: 80px;
  }
  .rs_diagram .pf_text {
    margin: 10px 0 0 15%;
    width: 54%;
  }
  .tp-page .rs_download-section .cta a.cta_button, .rs_read-more .cta a.cta_button {
    padding: 5px 10px !important;
  }
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    width: 240px;
  }
  .container-fluid .row-fluid .rs_form .page-center{
    max-width: 100%;
    padding: 0 40px;
  }
  .container-fluid .row-fluid .pf_form .page-center{
    max-width: 100%;
    padding: 0 46px;
  }
  body form {
    margin: 60px auto 0;
  }
  body .hs-search-field__bar form{
    margin: 29px auto 0;
  }
  .pf_form {
    padding-bottom: 61px;
  }
  .rs_images h3{
    margin-bottom: 30px;
  }
  .tp_image{
    margin-top: 110px;
  }
  .bm_image .tp_img, .reference_image{
    /*height: 360px;*/
  }
  .bm_image .tp_bottom .rs_h3 img{
    width: 80px;
    margin: 0 auto;
    float: none;
    display: table;
  }
  .bm_image .tp_bottom p:first-child{
    margin-top: 40px;
  }
  .bm_image .tp_bottom p{
    text-align: center;
  }
  .book-a-meeting .rs_form .rs_heading h3 {
    margin-bottom: 31px;
  }
  .book-a-meeting .hs_cos_wrapper_type_form .hs_leasing_countries label{
    text-transform: inherit;
    font-size: 15px;
    font-weight: 400;
  }
  
  /*** Custom Module 'RS2019 Quote and blocks' ***/
  
  .quote_text{
    background-color: #F0F2F4;
    padding: 60px 0;
  }
  .quote_text .rc_title{
    background-image: none !important;
    padding-left: 0;
  }
  .quote_text .rc_title h3{
    text-transform: uppercase;
    background-image: url(https://www.madeformovement.com/hubfs/Redesign-2019/Icons/rc_quotes.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 39px;
    padding: 18px 42px 0 42px;
  }
  .quote_text .rc_container{
     margin: 60px auto 0;
  }
  /*** END Custom Module 'RS2019 Quote and blocks' ***/
  body .widget-type-form .submitted-message{
     margin: 65px auto 0;
  }
  
  .rs_download-section .cta a.cta_button, .rs_read-more .cta a.cta_button {
      margin: 20px auto 0;
  }
  hr.mobile_line{
    width: 100px;
    height: 10px;
    margin: -17px auto 0;
    position: relative;
    opacity: 0.2;
  }
  .rs-homepage hr.mobile_line, .fct-page hr.mobile_line{
    background-color: #B3D1DA;
  }
  .for-home-use-page hr.mobile_line{
    background-color: #FBC3B6;
  }
  
  .quote_text .rc_container p {
      min-height: auto;
  }
  
}  /* end max-width: 767px; */
  
@media (min-width: 480px) {
  
  body .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 46.6%;
    float: left;
  }

  body .hs-form fieldset.form-columns-2 .hs-form-field:last-child{
    margin-left: 6.8%;
  }
  
}

@media (min-width: 480px) and (max-width: 767px) {
  .container-fluid .row-fluid .rs_diagram .page-center {
    width: 100%;
  }
  .fct .hero__video {
    height: 118% !important;
  }
  .quote_text .rc_block{
    width: 60%;
  }
}

@media (max-width: 479px) {
  .tp_image .tp_top{
    top: -64px;
  }
  .bm_image .tp_img, .reference_image{
    /*height: 240px;*/
  }
  .quote_text .rc_block{
    width: 90%;
    padding: 40px 8% 120px;
  }
  .rc_block.rc_block-blank {
    padding-bottom: 40px !important;
}
  .rs_clinical .rs_block1 {
      margin: 40px auto 0;
      padding: 127px 20px 34px 20px;
      position: relative;
  }
}


.rs_container.fct .rs_text:before{
    opacity: 1 !important;
}


body form.hs-form  ul.inputs-list.multi-container {
    margin: 8px 0 60px 0;
}

body form.hs-form ul.inputs-list.multi-container li.hs-form-checkbox {
    display: inline-block;
    margin: 0 20px 0 0;
}

body form.hs-form ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display {
    position: relative;
    color: #606164;
    opacity: 1;
    font-size: 18px;
    padding: 0;
}

body form.hs-form ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

body form.hs-form ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display span {
    left: 0;
    top: 0;
    position: relative;
    padding: 0 0 0 30px;
}

body form.hs-form ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display span:before {
    content: "";
    background-color: #FBC3B6;
    position: absolute;
    width: 22px;
    height: 22px;
    box-shadow: 0px 1px 3px #0000001A;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    top: 1px;
    left: 0;
}

body form.hs-form ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display input[type="checkbox"]:checked + span:before {
    background-image: url(https://2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/%E2%9C%93.png);
    background-size: 17px;
    background-position: center center;
}

body form.hs-form textarea {
    overflow: scroll;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
}

.rs_container.fct .rs_left .rs_text {
    display: block;
    height: auto !important;
    padding: 45px 8%;
}

.quote_text .rc_container .round_image {
    margin: 0 0 20px 0;
}

.media-img {
    float: left;
    width: 100%;
}

.media-img img {
    margin-top: 50px;
}

.media-video {
    float: left;
    width: 100%;
}

@media(max-width: 1023px){
  .rs_container.fct .rs_right a {
      padding: 24% 5%;
  }
  .rs_container .rs_right h2 {
/*       font-size: 17px !important; */
      font-size: 1.6vw !important;
  }
  .rs_container.fct .part img {
      height: 40px;
      margin-top: 4px !important;
  }
  .rs_container.fct .rs_right h2 {
      min-height: 60px !important;
  }

}

@media(max-width: 767px){
  .rs_container.fct .part img {
      max-height: 120px !important;
      height: 110px !important;
  }
  .rs_container .rs_right h2 {
      font-size: 22px !important;
      margin-left: 0px !important;
  }

  .rs_container.fct .rs_right a {
      padding: 55px 23% 55px 13% !important;
  }
  .tp_image .tp_img, .bm_image .tp_img, .reference_image{
    height: auto !important;
    background-image: none !important;
  }
  .tp_image .tp_img img, .bm_image .tp_img img, .reference_image img {
      display: block;
  }
  .rs_container.fct .rs_right a {
        padding: 35px 8% 35px 8% !important;
    }
    .rs_container.fct .txt {
        width: 72%;
        align-items: center;
    }
    .rs_container.fct .rs_right h2 {
        min-height: auto !important;
    }
  .im {
      float: left;
      width: 20%;
  }
}

@media(max-width: 480px){
  .rs_container.fct .rs_right a {
      padding: 35px 8% 35px 8% !important;
  }
  .rs_container.fct .txt {
      width: 72%;
      align-items: center;
  }
  .rs_container.fct .rs_right h2 {
      min-height: auto !important;
  }
  .im {
      float: left;
      width: 20%;
  }
  .rs_container.fct .part img {
      max-height: 117px !important;
      height: 73px !important;
  }
  .rs_clinical .rs_block1 p {
      margin: 10px auto 0;
      width: 100%;
      float: left;
  }
  .rs_clinical .rs_block1 {
      overflow: hidden;
  }
  .rs_clinical .hs_cos_wrapper_type_cta {
      margin: 40px auto 0;
      display: flex;
      float: left;
      width: 100%;
      justify-content: center;
  }
  .rs_images .rs_block_b {
      width: 85px;
  }
  .rs_images p {
      font-size: 11px;
      word-break: break-word;
  }
}

.choose-language.blog-cls {
    display: none;
}
.blog .choose-language.blog-cls {
    display: block;
    margin-top: 0 !important;
    text-align: center;
}
.rs_clinical .rs_block1 h3{
    word-break: break-word;
}
/*@media (min-width: 980px) {
  .search-icon-wrapper {
      top: 15px !important;
  }
  .header-container-wrapper.scroll .search-icon-wrapper {
      top: 16px !important;
  }
  .rs-homepage .search-icon-wrapper {
      top: 5px !important;
  }
  .rs-homepage .header-container-wrapper.scroll .search-icon-wrapper {
      top: 6px !important;
  }
  .custom-footer-social ul {
      margin-right: 0 !important;
  }
}*/


.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none;
}
@media(min-width: 1500px){
  .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:first-child a{
    font-size: 17px;
  }
}
@media (max-width: 480px) {
.rs_download-section .cta a.cta_button {
    margin: 20px 0 0;
}
.rs_clinical .rs_read_more .rs_block1 div {
    text-align: center;
}
.rs_clinical .rs_read_more .rs_block1 div img {
    left: 50%;
    margin-left: -35px;
}
}
/*.our-story-section .timeline__item:nth-child(1):after {
    background: #B3D1DA !important;
}
.our-story-section .timeline__item:nth-child(2):after {
    background: #74ADBD !important;
}
.our-story-section .timeline__item:nth-child(3):after {
    background: #74ADBD !important;
}
.our-story-section .timeline__item:nth-child(4):after {
    background: #358DA1 !important;
}
.our-story-section .timeline__item:nth-child(5):after {
    background: #007288 !important;
}*/
.our-story-section .timeline--horizontal .timeline__item .timeline__content:before {
    background: #005A70
}
.our-story-section .timeline__item:nth-child(1) .timeline__content:before {
    background: #B3D1DA;
}
.our-story-section .timeline__item:nth-child(2) .timeline__content:before {
    background: #74ADBD;
}
.our-story-section .timeline__item:nth-child(3) .timeline__content:before {
    background: #74ADBD;
}
.our-story-section .timeline__item:nth-child(4) .timeline__content:before {
    background: #358DA1;
}
.our-story-section .timeline__item:nth-child(5) .timeline__content:before {
    background: #007288;
}
@media (min-width: 768px) {
.meet_founder_sec.rs_download-section .image {
    width: 170px !important;
}
.meet_founder_sec.rs_download-section .text h2 {
    margin-bottom: 10px;
}
}

@media (min-width: 980px) {
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul {
    left: -30px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul {
    left: -55px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) ul, 
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(6) ul, 
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(7) ul {
    left: -65px !important;
}
html:lang(de) .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul {
    left: -42px !important;
}
html:lang(de) .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul {
    left: -35px !important;
}
}
@media (min-width: 1500px) {
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul {
    left: 8px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul {
    left: -30px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(3) ul, 
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(6) ul, 
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(7) ul {
    left: -50px !important;
}
html:lang(de) .custom-menu-primary .hs-menu-wrapper > ul li:first-child ul {
    left: -26px !important;
}
html:lang(de) .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul {
    left: -2px !important;
}
}
@media (min-width: 1200px) {
html {
    height: 100%;
}
body.patentsnn, body.eventsnn {
  position: relative;
  padding-bottom: 45rem;
}
body.patentsnn .footer-container-wrapper, body.eventsnn .footer-container-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
}
.faq_n_s .hs-menu-item.hs-menu-depth-1.active-branch {
  border-top: 6px solid #F0F2F4;
}
@media (max-width: 979px) {
.active.hs-menu-item.hs-menu-depth-1.active-branch {
    border-top: 0px solid #F0F2F4;
}
}
@media (max-width: 480px) {
html:lang(no) .m_menu .hs-menu-wrapper li:nth-child(odd) {
    width: 75%;
    max-width: 250px;
}
html:lang(no) .m_menu .hs-menu-wrapper li:nth-child(even) {
    width: 25%;
}
}