/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */
form#pardot-form .hidden {
  position: initial !important;
}

/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
@import url("https://use.typekit.net/vko6irt.css");
@import url("https://use.typekit.net/jut4asl.css");

@font-face{
  font-family:'ElegantIcons';
  font-weight:normal;
  font-style:normal;
  src:url("//2206753.fs1.hubspotusercontent-na1.net/hubfs/2206753/HyperbaricMedicalSolutions_July2018/Fonts/ElegantIcons.eot") format("eot"),
    url("//2206753.fs1.hubspotusercontent-na1.net/hubfs/2206753/HyperbaricMedicalSolutions_July2018/Fonts/ElegantIcons.ttf") format("ttf"),
    url("//2206753.fs1.hubspotusercontent-na1.net/hubfs/2206753/HyperbaricMedicalSolutions_July2018/Fonts/ElegantIcons.woff") format("woff");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/*====corona message=======*/
.top-bar {
  padding: 8px;
}

.top-bar p {
  margin: 0;
}
.corona {
  width: 90% !important;
}
.dark-blue p {
  font-size: 13px;
  line-height: 1.4;
}
.dark-blue {
  background: #094b7d;
  color: #fff;
}

@media (min-width: 1000px) {

  .scroll-body .dark-blue {
    margin-top: -500px;
    transition: margin 700ms;
  }  
}

.dark-blue a {
  color: #03acee;
  font-weight: bold;
}
/*====ppc page=====*/
.ppc li.hs-form-radio {
  display: inline-block;
  margin-right: 8px;
}
.ppc-form {
  background: #fafafa;
  padding: 48px;
}
.ppc-form h2 {
  margin-top: 0px;
}
.dark-header {
  background-color: #003451;
  padding: 20px 0px;
}
.dark-header h4 {
  color: #ffffff;
}
.dark-header h4 a {
  color: #6ecae8;
}

.ta-center {
  text-align:center;
}
/*====pillar page=====*/
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}

.pillar-nav {
  background-color: #f4f4f4;
  padding: 0px 32px;
  border: 1px solid #e6e6e6;
  margin-top: 0px;
}
.pillar-nav a {
  text-decoration: none;
  margin: 32px 0px !important;
  display: block;
}
.pillar-nav p {
  margin: 0px !important;
}
/*====integrative hbot page=====*/
.integrative-row {
  max-width: 1400px !important;
}
.sherr-contact-form .widget-type-form {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.sherr-contact-form {
  background: #f4f4f4;
  padding: 40px;
  max-width: 100%;
  width: 800px !important;
  margin: 0 auto !important;
  float: none !important;
}
.sherr-contact-form h3 {
  margin-top: 0px;
}
.custom-footer-bottom-menu ul li {
  width: auto;
  padding: 0;
  float: none;
}
.custom-footer-bottom-menu ul li a {
  padding: 0 5px;
}
.custom-footer-bottom-menu ul {
  text-align: right;
}
.post-banner-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.column {
  column-count: 2;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style.bottom-share {
  position: relative !important;
  width: 100%;
  left: 0px;
  display: flex;
  margin-top: 32px;
}
.a2a_default_style a {
  width: 100%;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style.bottom-share .a2a_svg {
  width: 100% !important;
  height: 50px;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style.bottom-share .a2a_svg svg {
  top: 5px;
  width: 40px;
}

.blog-comment-form {
  background: #f4f4f4;
  padding: 40px;
  margin-top: 40px;
  padding-top: 0px;
}

.blog-post-wrapper .section.post-header {
  margin: 30px 0px;
}
.author-col-left img {
  width: 64px !important;
  border-radius: 120px;
}
.author-col-right {
  width: 350px;
  max-width: 100%;
  float: left;
}
.author-col-left {
  float: left;
  margin-right: 12px;
  width: 48px;
  max-width: 100%;
}
.author-col-right p {
  margin: 0px;
}
.blog-post-wrapper .author-col-left {
  width: 68px;
}
.blog-post-wrapper .author-col-right {
  width: 370px;
}
.about-author-sec.row-fluid h4 {
  margin: 0px;
}
.about-author-sec img {
  border-radius: 180px;
}
.blog-content a.topic-link {
  background: #56ceec;
  border-radius: 90px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 4px 16px;
}
.about-author-sec {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 40px;
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.author-social a {
  display: inline-block;
}

.home-blog-card-wrap {
  width: 30%;
  float: left;
  margin-right: 3%;
  border: 1px solid #e2e2e2;
  height: 640px;
}

.home-blog-post-title a {
  font-family: 'montserrat', sans-serif;
  color: #074b7d;
  font-size: 21px;
  line-height: 27px;
  display: inline-block;
  margin-top: 20px;
}

a.cta_button {
  box-shadow: none!important;
  transition: .2s ease!important;
  font-family: lato,sans-serif!important;
}

a.home-blog-link {
  color: #00acee;
  font-size: 16px;
}

.home-blog-date {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 26px;
}

.home-blog-content-wrap {
  padding: 5px 20px;
}

span.video-desc {
  font-size:16px; 
  line-height:1.2; 
  display:block;
}

.videowrapcard {
  height: 550px;
}
.sherr-contact-form {
  padding: 40px !important;
}
.videowrapcard h4 {
  margin-top: 10px;
  margin-bottom: 1px;
}

.paypal-wrapper {
  background: rgba(244, 244, 244, 0.2);
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 60px;
}

.welcomebox {
  text-align: center;
  background-color: #1d6194;
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
  font-family: 'montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 18px;
}


/*=== Form ===*/
.med-form {
  background-color: #e3e3e3;
  padding: 25px;
  margin: 15px;
}

/*=== End Form ===*/

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  height: auto;
  overflow: auto;
  margin: 0!important;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}

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

body {
  background: #fff;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  font-family: apertura,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #1F1F1F;

}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #174e77;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #174e77;
  text-shadow: none;
}


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

/* Basic text */
p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 400;
} 
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 {
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0em;
  margin-bottom: 16px;
  margin-top: 0px;
  font-family: apertura,sans-serif;
  font-style: normal;
  color: #1D6194;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .heading1 { font-size: 64px; font-weight: 700;}
h2, .heading2 { font-size: 50px; font-weight: 700;} 
h3, .heading3 { font-size: 40px; font-weight: 400; }
h4, .heading4 { font-size: 35px; font-weight: 700;}
h5, .heading5 { font-size: 30px; font-weight: 400; }
h6, .heading6 { font-size: 28px; font-weight: 700;}

h1, .h1, .title h1 {
  color: #1D6194;
}

.header h1 {
  font-family: apertura,sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 100px;
  color: #1D6194;
}

.title h1 {
  color: #ffffff;
}

.title.title_size_medium h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
}

h2, .h2, h2 a {
  color: #1d6194;
}

h3, .h3, h3 a {
  color: #1d6194;
}

h4, .h4, h4 a {
  color: #1d6194;
}

h6, .h6, h6 a {
  color: #1d6194;
}


/* Anchor Links */
a {
  color: #1d6194;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #00acee;
  text-decoration: underline;
}

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

li {
  font-size: 18px;
}

.bullets li {
  list-style: disc outside none;
  margin-left: 40px;
}

.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container .hs_cos_wrapper_type_rich_text ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.body-container .hs_cos_wrapper_type_rich_text ul li{

}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

@media (max-width: 768px) {

  .flex-row .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 500px) {
  h1 { font-size: 50px; }
  h2 { font-size: 45px; }
  h3 { font-size: 35px; }
  h4 { font-size: 30px; }
  h5 { font-size: 25px; }
  h6 { font-size: 22px; }
}


/*** BUTTONS ***/

.blue-btn {
  background-color: #009EDC;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline;
  white-space: nowrap;
  border: none;
}

.outline-btn {
  border: 2px solid #009EDC;
  color: #009EDC;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline;
}

.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
}


.outline-btn:hover, .outline-btn:focus {
  color: #009EDC;
  text-decoration: none;
}

/*** IMAGES ***/

/*
.blue-shadow-l img {
  box-shadow: -20px 20px 0 #e3f6fe;
}

.blue-shadow-r img {
  box-shadow: 20px 20px 0 #e3f6fe;
}
*/

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

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

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


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

@media (min-width: 1000px) {

  .scroll-body .header-container-wrapper {
    min-height: 120px;
  }
}


.header-container {}

.custom-header {
  -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  width: 100% !important;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  background: #ffffff;
}

.custom-header-inner {
  padding: 0 45px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 99;
}

@media (min-width: 1000px) {
  .scroll-body .custom-header {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 30px #0000000f;
    height: 130px;
  }
}

.custom-logo img {
  /*  width: 333.66px !important; */
  max-width: 200px;

}

.custom-logo {
  padding: 15px 0;
  position: absolute;
  top: 0;
  width: auto !important;
}


.scroll-body .custom-header-inner .custom-logo img {
  max-width: 200px;
  /*  padding-top: 10px; */
}


.custom-header .page-center {
  position: relative;
}

.header_inner_right {
  float: right;
  position: relative;
  z-index: 110;
}

.custom-menu-primary.js-enabled {
  position: relative;
  left: auto;
  float: right !important;
  width: auto !important;
}

.side_menu_button_wrapper {
  display: table;
}

.side_menu_button {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  position: relative;
}

.side_menu_button>a.search_button {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 19px;
  vertical-align: middle;
  display: inline-block;
}

.side_menu_button>a.search_button i {
  color: #1d6194;
}

.side_menu_button>a:hover {
  opacity: .8;
}

.custom-header-search {
  color: #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  transition: bottom .35s cubic-bezier(.55,.085,.68,.53);
  -webkit-transition: bottom .35s cubic-bezier(.55,.085,.68,.53);
  -moz-transition: bottom .35s cubic-bezier(.55,.085,.68,.53);
  left: 0;
}

.search-open .custom-header-search {
  transition: bottom .35s cubic-bezier(.55,.085,.68,.53),opacity 0s ease 0s;
  -webkit-transition: bottom .35s cubic-bezier(.55,.085,.68,.53),opacity 0s ease 0s;
  -moz-transition: bottom .35s cubic-bezier(.55,.085,.68,.53),opacity 0s ease 0s;
  left: 0;
}

.custom-header-search form .page-center {
  z-index: auto;
}

.form_holder_outer {
  display: table;
  height: 45px;
  width: 100%;
}

.form_holder {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.form_holder input[type="text"] {
  -webkit-appearance: none;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  vertical-align: middle;
  font-family: inherit;
  font-size: 15px;
  display: inline-block;
  width: 90%;
  padding: 0;
  outline: 0;
  outline-offset: 0;
  border-radius: 0;
  font-weight: 400;
  color: #1e73be;
  background: transparent;
}

a.qode_search_submit {
  width: auto;
  cursor: pointer;
  font-size: 50px;
  position: absolute;
  right: 45px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: color .4s ease;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  color: #696969;
  padding: 0 0 0 1px;
  font-size: 17px;
  right: 0;
  cursor: default;
  color: #959595;
}

.section-header-breadcrumb {
  position: relative;
  text-align: left;
  border-bottom-color: #eee;
  height: 165px;
  background-color: #4dc8e9;
  display: table;
  width: 100%;
  visibility: hidden;
}

.title_subtitle_holder {
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
}

.title_subtitle_holder h1 {
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  font-size: 17px;
  line-height: 1.304347826086957em;
  color: #fff;
}


.headerimg {
  background-image: url("https://www.hyperbaricmedicalsolutions.com/hubfs/hyperlife%20header.jpg");
  height: 900px;
  background-size: cover;
  background-position: right;
  position: relative;
}

@media (max-width: 1000px) {
  .custom-header-inner {
    background-color: rgba(255,255,255,1);
  }
}

@media (max-width: 750px) {
  .headerimg {
    height: 500px;
  }
}

@media (max-width: 420px) {
  .headerimg {
    height: 300px;
  }
}

.hyper-logo {
  position: absolute;
  bottom: 0;
  margin-bottom: 50px;
}

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

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

.content-wrapper {
  padding-top:80px;
  padding-bottom:80px;
}

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.grey-callout {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 5px;
}

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

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

.custom-footer-bottom {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  color: #676767;
  padding-bottom: 32px;
  padding-top: 32px;
}

[class*="footer-bottom-col"] {
  margin-left: 0 !important;
  width: 33.33333333% !important;
}

[class*="footer-bottom-col"] p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  margin-bottom: 0;
  color: #676767;
}

.footer-bottom-col2 p {
  text-align: center;
}

.q_social_icon_holder {
  display: inline-block;
  position: relative;
  color: #676767;
}

.q_social_icon_holder a {
  text-decoration: none;
  color: #676767;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 34px;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}

.fa-2x {
  font-size: 2em;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.q_social_icon_holder span {
  color: #676767;
  word-wrap: break-word;
}

.q_social_icon_holder .fa-stack {
  text-align: center;
}

.q_social_icon_holder .fa-stack {
  border: 0 solid #f0f0f0;
  margin: .2307692307692308em 5.4px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.q_social_icon_holder.circle_social .fa-stack {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.q_social_icon_holder .fa-stack.fa-2x {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
}

.q_social_icon_holder .fa-stack i:last-child, .q_social_icon_holder .fa-stack span {
  font-size: .7692307692307692em;
  display: block;
  line-height: inherit;
}

.q_social_icon_holder .fa-stack i, .q_social_icon_holder .fa-stack span {
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  color: #676767;
}

.footer-bottom-col3 p {
  text-align: right;
}

.footer-bottom-col3 p a {
  color: #676767;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 34px;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  text-decoration: none;
}

.q_social_icon_holder a:hover span i {
  color: #00acee;
}

.signup-form-wrapper {
  background-color: #00acee;
  padding-bottom: 45px;
  padding-top: 60px;
}

.signup-form .widget-type-form {
  max-width: 100%;
}

.signup-form .form-title {
  margin: 0;
  letter-spacing: 0px;
  line-height: 26px;
  text-transform: none;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 28px;
  color: #074b7d;
  font-weight: 500;
  text-align: right;
}

.signup-form form {
  max-width: 600px;
  margin: 0 auto;
  float: right;
  width: 790px;
  max-width: 100%;
}

.signup-form form .hs-form-field > label {
  display: none;
}

.signup-form form input[type="email"] {
  padding: 10px 10px;
  font-size: 13px;
  font-family: lato, sans-serif;
  color: #818181;
  height: 62px;
  -webkit-appearance: none;
  border: 1px solid #cacaca;
  width: 68.8%;
  margin: 0 auto;
  float: left;
  line-height: normal;
}

.signup-form form input.hs-button.primary.large {
  border: 1px solid #00acee;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #fff !important;
  text-transform: Uppercase;
  font-family: lato, sans-serif !important;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 18px;
  background-color: #074b7d;
  float: right;
  width: 28%;
  padding: 0px;
  height: 62px;
  left: auto;
  position: absolute;
  right: 12px;
  top: 0;
  outline: 0;
}

.signup-form form input.hs-button.primary.large:hover {
  background-color: #36bef2;
  border: 1px solid #00acee;
}

.signup-form ul.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  clear: both;
  color: #f00;
}

.signup-form form {
  position: relative;
  clear: both;
}

.custom-rss-section {
  background-color: #0073ae;
  clear: both;
  overflow: hidden;
  padding-bottom: 19px;
  padding-top: 45px;
}

.custom-rss-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-rss-section ul li {
  font-weight: 400;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  margin: 0 0 10px;
  width: 20% !important;
  margin-right: 5% !important;
  float: left;
}

.custom-rss-section ul li a.rsswidget {
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
}

.custom-footer a {
  text-decoration: none;
}

span.rss-date {
  display: block;
  color: #4dc8e9;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  margin: 0;
}

.rssSummary p,.rssSummary p span {
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0px;
  line-height: 26px;
  margin: 0 !important;
  background: transparent !important;
  font-weight: 400;
  font-family: lato,sans-serif !important;
}

.rssSummary p a {
  color: #fff;
}

.custom-rss-section p.rss-title {
  margin-top: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 48px;
}

.footer-blue-bar {
  border-top: none;
}

.footer-container-wrapper i.qode_icon_font_awesome {
  color: #074b7d;
}

.footer-container-wrapper h5 {
  font-size: 18px;
}

.footer-disclaimer p {
  font-size: 15px;
  line-height: 1.4;
}
.footer-copyright p {
  font-size: 14px;
}

.footer-nav .hs-menu-wrapper {
  float: right;
}
.footer-nav .hs-menu-wrapper ul li a:nth-last-child(1) {
  margin-right: 0 !important;
}
.footer-nav .hs-menu-wrapper ul li a {
  margin: 0 28px;
  font-weight: 500;
  font-size: 18px;
}

.footer-nav .hs-menu-wrapper {
  float: right;
  margin-bottom: 50px;
}

.footer-blue-bar {
  border-top: 0;
  padding: 80px 0px;
}

.footer-blue-bar h3 {
  color: #fff;
  font-weight: 600;
}

.footer-menu {
  padding: 50px 0;
  background: #fff;
  padding-top: 0;
}

.footer-menu .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  cursor: text;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  color: #474747;
  margin-top: 40px;
  line-height: 45px;
  margin-bottom: 13px !important;
  border-bottom: 1px solid #CACACA;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 400;
  display: block;
  pointer-events: none;
}

.footer-menu .hs-menu-wrapper > ul ul {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  position: static !important;
  margin-top: 15px;
}

.footer-menu .hs-menu-wrapper > ul ul li a {
  color: #676767;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 34px;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  white-space: normal !important;
}

.footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #00acee;
  text-decoration: underline;
}

.footer-blue-bar {
  background-color: #074b7d;
  padding: 20px 0;
  border-top: 5px solid #00acee;
  padding-bottom: 29px;
}

.custom-rss-section ul li a.rsswidget:hover {
  color: #174e77;
  text-decoration: underline;
}

.footer-bottom-col3 p a:hover {
  color: #00acee;
  text-decoration: underline;
}

.footer-blue-bar .span3 {
  width: 25%;
  margin-left: 0;
  padding: 0 15px;
}

.footer-blue-bar .span6 {
  width: 50%;
  margin-left: 0;
  padding: 0 15px;
}

.footer-blue-bar p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-blue-bar .span6 p {
  text-align: center;
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 32px !important;
  margin-top: 13px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  padding-top: 28px;
}

.footer-menu .hs-menu-wrapper {
  margin: 0 -15px;
}

.footer-blue-bar .row-fluid:before,.footer-blue-bar .row-fluid:after {
  content: none;
}

.footer-blue-bar .row-fluid {
  clear: both;
  overflow: hidden;
  margin: 0 -15px;
  width: auto;
}

.footer-blue-bar .span3 .hs-cta-wrapper {
  padding-top: 22px;
  display: block;
}

.footer-banner-content {
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #e2e2e2;
  text-align: center;
  margin: 0 -15px;
}

.footer-banner-content h1 {
  margin-top: 0;
  font-size: 3.5em;
  color: #fff;
}

.footer-inner-content {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.footer-banner-content h4 {
  line-height: 45px;
  margin-bottom: 13px;
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0px;
  border: none;
}

.footer-banner-content p {
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 10px;
}

.custom-footer {
  overflow: hidden;
}

a#back-to-top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
}

a#back-to-top>span {
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  border-color: rgba(255,255,255,0);
  border-width: 1px;
  border-style: solid;
  text-align: center;
}

a#back-to-top i {
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  font-size: 22px;
  color: #b0b0b0;
  line-height: 52px;
}

