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


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

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

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
/* 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; }


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

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

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

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

body {
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.395;
    color: #000;
    font-size: 18px;
    background-color: #efefef;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
}

.content-block {
  background-color: #fff;
  border-style: none;
}

.content-block-grey {
  background-color: #efefef;
  border-style: none;
}


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

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
p:first-child {
    margin-top: 0;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1 {
    font-weight: 300;
    line-height: 1.125;
    font-size: 40px;
    margin: 0 0 20px;
    font-size: 40px;
    margin-bottom: 3px;
    color: #000;
    text-transform: capitalize;
}
h2 {
    font-weight: 400;
    font-size: 30px;   
    color: #000000;
    margin: 0;
    text-transform: none;
}
h3 {
    text-transform: none;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.222;
    letter-spacing: .5px;
}
h4 {
    color: #000;   
    font-size: 1em;
    letter-spacing: .15ex;
    margin: 0 0 10px;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    line-height: 1.222;
    text-transform: none;
    color: #000;
}
h6 {
    font-size: 15px;
    line-height: 1.222;
}

/* Anchor Links */
a { color: #0093b3;text-decoration: none; }
@media only screen and (min-width: 992px) {
    a:hover, a:focus {
        color: #000;
    }
    
}

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

li {
line-height: 1.5;
}



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

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


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

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

.cm-header {
    background-image: url("https://go.irhythmtech.com/hubfs/AFburden.com/BG-AFburden.png");
    background-repeat: no-repeat;
    background-position: center; 
    line-height: 1.2;
    position: sticky;
    padding: 3% 0 3% 0;
    border-top: 5px solid #004b87;
}

.cm-header-img {
    background-image: url("https://go.irhythmtech.com/hubfs/AFburden.com/1200x400_afburden_header.png");
    background-repeat: no-repeat;
    background-position: center; 
    line-height: 1.2;
    position: sticky;
    height: auto;
    padding: 2.5% 0 2.5% 0;
    border-top: 5px solid #004b87;
}

.wordmark {
    padding-top: 2em;
    padding-left: 1em;
}

.active-pages .cm-header {
    margin-bottom: 70px;
}
.cm-top-menu .hs-menu-wrapper > ul {
    margin-bottom: 20px !important;
    padding-top: 18px;
    text-align: right;
    letter-spacing: .02ex;
    display: block;
}

.cm-top-menu .hs-menu-wrapper > ul > li {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 700;
    float: none !important;
}

.cm-top-menu .hs-menu-wrapper > ul > li a {
    color: #999;
}

.cm-top-menu .hs-menu-wrapper > ul > li a:hover {
    color: #000;
}
.widget-span.cm-bottom-header {}

.widget-span.cm-bottom-header > div:first-child > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-span.cm-bottom-header > div:first-child > .row-fluid > div {
    width:  auto;
    float:  none;
    margin: 0;
}

.widget-span.cm-bottom-header .cm-header-left-col {
    -ms-flex: 90% 1 1;
    flex: 90% 1 1;
}

.widget-span.cm-bottom-header .cm-header-right {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    white-space: nowrap;
}

.cm-header-left-col > div > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cm-header-left-col .widget-span.cm-logo {
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 190px;
    margin-bottom: 15px;
}

.cm-header-left-col .widget-span.custom-menu-primary.js-enabled {
    -ms-flex: 99% 1 1;
    flex: 99% 1 1;
    width:  auto;
    margin-left: 0;
}


.btn {
    box-sizing: border-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    height: 30px;
    background: #fff;
    border: 2px solid #5cbacc;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 16px;
    cursor: pointer;
    color: #0093b3;
}
.btn span {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.btn .fa {
    font-size: 12px;
    margin-left: 8px;
}
.btn:hover {
    background: #5cbacc;
    color: #fff;
    text-decoration: none;
}
.btn .fa.fa-search {
    margin: 0 8px 0 0;
}

.btn-orange {
  display: inline-block;
  border-radius: 4px;
  background-color: #ff6a13;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 180px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-orange span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-orange span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-orange:hover span {
  padding-right: 25px;
}

.btn-orange:hover span:after {
  opacity: 1;
  right: 0;
}

.btn-blue {
  display: inline-block;
  border-radius: 4px;
  background-color: #004b87;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 190px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.btn-blue span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-blue span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-blue:hover span {
  padding-right: 20px;
}

.btn-blue:hover span:after {
  opacity: 1;
  right: 0;
}

.btn-blue-fade {
  background-color: #004b87;
  border-radius: 4px;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 15.5px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  width: 180px;
}

.btn-blue-fade:hover {opacity: .6}
/* =============== Content =============== */

.body-container-wrapper {}

.body-container {}

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

.content-bumper {
    padding-right: 5%;
    padding-left: 5%;
}

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


.sect-promo {
    background-color: #fff;
    color: #000;
}
.sect-promo .promo-hold {
    position: relative;
    overflow: hidden;
    font-size: 0;
    min-height: 170px;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sect-promo .promo-hold {
    margin: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    background-color: #000;
}
.sect-promo .fix-wrapper {
    position: relative;
}
.sect-promo .fix-wrapper {
    height: 416px;
    display: -ms-flexbox;
    display: flex;
}
.sect-promo .promo-desc {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.sect-promo .promo-desc {
    padding: 0;
    height: 100%;
    width: 50%;
    position: relative;
    z-index: 1;
}
.sect-promo .promo-desc {
    background-color: #fff;
}
.sect-promo .promo-desc:before {
    content: "";
    border-bottom: 416px solid transparent;
    border-left: 98px solid;
    border-top: none;
    height: 0;
    position: absolute;
    right: -98px;
    top: 0;
    width: 0;
    border-left-color: #fff;
}
.title-1-size {
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.125;
    font-size: 40px;
}
.sect-promo .promo-desc .title-1-size {
    margin-bottom: 3px;
    text-transform: uppercase;
    color: inherit;
}
.sect-promo .title-1-size {
    word-wrap: normal;
}
.sect-promo .promo-desc p {
    line-height: 1.375;
}
.sect-promo p:not(:first-child) {
    margin-top: .6875em;
}
.sect-promo p {
    color: #666;
}
.banner-content {
    width:100%;
}
.sect-promo, .sect-promo .fix-wrapper {
    position: relative;
}
/* =============== Footer =============== */

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


.cm-bottom-footer {
    padding: 14px 0 66px;
    border-top: 1px #4db4c9 solid;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    overflow: hidden;
    color: #fff;
}

.cm-footer {
    background-color: #004b87;
    color: #fff;
}
.cm-bottom-footer-menu {}

.cm-bottom-footer-menu .hs-menu-wrapper > ul {
    float:  right;
}

.cm-bottom-footer-menu .hs-menu-wrapper > ul > li {
    margin-left: 3px;
    float:  none !important;
    display: inline-block;
}

.cm-bottom-footer-menu .hs-menu-wrapper > ul > li a {
    color: inherit;
}

.cm-bottom-footer-menu .hs-menu-wrapper > ul > li:after {
    content: "|";
    padding-left: 6px;
}

.cm-bottom-footer-menu .hs-menu-wrapper > ul > li:last-child:after {
    display: none;
}

.cm-bottom-footer-menu .hs-menu-wrapper > ul > li a:hover {
    color: #000;
}
.cm-top-footer-menu {}

.cm-top-footer-menu .hs-menu-wrapper > ul {
    display: block;
}

.cm-top-footer-menu .hs-menu-wrapper > ul a {
    color: #fff;
}

.cm-top-footer-menu .hs-menu-wrapper > ul a:hover {
    color: #000;
}

.cm-top-footer-menu .hs-menu-wrapper > ul ul {
    position: static !important;
    display:  block !important;
    opacity:  1 !important;
    visibility: visible !important;
}

.cm-top-footer .page-center > div > div {
    padding: 55px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cm-top-footer .cm-top-footer-menu {
    padding-left: 0;
    -ms-flex: 80% 1 1;
    flex: 80% 1 1;
    width: auto;
}

.cm-top-footer .cm-footer-social {
    padding-left: 50px;
    margin-left: 0;
    width: auto;
}

.cm-footer-social h4.item-title {
    text-transform: uppercase;
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
}

.cm-footer-social ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.cm-footer-social ul li {
    white-space: nowrap;
    margin-bottom: 13px;
    display: inline-block;
    font-size: 18px;
}

.cm-footer-social ul li a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #fff;
    color: #0093b3;
}

.cm-footer-social ul li a:hover {
    color: #000;
}
.cm-footer-social ul li:not(:first-child) {
    margin-left: 4px;
}
.cm-top-footer-menu .hs-menu-wrapper > ul > li > a {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: text;
    color:  #fff !important;
}

.cm-top-footer-menu .hs-menu-wrapper > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cm-top-footer-menu .hs-menu-wrapper > ul > li:first-child {
    padding-left: 0;
    -ms-flex: 74% 1 1;
    flex: 74% 1 1;
}

.cm-top-footer-menu .hs-menu-wrapper > ul > li {
    float: none !important;
}

.cm-top-footer-menu .hs-menu-wrapper > ul > li:first-child ul {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.cm-top-footer-menu .hs-menu-wrapper > ul ul li {
    font-size: 16px;
    margin-bottom: 13px;
}
.cm-top-footer-menu .hs-menu-wrapper > ul li a{
    display: inline-block !important;
}
.cm-footer {
    line-height: 1.2;
    padding-top: 2em;
    padding-bottom: 1em;
}
.cm-top-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 50px;
}


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


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 10px;
    text-align: center;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    white-space: nowrap;
    float: none;
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    position: relative;
    padding-bottom: 22px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0093b3;
    height: 0;
    transition: height .2s;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    height: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */


/* 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 */
@media screen and (min-width:1200px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary.mobile.js-enabled {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #000;
        border-top: 6px solid #666;
        padding-top: 26px;
        text-align: center;
        width: 100%;
        min-height: 77px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        display: inline-block;
        margin-right: 25px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #fff;
        font-size: 1.125em;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        color: #6de5ff;
    }
    .active-pages .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after {
        height: 5px;
    }
    .active-pages .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
        color: #0093b3;
    }
    .active-pages .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > ul,
    .active-pages .custom-menu-primary .hs-menu-wrapper > ul > li.hover > ul{
        display: block !important;
        opacity:  1 !important;
        visibility: visible !important;
    }
    .active-pages .custom-menu-primary .hs-menu-wrapper > ul > li.hover > ul {
        z-index: 999 !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
        color: #6de5ff;
    }
    .fixed-active-menu {
        display: none !important;
    }
}


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

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

@media (max-width: 1199px){
.custom-menu-primary.desktop.js-enabled,
.widget-span.cm-top-menu {
    display: none;
}
  /* Menu Reset */
  .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{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    width: 52.3px !important;
    height: 48px;
    position: relative;
    cursor: pointer;
    margin-left: -30px !important;
    min-width: 48px;
  }
 .mobile-trigger span {
    position: absolute;
    left: 12px;
    display: block;
    width: 16px;
    height: 3px;
    background-color: #003859;
    left: 16px;
}
.mobile-trigger span:first-child {
    top: 18px;
}
.mobile-trigger span:first-child, 
.mobile-trigger span:nth-child(3) {
    transition: transform .2s,top .2s .2s;
}
.mobile-trigger span:nth-child(2) {
    top: 23px;
    opacity: 1;
    transition: opacity .2s .4s;
}
.mobile-trigger span:nth-child(3) {
    top: 28px;
}
.mobile-open .mobile-trigger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 23px;
}
.mobile-open .mobile-trigger span:first-child, 
.mobile-open .mobile-trigger span:nth-child(3) {
    transition: transform .2s .2s,top .2s .2s;
}
.mobile-open .mobile-trigger span:nth-child(2) {
    transition: opacity .2s;
    opacity: 0;
}
.mobile-open .mobile-trigger span:first-child, 
.mobile-open .mobile-trigger span:nth-child(3) {
    transition: transform .2s .2s,top .2s .2s;
}
.mobile-open .mobile-trigger span:first-child {
    transform: rotate(45deg);
    top: 23px;
}
  
@media only screen and (max-width: 768px) {
    .mobileview {
        font-size: 50px;
    }
}

  /* ===== 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: 45px !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: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
.custom-menu-primary.js-enabled {
    height: calc(100vh - 48px);
    overflow-y: auto;
    background-color: #0093b3;
    border-top: 7px solid #000;
    position: absolute;
    top: 48px;
    z-index: 1;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity .4s,transform 0s .4s;  
    width: 100%;
  }
.mobile-open .custom-menu-primary.js-enabled {
    transform: translateX(0);
    transition: opacity .4s .2s,transform 0s;
    opacity: 1;
}

  /* Hide menu on mobile */
  .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-open {
    overflow: hidden;
}
.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #94c9d8;
    position: relative !important;
}

.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    padding: 21px 40px 19px 15px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
}

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

.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li.hs-item-has-children> a:before,
.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li.hs-item-has-children> a:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
    width: 16px;
    height: 2px;
    background-color: #fff;
    left: auto;
}

.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li.hs-item-has-children> a:after {    
    transform: rotate(90deg);
}
.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li:last-child {
    border: 0;
}
.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li.child-open {
    padding-bottom: 12px;
    background-color: #fff;
}

.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li.child-open > a {
    color: #0093b3;
}

.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul ul li a {
    padding: 10px 0 6px 15px;
    display: block;
    font-size: 1.125em;
    color: #0093b3;
    text-decoration: none;
    line-height: 1.2;
}

.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li.child-open > a:after {
    background-color: #0093b3;
    transform: rotate(0);
}

.custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul > li.child-open > a:before {
    background-color: #0093b3;
}
.custom-menu-primary .bottom .hs-menu-wrapper ul {
    padding: 4px 0!important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #fff;
}