.fa-arrow-up:before {
  content: "\f077" !important;
}

a#back-to-top:hover>span {
  background-color: rgba(29,97,148,1);
  border-color: rgba(255,255,255,0);
}

a#back-to-top:hover>span i {
  color: #fff;
}



.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  border: solid 1px #ebebeb;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media (min-width: 1000px) {
  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 10px;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a {
  background-color: #009EDC;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline;
  margin: 0 15px;
}

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

  /* =============== Custom Menu Primary =============== */
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-last-child(1) {
    display: none !important;
  }
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(7) {
    background: #03abee;
    color: #ffffff !important;
    margin-top: 31px;
    border-radius: 88px;
    transition:0.2s ease;
  }
  /*.header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(7) a:before {
    content: '\f073';
    font-family: 'FontAwesome';
    padding-right: 8px;
  }*/
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(7) a {
    line-height: 0;
    color: #ffffff !important;
    padding: 26px 22px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
  }
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(7):hover {
    background-color: #36bef2!important;
  }
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    float: right;
    padding-right: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-style: normal;
    letter-spacing: 0px;
    text-transform: Capitalize;
    color: #495b63;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
    transition: opacity .3s ease-in-out,color .3s ease-in-out;
    text-decoration: none;
    line-height: 119px;
    padding: 0 15px;
    position: relative;
    top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #495b63;
    position: relative;
    right: -6px;
    top: 1px;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20.5px;
    top: 0;
  }


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

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 0 !important;
    margin: 0;
    top: 100%;
    z-index: 10;
    -webkit-transition: top .3s ease-in-out !important;
    -moz-transition: top .3s ease-in-out !important;
    -ms-transition: top .3s ease-in-out !important;
    -o-transition: top .3s ease-in-out !important;
    transition: top .3s ease-in-out !important;
    margin-top: -21px !important;
    overflow: visible;
    padding: 7px 0;
    background-color: rgba(255,255,255,1);
    width: 240px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #909090;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 16px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #00acee;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a:after {
    content: "\f105";
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    color: #888;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    left: 100% !important;
    top: 14px !important;
  }

  /* Override max width on menu links */
  .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;

  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  /* .scroll-body .custom-header-inner {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.11);
  box-shadow: 0 1px 3px rgba(0,0,0,.11); */
}

@-moz-document url-prefix() {
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a::after {
    top: -13px;

  }
}
}



@media (max-width:1700px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-right: 14.5px;
    font-size: 14px;
    top: 0;
  }

}



/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1000px){

  /* 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 Toggle Button ===== */

  .mobile-trigger{
    cursor: pointer;
    height: 87px;
    margin: 10px 20px 0 0;
    display: table !important;
  }
  .mobile-trigger span {
    width: 19px;
    height: 17px;
    font-size: 26px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    color: #111;
  }

  .pillar-nav {
    display: none !important;
  }

  .icon_menu:before {
    content: "\61";
  }

  .icon_menu {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .mobile-trigger:hover span {
    opacity: .8;
  }

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

  /* ===== Mobile Child Toggle Buttons ===== */

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

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    float: none !important;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto;
    margin-bottom: -1px!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #565656;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    padding: 10px 0;
    display: block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #00acee;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #565656;
    float: right;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    margin: 0 0 0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
    right: 30px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a:after, 
  .child-open .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children.child-open > a:after {
    content: "\f107";
  }

  .custom-logo {
    width: 100% !important;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 25px;
  }


}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: break-spaces !important;
}

@media screen and (min-width:1501px) {
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 0 !important;
    margin: 0;
    top: 100%;
    z-index: 10;
    -webkit-transition: top .3s ease-in-out !important;
    -moz-transition: top .3s ease-in-out !important;
    -ms-transition: top .3s ease-in-out !important;
    -o-transition: top .3s ease-in-out !important;
    transition: top .3s ease-in-out !important;
    margin-top: -21px !important;
    overflow: visible;
    padding: 7px 0;
    background-color: rgba(255,255,255,1);
    width: 250px !important;
  }
}



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

/*===== blog stuff====*/
.hs-blog-listing .recent-blog {
  display: none !important;
}
.blog-signup span.hs-form-required {
  display: none;
}
.blog-signup {
  background: #0273ae;
  padding: 40px;
  margin-bottom: 48px;
}
.blog-signup h4 {
  color: #fff;
  margin: 0px;
}
.blog-signup label {
  display: none;
}

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

/* Blog Post */
body.hs-blog-post {}
.blog-sidebar h3 {
  text-align: center;
  background-color: #074b7d;
  color: #f2f2f2;
  border-bottom: 4px solid #61c4e8;
  font-size: 14px;
  padding-top: 9px;
  line-height: 2em;
  min-height: 45px;
  margin-bottom: 0;
  cursor: pointer;
  transition: color .3s ease-in-out,background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
}
.custom-medical-staff form textarea {
  height: 143px;
}
.hs-blog-post .blog-sidebar h3:after {
  content: '\f078';
  display: inline-block;
  padding-left: 10px;
  font-family: 'FontAwesome', sans-serif;
}
.hs-blog-post .blog-sidebar h3:hover {
  color: #c5c5c5;
}
.custom-covered-conditions-group,.custom-off-label-group, .custom-blog-topic {
  padding-bottom: 26px;
}
/* Blog Listing */
body.hs-blog-listing {}
.bg-image-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70px !important;
}
.hs-blog-listing .bg-image-section {
  min-height: auto !important;
}
.hs-blog-listing .bg-image-section .page-center {
  padding-top: 45px;
  padding-bottom: 45px;
}

.custom-blog-subscription h3 {
  display: none;
}
.bg-image-section .hs_email > label {
  display: none;
}
.custom-blog-subscription {
  padding-top: 32px;
}
.custom-blog-subscription input[type="email"] {
  width: 70%;
  margin: 0 auto;
  float: left;
  letter-spacing: 1px;
  background-color: #ffffff;
  border-color: #f5f5f5;
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}
.custom-blog-subscription form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto !important;
  text-align: center;
  position: relative;
  padding: 0px;
}
.bg-image-section .hs_cos_wrapper_type_blog_subscribe {
  background: transparent;
  max-width: 100%;
  margin-bottom: 0px !important;
}
body .custom-blog-subscription form.hs-form ul.hs-error-msgs.inputs-list {
  position: absolute;
  margin: 0;
  bottom: -80px;
  line-height: normal;
}
.custom-blog-subscription input.hs-button.primary.large {
  font-family: 'montserrat', sans-serif;
  letter-spacing: 2px !important;
  font-size: 15px !important;
  color: #ffffff;
  line-height: 47px;
  font-style: normal;
  font-weight: 600;
  float: left;
  border: 0;
  margin: 0px;
  margin-left: 16px;
  background-color: #61c4e8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-transform: uppercase;
  padding-left: 28px;
  padding-right: 28px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.span12.widget-span.widget-type-cell.custom-blog-category-group {
  display: none;
}

.custom-blog-category-group {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  background-color: #1d6194 !important;
  line-height: 26px;
  border-bottom: 6px solid #61c4e8;
}
.custom-blog-category-group .custom-blog-category ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  text-align: center;
}
.custom-blog-category-group .custom-blog-category ul li {
  display: inline-block;
  line-height: 26px;
}
.custom-blog-category-group .custom-blog-category ul li a {
  color: #CACACA;
  padding: 0px 40px;
  border-right: 2px solid #2671A9;
  font-family: 'Montserrat', sans-serif;
}
.custom-blog-category-group .custom-blog-category ul li a:hover {
  color: #fff;
}
.custom-blog-category-group .custom-blog-category ul li a span.filter-link-count {
  display: none;
}
.custom-blog-category-group .custom-blog-category h3 {
  display: none;
}
.custom-blog-popular-post-group {
  background: #efefef;
  padding-top: 90px;
  padding-bottom: 90px;
}
.custom-blog-popular-post h1 {
  margin-bottom: 0;
  padding-bottom: 45px;
}
.custom-blog-popular-post .custom-popular-post:not(:nth-child(2)) {
  width: 50% !important;
  float: left;
  margin-bottom: 20px;
  padding-left: 15px;
}
.custom-blog-popular-post .custom-popular-post:nth-child(2) {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.custom-popular-post-text h2 {
  padding-top: 25px;
  margin-bottom: 0;
}
.custom-popular-post-text h2 a {
  color: #1d6194;
}
.custom-popular-post-text h2 a:hover {
  color: #49505a;
}
.custom-popular-post-content p {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}
span.custom-blog-popular-post-date {
  font-size: 14px;
  color: #b3b3b3;
  font-family: 'Montserrat', sans-serif;
  display: block;
}
.custom-blog-popular-post .custom-popular-post:not(:nth-child(2)) .custom-popular-post-image-wrapper {
  width: 40%;
  float: left;
}
.custom-blog-popular-post .custom-popular-post:not(:nth-child(2)) .custom-popular-post-text {
  width: 55%;
  float: right;
}
.custom-blog-popular-post .custom-popular-post:not(:nth-child(2)) .custom-popular-post-text .custom-popular-post-content {
  display: none;
}
.custom-blog-popular-post .custom-popular-post:not(:nth-child(2)) .custom-popular-post-text h2 a {
  font-size: 26px;
  line-height: 29px;
  color: #1d6194;
  letter-spacing: 0px;
}
.custom-blog-popular-post .custom-popular-post:not(:nth-child(2)) .custom-popular-post-text h2 a:hover {
  color: #49505a;
}
.custom-blog-popular-post .custom-popular-post:not(:nth-child(2)) .custom-popular-post-text h2 {
  padding: 0;
  margin-bottom: 0;
}
.custom-popular-post-text a.more-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00acee;
  line-height: 26px;
  display: inline-block;
}
.custom-popular-post-text a.more-link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  padding-left: 5px;
}
.custom-popular-post-text a.more-link:hover {
  color: #49505a;
}
.blog-content h1.custom-blog-post-title {
  margin: 0;
  padding: 0px 0px 45px;
}
.post-item .hs-featured-image {
  margin: 0 auto;
  margin-right: 32px;
  max-width: 100% !important;
  width: 50%;
}
.post-header h3 a,
.post-header h4 a{
  text-decoration: none;
}
.post-header h3 a:hover {
  color: #49505a;
}
.post-body h3 {
  text-transform: uppercase;
  line-height: 1.2 !important;
}
.custom-post-body .post-body p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #49505a;
}
.custom-post-body .post-body a.more-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00acee;
  line-height: 26px;
}
.custom-post-body .post-body a.more-link:hover {
  color: #49505a;
}
.custom-post-body .post-body a.more-link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  padding-left: 5px;
}
.custom-post-body .post-body .custom-post-date {
  font-size: 14px;
  color: #b3b3b3;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
}
.blog-pagination {
  display: block;
  clear: both;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
}
.blog-pagination a {
  padding: 15px 50px;
  font-size: 18px;
  background-color: #00acee;
  border: 1px solid #00acee;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: Uppercase;
  font-family: 'montserrat', sans-serif;
  display: inline-block;
}
.blog-pagination a:hover {
  background-color: #36bef2;
  border: 1px solid #00acee;
  color: white;
}
.post-listing .post-item {
  transition: .2s ease;
}

.post-listing .post-item:hover {
  box-shadow: 0px 10px 20px #4a4a4a38;
}
.featured-listing-post-one .custom-post-body {
  padding: 0px !important;
}

.featured-listing-post-one .post-item {
  margin-bottom: 40px;
  background: #f4f4f4;
  padding: 40px;
  border-radius: 8px;
}
.featured-listing-post-one .post-item .hs-featured-image {
  margin-right: 0px !important;
}
.post-listing.featured-listing-post-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  grid-auto-rows: minmax(100px, auto);
}
.post-listing.featured-listing-post-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  grid-auto-rows: minmax(100px, auto);
}
.featured-listing-post-two .hs-featured-image,
.featured-listing-post-three .hs-featured-image{
  width: 100%;
  float: none;
}
.post-listing.featured-listing-post-two .post-item,
.post-listing.featured-listing-post-three .post-item{
  background: #f4f4f4;
  padding: 0px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.post-listing .post-item .custom-post-body {
  padding: 40px;
}
.post-listing .post-item h3,
.post-listing .post-item h4{
  margin-top: 0px;
}
#hubspot-author_data {
  margin: 32px auto;
}
.featured-listing-post-one .post-item {
  margin-bottom: 40px;
}
.custom-footer-subscription-form.blogheader {
  max-width: 100%;
}

/* New Blog Layout March 2023
========================================================================== */
.hs-blog-post .headerimage {
  display: none;
}

.two-column-blog-container {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.two-column-blog-container .post-body {
  width: 60%;
}

.two-column-blog-container .email-signup-container {
  align-items: center !important;
  background: #0273ae !important;
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
  margin-bottom: 48px !important;
  padding: 40px !important;
}
.two-column-blog-container .email-signup-container .text-container,
.two-column-blog-container .email-signup-container .email-container {
  width: 100% !important;
}
.two-column-blog-container .email-signup-container .text-container h4 {
  color: #fff !important;
  margin: 0 !important;
}
.blog-related-posts {
  background-color: #f4f4f4;
  margin: 60px auto 0;
}
.blog-related-posts h2 {
  text-align: center;
  margin-bottom: 36px;
}
.blog-related-posts__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem;
  margin: 0 auto;
  max-width: 1200px;
}
.blog-related-posts__post {
  background-color: #fff;
}
.blog-related-posts__content {
  padding: 40px;
}

/* 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-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
}

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

div#comment-form form {
  padding: 0px;
}

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

.section.post-header h1 {
  font-family: 'montserrat', sans-serif;
  color: #1d6194;
  font-size: 48px;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 0;
  margin-top: 32px;
} 
.section.post-header span.custom-post-date {
  color: #bebebe;
}
.sidebar-first-ul-open .custom-covered-conditions ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0px;
}
.sidebar-second-ul-open .custom-off-label ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0px;
}
.sidebar-third-ul-open .custom-blog-topic ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0px;
}
.blog-sidebar ul li {
  display: block;
  width: 100%;
}
.blog-sidebar ul li a {
  display: block !important;
  padding: 17px 30px;
  color: #49484F;
  font-size: 14px;
  background-color: #F2F2F2;
  text-decoration: none;
  border-bottom: 1px solid #e3e4e4;
  font-family: 'Montserrat', sans-serif;
}
.blog-sidebar ul li a:hover:after {
  content: ' >';
  font-size: 12px;
  padding-left: 12px;
  position: absolute;
  padding-top: 1px;
  transition: .3s ease-in-out;
  color: #fff;
}
.blog-sidebar ul li a:hover{
  background-color: #61c4e8;
  transition: .3s ease-in-out;
}
.custom-blog-topic span.filter-link-count {
  display: none;
}
/* Blog Sidebar
========================================================================== */

.blog .blog-sidebar {}

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

.custom-medical-staff span.hs-form-required {
  display: none;
}
.custom-medical-staff .hs-form-field {
  margin-bottom: 28px !important;
}
.custom-medical-staff form {
  padding-top: 30px;
}
.custom-medical-staff form select {
  line-height: 48px;
  height: 48px;
}