.custom-menu-primary .bottom .hs-menu-wrapper ul li a {
    display: block;
    padding: 10px 15px 6px;
    color: inherit;
    letter-spacing: .02ex;
    line-height: 1.2;
    display: block;
    text-transform: none;
    font-size: 1.125em;
}

}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item:not(:last-child) {
    margin-bottom: 1.533em;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

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

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

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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

.blog-post-wrapper .post-body strong {
    color: #000;
}
.blog.press .post-header {
    font-size: 16px;
    text-overflow: ellipsis;
}

.blog.press .blog-listing-wrapper .post-listing .post-item:not(:last-child) {
    margin-bottom: 2em;
}

.blog.press .post-header a.post-title {
    letter-spacing: .07ex;
}
.blog-post-wrapper .post-body table td {
    padding: 0;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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


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

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

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

/* Labels and Legends */
label {
    font-family: Conv_DINNextLTPro,Arial,sans-serif;
}
body .hs-form .hs-error-msgs {
    margin: .5em 0;
    font-size: .75em;
    color: red;
}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    font-family: Conv_DINNextLTPro,Arial,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 11px 6px 11px;
    border: 1px solid #0093b3;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #0093b3;
    text-transform: uppercase;
    border-color: #eaeaea;
    color: #666;
    font-weight: 400;
    text-transform: none;
    box-shadow: none;
    display:block;
    max-width:500px;
}
select {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    border-color: #eaeaea;
    height: 35px;
    opacity: .8;
    cursor: pointer;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline:none;
}
.invalid {
    border-color: red!important;
}

/* 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 */
::-webkit-input-placeholder {
    color: #666;
    opacity: .8;
} /* Webkit Browsers */
:-moz-placeholder {
    color: #666;
    opacity: .8;
} /* Firefox 18- */
::-moz-placeholder {
    color: #666;
    opacity: .8;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: #666;
    opacity: .8;
} /* IE10 */


/* Placeholder Text */
.find-doctor-page .body-container ::-webkit-input-placeholder {
    color: #0093b3;
    opacity: 1;
} /* Webkit Browsers */
.find-doctor-page .body-container :-moz-placeholder {
    color: #0093b3;
    opacity: 1;
} /* Firefox 18- */
.find-doctor-page .body-container ::-moz-placeholder {
    color: #0093b3;
    opacity: 1;
} /* Firefox 19+ */
.find-doctor-page .body-container :-ms-input-placeholder {
    color: #0093b3;
    opacity: 1;
} /* IE10 */

.company-page .body-container ::-webkit-input-placeholder {
    color: #0093b3;
    opacity: 1;
} /* Webkit Browsers */
.company-page .body-container :-moz-placeholder {
    color: #0093b3;
    opacity: 1;
} /* Firefox 18- */
.company-page .body-container ::-moz-placeholder {
    color: #0093b3;
    opacity: 1;
} /* Firefox 19+ */
.company-page .body-container :-ms-input-placeholder {
    color: #0093b3;
    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 {}

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    box-sizing: border-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    background: #fff;
    border: 1px solid #5cbacc;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 10px 6px 10px;
    cursor: pointer;
    color: #0093b3;
    font-family: Conv_DINNextLTPro,Arial,sans-serif;
    line-height: 1;
    margin:10px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #5cbacc;
    color: #fff;
    text-decoration: none;
    outline:none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background: #5cbacc;
    color: #fff;
    text-decoration: none;
    outline:none;
}


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

.pop-wrap {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width:  100%;
    height: 100%;
    overflow: auto;
    display:none;
    z-index: 9999;
}

.pop-wrap .pop-pad {
    display:  table;
    height:  100%;
    width: 100%;
}

.pop-wrap .pop-pad .cm-header-search {
    float:  none;
    display:  table-cell;
    vertical-align:  middle;
}

.pop-wrap .pop-pad .cm-header-search > * {
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
    margin: 15px;
    padding: 40px 30px 30px;
    background-color: #fff;
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: 0 auto;
    position:relative;
}

.cm-header-search input[type="text"] {
    -ms-flex: 90% 1 1;
    flex: 90% 1 1;
    margin-right: 5px;
    font-weight: 400;
    color: #666;
    border: 1px solid #0093b3;
    max-width: 100%;
    text-transform: uppercase;
}

.cm-header-search label {
    display: none;
}

.cm-header-search .input {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.375em;
    position: relative;
    margin-top: 20px;
    margin-right: 60px;
}

.cm-header-search a.hs-button.primary {
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    height: 25px;
    border: 0;
    background-color: #0093b3;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    height: 48px;
    padding: 0 20px;
    font-size: 1em;
    margin: 0;
    overflow: visible;
    cursor: pointer;
}
.cm-header-search a.hs-button.primary i {
    margin-right: 6px;
    font-size: 1.4em;
    margin-top: -7px;
}
.closer {
    font-size: 18px;
    padding: .5em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}
/* Styles that do not fit into any of the available sections above can go here. */

.cm-top-footer-menu .hs-menu-wrapper > ul > li > a {
    pointer-events: none;
}




/*================= Full Width Layout =================*/

.full-width-content {
    padding: 60px 0;
    font-size: 16px;
    line-height: 1.375;
}

.cm-lay .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.cm-fw-lay .full-width-content h1:not(.normal-header) {
    font-size: 1.125em;
    color: #000;
    text-transform: none;
    font-weight: bold;
    line-height: 1.375;
    margin-bottom: 0.67em;
}

.cm-fw-lay .full-width-content h2 {
    letter-spacing: .15ex;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 1em;
}

.cm-fw-lay .full-width-content h2+p {
    margin-top: 0;
}

.region-triptych-last {
    padding: 35px 0;
}
.sect-info .fix-wrapper {
    min-height: 102px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.sect-info .fix-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.sect-company-certification {
    max-width: 500px;
    margin-bottom: 8px;
    padding: 10px 0 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 5px 10px #000;
    font-size: 18px;
    line-height: 1.333;
}



.error-bottom-pane {
    padding: 35px 0;
    background: right center no-repeat #000;
    background-image: url(//cdn2.hubspot.net/hubfs/2363545/Irhythm-January2018/Images/bg_info.jpg);
    text-align: left;
}

.error-bottom-pane .page-center {
    min-height: 102px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-bottom-pane .error-content {
    max-width: 500px;
    margin-bottom: 8px;
    padding: 10px 0 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 5px 10px #000;
    font-size: 18px;
    line-height: 1.333;
}

a.btn.btn-transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    text-shadow: none;
    margin-top: 8px;
    text-transform: none;
}

a.btn.btn-transparent:hover {
    color:  #000;
    background-color: #fff;
}


.sect-info {
    padding: 30px 0;
    background: right center no-repeat #000;
}
.region-triptych-last {
    padding: 35px 0;
}
.sect-info .fix-wrapper {
    min-height: 102px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.sect-info .fix-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.sect-company-certification {
    max-width: 500px;
    margin-bottom: 8px;
    padding: 10px 0 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 5px 10px #000;
    font-size: 18px;
    line-height: 1.333;
}

.cm-fw-lay .full-width-content h1+h4 {
    letter-spacing: 0;
    margin-bottom: 1.33em;
}
.full-width-content h3 {    
    margin-top: 0;
    color: #000;
}

.cm-fw-lay .full-width-content h3 {
    font-size: 1.17em;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.375;
}

.cm-fw-lay .full-width-content h3 span {
    font-size: 16px;
}

.cm-fw-lay .full-width-content strong {
    color: #000;
}
.cm-fw-lay .full-width-content h3+p {
    margin-top:0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table, td, tr {
    vertical-align: top;
}
hr {
    border: 1px solid gray;
    height: 3px;
    margin: 0.5em 0;
    background: transparent;
}
.team-page .full-width-content .page-center > div {
    max-width: 930px;
    margin: 0 auto;
}

.team-page .full-width-content .hs_cos_wrapper_type_header {
    margin-left: 228px;
}

.team-page .full-width-content .hs_cos_wrapper_type_header h1 {
    font-weight: 400;
    line-height: 1.125;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-page .full-width-content {
    padding: 50px 0;
}

.cm-one-col-member {    
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    margin-bottom: 40px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cm-one-col-member img {
    display: block;
    width: 178px;
    border-radius: 100%;
    margin: 0 auto 30px;
    margin: 0 50px 0 0;
    -ms-flex: 0 0 178px;
    flex: 0 0 178px;
}
.cm-one-col-member h2.title-5-size {
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display: none !important;
}

.cm-sidebar-menu .hs-menu-wrapper > ul {
    width: 100%;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li {
    text-align: center;
    color: #fff;
    line-height: 1.25;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    float: none !important;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li:not(:last-child) {
    border-right: 0;
    margin-bottom: 1px;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li > a {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.1875em 15px 1em;
    background-color: #5cbacc;
    color: inherit;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: .1ex;
    position:  relative;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li > a:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\f054";
    position:  relative;
    left: 5px;
}

.cm-sidebar-menu .hs-menu-wrapper > ul:before {
    display: none;
}

.cm-sidebar-lay .full-width-content {
    padding: 30px 0;
}

.cm-sidebar-menu .hs-menu-wrapper > ul > li > a:hover,
.cm-sidebar-menu .hs-menu-wrapper > ul > li.active-branch > a {
    background-color: #5298a7;
}
.cm-sidebar-menu .hs-menu-wrapper > ul ul {
    display:none !important;
}

.cm-sidebar-menu {
    padding: 0 0px 0 30px;
}

.cm-three-col-event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-three-col-event .cm-col {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.375;
    -ms-flex-preferred-size: calc(33.33333% - 26.67px);
    flex-basis: calc(33.33333% - 26.67px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 40px;
}
.cm-three-col-event .cm-col:nth-child(3n+1) {
    margin-left: 0;
}
.cm-three-col-event .item-wrapper {
    margin-bottom: 1.5em;
}
.link-less, .link-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}
.cm-three-col-event .title {
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
}
.title-2-size {
    font-size: 18px;
    letter-spacing: .15ex;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.375;
}
.title+p {
    margin-top: 0;
}

.cm-sidebar-lay .cm-right-col-container {
    padding-left: 40px;
}
.link-less .fa, .link-more .fa {
    font-size: 12px;
}
.link-more .fa {
    margin-left: 3px;
}
.fixed-active-menu ul ul ul {
    display: none !important;
}
.cm-sidebar-lay .cm-right-col-container a+h2 {
    font-size: 1.125em;
    font-weight: bold;
    margin: 0.83em 0;
}
.cm-two-col-location-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-two-col-location-wrap .cm-col {
    -ms-flex-preferred-size: calc(50% - 25px);
    flex-basis: calc(50% - 25px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 50px;
}

.cm-two-col-location-wrap .cm-col.col-one {
    margin-left: 0;
}
.location-page .cm-two-col-location-wrap {
    margin: 0 70px;
}

.location-page .full-width-content {
    padding-top: 50px;
    padding-bottom: 0;
}
.cm-two-col-location-wrap .cm-one-col-member {
    margin-bottom: 50px;
}
.cm-two-col-location-wrap .cm-one-col-member {
    margin-bottom: 50px;
}

.location-page hr {
    height: 1px;
    border:  0;
    background:  #959595;
    width:  calc(100% - 140px);
    margin: 0 auto 50px;
}

.cm-two-col-location-wrap .cm-col h2 span {
    text-transform:none
}

.location-page .cm-two-col-location-wrap p {
    margin-bottom: 10px;
}

.location-page .sect-company-certification {
    margin-bottom: 0;
    padding: 0;
}

.location-page .sect-company-certification a.btn {
    text-transform: uppercase;
    margin-top: 0;
}

.location-page .region.region-triptych-last.sect-info {
    padding: 30px 0;
}


.location-page .sect-company-certification a.btn:hover {
    background: #fff;
    color: #5cbacc;
}


.sect-company-international {
    max-width: 1160px;
    position: relative;
    font-size: 16px;
    line-height: 1.375;
    margin: 0 auto;
    text-align: center;
    padding: 0 50px;
}

.sect-company-international h1.title-4-size {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.125;
    text-align: center;
    margin-bottom: 5px;
}
.sect-company-international h2.title-5-size {
    text-align: center;    
    line-height: 1.222;
    letter-spacing: 2px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 15px;
}

.sect-company-international h2.title-5-size span {
    text-transform: none;
}
.sect-company-international .map-pic {
    width: 100%;
    max-width: 1050px;
    display: block;
    margin: 0 auto;
}
.sect-company-international .locations-block {
    width: 180px;
    text-align: left;
    padding: 0;
    position: absolute;
    left: 5px;
    bottom: 0;
}
.sect-company-international .locations-block .location-item {
    padding: 0 0 25px;
}
.sect-company-international .locations-block .location-item {
    padding-left: 30px;
}
.sect-company-international .locations-block img {
    float: left;
    margin: -4px 0 0 -30px;
}
.sect-company-international .locations-block .title {
    font-size: 14px;
    margin-bottom: 2px;
    letter-spacing: 1px;
    line-height: 1.222;
    text-transform: uppercase;
    margin-top: 0;
}
.sect-company-international .locations-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sect-company-international .locations-block .btn {    
    margin-top: 13px;
}
.sect-company-international .locations-block .location-item:last-child {
    padding-bottom: 0;
}
.sect-promo .promo-desc {
    border-color:#fff;
}
.sect-promo .promo-desc:before {
    border-left-color: inherit;
}
.sect-promo p {
    color: inherit;
}

.sect-promo center {
    text-align: left;
}

.sect-promo center .btn {
    text-transform: uppercase;
}
.sect-promo center .btn:hover {
    background: #fff;
    color: #5cbacc;
}

.cm-fw-banner-lay .cm-row {
    padding: 30px 0;
}

.cm-fw-banner-lay .cm-row .hs_cos_wrapper_type_header h1 {
    margin: 0 30px .722em;
    color: #000;
    font-size: 18px;
    letter-spacing: .15ex;
    font-weight: 700;
    text-transform: none;
}

.accordion-wrapper {
    margin-bottom: 5px;
    font-size: 16px;
}

.accordion-wrapper h2.accordion-title {
    border: 1px solid #eceef0;
    border-radius: 3px;
    position: relative;
    margin: 0;
    padding: .8125em 60px .625em 29px;
    font-size: 1em;
    color: #0093b3;
    line-height: 1.25;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
}

.accordion-wrapper h2.accordion-title:not(.active):hover {
    background-color: #f1f1f1;
}
.accordion-wrapper h2.accordion-title.active {
    background-color: #0093b3;
    border-color: #0093b3;
    color: #fff;
}
.accordion-wrapper h2.accordion-title.active+.accordion-toggled-content {
    display: block;
}
.accordion-wrapper h2.accordion-title:after, 
.accordion-wrapper h2.accordion-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
}
.accordion-wrapper h2.accordion-title:before {
    content: "";
    display: block;
    right: 45px;
    width: 1px;
    background-color: #eceef0;
}
.accordion-wrapper h2.accordion-title:after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: FontAwesome;
    content: "\f107";
    right: 0;
    width: 45px;
    text-align: center;
}
.accordion-wrapper h2.accordion-title.active:after {
    content: "\f106";
}
.accordion-toggled-content {
    border: 1px solid #eceef0;
    border-radius: 3px;
    display: none;
    margin-top: 5px;
    padding: 29px;
    line-height: 1.875;
}

.cm-fw-banner-lay .cm-row .hs_cos_wrapper_type_text p {
    margin:1em 0;
}

.cm-one-col-content-module {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.333;
}

.cm-one-col-content-module h2 {
    margin: 0 0 10px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: .15ex;
}

.cm-one-col-content-module h2+p {
    margin: 0;
}

.cm-one-col-content-module > div {
    margin-bottom: 2.778em;
    font-size: inherit;
}

.accordion-page .cm-one-col-content-module {
    width: calc(100% - 60px);
    margin: 30px auto;
}

.accordion-page .cm-one-col-content-module > div {
    margin-bottom: 5px;
    font-size: 16px;
}

.cm-one-col-content-module h4 {
    margin: 1.33em 0 1.13em;
    font-weight: bold;
    letter-spacing:  0;
    font-size: inherit;
    line-height: 1.2;
}

.sect-promo p:not(:last-child) {
    margin-bottom: .6875em;
}


/*======================== Contact Us =========================*/


.cm-contact-lay .body-container-wrapper .hs-form .hs-richtext * {
    margin: 0;
    font-size: 1em;
    font-weight: inherit;
    color: inherit;
    text-transform: none;
    letter-spacing: 0;
    line-height: inherit;
}

.cm-contact-lay .body-container-wrapper .hs-form .hs-error-msgs {
    margin: .5em 0;
    font-size: .75em;
    color: red
}

.cm-contact-lay .cm-row {
    text-align: left;
    padding: 60px 0;
    font-size: 18px;
    line-height: 1.333;
}

.cm-contact-lay .cm-row .widget-span.page-center {
    max-width: 690px;
    font-size: 16px;
    font-size: 1rem;
}

.cm-contact-lay .cm-row .widget-type-header h1 {
    margin-bottom: .45em;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    text-align: center;
}

.cm-top-tag {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.125em;
    padding-bottom: .875em;
    border-bottom: 1px solid #ccc;
}

.cm-top-tag > div {
    font-family: Conv_DINNextLTPro;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 168px;
    display: inline-block;
    vertical-align: top;
}
.cm-top-tag > div:not(:last-child) {
    margin-bottom: .5em;
}
.cm-top-tag .item-icon {
    -ms-flex: 42px 0 0px;
    flex: 42px 0 0;
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border-radius: 100%;
    background-color: #535353;
    margin: 0 auto .5em;
    width: 84px;
    height: 84px;
    background-color: #d1d1d1;
}
.cm-top-tag .item-icon img {
    max-width: 100%;
    max-height: 100%;
} 
.cm-top-tag .item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #535353;
    line-height: 1;
    display: block;
    font-weight: 700;
    color: #d1d1d1;
    text-transform: uppercase;
}

.cm-contact-tabber-wrapper .hs-form-field>label {
    display: none;
}

.cm-contact-tabber-wrapper .hs-form .hs-richtext {
    margin-bottom: .625em;
}
.cm-contact-tabber-wrapper .hs-form .hs-form-field {
    margin-bottom: 7px;
}
.cm-contact-tabber-wrapper input[type="text"],
.cm-contact-tabber-wrapper input[type="password"], 
.cm-contact-tabber-wrapper input[type="datetime"], 
.cm-contact-tabber-wrapper input[type="datetime-local"], 
.cm-contact-tabber-wrapper input[type="date"], 
.cm-contact-tabber-wrapper input[type="month"], 
.cm-contact-tabber-wrapper input[type="time"], 
.cm-contact-tabber-wrapper input[type="week"], 
.cm-contact-tabber-wrapper input[type="number"], 
.cm-contact-tabber-wrapper input[type="email"], 
.cm-contact-tabber-wrapper input[type="url"], 
.cm-contact-tabber-wrapper input[type="search"], 
.cm-contact-tabber-wrapper input[type="tel"], 
.cm-contact-tabber-wrapper input[type="color"],
.cm-contact-tabber-wrapper input[type="file"],
.cm-contact-tabber-wrapper textarea,
.cm-contact-tabber-wrapper select {
    max-width:100%;
}
.cm-contact-tabber-wrapper .hs-form fieldset:not(:first-child) .hs-richtext {
    margin-top: 10px;
}

.additional-contacts {
    text-align: left;
    white-space: nowrap;
}

.additional-contacts td {
    padding: 0;
}

.additional-contacts td:first-child {
    padding-right: 30px;
}

.additional-contacts center {
    text-align: left;
}

.additional-contacts p {
    margin-bottom: .4375em;
    margin-top: 0;
}

.additional-contacts h4 {
    font-size: 1.625em;
    letter-spacing: 0;
    font-weight: 700;
    margin:  0;
    color: inherit;
}

.tab-content.forms-list.professional {
    margin-bottom: 3.25em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}
.tab-content.forms-list.professional .toggled-form {
    display: none;
}
.tab-content.forms-list.professional .toggled-form.current {
    display: block;
}
.cm-top-tag > div.current .item-icon {    
    background-color: #0093b3;
}
.cm-top-tag > div.current .item-title {
    color: #0093b3;
}
.tab-content.forms-list.professional input.hs-button.primary.large {
    margin: 0;
    padding: 9px 10px 5px 10px;
}
.cm-contact-tabber-wrapper.last-active .additional-contacts {
    display: none;
}

.cm-contact-tabber-wrapper.last-active .tab-content.forms-list.professional {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cm-why-lay .sect-promo .promo-desc .title-1-size {
    color: #000;
}

.cm-why-lay .sect-promo .promo-desc sup {
    font-size: 50%;
    top: -0.9em;
}

.cm-why-lay .cm-row-one {
    font-size: 18px;
    line-height: 1.333;
    text-align: left;
    padding: 60px 0;
    background-color: #eaeaea;
}

.cm-contact-tabber-wrapper.cm-three-col-taibber {}

.cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.333;
    margin:  0;
    padding:  0;
    border: 0;
}

.cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag .tab-title-item {
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    padding: 13px 64px 11px;
    background-color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    width: auto;
    display: block !important;
}

.cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag .tab-title-item.current {
    background-color: #0093b3;
    color: #fff;
    border-left-color: #0093b3;
}

.cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag .tab-title-item:not(:first-child) {
    margin-left: 10px;
}
.tab-title-item:after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 43px;
    border-left: 1px solid #eaeaea;
    font-family: FontAwesome;
    content: "\f107";
    color: #666;
}
.cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag .tab-title-item.current:after {
    content: "\f106";
    color: inherit;
}

.cm-contact-tabber-wrapper.cm-three-col-taibber .cm-three-col-taibber-container {
    border:  0;
    padding:  0;
    margin: 0;
}

.cm-three-col-taibber .cm-three-col-taibber-container .tab-title-clone {
    font-size: 16px;
    line-height: 1.5;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.cm-three-col-taibber .cm-three-col-taibber-container .tab-title-clone h4 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.cm-three-col-taibber .cm-three-col-taibber-container .tab-title-clone p {
    margin: 0 0 24px;
}
.cm-three-col-taibber .cm-three-col-taibber-container .tab-title-clone p:last-of-type {
    margin: 0;
}

.cm-why-lay .cm-row-two {
    padding: 35px 0;
}

.cm-why-lay .cm-two-col-location-wrap.cm-left-circle-img-wrap {
    margin: 0;
    padding: 50px 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1.375;
}

.cm-why-lay .cm-left-circle-img-wrap img {
    margin: 10px 20px 0 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.cm-why-lay .cm-left-circle-img-wrap h2.title-5-size {
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.222;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.download-lnk {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}


.cm-why-lay .cm-left-circle-img-wrap .advisory-info {
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
}

.cm-why-lay .cm-two-col-location-wrap .cm-col {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 30px;
}
.cm-why-lay .cm-two-col-location-wrap .cm-col.col-one {
    margin-left: 0;
}
.cm-why-lay .location-page .cm-two-col-location-wrap p {
    margin-bottom: 1em;
}

.cm-why-lay .location-page .cm-two-col-location-wrap p:last-child {
    margin-bottom: 0;
}
.cm-why-lay .cm-two-col-location-wrap .cm-one-col-member {
    margin-bottom: 0;
}



.location-page .cm-two-col-location-wrap p {
    margin-bottom: 1em;
}

.location-page .cm-two-col-location-wrap p:last-child {
    margin-bottom: 0;
}

.cm-two-col-with-bg-wrap {
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.cm-two-col-with-bg-wrap .fix-wrapper {
    min-height: 102px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    height: 322px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

.cm-why-lay div.article {
    max-width: 450px;
    margin-bottom: 8px;
    padding: 10px 0 12px;
    font-size: 14px!important;
    text-transform: uppercase;
    line-height: 1.333;
}
.cm-two-col-with-bg-wrap h2 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 1.125;
}

.cm-two-col-with-bg-wrap p {
    text-transform: none;
    margin-top: 0;
}

.cm-two-col-with-bg-wrap a.btn.btn-transparent {
    text-transform: uppercase;
    margin: 0;
}
.cm-two-col-with-bg-wrap h2 span {
    text-transform: none;
}

.cm-two-col-with-bg-wrap sup {    
    font-size: 50%;
}
.cm-why-lay .cm-row-three {
    padding: 35px 0;
}

.cm-why-lay .cm-row-three .sect-diagnosis {
    margin-top: 1.23em;
    padding: 67px 0 55px;
}

.cm-why-lay .cm-row-three .fix-wrapper {
    padding: 0 15px;
}
.cm-why-lay .sect-diagnosis .title-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -10px;
    text-align: center;
}
.cm-why-lay .sect-diagnosis .title-wrapper .title {
    display: inline-block;
    padding: 0 30px;
    margin: 0;
    background: #fff;
}
.cm-why-lay .sect-diagnosis .paths-block {
    font-size: 16px;
    line-height: 1.375;
    border: 3px solid #eaeaea;
    border-radius: 10px;
    padding: 45px 30px 30px;    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 30px 45px;
    font-size: 14px;
    line-height: 1.777;
    padding: 75px 35px 60px;
}
.sect-diagnosis .paths-block .title-5-size {
    letter-spacing: 2px;   
    margin-bottom: 10px;
}

.cm-why-lay .cm-row-three .sect-diagnosis p {
    margin: 0;
}
.sect-diagnosis .fix-wrapper {
    position: relative;
}
.cm-why-lay .sect-diagnosis .title-wrapper h2.title.title-6-size {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
}

.cm-why-lay .sect-diagnosis .cm-article {
    -ms-flex-preferred-size: calc(33.33333% - 26.67px);
    flex-basis: calc(33.33333% - 26.67px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 40px;
}

.cm-why-lay .sect-diagnosis .cm-article:first-child {
    margin-left: 0;
}

.cm-why-lay .sect-diagnosis .section-bottom-bane {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1em;
    width: 100%;
    margin-left: 0;
    font-size: 12px;
}

.cm-fw-find-more-wrapper {
    background: #000;
    color: #fff;
    text-align: center;
}

.cm-fw-find-more-wrapper .fix-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}


.cm-fw-find-more-wrapper {
    padding: 35px 0;
    line-height: 1.2;
}

.cm-fw-find-more-wrapper .fix-wrapper {
    padding: 0 15px;
}

.cm-fw-find-more-wrapper .title {
    color: inherit;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 30px 0 0;
    white-space: nowrap;
    margin-right: 35px;
}

.cm-fw-find-more-wrapper .items-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cm-fw-find-more-wrapper .items-wrapper .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-right: 110px;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cm-fw-find-more-wrapper .subtitle {
    margin-right: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 2px;
    margin-right: 20px;
    font-size: 18px;   
    text-transform: uppercase;
    margin-bottom: 0;
}
.cm-fw-find-more-wrapper .btn:not(:last-child) {
    margin-right: 20px;
}

a.btn.btn-blue {
    background-color: #0093b3;
    border-color: #fff;
    color: #fff;
}

.cm-fw-find-more-wrapper .items-wrapper .btn {
    margin-top: 0;
    text-transform: uppercase;
}

a.btn.btn-blue:hover {
    background:  #fff;
    color: #000;
}

.cm-text-slider {
    background: #eaeaea;
    padding: 58px 0 87px;
}

.cm-text-slider .widget-type-header h1 {
    margin-bottom: 50px;
    line-height: 1.4;
    text-align: center;
    color: #000;
    font-size: 18px;
    letter-spacing: .15ex;
    font-weight: 700;
}

.row-fluid .widget-span.cm-text-slider-container {
    border: 2px solid #5cbacc;
    border-radius: 10px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 30px 0;
    float: none;
}

.cm-text-slider-container .slick-slide-inner-wrapper {
    display:  block;
    margin: 0;
}

.cm-text-slider-container .slick-slide-inner-wrapper > img {
    display: none;
}

.row-fluid .widget-span.cm-text-slider-container:before {
    display: block;
    content: " \201C";
    width: 102px;
    height: 50px;
    background: #eaeaea;
    position: absolute;
    left: 50%;
    top: -38px;
    margin: 0 0 0 -51px;
    font-family: "Times New Roman",Times,serif;
    color: #0093b3;
    font-size: 130px;
    line-height: 1;
    text-align: center;
}

.cm-text-slider-container .hs_cos_gallery_main {
    margin:  0;
    padding: 0;
}

.cm-text-slider-container .hs_cos_gallery_main .caption {
    margin-bottom: -34px;
    text-align: center !important;
}

.cm-text-slider-container .hs_cos_gallery_main .caption p {
    font-size: 18px;
    color: #999;
    line-height: 1.667;
}
.cm-text-slider-container .hs_cos_gallery_main .caption p:last-of-type {
    margin-bottom: .833em;
}

.cm-text-slider-container .hs_cos_gallery_main .caption p+strong {
    margin-bottom: .89em;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    display: block;
}

.cm-text-slider-container .hs_cos_gallery_main .caption {
    position: relative;
    padding-bottom: 75px;
}


.cm-text-slider-container .hs_cos_gallery_main .slick-arrow {
    padding: 15px 0;
    height: auto;
    width: 28px;
    margin-top: -54px;
    background: 0 0;
    color: #0093b3;
    font-family: FontAwesome;
    font-size: 0;
    z-index: 99;
    cursor: pointer;
}

.cm-text-slider-container .hs_cos_gallery_main button.slick-prev.slick-arrow {
    left: -83px;
}

.cm-text-slider-container .hs_cos_gallery_main .slick-arrow:before {
    font-size: 30px;
}

.cm-text-slider-container .hs_cos_gallery_main button.slick-next.slick-arrow {
    right: -83px;
    text-align: right;
}

.cm-text-slider-container .hs_cos_gallery_main .slick-arrow:before {
    color:  inherit;
    opacity: 1;
    font-family: FontAwesome;
}

.cm-text-slider-container .hs_cos_gallery_main button.slick-next.slick-arrow:before {
    content: "\f105";
}

.cm-text-slider-container .hs_cos_gallery_main button.slick-prev.slick-arrow:before {
    content: "\f104";
}

.cm-why-lay .region.region-triptych-last.sect-info {
    padding: 35px 0;
}
.cm-copyright p {
    margin-bottom: 1em;
}

.cm-why-lay .location-page .sect-company-certification {    
    margin-bottom: 8px;
    padding: 10px 0 12px;
}
.cm-why-lay .location-page .sect-company-certification .btn {
    margin-top: 8px;    
}



.cm-listing-filter h3,
.cm-listing-filter ul {
    display: none;
}

.cm-listing-filter select#tinynav1 {
    margin-bottom: 28px;
    width: 100%;
    max-width: 340px;
    min-width: 165px;
    border-color: #0093b3;
    border-radius: 3px;
    font-weight: 700;
    color: #0093b3;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 1;
    font-size: 16px;
    margin-top: 9px;
    line-height: normal;
    padding: 8px 11px 6px 11px;
}
span.date-display-single {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #000;
}

.hs-blog-listing .post-header .source {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;    
    text-transform: uppercase;
}

.hs-blog-listing .post-header {
    font-size: 1.125em;
    line-height: 1.2;
}
.hs-blog-post .widget-span.cm-listing-filter {
    display: none;
}
.hs-blog-post .widget-span.cm-listing-filter {
    display: none;
}

.section.post-header h1 {
    font-size: 1.125em;
    color: #000;
    margin: 0.83em 0;
    font-weight: bold;
    line-height: 1.375;
    text-transform: none;
}
.new-comments.no-comments {
    border:  0 !important;
    margin:  0 !important;
}

div#comment-form {
    margin:  20px 0;
    border:  1px solid #000;
    padding:  25px;
    max-width: 500px;
}
.blog-post-wrapper {
    text-align: left;
}
.blog-listing-wrapper {
    text-align: left;
}


.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }


.custom-home-news-group .cm-post-item time span {
    color: #000;
    text-transform: uppercase;
}

.custom-home-news-group .cm-post-item {
    font-size: 16px; 
    line-height: 1.2;
}
.custom-home-news-group .cm-post-item .post-header {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;   
}

.custom-home-news-group .cm-post-item:not(:last-child) {
    margin-bottom: 10px;
}
.custom-home-news-group a.btn {
    margin-top: 28px;
}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.small-only { display: none; }

@media (max-width: 800px) {
  .large-only { display: none; }
  .stacktable.small-only { display: table; }
}

table.stacktable {
    display: none;
}



/*   Company Page  */

.company-page .custom-row1-group {
    padding: 30px 0;
    text-align: center;
}

.company-page .custom-row1-col1-group {
    font-size: 16px;
    line-height: 1.375;
}

.company-page .custom-row1-col1-group h1 {
    color: #000;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.company-page .custom-row1-col1-group h1 span,
.company-page .custom-row1-col2-group .left-col h2 span,
.company-page .custom-row2-group h2 span {
    text-transform: none;
}

.company-page .custom-row1-col1-group p {
    margin: 0 0 23px;
}

.company-page .custom-row1-col1-group h2,
.company-page .custom-row2-group h2 {
    font-size: 1em;
    color: #000;
    margin: 0;
    line-height: 1.222;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.company-page .custom-row1-group form {
    margin-bottom: 40px;
}

.company-page .custom-row1-group h3.form-title,
.company-page .custom-row1-group form .hs-form-field > label {
    display: none;
}

.company-page .custom-row1-group form .hs-input {
    margin-bottom: 7px;
    max-width: 570px;
    padding: 10px 11px 6px;
    border: 1px solid #0093b3;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #0093b3;
    text-transform: uppercase;
}

.company-page .custom-row1-group form input::-webkit-input-placeholder,
.company-page .custom-row1-group form textarea::-webkit-input-placeholder {
    color: #0093b3;
}
.company-page .custom-row1-group form input:-moz-placeholder,
.company-page .custom-row1-group form textarea:-moz-placeholder {
    color: #0093b3;
} 
.company-page .custom-row1-group form input::-moz-placeholder,
.company-page .custom-row1-group form textarea::-moz-placeholder {
    color: #0093b3;
}
.company-page .custom-row1-group form input:-ms-input-placeholder,
.company-page .custom-row1-group form textarea:-ms-input-placeholder {
    color: #0093b3;
} 

.company-page .custom-row1-group form .hs_title__c .hs-input {
    font-weight: normal;
    text-transform: inherit;
}

.company-page .custom-row1-group form textarea {
    padding: 10px 11px !important;
    max-width: 570px !important;
}

.company-page .custom-row1-group form input.hs-button.primary.large {
    margin: 0;
    padding: 9px 10px 5px 10px;
}

.company-page .custom-row1-col2-group {
    padding-top: 40px;
}

.company-page .custom-row1-col2-group .left-col {
    width: 270px !important;
    font-size: 18px;
    line-height: 1.333;
}

.company-page .custom-row1-col2-group .right-col {
    width: calc(100% - 270px) !important;
    float: left;
    margin: 0 !important;
    padding: 0 0 0 30px;
}

.company-page .custom-row1-col2-group .left-col h2 {
    font-size: 1em;
    color: #000;
    margin: 0;
    line-height: 1.222;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.company-page .custom-row1-col2-group .left-col p {
    margin: 0 0 15px;
}

.company-page .custom-row2-group {
    padding: 60px 0;
    font-size: 18px;
    line-height: 1.333;
}

.company-page .custom-row2-group h6 {
    margin: 0 0 93px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: normal;
}

.company-page .custom-row2-group p {
    margin: 0 0 15px;
}

.company-page .custom-row1-group form ul.hs-error-msgs.inputs-list {
    margin: .5em 0;
    list-style: none;
    padding: 0;
}

.company-page .custom-row1-group form .hs-error-msgs label {
    font-weight: bold;
    color: red;
}



/*  End  */



/* Certification Page */

.certification-page .custom-row1-group {
    padding-top: 51px;
}

.certification-page .section1-group .hs_cos_wrapper_type_header h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.125;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000;
}

h1.normal-header {
    color: #000; 
    margin-bottom: 30px; 
}

.certification-page .section1-group >.row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.certification-page .section1-group .left-col {
    font-size: 18px;
    line-height: 1.375;
}

.certification-page .section1-group .left-col p {
    margin-bottom: 16px;
}

.certification-page .section1-group .right-col {
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    background-color: #0093b3;
    border-radius: 5px;
    color: #ffffff;
    flex: 1;
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

.certification-page .section1-group .right-col p {
    margin-bottom: 16px;
}

.certification-page .section1-group .left-col ul,
.certification-page .section3-group ul {
    margin: 0;
    text-align: left;
}

.certification-page .section2-group {
    padding-top: 51px;
    margin-bottom: 50px;
}

.certification-page .section2-group .left-col,
.certification-page .section3-group {
    line-height: 1.375;
    font-size: 16px;
}

.certification-page .section2-group h2 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.certification-page .section2-group p,
.certification-page .section3-group p {
    margin-bottom: 16px;
}

.certification-page .section2-group .right-col ul {
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.certification-page .section2-group .right-col ul li:last-child {
    margin-left: 20px;
}

.certification-page .section3-group h2 {
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: bold
}

.certification-page .section3-group h3 {
    font-size: 16px;
    letter-spacing: 0;
    padding-top: 8px;   
    line-height: 1.222;
    margin: 0;
}

.certification-page .custom-row1-group p:first-of-type {
    margin-top: 0;
}

.certification-page .section3-group h3 a {
    color: #000;
}

.certification-page a.btn.btn-transparent {
    margin: 0;
    text-transform: uppercase;
}

.certification-page .region-triptych-last {
    padding: 30px 0;
}

.certification-page .sect-company-certification {
    margin: 0;
}


/*  End  */

/* Career Page */

.career-page .banner-with-slider-group {
    background-color: #fff;
    color: #000;
    position: relative;
}

.career-page .banner-with-slider-group .custom-slider-group {
    position: relative;
    overflow: hidden;
    font-size: 0;
    min-height: 170px;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.career-page .banner-with-slider-group .custom-slider-group .hs_cos_gallery {
    height: 100%;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider {
    padding: 0;
    margin: 0;
    height: 100%;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-list.draggable {
    height: 100%;
    max-height: 100%;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-slide .slick-slide-inner-wrapper {
    display: none;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-track {
    transition-duration: 0ms;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-slide {
    background: center center no-repeat;
    background-size: cover;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.career-page .banner-with-slider-group .page-center {
    position: relative;
}

.career-page .banner-with-slider-group .page-center .content-group {
    background-color: #fff;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.career-page .banner-with-slider-group .page-center .content-group:before {
    border-left-color: #fff;
}

.career-page .banner-with-slider-group .page-center .content-group p {
    color: #666;
    line-height: 1.375;
}

.career-page .banner-with-slider-group .page-center .content-group p:last-child {
    margin-bottom: 0;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-prev {
    right: calc((100vw - 1200px)/2 + 54px);
    position: absolute;
    z-index: 10;
    bottom: 15px;
    top: -59px;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255,255,255,.7);
    color: #0093b3;
    cursor: pointer;
    left: auto;
    font-size: 0;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-next {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    top: -59px;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255,255,255,.7);
    color: #0093b3;
    cursor: pointer;
    right: calc((100vw - 1200px)/2 + 6px);
    font-size: 0;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-prev:before,
.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-next:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    opacity: 1;
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-next:before {
    content: "\f054";
}

.career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-arrow:hover {
    background: #fff;
}

.career-page .custom-row1-group {
    background-color: #eaeaea;
}

.career-page .custom-row1-group .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
}

.career-page .custom-row1-group .section1-group .left-col {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.375;
}

.career-page .custom-row1-group .section1-group .left-col h2 {
    font-size: 1em;
    font-weight: bold;
}

.career-page .team-member-group {
    line-height: 1.375;
    text-align: center;
}

.career-page .custom-row1-group .section1-group .right-col .hs_cos_wrapper_type_custom_widget:not(:last-child) {
    margin-bottom: 3.75em;
}

.career-page .team-member-group .member-image {
    margin: 0 0 .5em;
}

.career-page .team-member-group .member-image img {
    max-width: 125px;
    max-height: 125px;
    border-radius: 100%;
}

.career-page .team-member-group .member-name {
    margin-bottom: .1875em;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    display: inline-block;
    margin-top: 7px;
}

.career-page .team-member-group .member-position {
    margin-bottom: 1em;
    color: #000;
}

.home-page .banner-with-video-group .custom-video-group {
    min-height: 0;
    height: auto;
    position: relative;
    overflow: hidden;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




/*  End  */


/*  Home Page  */

.home-page .cm-header {
    border: 0;
}

.home-page .banner-with-video-group {
    background-color: #0093b3;
    position: relative;
    color: #fff;
}

.home-page .banner-with-video-group .custom-video-group .video-wrapper video {
   display: block;
    margin: 0;
    width: 100%;
    object-fit: cover;
}

.home-page .banner-with-video-group .page-center {
    position: relative;
}

.home-page .banner-with-video-group .page-center .content-group {
    background-color: #0093b3;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.home-page .banner-with-video-group .page-center .content-group p {
    line-height: 1.375;
    color: #fff;
}

.home-page .banner-with-video-group .page-center .content-group p img {
    max-width: 100%;
    width: 300px;
}

.home-page .banner-with-video-group .page-center .content-group h1 {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Conv_DINNextLTPro,Arial,sans-serif;
    line-height: 1.2;
    font-weight: bold;
}

.home-page .banner-with-video-group .page-center .content-group h2 {
    font-family: Conv_DINNextLTPro,Arial,sans-serif;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 19.920px;
    font-weight: bold;
    font-size: 24px;
}

.home-page .banner-with-video-group .page-center .content-group h6 a {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
}

.home-page .banner-with-video-group .page-center .content-group h6 a:hover {
    background: #fff;
    color: #5cbacc;
}

.home-page .banner-with-video-group .page-center .content-group h6 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.home-page .custom-row1-group {
    padding: 35px 0;
}

.home-page .custom-row1-group .custom-row1-col1 {
    position: relative;
}

.home-page .custom-row1-group .custom-row1-col1 .hs_cos_wrapper_type_custom_widget {
    padding: 0 15px;
    position: relative;
    text-align: center;
}

.home-page .custom-row1-group .custom-one-col-with-top-img-group .top-image img {
    padding: 1.75em 2em 8px;
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.home-page .custom-row1-group .custom-one-col-with-top-img-group h2.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 26.1px;
}

.home-page .custom-row1-group .custom-one-col-with-top-img-group .description {
    color: #75787b;
}

.home-page .full-three-col-group {
    color: #fff;
    padding: 35px 0;
}

.home-page .full-three-col-group .page-center .inner-wrapper {
    width: 100% !important;
    padding: 0 15px;
}

.home-page .full-three-col-group .page-center .inner-wrapper .title {
    color: inherit;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 36px;
}

.home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item .subtitle {
    margin-right: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item a.btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item a.btn:hover {
    background: #fff;
    color: #000;
}

.home-page .one-col-with-bg-img {
    padding: 30px 0;
    background: 100% 0 no-repeat #eaeaea;
    font-family: Conv_DINNextLTPro,Arial,sans-serif;
    line-height: 1.2;
    color: #666;
}

.home-page .one-col-with-bg-img .page-center .inner-group {
    max-width: 460px;
    font-size: 18px;
    line-height: 1.333;
}

.home-page .one-col-with-bg-img .page-center .inner-group h2 {
    margin: 0 0 18px;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .15ex;
}

.home-page .one-col-with-bg-img .page-center .inner-group p {
    margin: 0 0 18px;
}

.home-page .one-col-with-bg-img .page-center .inner-group h6 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.home-page .one-col-with-bg-img .page-center .inner-group h6 a {
    margin-top: 8px;
}

.home-page .custom-row4-group {
    padding: 53px 0 40px;
}

.home-page .custom-row4-group .custom-home-news-group {
    margin-bottom: 60px;
}

.home-page .custom-row4-group .custom-home-social-container {
    position: relative;
    margin: 0 auto 50px;
    max-width: 370px;
}

.home-page .custom-row4-group .custom-home-news-group h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .15ex;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.2;
}

.home-page .custom-row4-group .custom-home-social-container .tw-container {
    padding: 20px;
    border-radius: 20px;
    background-color: #f5f5f5;
}

.home-page .custom-row4-group .custom-home-social-container .tw-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 83px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 50px solid #f5f5f5;
    border-right: 90px solid transparent;
}

.tw-container .tw-user {
    margin-bottom: .722em;
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}

.tw-container .tw-user i {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    color: #0093b3;
    font-size: 1.65em;
    line-height: .65;
}

.tw-container .tw-user a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
}

.home-page .custom-row5-group {
    background: #eaeaea;
    padding: 58px 0 87px;
}

.home-page .custom-row5-group .slick-slider {
    padding: 0;
    margin: 0;
}

.home-page .custom-row5-group .hs_cos_gallery {
    position: relative;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    padding: 40px 30px 0;
    border: 2px solid #5cbacc;
    border-radius: 10px;
}

.home-page .custom-row5-group .hs_cos_gallery:before {
    display: block;
    content: " \201C";
    width: 102px;
    height: 50px;
    background: #eaeaea;
    position: absolute;
    left: 50%;
    top: -38px;
    margin: 0 0 0 -51px;
    font-family: "Times New Roman",Times,serif;
    color: #0093b3;
    font-size: 130px;
    line-height: 1;
    text-align: center;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-track {
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-track .slick-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0
}

.home-page .custom-row5-group .hs_cos_gallery .slick-track .slick-slide .slick-slide-inner-wrapper > img {
    display: none !important;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-track .slick-slide .slick-slide-inner-wrapper .caption.below {
    margin: 0 0 57px;
    text-align: center !important;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-track .slick-slide .slick-slide-inner-wrapper .caption.below p:last-of-type {
    margin: 0 0 .833em;
    font-size: 18px;
    color: #999;
    line-height: 1.667;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-track .slick-slide .slick-slide-inner-wrapper .caption.below h3 {
    margin: 0 0 .89em;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: inherit;
    letter-spacing: 0;
    line-height: 1.2;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-prev {
    left: -55px;
    text-align: left;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-next {
    right: -55px;
    text-align: right;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-arrow {
    padding: 15px 0;
    height: auto;
    width: 28px;
    margin-top: -54px;
    background: 0 0;
    color: #0093b3;
    font-family: FontAwesome;
    font-size: 0px;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 30px;
    color: #0093b3;
    opacity: 1;
}

.home-page .custom-row5-group .hs_cos_gallery .slick-next:before {
    content: "\f105";
}

.home-page .custom-row5-group .hs_cos_gallery .slick-prev:before {
    content: "\f104";
}




/*   End   */






/* ========================== Why Zio Layout =======================*/
.custom-why-zio-row-one{}

.why-zio-layout .sect-promo h2.title.title-2-size {
    margin-top: 1.333em;
    margin-bottom: 1.125em;
        line-height: 1.2;
}
.why-zio-layout .sect-promo p,
.profasional-layout .banner-content p {
    margin-bottom: .6875em;
    color: #666;
    margin-top: .6875em;
}
.why-zio-layout .promo-desc:before {
    border-bottom-width: 500px;
}
.custom-why-zio-row-one {
    font-size: 16px;
    padding: 30px 0;
    background-color: #eaeaea;
}
.two-column-image-with-desc-mod-wrapper {
    padding: 35px 0;
}
.two-column-image-fix-wrapper .two-column-image-title {
    margin-top: 0;
}
h2.height{
    height:20px;
}
.two-column-image-content-section {
    padding: 65px 0;
    text-align: left;
}
.bg-pic.two-column-image-with-desc-col img{
    display: block;
    margin: 0 auto;
}
.content-col.two-column-image-with-desc-col h3{
    margin-bottom: 15px;
}
 p.note {
    font-size: 11px;
}
sub, sup {
    font-size: 50%;
}

.content-col.two-column-image-with-desc-col ul{
    padding-left:45px;
}
.rounded-img .bg-pic.two-column-image-with-desc-col img {
    border-radius: 100%;
}

/*=============== profassional layout ====================*/
.profasional-layout .banner-content h2 {
    margin-top: 1.333em;
    margin-bottom: 1.125em;
    text-transform: uppercase;
    line-height: 1.2;
}
.two-column-content-with-image-mod-wrap {
    background: #eaeaea;
    padding: 60px 0px 0 40px;
}
.sect-add-advantages .fix-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}
.two-col-image-col.left {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.two-col-image-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.two-column-content-pic-hold {
    -ms-flex: auto;
    flex: auto;
    height: auto;
    -ms-flex: 0 0 143px;
    text-align: right;
    margin: 0 20px 0 0;
}
.two-col-image-col.left .two-column-content-pic-hold {
    margin: 0 35px 0 -50px;
}
.two-col-image-col img {
    max-width: none;
}
.two-column-content-txt-block {
    -ms-flex: 1 1 99%;
    flex: 1 1 99%;
}
.two-column-content-txt-block h3.title.title-5-size {
    margin-bottom: 2px;
}
.two-column-content-txt-block p {
    margin-top: 0;
}
.two-column-content-txt-block p.note {
    font-size: 12px;
}
.two-column-content-txt-block a.download-lnk {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 27px;
}
.sect-reimbursement {
    padding: 65px 0;
    background: #fff;
}
.sect-reimbursement .fix-wrapper {
    padding: 0;
}
.sect-reimbursement .reimbursement-cont {
    padding-left: 168px;
    position:relative;
}
.sect-reimbursement .position-img{
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 -168px;
}
.sect-reimbursement .title-6-size {
    font-size: 20px;
    margin-bottom: 8px;
}
.sect-reimbursement .title-6-size {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
}

.reimbursement-cont h3 {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
}
.reimbursement-cont h3 span {
    text-transform: none;
}
.reimbursement-cont h3+p{
    margin-top:0;
}
.reimbursement-cont  blockquote {
    margin: 0;
    padding-top: 25px;
}
table.tbl {
    width: 100%;
    border: 2px solid #eaeaea;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table, td, tr {
    vertical-align: top;
}
table,tr,td{
    padding: 0;
    margin: 0;
    border: 0;
}
table.tbl td, table.tbl th {
    border: 1px solid #eaeaea;
    padding: 10px;

}
table.tbl th {
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
table.tbl td, table.tbl th {
    padding: 15px 30px;
    text-align: left;
}
.reimbursement-cont h4{
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: bold;
    color: #666;
    letter-spacing: 0;
}

/* ======================= About layout =====================*/
.full-width-content-with-bg-mod-wrap {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 30px 0;
}
.full-width-content-with-bg-mod-wrap.content-will-right {
    text-shadow: 0 5px 10px #0093b3;
}
.full-width-content-with-bg-mod-wrap.content-will-right .full-width-content-with-bg-content {
    margin-left: 50%;
    color: #fff;
}
.full-width-content-with-bg-mod-wrap.content-will-right .full-width-content-with-bg-content h2 {
    text-transform: uppercase;
    color: inherit;
}
.full-width-content-with-bg-mod-wrap .full-width-content-with-bg-content p {
    margin-top: .878em;
    font-size: 18px;
    line-height: 1.333;
}
.about-us-lay .cm-header {
    border-bottom: 0px solid #666;
}
.about-us-lay .sect-promo .promo-desc .title-1-size{
    color:#000;
}
.full-width-content-with-bg-mod-wrap.content-will-left{
    background-image: linear-gradient(to right,#eaeaea 30%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEAEAEA', endColorstr='#FFFFFFFF', GradientType=1);
}
.full-width-content-with-bg-mod-wrap.content-will-left .fix-wrapper {
    height: 340px;
    background-position: right center;
    background-repeat:no-repeat;
    background-size: contain;
}
.full-width-content-with-bg-mod-wrap.content-will-left .full-width-content-with-bg-content{
    max-width: 460px;
}
.full-width-video-with-description-mod-wrap {
    padding: 35px 0;
}
.full-width-video-with-container {
    -webkit-align-items: center;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
}

.full-width-video-with-container-left {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 300px;
    padding: 20px;
    line-height: 1.2;
}
.full-width-video-with-container-right {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 300px;
    min-width: 300px;
    padding: 20px;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.full-width-video-with-container-right > iframe {
    text-align: right;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-us-lay h2.title.title-2-size,
.about-us-lay .full-width-video-with-description-mod-wrap,
.full-width-content-with-bg-mod-wrap{
    line-height: 1.2;
}
.full-width-content-with-bg-mod-wrap.content-will-left h2.title.title-2-size{
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.333;
    color: #000;
    margin-bottom:1em;
}
.full-width-content-with-bg-mod-wrap.content-will-left .page-center{
    padding:0!important;
}
.full-width-content-with-bg-mod-wrap.content-will-left .fix-wrapper {
    padding: 0 15px;
}
.about-us-lay .sect-promo p:not(:last-child) {
    margin-bottom: 1em;
}

/* ================== product Service Layout -=======================*/
.product-service-layout .banner-content img {
    margin: 0 0 30px;
}
.product-service-layout .banner-content h2 {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0.83em 0;
}
.custom-patient-doctor-find-wrap {
    padding: 32px 0;
    background: #000;
    color: #fff;
}
.custom-patient-doctor-find-wrap .fix-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.custom-patient-doctor-find-wrap .title {
    color: inherit;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 35px 0 0;
    white-space: nowrap;
}
.custom-patient-doctor-find-wrap .items-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
.custom-patient-doctor-find-wrap .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.custom-patient-doctor-find-wrap .item:first-child {
    margin-right: 110px;
}
.custom-patient-doctor-find-wrap .subtitle {
    margin-right: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 2px;
    margin-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.custom-patient-doctor-find-wrap a.btn.btn-transparent {
    margin: 0;
    text-transform: uppercase;
}
.custom-patient-doctor-find-wrap .page-center > .fix-wrapper {
    padding: 0 15px;
}
.full-width-video-with-description-mod-wrap.video-posi-left .full-width-video-with-container {
    flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
    padding: 5px 0;
}
.custom-patient-doctor-find-wrap .page-center > .fix-wrapper {
    padding: 0 15px;
}
.full-width-video-with-description-mod-wrap.video-posi-left .full-width-video-with-container {
    flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
    padding: 5px 0 22px;
}
.ixp-container-wrap {
    background-color: #eaeaea;
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
}
.ixp-container {
    position: relative;
}
.ixp-container:after,
.ixp-container:before {
    content: " ";
    display: table;
}
.ixp-grid-row {
    margin-left: -15px;
    margin-right: -15px;
    width:auto;
}
.ixp-animated-hover.ixp-pop, .ixp-animated-scroll.ixp-scroll-pop {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
        text-align: center;
}
.ixp-grid-col-md-4 {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.ixp-text {
    width: 100%;
    clear: both;
}
.ixp-container img{
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    margin-bottom: 8px;
}
.ixp-container h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.ixp-animated-hover.ixp-pop:hover {
    -webkit-animation-name: ixp-pop;
    -moz-animation-name: ixp-pop;
    -o-animation-name: ixp-pop;
    animation-name: ixp-pop;
}
.ixp-animated-hover.ixp-pop, 
.ixp-animated-scroll.ixp-scroll-pop {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    text-align: center;
}

@-webkit-keyframes ixp-pop {
    0%,100% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    40%,60% {
        -webkit-transform: matrix(1.1,0,0,1.1,0,0);
        transform: matrix(1.1,0,0,1.1,0,0)
    }
}

@-moz-keyframes ixp-pop {
    0%,100% {
        -moz-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    40%,60% {
        -moz-transform: matrix(1.1,0,0,1.1,0,0);
        transform: matrix(1.1,0,0,1.1,0,0)
    }
}

@keyframes ixp-pop {
    0%,100% {
        -webkit-transform: matrix(1,0,0,1,0,0);
        -moz-transform: matrix(1,0,0,1,0,0);
        -ms-transform: matrix(1,0,0,1,0,0);
        -o-transform: matrix(1,0,0,1,0,0);
        transform: matrix(1,0,0,1,0,0)
    }

    40%,60% {
        -webkit-transform: matrix(1.1,0,0,1.1,0,0);
        -moz-transform: matrix(1.1,0,0,1.1,0,0);
        -ms-transform: matrix(1.1,0,0,1.1,0,0);
        -o-transform: matrix(1.1,0,0,1.1,0,0);
        transform: matrix(1.1,0,0,1.1,0,0)
    }
}
.ixp-container-wrap > .ixp-text {
    color: #000;
    line-height: 1.2;
}

.sect-instruction {
    line-height: 1.375;
    text-align: center;
}
.product-service-row-one .sect-instruction > .fix-wrapper {
    height: 322px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
        min-height: 102px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.product-service-row-one .sect-instruction .instruction-hold {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.product-service-row-one .sect-instruction .instruction-hold img {
    margin: 0 65px 0 100px;
        -ms-flex-order: 1;
    order: 1;
    width: auto!important;
    max-width: 100%!important;
    -ms-flex: 0 0 222px;
    flex: 0 0 222px;
        display: block;
    height: 222px;
}
.product-service-row-one .service-content{
    -ms-flex: 1 1 222px;
    flex: 1 1 222px;
    padding: 10px 0 12px;
    font-size: 14px!important;
}
.product-service-row-two .full-width-video-with-description-mod-wrap{
    background-color: #eaeaea;
        padding: 20px 0;
}
.product-service-row-two .full-width-video-with-description-mod-wrap h2.height{
    display:none;
}
.product-service-row-two .full-width-video-with-container {
    padding: 0;
}
.product-service-row-two .sect-instruction > div > div{
    -webkit-align-items: center;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:  0!important;
    text-align:left!important;
    flex-flow: row-reverse;
}
.product-service-row-two .sect-instruction > div > div > img{
    -ms-flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    min-width: 300px;
    padding: 0;
    position: relative;
    max-height: 454px;
}
.product-service-row-two .service-content{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 300px;
    padding: 20px;
    line-height: 1.2;
}
.product-service-row-two .service-content .title-2-size{
    line-height:1.2;
}
.one-column-content-with-left-bg-wrap {
    background: no-repeat #eaeaea;
    position: relative;
    padding: 96px 0;
}
.one-column-content-with-left-bg-wrap .lef-im-block {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: cover;
}
.one-column-content-with-left-bg-wrap .lef-im-block:after {
    content: "";
    width: 170px;
    background: url(//cdn2.hubspot.net/hubfs/2363545/Irhythm-January2018/Images/gradient_transparent-gray.png) right repeat-y;
    display: block;
    position: absolute;
    left: 100%;
    margin-left: -170px;
    top: 0;
    height: 100%;
}
.one-column-content-with-left-bg-wrap .fix-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.one-column-content-with-left-bg-wrap .fix-wrapper .content {
    margin: 0 0 0 50%;
    max-width: 460px;
    font-weight: normal;
    letter-spacing: .15ex;
    font-family: Conv_DINNextLTPro,Arial,sans-serif;
    font-size: 18px;
    letter-spacing: 0;
}
.one-column-content-with-left-bg-wrap .fix-wrapper .content h2 {
    margin-bottom: 18px;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.333;
    letter-spacing: .15ex;
}
.one-column-content-with-left-bg-wrap .fix-wrapper .content a.btn {
    margin-top: 6px;
}



.work-layout .sect-how-works {
    font-size: 1.125em;
    margin: 50px 0;
    background-repeat:  no-repeat;
    background-position:100% 0;
}

.work-layout .sect-how-works .title-wrapper {
    width: 73%;
}

.work-layout .sect-how-works .title-wrapper h1 {
    color: #000;
    margin-bottom: 3px;
}

.work-layout .sect-how-works .title-wrapper h2 {
    text-transform: uppercase;
    color: #000;
    line-height: 1.375;
    font-size: 18px;
    letter-spacing: .15ex;
    margin: 0 0 1.125em;
    font-weight: 700;
    margin-top: 1.444em;
}

.work-layout .sect-how-works .sect-steps {
    padding: 20px 0;
    line-height: 1.375;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.work-layout .sect-how-works .sect-steps > img {
    display: block;
    width: 278px;
    -ms-flex: 0 0 278px;
    flex: 0 0 278px;
    margin: 0 42px 0 -63px;
}

.work-layout .sect-how-works .sect-steps ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-flex: 1 1 278px;
    flex: 1 1 278px;
}

.work-layout .sect-how-works .sect-steps ul li {
    margin-bottom: 21px;
    min-height: 58px;
    padding-left: 75px;
}
.work-layout .sect-how-works .sect-steps ul li .numb {
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    background: #2892b3;
    border-radius: 100%;
    font-size: 43px;
    color: #fff;
    text-align: center;
    line-height: 65px;
    margin: 4px 0 0 -75px;
}

.work-layout .sect-how-works .sect-steps ul li h3 {
    letter-spacing: 0;
    margin: 0;
}

.work-layout .sect-how-works .sect-steps ul li .content .btn {
    margin: 0 12px 12px 0;
}

.work-layout .sect-how-works .sect-steps ul li .content p {
    margin-bottom: 13px;
}

.work-layout .sect-how-works .sect-steps ul li .content p:last-child {
    margin-bottom: 0;
}

.work-layout .work-lay-row-two {
    padding: 60px 0;
    background: #eaeaea;
    line-height: 1.375;
    font-size: 1.125em;
}

.work-layout .sect-how-works .sect-steps ul li:last-child {
    margin-bottom: 0;
}

.work-layout .cm-two-col-lr-img-wrap.right > img {
    float: right;
    margin: 0 0 50px 50px;
    display: block;
}

.work-layout .cm-two-col-lr-img-wrap {
    padding: 0 15px;
    margin-top: 1.33em;
}
.work-layout .cm-two-col-lr-img-wrap h2 {    
    letter-spacing: 0;
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
}
.work-layout .cm-two-col-lr-img-wrap h2 span {
    text-transform: none;
}
.work-layout .cm-two-col-lr-img-wrap p {
    font-size: 1.125em;
    margin: 0;
}

.work-layout .cm-two-col-lr-img-wrap ul {
    font-size: 1.125em;
    padding: 0 0 0 50px;
    margin: 0 0 25px;
}

.work-layout .cm-two-col-lr-img-wrap h3 {
    margin-top:  0;
    margin-bottom: 3px;
}

.work-layout .cm-two-col-lr-img-wrap.left > img {
    margin: -35px auto 30px;
    float: left;
    margin-right: 65px;
}

.work-layout .cm-two-col-lr-img-wrap.left {
    padding-top: 55px;
}

.work-layout .cm-two-col-lr-img-wrap h3 span {
    text-transform: none;
}

.work-layout .cm-two-col-lr-img-wrap.left a.btn {
    margin: -11px 0 45px;
}

.work-layout .cm-two-col-lr-img-wrap.left h3+p {
    margin-top: 17px;
}

.work-layout .cm-two-col-lr-img-wrap.left p+a.btn {
    margin: 5px 0 35px;
}

.work-layout .two-column-image-content-section {
    padding: 34px 0;
    line-height: 1.375;
    font-size: 1.125em;
}

@media (min-width: 1165px) {
    .work-layout .cm-two-col-lr-img-wrap.left img {
        margin-bottom: 250px; 
    }
}
@media (min-width: 900px) and (max-width: 1165px) {
    .work-layout .cm-two-col-lr-img-wrap.left img {
        margin-bottom: 300px; 
    }
}
@media (min-width: 767px) and (max-width: 900px) {
    .work-layout .cm-two-col-lr-img-wrap.left img {
        margin-bottom: 0px; 
    }
}

sup {
    top: 0;
    font-weight: inherit;
    vertical-align: super;
}


.find-doctor-page .sect-promo .promo-desc .title-1-size {
    margin-bottom: 37px;
}

.find-doctor-page .sect-promo form.hs-form .input {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 280px;
}

.find-doctor-page .sect-promo form.hs-form input[type="text"] {
    border: 1px solid #0093b3;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    color: #0093b3;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
}

.find-doctor-page .sect-promo form.hs-form a.hs-button.primary {
    box-sizing: border-box;
    padding: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #0093b3;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
    line-height: 1.2;
    background-color: #fff;
    color: #0093b3;
    margin: 0;
    -ms-flex: 35px 0 0px;
    flex: 35px 0 0;
    text-align: center;
    position: relative;
}

.find-doctor-page .sect-promo form.hs-form a.hs-button.primary:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\f002";
    position: absolute;
    left:  0;
    right:  0;
    margin: 0 auto;
}
.company-page .body-container .hs-form-field {
    margin: 0;
}
.home-page .region-triptych-last.sect-info .btn i {
    display: none;
}

.company-page .custom-row1-group form select.hs-input {
    opacity: 1;
    padding: 6px 11px 6px;
    font-weight: normal;
    text-transform: none;
}
.cm-fw-lay .full-width-content h2+p {
    margin-bottom: 10px;
}
.hs_error_rollup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cm-fw-banner-lay .sect-promo center {
    padding-top: 4px;
}


.profasional-layout .sect-promo center .btn:hover,
.why-zio-layout .sect-promo center .btn:hover {
    background: #5cbacc;
    color: #fff;
    text-decoration: none;
}

.profasional-layout .two-column-content-with-image-mod-wrap {
    padding: 60px 0px 60px;
}
.profasional-layout .two-column-content-with-image-mod-wrap .two-col-image-col.right p {
    padding-bottom: 5px;
}

strong {
    font-weight: 700;
}
.blog-pagination a {
    display:  block;
}
.blog-pagination {
    margin-top: 30px;
}

.blog-post-wrapper .post-body table {
    width: 100%;
}

#map-sect {
   height: 400px;
   width: 100%;
}
.cm-header.lp-header {
    padding-top: 15px;
}
.cm-header.lp-header .mobile-trigger {
    display: none !important;
}
.cm-footer.lp-footer .cm-bottom-footer {
    padding-top: 66px;
}


.body-container select{
   outline:none;
}
   span.select2-selection__arrow {
   display:  block;
   max-width:  570px;
   text-align: right;
   position:  relative;
}

b.presentation:after {
   font-family: FontAwesome;
   content: "\f107";
   color: #0093b3;
}

b.presentation {
   height: 32px;
   width: 33px;
   border-left: 1px solid #0093b3;
   position: absolute;
   top: -41px;
   right: 1px;
   background:#fff;
   text-align:  center;
   line-height: 33px;
   cursor:  pointer;
}

.company-page .custom-row1-group form select.hs-input:checked ~ span.presentation:after {
   content: "\f106";
}
.cm-contact-lay span.select2-selection__arrow {
   max-width: 100%;
}

.cm-contact-lay  b.presentation {
   border-left: 1px solid #eaeaea;
   top: -34px;
}
.cm-contact-lay b.presentation:after {
    color: #666;
}
.blog b.presentation {
    right: -25px;
    top: -62px;
}
.blog span.select2-selection__arrow {
    max-width: 314px;
}

.find-doctor-page .hs_cos_wrapper_type_raw_html {
    line-height: 0;
}

#find-doctor-frame {
    min-height: 416px;
}


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


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

@media (max-width: 1230px) and (min-width: 1200px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding: 0 7px;
    }
    #find-doctor-frame {
        min-height: 546px !important;
    }
}
@media (min-width: 768px) {
    .home-page .custom-row1-group .custom-row1-col1 {
        width: 750px;
        margin: 0 auto;
        float: none !important;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper {
        padding: 0 30px;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item .subtitle {
        margin-right: 20px;
        font-size: 18px;
    }
    .home-page .banner-with-video-group .custom-video-group {
        background-image: none !important;
    }

}
@media (min-width: 992px) {
    .company-page .custom-row1-group {
        text-align: left;
        padding: 60px 0;
    }
    .closer:hover {
        color: #0093b3;
    }
    .company-page .custom-row1-col1-group h1 {
        font-size: 24px;
    }
    
    .certification-page .section1-group .hs_cos_wrapper_type_header h1 {
        font-size: 40px;
        text-align: left;
    }
    
    .certification-page .section1-group .left-col {
        -moz-box-flex: 4;
        -ms-flex: 4;
        -webkit-box-flex: 4;
        -webkit-flex: 4;
        width: 805px !important;
    }
    
    .certification-page .section3-group .left-col {
        width: 805px !important;
    }
    
    .certification-page .section1-group .right-col,
    .certification-page .section3-group .right-col {
        margin-left: 30px;
    }
    
    .certification-page .section2-group{
        margin-bottom: 75px;
    }
    
    .certification-page .section2-group .row-fluid-wrapper > .row-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    
    .certification-page .section3-group {
        margin-bottom: 75px;
    }
    
    .certification-page .section3-group .row-fluid-wrapper > .row-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .certification-page .section3-group .right-col {
        width: auto !important;
    }
    
    .career-page .banner-with-slider-group .custom-slider-group {
        margin: 0;
        height: 100%;
        width: 50%;
        position: absolute;
        right: 0;
        background-color: #000;
    }
    
    .career-page .banner-with-slider-group .page-center {
        height: 416px;
        display: -ms-flexbox;
        display: flex;
    }
    
    .career-page .banner-with-slider-group .page-center .content-group {
        padding: 0;
        height: 100%;
        width: 50%;
        position: relative;
        z-index: 1;
    }
    
    .career-page .banner-with-slider-group .page-center .content-group:before {
        content: "";
        border-bottom: 416px solid transparent;
        border-left: 98px solid #fff;
        border-top: none;
        height: 0;
        position: absolute;
        right: -98px;
        top: 0;
        width: 0;
    }
    
    .career-page .banner-with-slider-group .page-center .content-group p {
        margin: .6875em 0;
    }
    
    .career-page .banner-with-slider-group a.btn {
        margin-top: .875em;
    }
    
    .career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-prev {
        top: auto;
        bottom: 15px;
    }
    
    .career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-next {
        top: auto;
        bottom: 15px;
    }
    
    .career-page .custom-row1-group .section1-group >.row-fluid-wrapper > .row-fluid {
        display: -ms-flexbox;
        display: flex;
    }
    
    .career-page .custom-row1-group .section1-group .left-col {
        -ms-flex: 99% 1 1;
        flex: 99% 1 1;
        margin-right: 50px;
    }
    
    .career-page .custom-row1-group .section1-group .right-col {
        -ms-flex: 370px 0 0px;
        flex: 370px 0 0;
        margin: 0;
        width: auto !important;
    }
    
    .home-page .banner-with-video-group .custom-video-group {
        width: 70%;
        margin: 0;
        position: absolute;
        right: 0;
        background-color: #000;
    }
    
    .home-page .banner-with-video-group .custom-video-group .video-wrapper {
        position: relative;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        background-repeat: inherit;
        background-size: inherit;
        background-position: inherit;
    }
    
    .home-page .banner-with-video-group .custom-video-group .video-wrapper video {
        display: block;
        margin: 0;
        width: auto;
        height: 100%;
        object-fit: none;
    }
    
    .home-page .banner-with-video-group .custom-video-group .video-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100px;
        background-image: linear-gradient(to right,transparent 0,#000 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=1);
    }
    
    .home-page .banner-with-video-group .page-center {
        height: 416px;
        display: -ms-flexbox;
        display: flex;
    }
    
    .home-page .banner-with-video-group .page-center .content-group {
        width: calc(50% - 20vw);
        padding: 0;
        height: 100%;
        position: relative;
        z-index: 1;
    }
    
    .home-page .banner-with-video-group .page-center .content-group:before {
        content: "";
        border-bottom: 416px solid transparent;
        border-left: 98px solid #0093b3;
        border-top: none;
        height: 0;
        position: absolute;
        right: -98px;
        top: 0;
        width: 0;
    }
    
    .home-page .banner-with-video-group .page-center .content-group p {
        margin: 0 0 .6875em;
    }
    
    .home-page .banner-with-video-group .page-center .content-group h6 a {
        margin-top: .875em;
    }
    
    .home-page .custom-row1-group .custom-row1-col1 {
        width: 970px;
        margin: 0 auto;
        float: none !important;
    }
    
    .home-page .custom-row1-group .custom-row1-col1 .hs_cos_wrapper_type_custom_widget {
        width: 33.33%;
        float: left;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper {
        display: -ms-flexbox;
        display: flex;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .title {
        margin: 0 30px 0 0;
    } 
    
    .home-page .full-three-col-group .page-center .inner-wrapper {
        padding: 0 30px;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item:not(:last-child) {
        margin-bottom: 0;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item {
        display: -ms-flexbox;
        display: flex;
    }
    
    .home-page .one-col-with-bg-img .page-center {
        min-height: 283px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .home-page .custom-row4-group .custom-home-news-group {
        width: calc(100% - 370px - 80px);
        margin-right: 80px;
    }
    
    .home-page .custom-row4-group .custom-home-social-container {
        width: 370px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .home-page .custom-row5-group .hs_cos_gallery {
        max-width: 894px;
    }
    
    .home-page .custom-row5-group .hs_cos_gallery .slick-prev {
        left: -83px;
    }
    
    .home-page .custom-row5-group .hs_cos_gallery .slick-next {
        right: -83px;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item:first-child {
        margin-right: 40px;
    }
    .full-width-content-with-bg-mod-wrap.content-will-left .fix-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .bg-pic.two-column-image-with-desc-col img{
        max-width: none;
    }
    .why-zio-layout .sect-promo .fix-wrapper,
    .product-service-layout .sect-promo .fix-wrapper,
    .product-service-layout .sect-promo .promo-desc:before{
        height: 500px;
    }
    .why-zio-layout .sect-promo center .btn,
    .profasional-layout .sect-promo center .btn{
        margin-top: .875em;
    }
    .two-column-image-fix-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .two-column-image-fix-wrapper div..two-column-image-fix-wrapper-inner {
        -ms-flex: 1 1 99%;
        flex: 1 1 99%;
    }
    .two-column-image-content-section > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
    }
    .image-wil-right .bg-pic.two-column-image-with-desc-col {
        -ms-flex-order: 1;
        order: 1;
        margin: 0 80px 0 50px;
    }
    .image-wil-right .content-col.two-column-image-with-desc-col {
        -ms-flex: 1 1 99%;
        flex: 1 1 99%;
    }
    .image-wil-left .bg-pic.two-column-image-with-desc-col {
        -ms-flex-order: 0;
        order: 0;
        margin: 0 80px 0 50px;
    }
    .image-wil-left .content-col.two-column-image-with-desc-col {
        -ms-flex: 1 1 99%;
        flex: 1 1 99%;
    }
    .sect-add-advantages .fix-wrapper{
            display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }
    .two-col-image-col.right {
        -ms-flex-preferred-size: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: 80px;
    }
    .product-service-layout .sect-promo .promo-desc:before{
        border-bottom-width: 500px;
    }
}
@media (min-width: 1200px) {
    .certification-page .section1-group .left-col,
    .certification-page .section3-group .left-col {
        width: 870px !important;
    }
    
    .certification-page .section1-group .right-col,
    .certification-page .section3-group .right-col {
        margin-left: 75px;
    }
    
    .certification-page .section2-group .left-col {
        width: 570px !important;
    }
    
    .home-page .banner-with-video-group .custom-video-group {
        width: 60%;
    }
    
    .home-page .banner-with-video-group .page-center .content-group {
        width: calc(50% - 10vw);
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .title {
        margin-right: 35px;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper {
        padding: 0 15px;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item:first-child {
        margin-right: 110px;
    }
    
    .home-page .custom-row4-group .page-center > .row-fluid-wrapper > .row-fluid {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .certification-page .custom-content-group {
        width: 955px;
        margin: 0 auto !important;
        float: none !important;
    }
    
    .certification-page .custom-row1-group {
        padding-top: 49px;
    }
    
    .certification-page .section2-group .right-col {
        margin-left: 30px !important;
        width: 57.8%;
    }
    
    .certification-page .section2-group .left-col {
        width: 40% !important;
    }
    
    .certification-page .section2-group .left-col img {
        width: 255px;
    }
    
    .certification-page .section2-group .right-col ul li:last-child img {
        width: 255px;
    }
    
    .career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-prev {
        right: 63px;
    }
    
    .career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-next {
        right: 15px;
    }
    
    .career-page .banner-with-slider-group {
        margin-top: -1px;
    }

}

@media (max-width: 1199px){
    .cm-header.lp-header {
        padding-top: 12px;
        padding-bottom: 11px;
    }
    .cm-footer.lp-footer .cm-bottom-footer {
        padding-top: 31px;
    }
    .custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul ul li a {
        color: #000;
    }
    .cm-sidebar-menu {
        padding: 0;
    }
    .custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul ul li a:hover,
    .custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul ul li.active-branch > a {
        color: #0093b3;
    }

    .container-fluid .row-fluid .page-center {
        padding-left: 30px;
        padding-right: 30px;
    }
    .cm-header-left-col .widget-span.cm-logo {
        width: 94px;
        flex: none !important;
        margin: 0;
    }
    .header-controls .btn {
        height: 24px;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 12px;
        min-height: 24px;
    }
    .header-controls a:first-child i {
        font-size: .75em;
    }
    .widget-span.cm-header {
        position: fixed;
        z-index: 30;
        top: 0;
        left: 0;
        right: 0;
        transition: top .5s ease-out;
    }
    
    .body-container-wrapper {
        padding-top: 0px;
    }
    .header-hide .widget-span.cm-header {
        top: -48px;
    }
    .header-show .widget-span.cm-header {
        top: 0;
    }
    .cm-bottom-footer {
        padding: 20px 0 31px;
        font-size: 12px;
        line-height: 1.333;
        font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
        color: #fff;
        border-top: 0;
    }
    
    .cm-bottom-footer .cm-copyright,
    .cm-bottom-footer .cm-bottom-footer-menu {
        width:  100%;
        text-align: center;
        margin-left: 0;
    }
    
    
    .cm-bottom-footer-menu .hs-menu-wrapper > ul {
        float: none;
        display: block;
    }
    
    .cm-bottom-footer .cm-copyright p {
        margin-bottom: 20px;
    }
    
    .cm-top-footer .page-center > div > div {
        padding:  0;
        display: block !important;
    }
    
    .cm-top-footer .cm-top-footer-menu {
        float:  none !important;
        width: 100%;
    }
    
    .cm-top-footer .cm-footer-social {
        width:  100%;
        padding-left:  0;
        text-align: center;
        padding: 9px 0 11px;
    }
    
    .cm-footer-social h4.item-title {
        margin-bottom: 11px;
        font-size: 16px;
        margin-top: 1.33em;
    }
    
    .cm-footer-social ul li {
        margin-bottom: 0;
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul {
        display: block !important;
        text-align: center;
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul > li:first-child {
        float:  none !important;
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul > li:last-child {
        padding-left: 0;
    }
    .cm-top-footer-menu .hs-menu-wrapper > ul > li{
        border-bottom: 1px solid rgba(255,255,255,.5)
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul > li:first-child ul {
        column-count:  1 !important;
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul ul {
        display: none !important;
        padding-bottom: 26px;
    }
    .cm-top-footer-menu .hs-menu-wrapper > ul li.open ul {
        display: block !important;
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul > li > a {
        font-size: 16px;
        margin: 0;
        padding: 19px 0 15px;
        color: inherit;
        cursor: pointer;
        position: relative;
        pointer-events: auto;
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul > li > a:after {
        display: inline-block;
        margin: -9px 0 0 15px;
        font-family: FontAwesome;
        content: "\f067";
        font-size: 14px;
    }
    .cm-top-footer-menu .hs-menu-wrapper > ul > li.open > a:after {
        content: "\f068";
    }
    .cm-top-footer-menu .hs-menu-wrapper > ul ul li {
        font-size: 12px;
        margin-bottom: 0;
    }
    
    .cm-top-footer-menu .hs-menu-wrapper > ul ul li a {
        display: block;
        padding: 7px 0;
        color: inherit;
    }
    
    .cm-footer a {
        color: #fff !important;
    }
    
    .cm-footer-social ul li a {
        color: #0093b3 !important;
    }
    .fixed-active-menu {
        left: 0;
        position: fixed;
        color: #fff;
        right: 0;
        transition: top .5s ease-out;
        top: 48px;
        z-index: 9999;
    }
    .active-pages .body-container-wrapper {
        padding-top: 130px;
    }
    .fixed-active-menu > ul {
        margin:  0;
        padding:  0;
        list-style: none;
    }
    
    .fixed-active-menu > ul > li > a {
        position: relative;
        padding: .611em 0 .444em;
        background-color: #0093b3;
        font-size: 1.125em;
        line-height: 1;
        display: block;
        color: #fff;
        text-align:  center;
        cursor: text;
        pointer-events: none;
    }
    .fixed-active-menu > ul > li > a:after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #0093b3;
        pointer-events: none;
    }
    
    .fixed-active-menu ul ul {
        padding:  0;
        margin:  0;
        list-style:  none;
        text-align: center;
        background-color: #000;
        display:  table;
        width: 100%;
    }
    
    .fixed-active-menu ul ul li a {
        display: inline-block;
        padding: .875em 0 .75em;
        color: inherit;    
        line-height: 1.2;
    }
    
    .fixed-active-menu ul ul li.active-branch > a {
        color: #6de5ff;
    }
    
    .fixed-active-menu ul ul li {
        margin-right: 30px;
        display:  table-cell;
        vertical-align: middle;
    }
    
    .header-hide .fixed-active-menu {
        top: 0;
    }
    .mobile-open .widget-span.cm-header {
        z-index: 99999;
    }
    .sect-company-international .locations-block {
        left: 0;
    }
    .active-pages .sect-promo {
        margin-top: -1px;
    }
    .cm-fw-find-more-wrapper .items-wrapper .item {
        margin-right: 40px;
    }
    .row-fluid .widget-span.cm-text-slider-container {
        max-width: calc(100% - 60px);
    }
     .two-column-image-content-section > div {
        padding: 0 30px;
    }
    .two-column-content-with-image-mod-wrap {
        padding: 60px 15px;
    }
    .full-width-content-with-bg-mod-wrap.content-will-left .fix-wrapper,
    .custom-patient-doctor-find-wrap .page-center > .fix-wrapper{
        padding: 0 30px;
    }
    .custom-patient-doctor-find-wrap .item:first-child {
        margin-right: 40px;
    }
    .custom-patient-doctor-find-wrap .title {
        margin: 0 30px 0 0;
    }
    .product-service-row-one .sect-instruction .instruction-hold img {
        margin: 0 0 0 30px;
    }
    .product-service-row-one .product-service-row-one .service-content{
        line-height: 1.35;
    }
    .product-service-row-one .product-service-row-one .service-content{
        margin-bottom: 15px;
    }
    .product-service-row-two .sect-instruction > div > div > img {
        padding: 20px;
    }
    .product-service-row-two .node.node-block-content.block.block-content-type {
        padding: 20px 0!important;
    }
    .work-layout .cm-two-col-lr-img-wrap {
        padding: 0 30px;
    }
    .work-layout .cm-two-col-lr-img-wrap.left > img {
        margin-right: 40px;
    }
    .image-wil-right .bg-pic.two-column-image-with-desc-col {
        -ms-flex-order: 1;
        order: 1;
        width: auto!important;
        max-width: 100%!important;
        -ms-flex: 0 0 222px;
        flex: 0 0 222px;
        margin: 0 0 0 30px;
    }
    
    .image-wil-right .content-col.two-column-image-with-desc-col {
        -ms-flex: 1 1 222px;
        flex: 1 1 222px;
    }
}
@media (max-width: 1100px) {
    .location-page .cm-two-col-location-wrap {
        margin: 0;
    }
    .location-page hr {
        width: 100%;
    }
}
@media (max-width: 1020px) and (min-width: 992px) {
    .certification-page .custom-content-group {
        width: auto !important;
    }
    
    .career-page .banner-with-slider-group .page-center {
        height: 484px;
    }
}

@media (max-width: 1030px) and (min-width: 992px) {
    
    .cm-text-slider-container .hs_cos_gallery_main button.slick-prev.slick-arrow,
    .home-page .custom-row5-group .hs_cos_gallery .slick-prev {
        left: -55px;
        text-align: left;
    }
    
    .cm-text-slider-container .hs_cos_gallery_main button.slick-next.slick-arrow,
    .home-page .custom-row5-group .hs_cos_gallery .slick-next {
        right: -55px;
        text-align: right;
    }
}
@media (max-width: 991px) {
    .header-controls {
        margin-right: -15px;
    }
    .pop-wrap .pop-pad {
        display: block;
        background: #fff;
    }
    
    .pop-wrap .pop-pad .cm-header-search {
        display: block;
    }
    
    .pop-wrap .pop-pad .cm-header-search > * {
        width:  100%;
        border-radius: 0;
        padding: 61px 15px 30px;
        box-shadow: none !important;
    }
    
    .cm-header-search input[type="text"] {
        padding: 4px 11px 2px;
    }
    
    .cm-header-search a.hs-button.primary {
        height: 25px;
        font-size: 0;
        width: 27px;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }
    
    .cm-header-search a.hs-button.primary i {
        font-size: 13px;
        margin: -1px auto 0;
        position:  absolute;
        left:  0;
        right:  0;
    }
    
    .cm-header-search .input {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.375em;
        margin-left:  0;
        margin-right: 0;
    }
    
    .search-open .cm-logo img {
        position: absolute;
        z-index: 9999;
        width: 110px;
        margin:  0 auto;
        left:  0;
        right: 0;
        top: 30px;
    }
    .search-open {
        overflow: hidden;
    }
    .widget-span.cm-header {
        border-bottom: 0;
    }
    .error-bottom-pane {
        background: right center no-repeat #000;
    }
    
    .error-bottom-pane .page-center,
    .sect-info .fix-wrapper {
        min-height: 102px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        text-align: center;
    }
    .sect-info {
        background: right center no-repeat #000 !important;
    }
    .full-width-content {
        padding: 30px 0;
        text-align: center;
    }
    .cm-fw-lay .full-width-content ul {
        display: inline-block;
        text-align: left;
    }
    .team-page .full-width-content .hs_cos_wrapper_type_header {
        text-align: left;
    }
    
    .team-page .full-width-content .hs_cos_wrapper_type_header h1 {
        font-size: 30px;
    }
    
    .team-page .full-width-content {
        padding: 30px 0;
    }
    .cm-sidebar-lay .full-width-content {
        padding: 0;
    }
    
    .cm-sidebar-lay .body-container .widget-span.page-center {
        padding: 0;
    }
    
    .widget-span.cm-sidebar-menu {
        width:  100%;
        margin-top: -1px;
    }
    
    .cm-sidebar-lay .cm-right-col-container {
        width:  100%;
        margin-left: 0;
    }
    .cm-sidebar-menu .hs-menu-wrapper > ul {    
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cm-sidebar-menu .hs-menu-wrapper > ul > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 50% 1 1;
        flex: 50% 1 1;
        text-align: center;
        color: #fff;
        line-height: 1.25;
    }
    .cm-sidebar-menu .hs-menu-wrapper > ul > li:not(:last-child) {
        border-right: 1px solid #fff;
    }
    .cm-sidebar-lay .cm-right-col-container {
        padding-left: 0;
    }
    .cm-three-col-event {
        display: block !important;
    }
    
    .widget-span.cm-sidebar-menu {
        margin-bottom: 30px;
    }
    
    .cm-sidebar-lay .cm-right-col-container {
        padding: 0 15px;
    }
    .cm-sidebar-menu .hs-menu-wrapper > ul > li > a:after {
        display: none;
    }
    
    .cm-sidebar-menu .hs-menu-wrapper > ul > li > a {
        letter-spacing: 0;
    }
    
    .cm-sidebar-menu .hs-menu-wrapper > ul > li {
        text-transform: none;
        font-weight: normal;
    }
    .cm-sidebar-menu .hs-menu-wrapper > ul > li:not(:last-child) {
        margin-bottom: 0;
    }
    .cm-three-col-event .cm-col {
        margin-left: 0;
    }
    .cm-sidebar-lay .cm-right-col-container {
        margin-bottom: 30px;
    }
    .cm-two-col-location-wrap .cm-one-col-member img {
        margin: 0 auto 30px;
    }
    
    .cm-two-col-location-wrap .cm-one-col-member {
        display: block !important;
        text-align: center;
    }
    .sect-company-international .locations-block {
        left: 0;
    }
    
    .sect-company-international h1.title-4-size {
        font-size: 30px;
    }
    
    .sect-company-international {
        padding: 0;
    }
    
    .sect-company-international .locations-block {
        position: static;
        padding-top: 10px;
        width:  100%;
        text-align: center;
    }
    
    .sect-company-international .locations-block .location-item {
        padding: 0 0 25px;
    }
    
    .sect-company-international .locations-block img {
        float: none;
        margin: 0 0 6px;
    }
    
    .sect-company-international .locations-block ul {
        display:  block;
        text-align: center;
    }
    .sect-promo .promo-hold {
        width: 100%;
        position:  relative;
        min-height: 170px;
        height: 40vh;
    }
    
    .sect-promo .fix-wrapper {
        display: block !important;
        height: auto;
    }
    
    .sect-promo .promo-desc {
        padding: 30px 0;
        width: 100%;
    }
    
    .sect-promo .promo-desc:before {
        display: none;
    }
    
    .title-1-size {
        margin: 0 0 20px;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.125;
    }
    
    .sect-promo p:not(:first-child) {
        margin-top: 0;
    }
    .cm-contact-lay .cm-row {
        padding: 30px 0;
    }
    
    .cm-contact-lay .cm-row .widget-type-header h1 {
        font-size: 1em;
        line-height: 1.333;
        margin-bottom: .25em;
        font-weight: 700;
    }
    
    .cm-top-tag .item-icon {
        width: 42px;
        height: 42px;
        background-color: #535353;
    }
    
    .cm-top-tag  .item-title {
        color: #535353;
        text-transform: none;
    }
    
    .cm-contact-tabber-wrapper .hs-form .hs-richtext {
        text-align: center;
    }
    
    .tab-content.forms-list.professional .hs_submit {
        text-align: center;
    }
    
    .cm-contact-lay .cm-row .widget-span.page-center {
        max-width: 720px;
    }
    .cm-why-lay .sect-promo p:not(:first-child) {
        margin-top: 1em;
    }
    .cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag {
        display: block !IMPORTANT;
    }
    
    .cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag .tab-title-item:not(:first-child) {
        margin-left: 0;
    }
    
    .cm-contact-tabber-wrapper.cm-three-col-taibber {
        text-align: center;
    }
    
    .cm-why-lay .cm-row-one {
        padding: 30px 0;
    }
    
    .cm-contact-tabber-wrapper.cm-three-col-taibber .cm-top-tag .tab-title-item {
        text-align: center;
        display: block;
        font-size: 14px;
        text-align: center;
    }
    
    .cm-two-col-with-bg-wrap {
        background-image: none !important;
    }
    
    .cm-why-lay div.article {}
    
    .cm-two-col-with-bg-wrap .fix-wrapper {
        min-height: 102px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        text-align: center;
    }
    
    .cm-why-lay .sect-diagnosis {}
    
    .cm-why-lay .sect-diagnosis .paths-block {
        display: block !important;
        border: 3px solid #eaeaea;
        border-radius: 10px;
        padding: 45px 30px 30px;
        font-size: 16px;
        line-height: 1.375;
    }
    
    .cm-why-lay .sect-diagnosis .cm-article {
        display:  block !important;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left:  0 !important;
        text-align:  center;
        margin-bottom: 30px;
    }
    
    .cm-why-lay .sect-diagnosis .section-bottom-bane {
        display:  block !important;
        text-align: center;
    }
    
    .cm-why-lay .sect-diagnosis .title-wrapper h2.title.title-6-size {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.125;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 2px;
    }
    
    .cm-why-lay .cm-row-three .fix-wrapper {
        padding: 0 30px;
    }
    
    .cm-fw-find-more-wrapper .fix-wrapper {
        display:  block !important;
    }
    
    .cm-fw-find-more-wrapper .title {
        margin: 0;
        margin-bottom: 20px;
    }
    
    .cm-fw-find-more-wrapper .items-wrapper {
        display: block !important;
    }
    
    .cm-fw-find-more-wrapper .items-wrapper .item {
        display:  block !important;
        margin:  0 !important;
    }
    
    .cm-fw-find-more-wrapper .subtitle {
        display: block !important;
        font-size: 18px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    .cm-fw-find-more-wrapper .btn:not(:last-child) {
        display: table !important;
        margin: 0 auto 10px;
        height: auto;
        padding: 5px 10px;
    }
    .row-fluid .widget-span.cm-text-slider-container {
        max-width: calc(100% - 90px);
    }
    .company-page .custom-row1-group {
        padding: 29px 0 30px;
    }
    
    .company-page .custom-row2-group {
        padding: 30px 0;
    }
    
    .company-page .custom-row2-group h6 {
        text-align: center;
    }
    
    .company-page .custom-row2-group p, 
    .company-page .custom-row2-group h2 {
        max-width: 270px;
        text-align: center;
    }
    
    .certification-page .custom-row1-group {
        padding-top: 29px;
    }
    
    .certification-page .section1-group >.row-fluid-wrapper > .row-fluid {
        display: block;
    }
    
    .certification-page .section1-group .left-col,
    .certification-page .section1-group .right-col,
    .certification-page .section3-group .left-col,
    .certification-page .section3-group .right-col,
    .career-page .custom-row1-group .section1-group .right-col {
        width: 100% !important;
        margin: 0 ;
        text-align: center;
        float: none;
    }
    
    .certification-page .section2-group .right-col {
        width: 100% !important;
        margin: 0 ;
    }
    
    .certification-page .section1-group .left-col,
    .certification-page .section3-group .left-col {
        margin-bottom: 30px;
    }
    
    .certification-page .section2-group .left-col,
    .career-page .custom-row1-group .section1-group .left-col {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    
    .certification-page .section2-group img,
    .certification-page .section3-group img {
        margin: 0 10px 20px;
    }
        
    .certification-page .section2-group .right-col ul li:last-child img {
        margin: 0 10px 20px 0px;
    }
    
    .certification-page .section3-group {
        margin-bottom: 50px;
    }
    
    .career-page .banner-with-slider-group {
        margin-top: -1px;
    }
    
    .career-page .banner-with-slider-group .page-center .content-group h1 {
        margin-bottom: 3px;
        text-transform: uppercase;
        color: inherit;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.125;
    }
    
    .career-page .banner-with-slider-group .page-center .content-group p {
        margin-top: 0;
    }
    
    .career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-next {
        right: 15px;
        bottom: 15px;
        top: auto;
    }
    
    .career-page .banner-with-slider-group .custom-slider-group .slick-slider .slick-prev {
        right: 63px;
        bottom: 15px;
        top: auto;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .title {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 20px;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item:first-child {
        margin-bottom: 20px;
    }
    
    .home-page .one-col-with-bg-img {
        background-image: none !important;
        text-align: center;
    }
    
    .home-page .one-col-with-bg-img .page-center .inner-group {
        margin: 0 auto;
    }
    
    .home-page .custom-row4-group .custom-home-news-group {
        margin-bottom: 60px;
        width: 100% !important;
        text-align: center;
        float: none;
    }
    
    .home-page .custom-row4-group .custom-home-social-container {
        text-align: center;
        width: 370px !important;
        float: none !important;
    }
    
    .home-page .custom-row5-group .hs_cos_gallery {
        max-width: calc(100% - 36px);
    }
    .home-page .custom-row4-group .custom-home-social-container {
        width: 100% !important;
    }
    .why-zio-layout .sect-promo center .btn{
        margin-top: 4px;
    }
    .profasional-layout .sect-promo center .btn{
        margin-top: 5px;
    }
    .bg-pic.two-column-image-with-desc-col{
        margin: 0 30px 30px 0px;
    }
    .content-col.two-column-image-with-desc-col ul {
        padding-left: 0;
        list-style: inside;
    }
    .two-column-content-with-image-mod-wrap {
        padding: 60px 0px;
    }
    
    .sect-add-advantages .fix-wrapper {
        display: block;
    }
    .two-col-image-col.left .two-column-content-pic-hold {
        margin: 0 25px 0 0px;
    }
    .sect-add-advantages .fix-wrapper {
        padding: 0 40px;
    }
    .two-column-content-with-image-mod-wrap .page-center {
        padding: 0 20px!important;
    }
    .two-col-image-col{
        margin-bottom: 40px;
    }
    .two-col-image-col:last-child{
        margin-bottom:0px;
    }
    .two-column-content-pic-hold{
        height: auto;
        margin: 0 25px 0 0;
        -ms-flex: 0 0 143px;
        flex: 0 0 143px;
        text-align: right;
    }
    .two-col-image-col.left .two-column-content-pic-hold img {
        margin-left: -40px;
    }
    .full-width-content-with-bg-mod-wrap.content-will-right .full-width-content-with-bg-content,
    .full-width-content-with-bg-content{
        margin-left: 0;
        text-align: center;
    }
    .full-width-content-with-bg-mod-wrap.content-will-left .full-width-content-with-bg-content {
        max-width: 460px;
        margin: 0 auto;
    }
    .full-width-content-with-bg-mod-wrap.content-will-left .fix-wrapper{
        background:none!important;
        height: auto;
    }
    .product-service-layout .sect-promo .promo-desc {
        padding: 27px 0 29px;
    }
    .product-service-layout .sect-promo .banner-content img+ h1 {
        margin-bottom: 3px;
        text-transform: uppercase;
        color: inherit;
        margin: 0 0 20px;
        font-size: 30px;
        font-weight: 400;
        line-height: 1.125;
    }
    .custom-patient-doctor-find-wrap {
        padding: 35px 0;
        background: #000;
        color: #fff;
    }
    .custom-patient-doctor-find-wrap .fix-wrapper {
        display: block;
        text-align: center;
    }
    .custom-patient-doctor-find-wrap .title {
        margin: 0 0px 0 0;
        color: inherit;
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 18px;
        margin-top: 17px
    }
    .custom-patient-doctor-find-wrap .items-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
    }
    .custom-patient-doctor-find-wrap .item:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product-service-row-one .sect-instruction > .fix-wrapper {
        height: auto;
    }
    .product-service-row-one .service-content {
        line-height: 1.35;
    }
    .product-service-row-one .service-content .title-2-size{
        margin-bottom:15px;
    }
    .product-service-row-two .block.block-bean.sect-why-promo.sect-instruction{
        padding:0!important;
    }
    .product-service-row-two .service-content {
        min-width: 340px;
    }
    .product-service-row-two .sect-instruction > div > div > img {
        width: 100%!important;
        min-height:50px;
    }
    .work-layout .sect-how-works {
        background-image: none !important;
        margin: 30px 0;
    }
    
    .work-layout .sect-how-works .title-wrapper {
        width: 100%;
    }
    
    .work-layout .sect-how-works .sect-steps > img {
        display: none;
    }
    
    .work-layout .sect-how-works .sect-steps ul {
        flex: none !important;
    }
    
    .work-layout .sect-how-works .sect-steps {
        display: block !IMPORTANT;
    }
    
    .work-layout .cm-two-col-lr-img-wrap.right > img {
        max-width: 50%;
    }
    
    .work-layout .cm-two-col-lr-img-wrap h2 {
        font-size: 22px;
    }
    
    .work-layout .cm-two-col-lr-img-wrap.left > img {
        margin-right: 30px;
    }
    
    .two-column-image-content-section > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px;
    }/*
    .home-page .custom-row4-group .custom-home-news-group {
        text-align: left;
    }
    
    .custom-home-news-group .cm-post-item {
        white-space:  normal;
        overflow:  visible;
        text-overflow: unset;
    }*/
    
    .custom-home-news-group .cm-post-item {
        text-align: left;
    }
}

@media (max-width: 961px) and (min-width: 768px) {
    .bg-pic.two-column-image-with-desc-col img {
        max-width: none; 
    }
}

@media (max-width: 860px) {
    .fixed-active-menu ul ul li a {
        font-size: 1.75vw;
    }
    .fixed-active-menu ul ul {
        height: 45px;
    }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 768px) {
    .two-column-image-content-section > div {
        display: block !important;
        text-align: center;
    }
    
    .image-wil-right .bg-pic.two-column-image-with-desc-col {
        display:  block !important;
        margin: 0 auto 30px!important;
    }
}
@media (max-width: 767px) {
    table.stacktable {
        display: table;
    }
    table.responsive-table {
        display: none;
    }
    .container-fluid .row-fluid .page-center {
        padding-left:  15px;
        padding-right: 15px;
    }
    
    .mobile-trigger {
        margin-left: -19px !important;
        width: 50px !important;
        min-width: 44px;
    }
    
    .header-controls .search-btn.btn span {
        display: none;
    }
    
    
    .header-controls {
        margin-right: 0;
    }
    
    .btn .fa.fa-search {
        margin: 0;
    }
    .custom-menu-primary.js-enabled .top .hs-menu-wrapper > ul ul li a {
        color: #000;
    }
    .cm-bottom-footer-menu .hs-menu-wrapper > ul > li {
        width: auto;
    }
    
    .cm-bottom-footer-menu .hs-menu-wrapper > ul > li > a {
        display: inline-block !important;
        width: auto;
    }
    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"],
    input[type="file"],
    textarea,
    select {
        max-width:100%;
        width:100% !important;
    }
    .cm-one-col-member {
        display:  block !important;
        text-align: center;
    }
    
    .cm-one-col-member img {
        margin: 0 auto 30px;
    }
    .team-page .full-width-content .hs_cos_wrapper_type_header {
        margin: 0;
        text-align: center;
    }
    .cm-two-col-location-wrap {
        display: block !important;
    }
    
    .cm-two-col-location-wrap .cm-col {
        margin: 0;
    }
    .cm-fw-banner-lay .cm-row .hs_cos_wrapper_type_header h1 {
        margin-left: 0;
    }
    
    .cm-one-col-content-module {
        width: 100%;
    }
    .sect-promo p:not(:first-child) {
        margin-bottom:  1em;
    }
    
    .sect-promo p:last-child {
        margin-bottom: 0;
    }
    .cm-contact-lay .cm-row .widget-span.page-center {
        max-width: 100%;
    }
    
    .cm-top-tag {
        text-align: left;
    }
    
    .cm-top-tag > div {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        vertical-align: middle;
    }
    
    .cm-top-tag .item-icon {
        margin:  0;
        margin-right: 15px;
    }
    
    .cm-top-tag .item-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
    }
    .additional-contacts td {
        display:  block;
        padding: 0 0 30px!important;
        text-align: center;
        width: 100%;
        word-wrap: break-word;
        white-space: normal;
    }
    
    .additional-contacts {
        text-align: center;
    }
    
    .additional-contacts table {
        width: 100%;
    }
    
    .additional-contacts center {
        text-align: center;
    }
    .tab-content.forms-list.professional .hs-form-field {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .hs_recaptcha.field.hs-form-field {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }
    .additional-contacts center a {
        margin-bottom: 5px;
    }
    .row-fluid .widget-span.cm-text-slider-container {
        max-width: calc(100% - 90px);
    }
    
    .cm-why-lay .cm-left-circle-img-wrap img {
        width: 220px;
    }
    
    .cm-why-lay .cm-two-col-location-wrap .cm-col {
        margin-bottom: 40px;
        margin-left: 0;
    }
    
    .cm-why-lay .cm-two-col-location-wrap.cm-left-circle-img-wrap {    
        padding: 30px 0;
    }
    
    .cm-why-lay .cm-row-two {
        padding: 30px 0;
    }
    
    .cm-why-lay .cm-left-circle-img-wrap h2.title-5-size {
        margin-bottom: 10px;
    }
    
    .cm-two-col-with-bg-wrap {
        padding: 30px 0;
    }
    
    .cm-why-lay div.article {
        padding:  0;
        margin: 0;
        max-width: 100%;
    }
    
    
    .cm-two-col-with-bg-wrap h2.title {
        display: none;
    }
    
    .cm-two-col-with-bg-wrap .fix-wrapper {
        height: auto;
    }
    .cm-why-lay .cm-row-three {
        padding: 20px 0 0;
    }
    
    .cm-why-lay .cm-row-three .fix-wrapper {
        padding: 0;
    }
    
    .cm-why-lay .cm-row-three .sect-diagnosis {
        background: #fff;
        text-align: center;
        margin: 0;
    }
    
    .cm-why-lay .sect-diagnosis .paths-block {
        padding:  0;
        border: 0;
    }
    
    .cm-why-lay .sect-diagnosis .title-wrapper {
        position: static;
        margin: 0;
        margin-bottom: 30px;
    }
    
    .cm-text-slider-container .hs_cos_gallery_main button.slick-prev.slick-arrow,
    .home-page .custom-row5-group .hs_cos_gallery .slick-prev {
        left: -55px;
        text-align: left;
    }
    
    .cm-text-slider-container .hs_cos_gallery_main button.slick-next.slick-arrow,
    .home-page .custom-row5-group .hs_cos_gallery .slick-next {
        right: -55px;
        text-align: right;
    }
    div#comment-form {
        max-width:100%;
    }
    .stacktable td.st-key {
        padding: 10px;
        vertical-align: middle;
        border-right: 1px solid #ddd;
        text-align: center;
    }
    
    .stacktable tr {
        border: 1px solid #ddd;
    }
    
    .stacktable td.st-key h3 {
        margin: 0 !IMPORTANT;
    }
    
    .stacktable th.st-head-row {
        padding: 1em;
    }
    
    .stacktable td.st-val {
        padding: 15px;
    }
    .company-page .custom-row2-group p, 
    .company-page .custom-row2-group h2 {
        max-width: 100%;
    }
    
    .company-page .custom-row2-group {
        text-align: center;
    }
    
    .company-page .custom-row1-col2-group .left-col {
        width: 100% !important;
        margin-bottom: 30px;
    }
    
    .company-page .custom-row1-group form .hs-input,
    .company-page .custom-row1-group form textarea {
        max-width:100% !important;
        width:100% !important;
    }
    .two-column-image-content-section > div {
        padding: 0;
    }
    .why-zio-layout .sect-promo center .btn {
        height: auto;
    }
    .two-col-image-col {
        display: block;
    }
    .sect-add-advantages .fix-wrapper {
        padding: 0;
    }
    .two-column-content-pic-hold {
        display: block;
        text-align: left;
    }
    .two-col-image-col.left .two-column-content-pic-hold img {
        margin-left: 0;
    }
    .two-col-image-col.left .two-column-content-pic-hold,
    .two-column-content-pic-hold {
        margin: 0 0 25px;
    }
    .two-col-image-col img {
        max-width: 100%;
    }
    .sect-reimbursement .reimbursement-cont {
        padding-left: 0;
        position: relative;
    }
    .sect-reimbursement .position-img {
        float: none;
        width: auto;
        height: auto;
        margin: 0;
        margin-bottom: 30px;
    }
    table.tbl td, table.tbl th {
        border: 1px solid #eaeaea;
        padding: 10px;
    }
    .sect-reimbursement {
        padding: 30px 0;
    }
    .full-width-video-with-container {
        display: block;
    }
    .full-width-content-with-bg-mod-wrap.content-will-left .fix-wrapper {
        padding: 0 15px;
    }
    .full-width-video-with-container-left,
    .full-width-video-with-container-right{
        padding-left:0;
        padding-right:0;
        min-width:20px;
        width:100%;
    }
    .custom-patient-doctor-find-wrap .subtitle{
        margin-right: 10px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        vertical-align: middle;
        letter-spacing: 2px;
    }
    .product-service-row-one .sect-instruction .instruction-hold,
    .product-service-row-one .sect-instruction > .fix-wrapper{
        display: block;
    }
    .product-service-row-one .sect-instruction .instruction-hold img {
        margin: 0 auto 30px;
    }
    .product-service-row-one .sect-instruction .instruction-hold {
        text-align: center;
    }
    .one-column-content-with-left-bg-wrap .lef-im-block {
        position: absolute;
        height: 100%;
        width: 50%;
        left: 0;
        top: 0;
        background: center center no-repeat;
        background-size: cover;
        display: block;
        position: relative;
        height: 270px;
        width: 100%;
        margin: 15px 0;
        background: center center no-repeat;
        background-size: cover;
    }
    .one-column-content-with-left-bg-wrap .fix-wrapper .content {
        display: block;
        margin: 0 auto;
        text-align: left;
    }
    .product-service-row-two .sect-instruction > div > div {
        display: block;
    }
    .product-service-row-two .sect-instruction > div > div > img {
        padding: 0;
    }
    .product-service-row-two .sect-instruction > div > div > img,
    .product-service-row-two .service-content{
        min-width:100%;
        height:auto;
    }
    .product-service-row-two .service-content {
        padding: 20px 0;
    }
    .work-layout .sect-how-works {
        margin-top: 28px;
    }
    
    .work-layout .sect-how-works .sect-steps ul li .numb {
        display: none;
    }
    
    .work-layout .sect-how-works .sect-steps ul li {
        padding-left: 0;
    }
    
    .work-layout .cm-two-col-lr-img-wrap > img {
        float: none !important;
        margin: 0 auto 30px !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    .work-layout .cm-two-col-lr-img-wrap {
        padding: 0;
    }
    
    .work-layout .cm-two-col-lr-img-wrap ul {
        padding-left: 20px;
    }
    .home-page .banner-with-video-group .custom-video-group .video-wrapper video {
        display:none !important;
    }
    .home-page .banner-with-video-group .custom-video-group {
        min-height: 54vw;
    }
    /*.custom-home-news-group .cm-post-item time {
        display: block;
    }*/
    .hs-author-profile .hs-author-avatar {
        float:  none;
        margin-right:  0;
        margin-bottom: 10px;
    }
    table.two-col-table {
        display:  block;
    }
    
    table.two-col-table td {
        display:  block;
        width:  100%;
        margin-bottom: 10px;
    }
    .company-page .custom-row1-col2-group .right-col {
        width: 100% !important;
        padding: 0 !important;
    }

}  

@media (max-width: 550px){
    
    .cm-sidebar-menu .hs-menu-wrapper > ul > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    .accordion-toggled-content ul li {
        white-space: normal;
        word-wrap: break-word;
    }
    
    .accordion-toggled-content ul {
        padding-left: 20px;
    }
    .blog-post-wrapper .post-body table {
        font-size: 10px;
    }
    .blog-post-wrapper .post-body table.two-col-table {
        font-size: 16px;
    }
    .subscribe-options label {
        margin:0 !important;
    }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .fixed-active-menu ul ul li {
        display: none;
    }
    
    .fixed-active-menu ul ul li.active-branch {
        display: table-cell;
    }
    .fixed-active-menu ul ul li a {
        font-size: inherit;
    }
    .row-fluid .widget-span.cm-text-slider-container {
        max-width: 100%;
        padding: 40px 25px 0;
    }
    
    .cm-text-slider-container .hs_cos_gallery_main button.slick-prev.slick-arrow {
        left: -20px;
    }
    
    .cm-text-slider-container .hs_cos_gallery_main button.slick-next.slick-arrow {
        right: -20px;
    }
    
    /*.active-pages .body-container-wrapper {
        padding-top: 47px;
    }*/
    .blog-post-wrapper .post-body table {
        font-size: 9.5px;
    }
    .blog-post-wrapper .post-body table.two-col-table {
        font-size: 16px;
    }
     .certification-page .section2-group .right-col ul {
        display: block;
    }
    
    .certification-page .section2-group .right-col ul li img,
    .certification-page .section2-group .right-col ul li:last-child img,
    .certification-page .section2-group img, 
    .certification-page .section3-group img {
        margin: 0 auto 20px;
        display: block;
    }
    
    .certification-page .section2-group .right-col ul li:last-child {
        margin-left: 0;
    }
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item .subtitle {
        display: block !important;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper .item {
        display: block !important;
    }
    
    .home-page .full-three-col-group .page-center .inner-wrapper .items-wrapper {
        display:  block !important;
        text-align: center;
    }
    .cm-fw-lay .full-width-content table h3 {
        font-size: 0.97em;
    }
    a.btn {
        height: auto !important;
        padding-top: 5.5px !important;
        padding-bottom: 3.5px !important;
    }
    .header-controls .btn {
        padding-top: 3.5px !important;
    }
    .btn span {
        padding-top: 1px !important;
    }
    .cm-listing-filter select#tinynav1 {
        max-width: 260px;
    }
    
    .blog span.select2-selection__arrow {
        max-width: 228px;
    }
}

@media only screen and (max-width: 767px) {
   .img-responsive {
    width: 65%;
    height: auto;
}
  .txt-responsive {
    text-align: center;
    
}
}
@media only screen and (max-width: 767px) {
  .mobile-hide {
   display: none; 
  }
  
}

@media only screen and (min-width: 766px) {
  .mobile-show {
   display: inline; 
  }
  .desktop-hide {
   display: none; 
  }
}