ul.blogtopicslist {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

ul.blogtopicslist li {
  display: inline;
  padding-right: 35px;
  font-size: 16px;
}

.span12.widget-span.widget-type-cell.blogrowtopics {
  background-color: #b7b7b7;
  padding: 10px 0px;
}

.blogheader .hs_cos_wrapper {
  background-color: transparent;
}

ul.blogtopicslist a:hover {
  color: #717171;
}


.custom-footer-subscription-form h3 {
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  font-size: 24px !important;
  font-family: 'montserrat' !important;
  color: #fff !important;
}
.custom-footer-subscription-form {
  text-align: center;
}
.custom-footer-subscription-form .hs_cos_wrapper_type_blog_subscribe {
  max-width: 100%;
  background: transparent;
}
.custom-footer-subscription-form .form-title {
  background: transparent;
  border: none;
  padding: 0;
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: none;
  margin: 0 0 18px 0;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  font-size: 24px !important;
  font-family: 'montserrat' !important;
  color: #fff !important;
}
.custom-footer-subscription-form form > div {
  display: inline-block;
  float: left;
}
.custom-footer-subscription-form form {
  display: block;
  overflow: hidden;
  padding: 0;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.custom-footer-subscription-form  input.hs-button.primary.large {
  margin: 0;
}
.custom-footer-subscription-form .hs_submit {
  width: auto;
  position: absolute;
  margin-left: 15px
}
.custom-footer-subscription-form .hs_cos_wrapper_type_blog_subscribe {
  max-width: 100%;
  background: transparent;
}
.custom-footer-subscription-form .form-title {
  background: transparent;
  border: none;
  padding: 0;
}
.custom-footer-subscription-form form > div {
  display: inline-block;
  float: left;
  width: 70% !important;
  vertical-align: top;
}
.custom-footer-menu.col2 h4 {
  margin-bottom: 28px;
}
.custom-footer-subscription-form form {
  display: block;
  overflow: hidden;
  padding: 0;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.custom-footer-subscription-form .hs_email label {
  display: none;
}
.custom-footer-subscription-form ul.hs-error-msgs.inputs-list label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"]{

}
.custom-footer-subscription-form .hs-form-field {
  margin: 0;
}
.custom-footer-subscription-form .hs_cos_wrapper_type_blog_subscribe {
  margin: 0;
}

.bg-image-section .hs_email > label {
  display: none !important;
}


.span12.widget-span.widget-type-form.custom-footer-subscription-form.blogheader {
  margin: 0 auto;
  float: none;
}


.custom-medical-staff .hs_cos_wrapper_type_email_simple_subscription, 
.custom-medical-staff .hs_cos_wrapper_type_form,
.custom-medical-staff .hs_cos_wrapper_type_blog_subscribe,
.custom-medical-staff .widget-type-google_search,
.custom-medical-staff .hs_cos_wrapper_type_password_prompt {
  background-color: #f4f4f4;
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.custom-medical-staff form {
  padding: 20px;
}
.custom-medical-staff .form-title {
  padding: 24px 0px 11px 0px;
  background-color: #074b7d;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-bottom: 4px solid #61c4e8;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.custom-medical-staff .form-title {
  line-height: 26px;
  min-height: auto;
  cursor: default;
}
.custom-medical-staff h3.form-title:after {
  display: none !important;
}
.custom-medical-staff h3.form-title:hover {
  color: #FFF !important;
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

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

.body-container .widget-type-google_search input[type="text"],
.body-container #hs-pwd-widget-password,
.body-container .hs-form-field {
}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display: block;
  padding-top: 10px;
  font-weight: 400;
  line-height: 1.45;
  color: #888;
  font-family: lato,sans-serif;
  font-size: 18px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  border: 1px solid #cacaca;
  font-size: 16px !important;
  height: auto !important;
  padding: 10px 20px !important;
  /*display: block;
  width: 100% !important;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: lato, sans-serif;
  color: #818181;
  line-height: normal;
  padding: 11px 5px;*/
}

.body-container select {
  padding: 10px 20px !important;
}

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


.body-container .hs-form-field > label {
  color: #000;
}

.form-box {
  border-radius: 15px;
}

.body-container .hs-button.primary, .body-container input[type="submit"], .body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal !important;
  text-transform: Uppercase;
  font-family: lato, sans-serif;
  padding: 7px 18px;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  background-color: #00acee;
  border: 1px solid #00acee;
  border-radius: 100px;
  letter-spacing: 1px;
  color: #fff;
  line-height: normal;
  margin-top: 10px !important;
  min-width: 190px;
}

.legal-consent-container * {
    font-size: 15px;
    line-height: 1.15em;
    color: #757575;
}



/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
.form_holder input[type="text"]::-webkit-input-placeholder {
  color: #565656;opacity:1;
} /* Webkit Browsers */
.form_holder input[type="text"]:-moz-placeholder {
  color: #565656;opacity:1;
} /* Firefox 18- */
.form_holder input[type="text"]::-moz-placeholder {
  color: #565656;opacity:1;
} /* Firefox 19+ */
.form_holder input[type="text"]:-ms-input-placeholder {
  color: #565656;opacity:1;
} /* IE10 */


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


/* =============== 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"] {}


/* =============== 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 {
  display: block;
  padding-top: 10px;
  font-weight: 400;
  line-height: 1.45;
  color: #888;
  font-family: lato,sans-serif;
  font-size: 18px;
}

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


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal !important;
  text-transform: Uppercase;
  font-family: lato, sans-serif;
  padding: 7px 18px;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  background-color: #00acee;
  border: 1px solid #00acee;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #fff;
  line-height: normal;
  margin-top: 10px !important;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container .body-container input[type="button"]:hover {
  background-color: #36bef2;
  border: 1px solid #00acee;
}

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

.body-container .hs-error-msgs {
  font-style: italic;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #f00;
}


/*** PADDINGS ***/

.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }
.padding130tb { padding: 130px 0px; }
.padding150tb { padding: 150px 0px; }

.padding10t { padding-top: 10px; }
.padding20t { padding-top: 20px; }
.padding25t { padding-top: 25px; }
.padding25b { padding-bottom: 25px; }
.padding40t { padding-top: 40px; }
.padding50t { padding-top: 50px; }
.padding50b { padding-bottom: 50px; }
.padding75t { padding-top: 75px; }
.padding75b { padding-bottom: 75px; }
.padding60t { padding-top: 60px; }
.padding80t { padding-top: 80px; }
.padding100t { padding-top: 100px; }
.padding150t { padding-top: 150px; }
.padding200t { padding-top: 200px; }

.padding10b { padding-bottom: 10px; }
.padding20b { padding-bottom: 20px; }
.padding30b { padding-bottom: 30px; }
.padding40b { padding-bottom: 40px; }
.padding60b { padding-bottom: 60px; }
.padding80b { padding-bottom: 80px; }
.padding100b { padding-bottom: 100px; }
.padding150b { padding-bottom: 150px; }
.padding200b { padding-bottom: 200px; }

.padding10r { padding-right: 10px; }
.padding10l { padding-left: 10px; }
.padding25r { padding-right: 25px; }
.padding25l { padding-left: 25px; }
.padding50r { padding-right: 50px; }
.padding50l { padding-left: 50px; }
.padding100r { padding-right: 100px; }
.padding100l { padding-left: 100px; }
.padding125r { padding-right: 125px; }
.padding125l { padding-left: 125px; }



@media (max-width: 768px) {
  /*paddings*/
  .padding10r { padding-right: 0px; }
  .padding10l { padding-left: 0px; }
  .padding25r { padding-right: 0px; }
  .padding25l { padding-left: 0px; }
  .padding50r { padding-right: 0px; }
  .padding50l { padding-left: 0px; }
  .padding100r { padding-right: 0px; }
  .padding100l { padding-left: 0px; }
  .padding125r { padding-right: 0px; }
  .padding125l { padding-left: 0px; }
}

@media (min-width: 1000px) {
  .padding-265-desktop {
    padding-top: 265px;
  }
}


.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }

.padding10t { padding: 10px 0px 0px 0px; }
.padding10b { padding: 0px 0px 10px 0px; }

.padding20t { padding: 20px 0px 0px 0px; }
.padding20b { padding: 0px 0px 20px 0px; }

.padding40b { padding: 0px 0px 40px 0px; }
.padding40t { padding: 40px 0px 0px 0px; }

.padding60b { padding: 0px 0px 60px 0px; }
.padding60t { padding: 60px 0px 0px 0px; }

.padding80b { padding: 0px 0px 80px 0px; }
.padding80t { padding: 80px 0px 0px 0px; }

.padding100b { padding: 0px 0px 100px 0px; }
.padding100t { padding: 100px 0px 0px 0px; }


/* Paddings, for use with spacing on columns and rows */

.padding25tb { padding-top: 25px;padding-bottom:25px; }
.padding50tb { padding-top: 50px;padding-bottom:50px; }
.padding75tb { padding-top: 75px;padding-bottom:75px; }
.padding100tb { padding-top: 100px;padding-bottom:100px; }
.padding125tb { padding-top: 125px;padding-bottom:125px; }
.padding150tb { padding-top: 150px;padding-bottom:150px; }

.padding25r { padding-right: 25px; }
.padding25l { padding-left: 25px; }
.padding50r { padding-right: 50px; }
.padding50l { padding-left: 50px; }
.padding100r { padding-right: 100px; }
.padding100l { padding-left: 100px; }
.padding125r { padding-right: 125px; }
.padding125l { padding-left: 125px; }
.padding150r { padding-right: 150px; }
.padding150l { padding-left: 150px; }


.padding25lr { padding-left: 25px;padding-right:25px; }
.padding50lr { padding-left: 50px;padding-right:50px; }
.padding75lr { padding-left: 75px;padding-right:75px; }
.padding100lr { padding-left: 100px;padding-right:100px; }
.padding125lr { padding-left: 125px;padding-right:125px; }
.padding150lr { padding-left: 150px;padding-right:150px; }


.padding10t { padding-top: 5px; }
.padding10b { padding-bottom: 5px; }      
.padding25t { padding-top: 25px; }
.padding25b { padding-bottom: 25px; }
.padding50t { padding-top: 50px; }
.padding50b { padding-bottom: 50px; }
.padding75t { padding-top: 75px; }
.padding75b { padding-bottom: 75px; }
.padding100t { padding-top: 100px; }
.padding100b { padding-bottom: 100px; }
.padding125b { padding-bottom: 125px; }
.padding150t { padding-top: 150px; }
.padding150b { padding-bottom: 150px; }

.padding25 {padding:25px;}
.padding50 {padding:50px;}
.padding75 {padding:75px;}
.padding100 {padding:100px;}
.padding125 {padding:125px;}
.padding150 {padding:150px;}

@media (max-width: 767px) {
  .padding25tb,
  .padding50tb,
  .padding75tb,
  .padding100tb,
  .padding125tb,
  .padding150tb { padding-top: 25px!important;padding-bottom:25px!important; }

  .padding25r,
  .padding25l,
  .padding50r,
  .padding50l,
  .padding100r,
  .padding100l,
  .padding125r,
  .padding125l,
  .padding150r,
  .padding150l { padding-left: 0px!important; padding-right:0px!important; }

  .padding25lr,
  .padding50lr,
  .padding100lr,
  .padding125lr,
  .padding150lr  { padding-left: 0px!important; padding-right:0px!important; }

  .padding25t, 
  .padding25b,
  .padding50t,
  .padding50b,
  .padding75t,
  .padding75b,
  .padding100t,
  .padding100b,
  .padding125t,
  .padding125b,
  .padding150t,
  .padding150b { padding-top:25px!important;padding-bottom:25px!important; }

  .padding25, 
  .padding50,
  .padding75,
  .padding100,
  .padding125,
  .padding150 {padding:25px!important;}
}







/* =============== 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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
.widget-type-widget_container form,
.body-container .hs-search-field
{
  max-width:650px;
  width:100%;
}

.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}


.flex-sections div {
  display: flex;
  flex: 33%;
  flex-wrap: wrap;
  padding: 40px;
  align-items: flex-start;
  justify-content: left;
  padding-bottom: 0px;
}

.flex-sections {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-sections div h5 {
  color: #ffffff;
  text-transform: uppercase;
}

.flex-sections div h5 span {
  color: #61c4e8;
  margin-left: 20px;
  font-size: .9em;
}

.flex-sections.light div h5 {
  color: #49505a; 
  width: 100%;
}


.quotation-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.quotation-banner-wrapper {
  overflow: hidden;
}

.quotation-banner-inner {
  padding: 80px 15px;
  text-align: center;
}

.quotation-banner-inner h4 {
  font-size: 32px;
  line-height: 45px;
  font-style: italic;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.title-module hr {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f4f4f4;
}

.two-col-equal-right-image .span6 {
  width: 50%;
  margin-left: 0;
}

.two-col-equal-right-image .span6 .hs-inner {
  padding: 0 15px;
}

.two-col-equal-right-image {
  margin: 0 -15px;
}

.two-col-equal-right-image .span6 h4 {
  margin-top: 0;
}

.two-col-equal-right-image .span6 p {
  padding-bottom: 17px;
}

ul.custombullets {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  padding-left: 40px !important;
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

ul.custombullets li {
  margin-top: 10px;
  text-align: left;
  font-family: lato, sans-serif;
  font-weight: 400;
}

ul.custombullets li:before {
  font-family: 'FontAwesome';
  content: '\f046';
  padding-right: 5px;
  margin-left: -25px;
  color: #61c4e8;
}

.two-col-equal-right-image .span6 img {
  vertical-align: middle;
  border-radius: 4px;
}

.breadcrumb {
  display: none;
}

.hs-content-id-5936741161 .content-wrapper {
  padding-top: 120px;
  padding-bottom: 55px;
}

.hs-content-id-5936741161 .content-wrapper .title-module {
  margin-bottom: 100px;
}

.affiliates-module .span4 {
  width: 33.33333333%;
}

.affiliates-module .span8 {
  margin-left: 0;
  width: 66.66666667%;
}

.hs-inner {
  padding: 0 15px;
}

.affiliates-module {
  margin: 0 -15px;
  margin-bottom: 35px;
}

.affiliates-module h4 {
  margin-top: 0;
}

.affiliates-module:after {
  border-bottom: 1px solid #d6d6d6;
  content: '';
  display: block;
  margin: 0 15px;
  margin-top: 20px;
}

.affiliates-wrapper:last-of-type .affiliates-module:after {
  content: none;
}

.affiliates-wrapper:last-of-type .affiliates-module {
  margin-bottom: 0;
}

.management .content-wrapper {
  padding-top: 120px;
  padding-bottom: 61px;
}

.manage-right img.hs-image-widget {
  margin-bottom: 15px;
}

.manage-left h4 {
  margin-top: 0;
}

.medical-team .content-wrapper {
  padding-top: 120px;
}

h1.hmsheading {
  color: #49505a;
  font-family: lato, sans-serif;
  text-transform: Capitalize;
  font-size: 34px;
}

h1.hmsheading::after {
  content: '';
  width: 55px;
  color: #fff;
  border-bottom: 4px solid #00ACEE;
  display: table;
  padding: 10px 0px 10px 0px;
}

.medical-team-group {
  margin: 0 -15px;
  margin-top: 70px;
}

.medical-team-item .span3 {
  width: 25%;
}

.medical-team-item .span9 {
  width: 75%;
  margin-left: 0;
}

.medical-team-item .span3 img {
  border-radius: 4px;
}



.bluebtn {
  padding: 15px 30px;
  font-size: 18px;
  background-color: #00acee;
  border: 1px solid #00acee;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing:1px;
  font-weight:700;
  text-decoration: none !important;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  /*width: 390px;*/
  box-shadow: none!important;
  transition:0.2s ease!important;
}

.medical-team-item p:last-child {
  margin-bottom: 0;
}

.bluebtn:hover {
  background-color: #36bef2;
  border: 1px solid #36bef2;
  color: white;
}

.medical-team-item {
  margin-bottom: 70px;
}

.medical-team-item:after {
  content: '';
  margin: 0 15px;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  margin-top: 70px;
}

.medical-team-item:last-child:after {
  content: none;
}

.medical-team-item:last-child {
  margin-bottom: 20px;
}

.medical-team-details {
  margin: 0 -15px;
}

.medical-team-details .span4 {
  width: 33.33333333%;
}

.medical-team-details .span8 {
  width: 66.66666667%;
  margin-left: 0;
}

.medical-team-details .span8 h3 {
  margin-top: 0;
  color: #303030;
}

.medical-team-details .span4 img {
  border-radius: 4px;
}

.right-sidebar .form-title {
  padding: 24px 0px 11px 0px;
  background-color: #074b7d;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-bottom: 4px solid #61c4e8;
  line-height: 1.45;
}

.right-sidebar form {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
}

.right-sidebar form input.hs-input {
  margin: 0;
  width: 100%;
  padding: 13px 5px;
  border-color: transparent;
  color: #000;
  font-size: 13.3333px;
  line-height: normal;
  font-family: Arial;
  font-weight: 400;
  border-color: #BFBFBF;
}

.right-sidebar form select {
  width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  font-size: 13px;
  background-color: #fff;
  outline: 0;
  color: #818181;
  font-family: inherit;
  padding: 2px 4%;
  height: 37px;
  margin: 0;
  border-color: #BFBFBF;
}

.right-sidebar form textarea {
  margin: 0;
  width: 100%;
  height: 130px;
  border: 1px solid #cacaca;
  font-size: 13px;
  font-family: lato, sans-serif;
  color: #818181;
  margin-bottom: 10px;
  border-color: #BFBFBF;
}

.right-sidebar form input.hs-button.primary.large {
  padding: 10px 50px;
  width: 100%;
}

.right-sidebar .hs-cta-wrapper img:hover {
  box-shadow: 1px 1px 40px rgba(68, 68, 68, 0.6);
}

.right-sidebar .hs-cta-wrapper img {
  transition: .3s all ease-in-out;
}

.twr-layout .content-wrapper {
  padding-top: 120px;
  padding-bottom: 70px;
}

.twr-layout h1.hmsheading {
  margin-bottom: 0;
}

.benefit-module {
  background-color: #f4f4f4;
  padding: 32px;
  border: 1px solid #e6e6e6;
  margin-top: 0px;
}
.benefit-module h4 {
  margin-top: 0;
}

.benefit-module ul li {
  margin-top: 15px;
  font-size: 17px;
  line-height: 21px;
}

.dykbox {
  background-color: #074b7d;
  padding: 40px;
  position: relative;
  margin-top: 32px;
}

.dykbox:before {
  content: '\f059';
  color: rgba(255, 255, 255, 0.1);
  font-family: 'FontAwesome', sans-serif;
  font-size: 170px;
  position: absolute;
  top: -41px;
  left: -20px;
}

.dykbox h4 {
  color: #5297ca;
  margin-top: 0;
}

.dykbox p {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 0;
}

.twr-layout .main-content hr {
  margin-top: 50px;
  margin-bottom: 65px;
  background-color: #f4f4f4;
}

.two-col-right-btn h4 {
  margin-top: 0;
  float: left;
  width: 70%;
  margin-right: 5%;
}

.two-col-right-btn p {
  margin: 0;
}

.research-study-group {
  clear: both;
  border-top: 1px solid #f4f4f4;
  margin-top: 50px;
  padding-top: 50px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 35px;
  margin-bottom: 44px;
}

.two-col-right-btn {
  clear: both;
  overflow: hidden;
}

.research-study-group h4.conditionrtnheading {
  color: #49505a;
  margin: 0;
  margin-bottom: 20px;
}

.research-study-group i.fa.fa-file-pdf-o {
  color: #61c4e8;
  margin-right: 10px;
  position: relative;
}

.research-study-group i.fa.fa-desktop {
  color: #61c4e8;
  margin-right: 6px;
  position: relative;
}

.twr-layout .main-content {
  padding-right: 12px;
}

ul.l_tinynav1 {
  display: none !important;
}

ul.l_tinynav2 {
  display: none !important;
}

.condition-menu {
  background-color: #f4f4f4;
  padding: 40px;
  display: table-row-group !important;
  width: 49% !important;
  margin-right: 2%;
  margin-left: -15px !important;
  margin-top: 6px;
}

.condition-menu.right {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.condition-menu .widget-type-text .hs_cos_wrapper_type_text {
  font-weight: 400;
  line-height: 1.15;
  text-transform: initial;
  letter-spacing: 0em;
  font-size: 1.414em;
  color: #49505a;
  display: block;
  margin-bottom: 32px;
}

.condition-menu>.row-fluid-wrapper {
  padding: 0 15px;
}

.condition-menu select {
  color: black;
  background-color: rgb(248, 248, 248);
  border: 1px solid #cacaca;
  width: 100%;
  height: 45px;
  font-size: 18px;
  padding: 0;
  font-family: Arial;
  line-height: normal;
  margin: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 32px;
  margin-top: 0;
  border: 0;
}

.embed-container iframe, .embed-container object, 
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hs-content-id-5939827141.twr-layout .two-col-right-btn,
.hs-content-id-5939850951.twr-layout .two-col-right-btn {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 44px;
  padding-bottom: 50px;
}

.career-layout .content-wrapper {
  padding-top: 70px;
  padding-bottom: 73px !important;
}

.BambooHR-ATS-board h2 {
  font-family: lato,sans-serif !important;
}

.career-layout .content-wrapper h1 {
  padding-bottom: 34px;
}

#BambooHR-Footer a {
  text-decoration: none !important;
}

.condition-layout .content-wrapper {
  padding-top: 120px;
}

.condition-layout .content-wrapper hr {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f4f4f4;
}

.label-condition-menu .hs-menu-wrappper > ul {
  display: block;
}

.label-condition-menu .hs-menu-wrappper > ul li {
  float: none !important;
}

.label-condition-menu .hs-menu-wrapper > ul {
  display: block;
  margin-top: 15px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.label-condition-menu .hs-menu-wrapper > ul > li {
  float: none !important;
  width: 97% !important;
  padding: 0 !important;
}

.label-condition-menu .hs-menu-wrapper > ul > li > a {
  background-color: #f4f4f4;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  max-width: 96%;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 23px;
}

.label-condition-menu .hs-menu-wrapper > ul > li > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  margin-top: 5px;
  content: "\f138";
}

.label-condition-menu .hs-menu-wrapper > ul > li > a:hover {
  background-color: #1d6194;
}

.condition-bottom-content p {
  font-size: 14px;
  line-height: 20px;
}

.condition-bottom-content {
  margin-top: 71px;
}

.label-condition-menu .hs-menu-wrapper > ul > li:nth-child(2n) > a {
  float: right !important;
  max-width: 97.5%;
}

.label-condition-menu .hs-menu-wrapper > ul > li:nth-child(2n) {
  padding-right: 15px;
}

.hs-content-id-5939300474 .condition-bottom-content {
  margin-top: 0;
}

.connect-with-us h4 {
  margin-top: 30px;
}

.connect-with-us .q_social_icon_holder a {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0.2px;
}

.connect-with-us p {
  padding-left: 3px;
}

.contact-right-column form {
  max-width: 100%;
}

.contact-bottom {
  padding-top: 80px;
}

.contact-right-column textarea {
  width: 100%;
  height: 106px;
  -webkit-appearance: none;
  border: 1px solid #cacaca;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: lato, sans-serif;
  color: #818181;
}

.contact-location-module {
  width: 33.33333333%;
  float: left;
  position: relative;
}

.contact-location {
  padding: 0 15px;
}

.contact-location-wrapper {
  clear: both;
  overflow: hidden;
  margin: 0 -15px;
}

.contact-location h4 {
  margin-top: 0;
}

.contact-image-section {
  margin-bottom: 15px;
}

.contact-right-column select {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #cacaca;
  font-size: 13px;
  background-color: #fff;
  outline: 0;
  color: #818181;
  font-family: lato, sans-serif;
  padding: 2px 4%;
  height: 37px;
}

.two-column-module-image-align {
  clear: both;
  overflow: hidden;
  margin: 0 -15px;
  margin-bottom: 132px;
}

.two-column-module-image-align.right .span6.img {
  float: right;
}

.two-column-module-image-align .span6 {
  margin: 0;
  width: 50%;
}

.two-column-module-image-align h1 {
  text-transform: Capitalize;
  font-size: 34px;
  color: #49505a;
}

.two-column-module-image-align h1:after {
  content: '';
  width: 55px;
  color: #fff;
  border-bottom: 4px solid #00ACEE;
  display: table;
  padding: 10px 0px 10px 0px;
}

.two-column-module-image-align img {
  border-radius: 4px;
  vertical-align: middle;
}

.two-column-module-image-align .span6 .hs-cta-wrapper {
  margin-top: 62px;
  display: block;
}

.align-wrapper {
  clear: both;
  overflow: hidden;
}

.align-wrapper .align-module:last-of-type .two-column-module-image-align {
  margin-bottom: 6px;
  padding-top: 70px;
}

.sciene-layout .title-blue-border h1.hmsheading {
  text-transform: Capitalize;
  font-size: 36px;
  text-align: center;
}

.sciene-layout .title-blue-border h1.hmsheading:after {
  padding: 10px 0px 10px 0px;
  margin: 0 auto;
}

.sciene-layout .title-blue-border {
  margin-bottom: 40px;
}

.two-col-equal .span6 {
  width: 50%;
  margin: 0;
  float: left;
}

.hs-box {
  padding: 40px;
  box-shadow: 1px 1px 20px rgba(68, 68, 68, 0.11);
  border-radius: 4px;
  border: 1px solid #00acee;
  min-height: 792px;
}

.two-col-equal {
  margin: 0 -15px;
  margin-top: 80px;
  margin-bottom: 42px;
}

.two-col-equal h4 {
  margin-top: 0;
}

.sciene-layout .content-wrapper {
  padding-bottom: 60px;
}

img.mobile-img {
  display: none;
}

.location-layout .content-wrapper {
  padding-top: 120px;
}

.location-left-col h4 {
  margin-top: 0;
}

.location-gallery .slick-slider {
  padding: 0;
  margin: 0;
}

.location-gallery .slick-slider .slick-slide-inner-wrapper {
  display: block;
}

.location-gallery .slick-slider .slick-slide {
  margin: 0;
}

.location-gallery ul.slick-dots {
  display: none !important;
}

.location-gallery .hs_cos_gallery_thumbnails .slick-list.draggable {
  padding: 0 !important;
  margin-top: 8px;
}

.location-gallery .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track {
  width: 100% !important;
}

.location-gallery .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .slick-slide {
  width: 33.333% !important;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.location-gallery .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .slick-slide .slick-slide-inner-wrapper {
  cursor: pointer;
}


.location-gallery .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .slick-slide.active{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

.location-left-col table {
  border: none;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
}

.location-left-col table td {
  padding: 5px 10px;
  text-align: center;
}

.contact-info i {
  color: #00acee;
}

.contact-info {
  margin-top: 32px;
}

.location-bottom-content {
  padding-top: 90px;
}

.location-bottom-content .title-module h1 {
  font-weight: 400;
  line-height: 1.15;
  text-transform: initial;
  letter-spacing: 0em;
  color: #1d6194;
  font-size: 2.827em;
}

.location-layout .medical-team-group {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.location-bottom-content iframe {
  width: 100%;
}

.location-bottom-content .iframe-wrapper~p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.medical-team-group {
  overflow: hidden;
  clear: both;
}

.location-layout .content-wrapper {
  padding-bottom: 70px;
}

.iframe-wrapper {
  background-color: #f7f7f7;
  padding: 5px;
  margin-top: 50px;
}

.location-gallery .slick-arrow {
  z-index: 9;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.location-gallery .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.location-gallery .slick-arrow:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

.location-gallery .slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.location-gallery .slick-arrow:hover:before {
  opacity: 1;
}


.acoomodation-module h4 {
  margin-top: 0;
}

.acoomodation-module .span4 {
  width: 33.33333333%;
}

.acoomodation-module .span8 {
  margin-left: 0;
  width: 66.66666667%;
  text-align: right;
}

.acoomodation-module .span8 img {
  vertical-align: middle;
  border-radius: 4px;
}


.contact-info-inner table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  vertical-align: middle;
}

.contact-info-inner table td {
  padding: 5px 10px;
  text-align: center;
}

.contact-info-inner table i {
  color: #00acee;
}

.contact-info-inner {
  margin-top: 32px;
}

.bottom-map-content {
  margin-top: 50px;
}

.bottom-map-content .iframe-wrapper {
  margin: 0;
}

.accomodation-layout .content-wrapper {
  padding-bottom: 0;
}

.acoomodation-inner-section {
  margin: 0 -15px;
}

.acoomodation-module {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 84px;
  margin-bottom: 90px;
}

.acoomodation-module-main-wrapper .acoomodation-module-main:last-of-type .acoomodation-module {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 75px;
}

.patient-referral {
  background-color: #e6e6e6;
  padding: 44px;
  margin-top: 68px;
}

.patient-referral hr {
  background-color: #f4f4f4;
  margin-top: 24px;
  margin-bottom: 26px;
}

.patient-referral p {
  margin-bottom: 0;
}

.physician-bottom-section {
  background-color: #e6e6e6;
  padding-top: 80px;
  padding-bottom: 40px;
}

.speciality-item {
  position: relative;
  width: 25%;
  float: left;
  margin-bottom: 40px;
}

.speciality-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}

.speciality-image-section a {
  border: none;
  outline: 0;
}

.speciality-content-section {
  background-color: #fff;
  box-shadow: 0px 0px 11px rgba(68, 68, 68, 0.23);
}

h1.hmstitle {
  font-size: 15px;
  text-align: left;
  padding: 10px;
  line-height: 18px;
  margin: 0;
}

.speciality-image img {
  vertical-align: middle;
  border-radius: 4px;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,1,1);
  -moz-transition: -moz-transform .3s cubic-bezier(.4,0,1,1);
  -o-transition: -o-transform .3s cubic-bezier(.4,0,1,1);
  transition: transform .3s cubic-bezier(.4,0,1,1);
}

.speciality-image:hover img {
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}

.resouces .title-blue-border {
  margin-bottom: 32px;
}

.resouces .main-content img {
  border-radius: 4px;
  vertical-align: middle;
}

.specialties-wrapper {
  background-color: #e8e8e8;
  padding: 20px;
  padding-bottom: 30px;
}

.specialties-wrapper>.row-fluid-wrapper {
  padding: 0 15px;
}

.specialties-wrapper .widget-type-text>span.hs_cos_wrapper_type_text {
  font-weight: 400;
  line-height: 1.15;
  text-transform: initial;
  letter-spacing: 0em;
  margin-bottom: 16px;
  font-family: lato,sans-serif;
  font-size: 1.414em;
  color: #49505a;
  float: left;
  margin-top: 20px;
}

.specialties-wrapper select#tinynav1 {
  border: 1px solid #cacaca;
  max-width: 100%;
  width: 250px !important;
  height: 45px;
  font-size: 18px;
  padding: 0;
  color: black;
  line-height: normal;
  font-family: Arial;
  float: right;
}

.cn-top h4 {
  margin-top: 0;
}

.cn-top-menu {
  margin-top: 125px;
  padding-top: 20px;
}

.cn-btm p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}


.cn-top-off-label {
  padding-top: 40px;
  margin-top: 120px;
}

.faq .title-module hr {
  margin-top: 25px;
  margin-bottom: 25px;
}

.accordion-item h5 {
  cursor: pointer;
  position: relative;
  display: block;
  line-height: 2em;
  min-height: 45px;
  padding: 0;
  margin: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  box-sizing: border-box;
  -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out,background-color .3s ease-in-out;
  transition: color .3s ease-in-out,background-color .3s ease-in-out;
  color: #303030;
  font-weight: 600;
  padding-top: 9px;
  border: 1px solid #dcdcdc;
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 8px;
  border-top: 2px solid #00acee;
}

.accordion-item {
  margin-bottom: 10px;
}


.accordion-item h5 span {
  display: block;
  padding: 0 23px 0 23px;
  max-width: 1024px;
}

.accordion-item h5:hover {
  color: #1f6d9e;
}

.accordion-content {
  margin-bottom: 30px;
  border: 2px solid #e3e3e3;
  border-top-width: 1px;
}

.accordion-content p {
  padding: 8px 30px 20px 30px;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-content_inner

.video-wrapper {
  margin: 0 -15px;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

.video-content {
  padding-left: 15px;
  padding-right: 15px;
}

.video-content-module {
  width: 33.33333333%;
  float: left;
}

.video-content-module h4 {
  margin-top: 16px;
}

.video-layout .content-wrapper {
  padding-top: 120px;
}

.medicl-soln-inner {
  width: 50%;
  padding: 0 15px;
}

.medicl-soln-feature {
  margin: 0 -15px;
  margin-top: 20px;
  clear: both;
  overflow: hidden;
}

.medicl-soln-feature h4 {
  margin-top: 16px;
}

.hs-video-banner {
  padding-left: 15px;
  padding-right: 15px;
  padding: 8% 0px;
  background-position: center center;
  position: relative;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
  background-repeat: repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  background: #0c1776;
  background: -moz-linear-gradient(45deg,#0c1776 0%,#207cca 51%,#6ae8fc 100%);
  background: -webkit-linear-gradient(45deg,#0c1776 0%,#207cca 51%,#6ae8fc 100%);
  background: linear-gradient(45deg,#0c1776 0%,#207cca 51%,#6ae8fc 100%);
}

.colorvideo-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4));
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
.hs-video-banner .video-content-wrapper {
  z-index: 3;
  position: relative;
}

.hs-video-banner video.parallax-video {
  position: absolute;
  left: 0;
  top: -250px;
  right: 0;
  width: 100%;
  bottom: 0;
  min-height: 100%;
  z-index: 1;
  object-fit: cover;
}

.video-content-inr {
  width: 100%;
  padding-bottom: 10px;
}

.hs-video-banner h1, .hs-video-banner h4 {
  color: #fff;
  margin-top: 0;
}

.video-inner .fa {
  color: #fff;
  font-size: 44px;
  bottom: -140px;
  position: absolute;
  left: 0px;
  right: 0px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.home-row2 {
  padding: 4% 0;
  position: relative;
}

.home-row2-left h2 {
  margin-top: 0;
}

.home-row2-right {
  width: 58.33333333% !important;
  margin-left: 0 !important;
}

.home-row2-left>span, .home-row2-right>span {
  padding: 0 15px;
  display: block;
}

.home-row2 .page-center>.row-fluid-wrapper {
  margin: 0 -15px;
}

.home-row2-left {
  width: 41.66666667% !important;
}

.home-row2-right .embed-container {
  margin-top: 0;
}

.home-row2-left h4 {
  margin-top: 0;
}

.home-row2-left ul.custombullets {
  padding-left: 40px;
}

.who-we-are {
  padding: 6% 0;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.who-we-are h2 {
  color: #00abee;
  margin-top: 0;
}

.full_section_inner .row-fluid:before,.full_section_inner .row-fluid:after {
  content: none;
}

.full_section_inner .row-fluid {
  clear: both;
  overflow: hidden;
  margin: 0 -15px;
  width: auto;
}

.home-row4 {
  padding: 4% 0;
  position: relative;
  text-align: center;
}

.home-row4 h2 {
  margin-top: 0;
}

.home-row4 p {
  margin-bottom: 0;
  text-align: left;
}

.home-row4 .page-center>div:first-of-type {
  width: 66.66666667%;
  margin: 0 auto;
}

.chart-section {
  width: 66.66666667%;
  margin: 0 auto;
}

.chart div {
  width: 100% !important;
}

.chart div svg {
  width: 100% !important;
}

text {
  fill: rgb(117, 117, 117);
  font-weight: 400;
  line-height: 1.45;
  color: #888;
}

.chart~span {
  display: block;
  text-align: left;
  font-weight: 400;
  line-height: 1.45;
  color: #888;
  font-family: lato,sans-serif;
}

.home-bottom-section .who-we-are {
  padding: 4% 0;
}

.full_section_inner p:last-child {
  margin-bottom: 0;
}

.home-row2-right p {.
  margin-bottom: 0;
}

.hs-content-id-5951186573 .content-wrapper {
  padding-top: 120px;
}



.hs-content-id-5951186573 .title-blue-border {
  margin-bottom: 30px;
}

.radio-podcast h4 {
  margin: 0;
}

.radio-podcast h5 {
  margin: 0 0 16px;
  color: #303030;
}

.full_section_inner {
  padding: 0 15px;
}

.row-fluid.both .left {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.row-fluid.both .right {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.row-fluid.both h6 {
  margin: 0;
}

audio#audio-1238-1 {
  background: #bfbfbf;
}

.radio-podcast {
  background-color: #efefef;
  padding: 40px 20px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  position: relative;
  margin-bottom: 50px;
}

.radio-podcast h4 {
  margin: 0;
}

.radio-podcast h5 {
  margin: 0;
  margin-bottom: 16px;
  color: #303030;
}

.radio-podcast h6 {
  margin: 0;
}

.radio-podcast .full_section_inner {
  padding: 0 15px;
}

.radio-podcast .row-fluid.both .left,.radio-podcast .row-fluid.both .right {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.mejs-container {
  background: #bfbfbf !important;
  margin-top: 10px;
  height: 40px !important;
}

.mejs-controls:not([style*="display: none"]) {
  background: transparent;
}

span.mejs-currenttime {
  color: #000;
  font-family: lato,sans-serif;
  font-size: 13px;
  line-height: 10px;
  font-weight: normal;
}

span.mejs-duration {
  color: #000;
  font-family: lato,sans-serif;
  font-size: 13px;
  line-height: 10px;
  font-weight: normal;
}

.mejs-button>button {
  background-image: url(//2206753.fs1.hubspotusercontent-na1.net/hubfs/2206753/HyperbaricMedicalSolutions_July2018/Images/play.png) !important;
  opacity: 0.2;
  margin: 14px 15px 13px;
  padding: 0;
  position: absolute;
  width: 12px;
  height: 13px;
  border: 0;
  background: 0 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

.mejs-horizontal-volume-current {
  background: none;
  display: none;
}

.mejs-horizontal-volume-total {
  background: #4dc8e9 !important;
}

.mejs-button.mejs-volume-button.mejs-mute>button {
  background-image: url(//2206753.fs1.hubspotusercontent-na1.net/hubfs/2206753/HyperbaricMedicalSolutions_July2018/Images/sound.png) !important;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 16px;
  margin: 12px 6px 12px 11px;
}

.radio-podcast .bottom-sec {
  border-top: 1px solid #444444;
  padding-top: 45px;
  margin-top: 45px;
}

.mejs-pause>button {
  background-image: url(//2206753.fs1.hubspotusercontent-na1.net/hubfs/2206753/HyperbaricMedicalSolutions_July2018/Images/pause.png) !important;
  opacity: 0.2;
}

.scorll-btm {
  display: inline-block;
  cursor: pointer;
  position: absolute;
}

.breadcrumb {
  position: absolute;
  height: 100%;
  font-size: 13px;
  top: 0;
  right: 0;
  color: #303030;
  display: block;
}

.section-header-breadcrumb .page-center {
  position: relative;
}

.breadcrumbs {
  display: table;
  height: 100%;
  width: 100%;
  line-height: 1em;
}

.breadcrumbs, .breadcrumb .current, .breadcrumb a {
  color: #dddddd;
}

.breadcrumbs .breadcrumbs_inner {
  display: table-cell;
  vertical-align: middle;
}

.breadcrumbs .hs-breadcrumb-menu-item {
  padding: 0;
  float: none;
  display: inline-block;
}

.hs-breadcrumb-menu-divider:before {
  content: ' > ';
  line-height: 1em;
  font-size: 13px;
  padding: 0;
}

li.hs-breadcrumb-menu-item.last-crumb {
  color: #fff;
}

.breadcrumb a:hover {
  color: #1d6194;
}

.search-open .hs-search-field__bar {
  min-height: 45px;
}

.custom-header-search .hs-search-field__bar form {
  background: #f1f1f1;
}

.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  padding: 20px;
  color: #888;
}

.affiliates-main-wrapper {
  overflow: hidden;
  clear: both;
  display: block;
}

.medical-team .content-wrapper {
  padding-bottom: 65px;
}

#BambooHR-Footer img:hover {
  box-shadow: 1px 1px 40px rgba(68, 68, 68, 0.6);
}

#BambooHR-Footer img {
  transition: .3s all ease-in-out;
}

.location-gallery .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .slick-slide:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}

.custom-header.lp .header_inner_right {
  display: none !important;
}

.custom-header.lp {
  min-height: 120px !important;
  background: #fff;
}

.connect-with-us .q_social_icon_holder a:hover i {
  color: #00acee!important;
}

.contact-location img {
  border-radius: 4px;
  transition: .3s all ease-in-out;
}

.contact-location img:hover {
  box-shadow: 1px 1px 40px rgba(68, 68, 68, 0.6);
}

a.qode_search_submit.foucs {
  color: #1e73be;
}

.error-page .custom_error_message {
  text-align: center;
}

.error-page .custom_error_message h2 {
  margin: 40px 0 20px;
  font-size: 32px;
}

.error-page .custom_error_message a.qbutton.with-shadow {
  border: 2px solid #303030;
  color: #ffffff;
  font-size: 12px;
  line-height: 49px;
  height: 49px;
  font-style: normal;
  font-weight: 600;
  background-color: #61c4e8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-width: 0px;
  position: relative;
  width: auto;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial!important;
  -moz-box-sizing: initial!important;
  box-sizing: initial!important;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border-radius: 30px;
  padding: 0px 40px;
  margin-top: 36px;
}

.error-page .custom_error_message a.qbutton.with-shadow:hover {
  background-color: #1d6194;
}

.error-page .hs-search-field {
  margin: 0 auto;
}

.error-page .content-wrapper {
  padding-top: 50px;
}

.signup-form-wrapper .submitted-message {
  color: #fff;
  text-align: center;
}

.custom-header-search {
  display:none;
}


.label-condition-menu .hs-menu-wrapper > ul > li > a {
  max-width: 100% !important;
}

.label-condition-menu .hs-menu-wrapper > ul > li:nth-child(2n) > a {
  float: none !important;
}


/*** HOME PAGE ***/

.header-img {
  background: linear-gradient(to top, rgb(255 255 255 / 0%), rgb(255 255 255 / 30%), rgb(255 255 255 / 100%)), url(https://www.hyperbaricmedicalsolutions.com/hubfs/header%20blob.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  margin-top: -150px;
  height: 800px;
}

.diagonal-box {
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%), rgb(255 255 255 / 100%)), url(https://www.hyperbaricmedicalsolutions.com/hubfs/SVGs/diagonal%20box.svg);
  background-size: cover;
  margin-top: 50px;
}

.video-box {
  margin-top: -80px;
}

.circle-box {
  background-image: url(https://www.hyperbaricmedicalsolutions.com/hubfs/SVGs/round%20curt%20box.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}



/*** SITE PAGES ***/


.title-card {

  background-image: linear-gradient(to bottom, rgb(255 255 255 / 100%), rgb(255 255 255 / 0%)), url(https://www.hyperbaricmedicalsolutions.com/hubfs/SVGs/round%20curt%20box-flipped.svg);
  background-repeat: no-repeat;
  min-height: 500px !important;
  background-size: cover;
  background-position: top;
  padding-bottom: 200px;
}


.title-card h1 {
  padding-top: 200px;
  text-align: center;
}

.title-card p {
  max-width: 1200px;
  margin: 0 auto;
}


.blue-box {
  background-color: #ebfaff;
}


.procedure img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}

.shadow-box {
  background-color: #fff;
  box-shadow: 0 0 36px #00000014;
  padding: 30px;
  margin-bottom: 30px;
}

.conditions-container {
  margin-top: -170px;
}


.conditions-box li {
  list-style: disc outside none;
  margin-left: 40px;
}

.icon-item h3 {
  overflow-wrap: normal;
}

/***LOCATIONS PAGES***/

.directions p:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #019edc;
}

.addy p:before {
  content: '\f3c5 \A';
  margin-left: -21px;
}

.ring p:before {
  content: '\f095 \A';
  margin-left: -25px;

}

.hours p:before {
  content: '\f017 \A';
  margin-left: -21px;
}

.directions p {
  margin-left: 21px;
  font-size: 17px;
}








/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 1500px) {
  .container-fluid .row-fluid .page-center {
    max-width:1400px;
  }
}

@media (max-width: 1499px) {
  .custom-header .page-center {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) {
  display: none;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) {
  display: none;
} */
  .patient-referral {
    margin-top: 48px;
  }

  .custom-logo {
    left: 0;
  }
}

@media (max-width: 1499px) and (min-width:768px){
  .grecaptcha-badge {
    width: 100% !important;
    overflow-x: auto;
  }

  .medical-team-details .bluebtn {
    margin-bottom: 10px;
  }
}

@media (max-width: 1400px) {
  .featured-listing-post-one .post-item .hs-featured-image {
    float: none !important;
    width: 100%;
    margin-bottom: 32px;
  }
  .post-listing.featured-listing-post-two {
    display: block;
  }
  .footer-blue-bar .span3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-blue-bar .span6 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1400px) and (min-width:1001px) {
  .video-inner .fa {
    bottom: -80px;
  }
}

@media (max-width: 1350px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) {
    display: none;
  }
}

@media (max-width: 1280px) and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    right: 225px !important;
    left: auto !important;
  }

  .hs-video-banner video.parallax-video {
    top: 0;
  }

  .video-inner .fa {
    bottom: -70px;
  }
}

@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 85%;
  }

  .hs-search-field.custom-header-search .page-center {
    max-width: 950px !important;
  }

  .grecaptcha-badge {
    overflow-x: auto !important;
    width: 100% !important;
  }

  .body-container .hs-form-field > label {
    font-size: 12px;
    line-height: 18px;
  }

  .contact-right-column .grecaptcha-badge {
    width: 256px !important;
  }

  .two-col-equal-right-image .span6 {
    width: 100%;
    margin-bottom: 48px;
  }

  .patient-referral {
    margin-top: 32px;
  }

  .speciality-item {
    width: 50%;
  }
}

@media (max-width: 1199px) and (min-width:768px){
  .benefit-module ul.custombullets {
    padding-left: 20px;
  }
}


@media (max-width: 1024px) {
  .homepage .bluebtn {
    margin: 0 auto;
    float: none;
    text-align: center;
    display: block;
    width: 262px;
  }

  .breadcrumb {
    width: 50%;
    text-align: right;
    right: 15px;
  }

  .title_subtitle_holder h1 {
    width: 50%;
  }
  .custom-logo img {
    max-width: 225.66px !important;
  }
}



@media (max-width: 1017px) {
  .custom-logo img {
    width: 242.66px !important;
    max-width: 242.66px;
  }

  .custom-logo {
    padding-top: 20px;
    z-index: 1;
  }
}

/* @media (max-width: 1500px) and (min-width: 1019px) {
.row-fluid {
padding-bottom: 10px;
}
} */


@media (max-width: 1000px) {
  .post-listing.featured-listing-post-two {
    display: block;
  }
  .blog-content .post-item {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
  .custom-logo img {
    width: 200.19px !important;
    max-width: 200.19px;
  }

  .side_menu_button {
    height: 100px !important;
  }

  .header-container-wrapper {
    min-height: initial;
  }

  .custom-header {
    position: relative;
    padding-bottom: 15px;
    box-shadow: 0 0 30px #0000000f;
  }

  .hs-search-field.custom-header-search .page-center {
    max-width: 798px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 90%;
  }

  .custom-logo a img:hover {
    box-shadow: 1px 1px 40px rgba(68, 68, 68, 0.6);
  }

  .custom-logo {
    width: 100% !important;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 0;
  }

  [class*="footer-bottom-col"] {
    width: 100% !important;
    text-align: center;
  }

  .footer-bottom-col3 p {
    text-align: center;
  }

  .footer-bottom-col3 p a {
    display: block;
    line-height: 23px;
    margin-top: -10px;
  }

  .footer-bottom-col2 p {
    margin-top: 6px;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    width: 32.3%;
    height: auto;
  }

  .footer-menu .hs-menu-wrapper > ul > li:nth-child(4) {
    clear: left;
  }

  .section-header-breadcrumb {
    height: auto;
    padding: 30px 0;
    display: block;
  }

  .title_subtitle_holder {
    display: block;
  }

  .hs-content-id-5936741161 .content-wrapper,
  .medical-team .content-wrapper {
    padding-top: 25px !important;
  }

  .management .content-wrapper {
    padding-top: 25px;
    padding-bottom: 53px;
  }

  .twr-layout .content-wrapper {
    padding-top: 25px;
  }

  .twr-layout .main-content {
    width: 100% !important;
    padding-right: 0;
  }

  .two-col-right-btn h4 {
    width: 100%;
    float: none;
  }

  .twr-layout .sidebar.right {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30px;
  }

  .condition-menu {
    margin-left: 0 !important;
  }

  .right-sidebar .widget-type-form {
    max-width: 100%;
  }

  .grecaptcha-badge {
    width: 256px !important;
  }

  .label-condition-menu .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }

  .location-layout .content-wrapper {
    padding-top: 25px;
  }

  .condition-layout .content-wrapper {
    padding-top: 55px;
  }

  .condition-layout .content-wrapper {
    padding-top: 25px;
  }

  img.alignright {
    float: none !important;
    margin: 0 auto 20px !important;
    display: block;
  }

  .video-layout .content-wrapper {
    padding-top: 25px;
  }

  .hs-video-banner video.parallax-video {
    top: 0px !important;
  }

  .video-content-inr {
    padding-bottom: 0;
  }

  .video-inner .fa {
    bottom: -80px;
  }

  .home-row4 .page-center>div:first-of-type {
    width: 100%;
  }

  .chart-section {
    width: 100%;
  }

  .medical-team-details .span8 a.bluebtn {
    margin-bottom: 10px;
  }

  .custom-header.lp {
    min-height: 100px !important;
  }

  .footer-banner-content h4 {
    line-height: 25px;
  }

  .error-page .content-wrapper {
    padding-top: 25px;
  }
}

@media (max-width: 900px) {
  .video-inner .fa {
    display: none;
  }
}

@media (max-width: 800px) {
  .who-we-are {
    background-position: left;
  }
}

@media (max-width: 800px) {
  .footer-menu .hs-menu-wrapper {
    margin: 0;
  }

  .custom-rss-section,
  .signup-form-wrapper,
  .section-header-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-inner .fa {
    display:none;
  }
}

@media (max-width: 768px) {
  .hs-search-field.custom-header-search .page-center {
    max-width: 630px !important;
  }
}

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

@media (max-width: 767px) {
  .widget-type-form, .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt,
  .widget-type-email_simple_subscription form ,
  .widget-type-widget_container form,
  .body-container .hs-search-field {
    width: 100% !important;
    max-width: 100%;
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px; 
    margin-top:25px;
  }

  .column {
    column-count: 1;
  }

  .q_social_icon_holder .fa-stack.fa-2x {
    margin: .2307692307692308em 2.5px;
    margin-bottom: 0;
  }

  .footer-bottom-col2 p {
    margin-top: 4px;
  }

  .custom-rss-section ul li {
    width: 100% !important;
    float: none;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    width: 100% !important;
    clear: both !important;
  }

  .section-header-breadcrumb {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .quotation-banner-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .title-module {
    padding: 0;
  }

  .two-col-equal-right-image .span6 {
    width: 100%;
  }

  .two-col-equal-right-image {
    margin: 0 -15px;
  }

  .two-col-equal-right-image .span6:last-of-type {
    text-align: center;
    margin-top: 50px;
  }

  .affiliates-module .span4 {
    width: 100%;
    text-align: center;
  }

  .affiliates-module .span8 {
    width: 100%;
  }

  .hs-content-id-5936741161 .content-wrapper .title-module {
    margin-bottom: 0;
  }

  .affiliates-wrapper + .affiliates-wrapper {
    padding-top: 50px;
  }

  .manage-right {
    margin-top: 50px;
  }

  .medical-team-item .span3 {
    width: 100%;
    text-align: center;
  }

  .medical-team-item .span9 {
    width: 100%;
    margin-top: 32px;
  }

  .medical-team-item + .medical-team-item {
    padding-top: 50px;
  }

  .medical-team-details .span4 {
    width: 100%;
    text-align: center;
  }

  .medical-team-details .span8 {
    width: 100%;
    margin-top: 35px;
  }

  a.bluebtn {
    font-size: 13px;
    padding: 4px 0px;
    margin: 0 auto;
    width: 302px;
  }

  .homepage a.bluebtn {
    width: 302px;
  }

  .medical-team-details .span8 a.bluebtn {
    margin-bottom: 10px;
  }

  .benefit-module {
    margin-top: 32px;
  }

  .dykbox {
    margin-top: 32px;
  }

  ul.custombullets {
    margin-left: 3px;
  }

  .condition-menu {
    width: 100% !important;
    margin-bottom: 20px !important;
    display: block !important;
  }

  .twr-layout .sidebar.right {
    margin-top: 0;
  }

  .connect-with-us p {
    margin-top: 0;
  }

  .connect-with-us h4 {
    margin-bottom: 13px;
  }

  .connect-with-us .q_social_icon_holder a {
    margin: 0;
  }

  .contact-location-module {
    width: 100%;
  }

  .contact-image-section {
    margin-top: 50px;
  }

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

  .two-column-module-image-align .span6 {
    width: 100%;
    float: none;
  }

  .two-column-module-image-align .span6.img {
    margin-bottom: 32px;
  }

  .two-column-module-image-align {
    margin-bottom: 60px;
  }

  .two-column-module-image-align .span6 .hs-cta-wrapper {
    text-align: center;
  }

  a#cta_button_2206753_1dc37d3e-9cbf-43ea-83d9-f9a062171f23 {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 250px;
    max-width: 100%;
  }

  .hs-content-id-5943689637 .content-wrapper {
    padding-bottom: 60px;
  }

  .sciene-layout .title-blue-border {
    margin-bottom: 90px;
  }

  .two-col-equal .span6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .acoomodation-module .span4 {
    width: 100%;
  }

  .acoomodation-module .span8 {
    width: 100%;
    margin-top: 20px;
  }

  .label-condition-menu .hs-menu-wrapper > ul > li {
    width: 100%;
  }

  .label-condition-menu .hs-menu-wrapper > ul > li > a,.label-condition-menu .hs-menu-wrapper > ul > li:nth-child(2n) > a {
    float: none !important;
    max-width: 100% !important;
  }

  .label-condition-menu .hs-menu-wrapper > ul > li {
    padding: 0 !important;
  }

  .specialties-wrapper select#tinynav1 {
    width: 100% !important;
  }

  .condition-menu>.row-fluid-wrapper {
    padding: 0;
  }

  .video-content-module {
    width: 100%;
    float: none;
    height: auto !important;
  }

  .medicl-soln-inner {
    width: 100%;
  }

  .home-row2-left {
    width: 100% !important;
  }

  .home-row2-right {
    width: 100% !important;
  }

  a#cta_button_2206753_8bbdfc43-b68f-483d-8bc8-c287441be7e1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 250px;
    max-width: 100%;
  }

  .radio-podcast .row-fluid.both .left, .radio-podcast .row-fluid.both .right {
    width: 100%;
  }

  .radio-podcast .row-fluid.both .left {
    margin-bottom: 20px;
  }

  .location-left-col {
    margin-bottom: 20px;
  }

  .video-inner h1 {
    font-size: 3.5em;
  }

  .breadcrumb {
    right: 0;
  }

  .blog .blog-sidebar {
    margin-top:30px;
  }

  .label-condition-menu .hs-menu-wrapper > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .label-condition-menu .hs-menu-wrapper > ul > li{
    width: 100% !important;
  }
}  


.prp-img1 {
  width: 580px; 
  float: right; 
  margin: 7px 0px 7px 30px;
}

.prp-img2 {
  width: 580px; 
  float: left; 
  margin: 30px 30px 10px 0px;
}

@media (max-width: 1500px) {
  .prp-img1 {
    width: auto;
    float: none;
    margin: 15px 0px;
  }

  .prp-img2 {
    width: auto;
    float: none;
    margin: 15px 0px;
  }
}


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



@media (max-width: 600px) {
  .blog-content .post-item {
    width: 100% !important;
    margin-right: 0px !important;
    float: none !important;
    min-height: auto !important;
    margin-bottom: 32px !important;
  }
  ul.blogtopicslist li {
    display: block;
    padding-right: 0px;
    line-height: 27px;
  }
  .custom-footer-subscription-form form > div {
    width: 100% !important;
  }
  .blog-content h1.custom-blog-post-title {
    padding-top: 0px !important;
  }
  .hs-blog-bg h3 {
    font-size: 24px !important;
  }
  .custom-footer-subscription-form .hs_submit {
    width: 100% !important;
    position: initial !important;
    margin-left: 0px !important;
  }
  .hs-blog-bg input.hs-button.primary.large {
    width: 100%;
    margin-top: -6px !important;
  }

  .hs-search-field.custom-header-search .page-center {
    max-width: 450px !important;
  }

  .signup-form form input[type="email"] {
    width: 100%;
  }

  .signup-form form input.hs-button.primary.large {
    position: static;
    width: 100%;
    margin-top: 10px;
    background-color: #009EDC;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline;
  }

  h1 {
    font-size: 40px;
  }

  img.desktop-img {
    display: none;
  }

  img.mobile-img {
    display: block;
  }

  .content-wrapper {
    padding-top: 35px;
  }

  .speciality-item {
    width: 100%;
    margin-top: 45px;
  }

  .hs-content-id-5947433853 iframe {
    max-width: 100%;
    height: auto !important;
  }

  .condition-layout .content-wrapper {
    padding-top: 60px;
  }

  .twr-layout .content-wrapper {
    padding-top: 60px;
  }

  .twr-layout .title-blue-border {
    margin-bottom: 35px;
  }

  .video-layout .content-wrapper {
    padding-top: 60px;
  }

  .home-row2-left,.home-row2-right {
    padding-top: 35px;
  }

  .home-row2>div {
    margin-top: 35px;
  }

  .full_section_inner {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .home-row4>div {
    padding-top: 90px;
    padding-bottom: 35px;
  }

  .breadcrumb {
    position: static;
  }

  .section-header-breadcrumb {
    padding: 15px 0;
  }

  .title_subtitle_holder h1 {
    width: 100%;
  }

  .breadcrumb {
    width: 100%;
    text-align: left;
  }

  .cn-top-menu,
  .cn-top-off-label {
    margin-top: 40px;
  }

  .quotation-banner-inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .breadcrumbs .hs-breadcrumb-menu-item {
    line-height: normal;
  }

  .condition-bottom-content {
    margin-top: 35px;
  }

  .mejs-horizontal-volume-total {
    width: 90%;
    float: right;
    left: auto;
    right: 0;
  }

  .medical-team-details .span8 a.bluebtn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .medical-team-details .span8 a.bluebtn {
    display: block;
  }
}

@media (max-width: 768px) {
  .signup-form .form-title {
    text-align: left;
  }

  .footer-logo {
    margin: 0 auto;
    text-align: center;
  }

  .footer-nav .hs-menu-wrapper ul li a {
    margin: 0 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .blog-pagination a {
    display: block;
    margin-bottom: 16px;
  }
  .custom-header-inner {
    padding: 0 25px;
  }

  .hs-search-field.custom-header-search .page-center {
    max-width: 330px !important;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    text-align: center;
  }

  .BambooHR-ATS-board ul ul {
    clear: both;
    overflow: hidden;
    padding-left: 0 !important;
  }

  .BambooHR-ATS-board .BambooHR-ATS-Location {
    float: none !important;
    display: block !important;
  }

  a#cta_button_2206753_1dc37d3e-9cbf-43ea-83d9-f9a062171f23 {
    margin: 0 auto;
    display: block;
    width: 150px;
  }

  .sciene-layout .title-blue-border {
    margin-bottom: 0;
  }

  a#cta_button_2206753_8bbdfc43-b68f-483d-8bc8-c287441be7e1 {
    margin: 0 auto;
    display: block;
    width: 150px;
  }

  .hs-video-banner .video-content-wrapper {
    padding: 0 15px;
  }

  .patient-referral a {
    display: inline-block;
    word-break: break-word;
  }

  .mejs-horizontal-volume-total {
    width: 70%;
  }

  span.mejs-currenttime,
  span.mejs-duration {
    font-size: 9px;
  }

  .mejs-button>button {
    left: 0;
  }

  .mejs-time {
    padding-left: 0;
  }

  .mejs-time-total {
    width: 100% !IMPORTANT;
  }
}

@media (max-width: 420px) {
  .custom-header-inner {
    padding: 0 15px;
  }
}

@media (max-width: 350px) {
  .hs-search-field.custom-header-search .page-center {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  h1 {
    font-size: 30px;
  }

  .grecaptcha-badge {
    width: 100% !important;
  }

  .twr-layout h1.hmsheading {
    font-size: 28px;
  }
}


/*** SITE PAGE MEDIA FILES ***/

@media (max-width: 1200px) {
  .span3.widget-span.widget-type-cell.icon-item {
    display: block;
    width: 47%;
    padding: 30px;
  }
}

@media (max-width: 1500px) and (min-width: 1019px) {
  .circle-box {
    margin-bottom: -10px;
  }
}

@media (max-width: 1000px) {
  .title-card h1 {
    padding-top: 150px;
  }

  .circle-box {
    background-size: 1000px;
  }
}

@media (max-width: 900px) {
  .title-card h1 {
    padding-top: 100px;
  }
}


@media (max-width: 768px) {
  .span3.widget-span.widget-type-cell.icon-item {
    display: block;
    width: 100%;
  }

  .intro-img {
    padding-bottom: 40px;
    margin-top: -80px;
  }
}

@media (max-width: 680px) {
  .hbot-btn {
    display: grid;
    max-width: 350px;
  }
}