@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column,.healthcare-professionals-layout .dnd-section .dnd-column, .about-inner-layout .dnd-section .dnd-column  {
     padding-left: 3rem ;
    padding-right: 3rem ;
}
@media (min-width: 1024px) and (max-width:1364px) {
  .dnd-section .dnd-column,.healthcare-professionals-layout .dnd-section .dnd-column, .about-inner-layout .dnd-section .dnd-column {
    padding-left: 2rem;
      padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .dnd-section .dnd-column,.healthcare-professionals-layout .dnd-section .dnd-column, .about-inner-layout .dnd-section .dnd-column {
    padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
}
@font-face { 
  font-family: 'HelveticaNeueLTProLt'; 
  src: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProLt.eot) format("eot"),
    url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProLt.woff) format("woff"),
    url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProLt.ttf) format("truetype"),
   url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProLt.svg) format("svg");
  font-display: swap;
}


/*@font-face { 
  font-family: 'HelveticaNeueLTProBd'; 
  src: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProBd.eot) format("eot"), 
    url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProBd.woff) format("woff"), 
    url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProBd.ttf) format("truetype"), 
      url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProBd.svg) format("svg");
   
  font-display: swap;
}*/


@font-face { 
  font-family: "HelveticaNeueLTProMd"; 
  src: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProMd.eot) format("eot"), 
    url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProMd.woff) format("woff"), 
    url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProMd.ttf) format("truetype"), 
     url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeueLTProMd.svg) format("svg");
   
  font-display: swap;
}

@font-face { 
  font-family: "Interstate"; 
  src: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/interstate-bold.ttf) format("truetype"), 
     url() format("otf");
  
  font-display: swap;
}

@font-face { 
  font-family: "Interstate"; 
  src: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/Interstate-Regular.ttf) format("truetype"), 
     url() format("otf"),
  
  font-display: swap;
}

@font-face { 
  font-family: "Interstate"; 
  src: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/interstate-black.ttf) format("truetype"), 

  
  font-display: swap;
}

@font-face { 
  font-family: 'HelveticaNeueLTProBd'; 
  src: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeue-Bold.otf) format("otf"),
    url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/fonts/HelveticaNeue-Bold.woff) format("woff");
  font-display: swap;
}


body {
  line-height: 1.5;
  word-break: break-word;
}



/* Paragraphs */

p {
  margin:0;
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-bottom:2rem;
  text-rendering: optimizeLegibility;
}


.intro {
  font-size: 28px !important;
  line-height:40px !important;
  padding-bottom:32px !important;
  margin-bottom:0;
 font-family: 'HelveticaNeueLTProLt' !important; 
 
}



/* Anchors */

a {
  background-repeat: no-repeat;
  font-weight: 400;
 /*text-decoration: none;*/
  color: #0033a0;
 
  line-height: inherit;
}
a:hover{
color:#00246b;
}

/* Headings */


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
 /* margin-top: 0.2rem;*/
  margin: 0;

}

h1 {
  line-height:64px;
  padding-bottom: 48px;
}
h2 {
  line-height:48px;
  padding-bottom:32px;
}
h3 {
  line-height:32px;
  padding-bottom:24px;
  
}
h4 {
  line-height:28px;
  padding-bottom:24px;
}
h5 {
  line-height:1.4;
}
h6 {
  line-height:1.4;
}

/* ================= */

/* ================== */
/* XL */
/* @media (min-width: 1365px) and (max-width:1680px) {
 
  
} */
/* L */
@media (min-width: 1024px) and (max-width:1364px) { 
  h1 {
   line-height:48px 
  }
  h2 {
   line-height:36px ;
  }
  h3 {
   line-height:28px; 
  }
  h4 {
    line-height:26px; 
  }
}

/* M */
@media (min-width: 768px) and (max-width:1023px) { 
  h1 {
    line-height:48px ;
    padding-bottom:32px;
    padding-top:32px;
  }
  h2 {
    line-height:48px; 
    padding-bottom:24px;
  }
  h3 {
    line-height:32px;
    padding-bottom:16px;
  }
  h4{
    line-height:28px; 
    padding-bottom:16px;
  }
   .intro {
      font-size: 22px !important;
       line-height:32px !important;
      padding-bottom:32px !important;
      margin-bottom:0 !important;
    }
}

/* S */
@media (max-width:767px) {
   h1 {
    line-height:48px ;
    padding-bottom:32px;
    padding-top:32px;
  }
  h2 {
   line-height:36px ;
    padding-bottom:24px;
  }
  h3 {
    line-height:28px; 
    padding-bottom:16px;
  }
  h4 {
    line-height:26px; 
    padding-bottom:16px;
  }
  .intro {
      font-size: 22px !important;
       line-height:32px !important;
      padding-bottom:32px !important;
      margin-bottom:0 !important;
    }
}


/* ========================= */



/* Lists */


ul, ol, dl {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}
ul {
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
}

ol {
  margin-left: 1.4rem;
}
ul li {
  /*padding: 0 0 5px 5px;*/
}


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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDD;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Horizontal rules */

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

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
    left: 0.1em;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.hs-page .body-container-wrapper form{
  margin-bottom: 30px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 30px;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
/*   transition: box-shadow 0.45s,border-color 0.45s ease-in-out; */
  display: block;
/*   font-size: .875rem; */
  margin: 0;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
/*   font-family: Helvetica,Arial,sans-serif; */
/*   box-shadow: 0 0 0 rgb(0 0 0 / 10%) inset; */
/*   height: 50px; */
/*   padding: 12px 10px 0 10px; */
/*   line-height: normal; */
  max-width: 767px;
  
/*    */
   padding: 24px 16px 8px;
  font-size: 18px; 
  color: #39496A; 
  letter-spacing: 0; 
  line-height: 24px; 
  font-family: 'HelveticaNeueLTProBd', Arial;
  font-weight: 400; 
  text-align: left; 
  height:56px;
  border-width: 1px 1px 2px ;
  border-style: solid;
  border-color:#A8A39D;
  transition: none;
}

form textarea.hs-input {
  padding-top: 20px;
  line-height: 20px;
  height: auto;
  min-height: 130px;
}

input[type="text"]:focus, input[type="password"]:focus,
input[type="date"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="email"]:focus,
input[type="number"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="time"]:focus, 
input[type="url"]:focus, textarea:focus {
  box-shadow: 0 0 0 rgb(0 0 0 / 10%) inset;
}

form .hs-input:focus{
  outline: none;
}

form select.hs-input {
  cursor: pointer;
  padding-right: 25px;
  padding-left: 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: normal;
/*   background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/select-arrow.svg); */
/*   background-position: 100% center;
  background-repeat: no-repeat; */
}
form select.hs-input:focus {
  border-color: #ccc;
}


form select:hover{
  border-color: rgb(153, 153, 153);
}


/* form select:not(.used) {
color: rgb(170, 170, 170);
}
*/
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  list-style: none;
  margin-top: 5px;
  margin-left: 6px;
  margin-bottom: 0;
}

form .inputs-list > li {
  display: block;
  margin: 0;
  padding: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem ;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-error-msgs .hs-error-msg {
  padding: 0 0 5px 5px;
  color: #d55;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0;
  margin-bottom: -5px;
  display: block;
}
.hs_error_rollup .hs-error-msgs label {
  padding: 0 0 5px 5px;
  color: #d55;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0;
  margin-bottom: 5px;
  display: block;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-align: center;
  transition: background-color 300ms ease-out 0s;
  font-size: 1rem;
  margin: 0px 0px 1.25rem;
  position: relative;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  border-style: solid;
  line-height: 13px;
  font-weight: 700;
  appearance: none;
}

form input[type=submit]:focus,
form .hs-button:focus{
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Placeholder Text */
::-webkit-input-placeholder {
  color: #39496A;
  opacity: 1;
  position: relative;
}
:-moz-placeholder {
    color: #39496A;
  opacity: 1;
  position: relative;

}
::-moz-placeholder {
    color: #39496A;
  opacity: 1;
  position: relative;

}
:-ms-input-placeholder {
  color: #39496A;
  opacity: 1;
  position: relative;
}

.hs-input:hover ::-webkit-input-placeholder {
 color: #0033A0; 
}

form textarea.hs-input::-webkit-input-placeholder {
  top: -14px;
}
form textarea.hs-input:-moz-placeholder {
  top: -14px;
}
form textarea.hs-input::-moz-placeholder {
  top: -14px;
}
form textarea.hs-input:-ms-input-placeholder {
  top: -14px;
}

/*  ========================= */

* {
 box-sizing: border-box 
}

.hs-field-desc {
display:none !important;
}
 .hs-fieldtype-text, .hs-fieldtype-textarea {
  position:relative;
  
}
 form .hs-form-field > label {
  font-size: 18px; 
  color: #39496A; 
  letter-spacing: 0; 
  line-height: 24px;  
  font-family: 'HelveticaNeueLTProBd',Arial;
  font-weight: 400; 
  text-align: left;
  
  position:absolute;
  top: 16px;
  
  left:16px;
  z-index:0;
   cursor:text;
/*     display:none !important; */
}




form input[type=text].hs-input {
 padding: 24px 16px 8px;
  font-size: 18px; 
  color: #39496A; 
  letter-spacing: 0; 
  line-height: 24px; 
  font-family: 'Helvetica',Arial;
  font-weight: 400; 
  text-align: left; 
  height:56px;
  border-width: 1px 1px 2px ;
  border-style: solid;
  border-color:#A8A39D;
  transition: none;
}
.hs-form-required {
  color:inherit;
}
 .hs-error-msgs {
  font-size: 14px; 
  color: #C3003E; 
  letter-spacing: 0; 
  line-height: 20px; 
 font-family: 'HelveticaNeueLTProBd',Arial;
margin-left:0;
  margin-top:8px;
  text-align: left; 
}
 form input.hs-input:hover,form select:hover,
form textarea:hover {
  border-color: #0033A0;
   color: #0033A0;
}
.hs-input:focus {
border-color: #0033A0;
box-shadow: 0 0 0 4px #F1C400;
}

select {
color:   #C3003E;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* .row .positionBlock .content-wrapper .clearfix{
  display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
#hs_cos_wrapper_header_logo .hs-image-widget{
  width:200px!important;
}





 */











.column, .columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}

.large-2 {
  width: 16.66667%;
}

.nav-utilities {
  max-width: 120px;
  text-align: right;
}

.navigation .columns {
  float: right;
}

.navigation a.loupeBox .loupe {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_search_normal_r.png);
  background-repeat: no-repeat;
  top: 50%;
  cursor:pointer;
  margin-top: -5px;
      background-size: 20px
}

.navigation a.loupeBox .loupe.close {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_close_search_normal_r.png);
}

.navigation a.loupeBox .loupe:hover {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_search_hover_r.png);
}

.navigation a.loupeBox .loupe.close:hover {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_close_search_hover_r.png);
}




.navigation a {
  position: relative;
  height: 100%;
  font-size: 14px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #003d99!important;
  text-transform: uppercase;
}

.navigation a.loupeBox {
  position: absolute;
  right: 98px;
  height: 50px;
  display: inline-block;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  margin-top: 10px;
  float: right;
  background-image: -webkit-linear-gradient(#4c77b7 0%,#003d99 100%);
  background-image: linear-gradient(#4c77b7 0%,#003d99 100%);
  cursor:pointer;
}

.hamburger:hover {
  background-image: -webkit-linear-gradient(#003d99 0%,#4c77b7 100%);
  background-image: linear-gradient(#003d99 0%,#4c77b7 100%);
}

.hamburger>a {
  display: block;
}

.hamburger img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}

.hamburger img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}

.hamburger .icon-close {
  display: none;
}

.navigation {
  display: block;
  position: fixed;
  top: 0;
  padding: 10px 0 0 0;
  border-bottom: 2px solid #dedede;
  margin-top: 0!important;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid #dedede;
  overflow: visible;
  transform: translate3d(0,0,0);
  width: 100%;
  z-index:9999;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
 /* max-width: 62.5rem;*/
}

.row {
 /* max-width: 1280px;*/
  z-index: 5;
}

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

.navigation .positionBlock {
  margin: 19px auto 15px auto;
  padding:0;
}

.navigation .logo {
  float: left!important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.large-8 {
  width: 66.66667%;
}

.navigation .sub-nav {
  display: block;
  padding-top: 1.7rem;
  float: right;
  height: 50px;
  overflow: hidden;
  line-height: 1;
  text-align: right;
}

.navigation .sub-nav .hs-menu-wrapper > ul {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: .875rem;
  color: #999;
  margin: 0;
  padding: 0;
}

.navigation .sub-nav .hs-menu-wrapper > ul li {
  margin-bottom: 0.625rem;
  padding: 0;
  line-height: 1;
  padding:0 1rem;
  margin-left:0 ;
}

.navigation .sub-nav .hs-menu-wrapper > ul li a {
  text-decoration: none;
  color: #999;
  padding: 0.1875rem 0rem;
}

.navi-search {
  display: none;
  position: absolute;
  padding-right: 30px;
  width: 100%;
  right: 0;
  overflow: hidden;
  top: 9px;
}

div.navi-search {
  padding-right: 0!important;
}

.logo img {
  max-width: 180px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width:100% !important;
}

.header_height {
  min-height: 117px;
}

.navigation .sub-nav .hs-menu-wrapper > ul li a:hover {
  border-bottom: 3px solid #003d99;
}


.hamburger.close .icon-close {
  display: inline-block;
}

.hamburger.close .icon-hamburger {
  display: none;
}


.canvas-menu {
  background: -webkit-linear-gradient(
    0deg,#00255c 0%,#0d479e 100%);
  background: -moz-linear-gradient(0deg,#00255c 0%,#0d479e 100%);
  background: -o-linear-gradient(0deg,#00255c 0%,#0d479e 100%);
  background: -ms-linear-gradient(0deg,#00255c 0%,#0d479e 100%);
  background: linear-gradient(
    90deg,#00255c 0%,#0d479e 100%);
  z-index: 120;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  position: fixed;
  width: 420px;
  height: 100%;
  top: 120px;
  padding-bottom: 120px;
  display: block;
  transition-property: right,width;
  right: -420px!important; 
  transition-delay: 0.1s;
  transition-duration: 1s;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events:none;
  width:0;
}

.offcanLeft {
  display: block;
  transition-property: right,width;
  right: 0px!important;
  transition-delay: 0.1s;
  transition-duration: 1s;
  pointer-events: auto;
    width:420px;
}

.canvas-menu .header {
  position: relative;
  height: 60px;
}

.canvas-menu ul {
  margin-top: 0;
  margin-bottom: 0!important;
}

.canvas-menu ul li {
  position: relative;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.2);
  margin-left: -20px;
  font-weight: normal!important;
  display: block;
  padding: 0;
}

.canvas-menu .hs-menu-wrapper > ul {
  display: block;
  margin-left: 1.1rem;
}

.canvas-menu .hs-menu-wrapper > ul li a {
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 50px;
  padding-left: 30px;
  color: #fff;
  display: block;
}

.canvas-menu .hs-menu-wrapper > ul ul {
  display: none;
}

.canvas-menu .hs-menu-wrapper > ul li.child-menu-active {
  background: rgba(255,255,255,.15);
}

.canvas-menu .hs-menu-wrapper > ul li.child-menu-active > a {
  color: rgba(255,255,255,.5) !important;
}

.canvas-menu .hs-menu-wrapper > ul ul li a {
  padding-left: 40px;
  font-weight: normal!important;
}

.canvas-menu .hs-menu-wrapper>ul ul ul li a {
    padding-left: 50px;
}

.canvas-menu .hs-menu-wrapper > ul ul li {
  margin-left: 0;
}

.canvas-menu .hs-menu-wrapper > ul li a:hover {
  background-color: #00255c!important;
}

.canvas-menu .countrydrop {
  display: block;
  color: #ccd8eb;
  border-top: 1px solid rgba(255,255,255,.2);
  clear: both;
  padding-left: 27px;
  line-height: 44px;
  font-size: 14px;
  margin-bottom: 50px;
  padding-top: 15px;
  max-width: 420px;
}

.canvas-menu .countrydrop .row .columns {
  padding-left: 0;
}

.canvas-menu label {
  font-size: .875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.canvas-menu input,
.canvas-menu select {
  color: #003d99;
  font-weight: 700;
}

.canvas-menu select {
  -webkit-appearance: none!important;
  -webkit-border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 0.5rem;
  font-size: .875rem;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
  width:100%;
  outline:0;
}

.canvas-menu select:hover {
    color: #003d99;
    font-weight: 700;
    background-color: #f3f3f3;
    border-color: #999;
}

.canvas-menu ul li .split {
  position: absolute;
  width: 54px;
  height: 44px;
  right: 0;
  top: 0;
}

.canvas-menu ul li .split.more {
  background-size: 44px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_plus_n.png);
  cursor: pointer;
  pointer-events:none;
}

.canvas-menu ul li .split.less {
  background-size: 44px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_minus_n.png);
  cursor: pointer;
  pointer-events:none;
}


.navi-search .search-container form input {
  margin: 0!important;
  border: none!important;
  background-color: #eee;
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
  font-size: 20px;
  margin-top: 0;
  max-height: 40px;
  color: #333;
  box-shadow: 0 0 0 rgb(0 0 0 / 10%) inset;
  height: 44px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  padding: 0.5rem;
  display: block;
  border-radius: 0 !important;
  width: 83.33333%;
  outline:0;
}

.navi-search .search-container form button {
  transition: background-color 300ms ease-out;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  border-style: solid;
  border-width: 0;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  font-size: 14px;
  margin: 0!important;
  height: 40px;
  background-color: #003d99;
  background-image: linear-gradient(#eee 0%,#ccc 100%);
  color: #003d99;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navi-search .search-container form button svg {
  display: none !important;
}

.navi-search .search-container form button:before {
  content: 'Search';
}

.navi-search .search-container form button:hover {
  background-image: linear-gradient(#ccc 0%,#eee 100%);
}

.navi-search .search-container {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  background-color: #fff;
}

.navi-search .hs-search-field__suggestions li {
  padding: 10px;
}

.navi-search .hs-search-field__suggestions li:not(:first-child) {
  padding:5px 10px;
}

.navi-search .hs-search-field__suggestions li a:hover {
  background: transparent !important;
}

.navigation .navi-search .medium-10 {
  width: 83.33333%;
}

.navigation .navi-search .medium-offset-1 {
  margin-left: 8.33333%!important;
}

.navi-search .hs-search-field {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.navi-search .search-container form {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: 30px;
  background-color: #eee;
  margin-bottom: 0!important;
  display: flex;
  justify-content: space-between;
}

.navigation.search-open .sub-nav {
  opacity: 0;
}

.mobile-search {
  display: none;
}

.canvas-menu .hs-menu-wrapper>ul li.active {
    background-size: 10px;
    background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_offcanvas_active-page_r.png);
    background-repeat: no-repeat;
    background-position: 2px 10px;
}

.canvas-menu .hs-menu-wrapper>ul ul ul ul li {
    border-top: 0;
}

.canvas-menu .hs-menu-wrapper>ul ul ul ul {
    border-top: 1px solid rgba(255,255,255,.2);
}

.canvas-menu .hs-menu-wrapper>ul ul ul ul li a {
    padding-left: 60px;
}

@media (max-width: 1000px) {
  .canvas-menu {
    top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width:886px) {
  div#item-container {
    display: none;
  }

  .mobile-search {
    display: block;
  }

  .small-8 {
    width: 66.66667%;
  }

  .navigation .logo {
    width: 66.66667%;
  }

  .navigation .logo img {
    height: 35px;
    width: auto;
    width: auto !important;
  }
  .navigation .positionBlock {
    padding-top: 4px;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .navigation {
    padding:0;
    border-bottom: 1px solid #ddd;
  }

  .navigation .mobile-search .columns {
    float: left;
  }

  .navi-search {
    position: relative;
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    background-color: #fff;
  }

  .navi-search .search-container {
    margin: 0;
    width: 100%;
  }

  .header_height {
    min-height:72px;
  }
}


@media (max-width:767px) {
  .navigation .mobile-search .columns {
    margin: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  .canvas-menu {
    width: 100%;
  }
  
  .canvas-menu.offcanNormal {
    width:0;
  }
}



@media screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .navigation a.loupeBox .loupe.close {
     background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_close_search_normal_r.png);
    background-size: 20px
  }
  
  .navigation a.loupeBox .loupe.close:hover {
     background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_close_search_hover_r.png);
    background-size: 20px
  }

  .navigation a.loupeBox .loupe {
     background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_search_normal_r.png);
    background-size: 20px
  }

  .navigation a.loupeBox .loupe:hover {
     background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_search_hover_r.png);
  }

  .canvas-menu ul li .split.more {
  background-size: 44px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_plus_r.png);
}

.canvas-menu ul li .split.less {
  background-size: 44px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_minus_r.png);
}

}
.footerline {
  width: 100%;
  position: relative;
  background-color: #003d99;
  float: left;
  padding: 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.footerline .content-wrapper > div {
  padding: 10px 15px 0;
}

.footerline .footer-links {
  width: 58%;
}

.footerline .content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

.footerline .copyright {
  text-align: left;
  color: #7f9ecc;
  width: 41.66667%;
}

.footerline .footer-links ul {
  text-align: right;
  margin-bottom: 1.25rem;
  justify-content: flex-end;
}

.footerline .footer-links li {
  list-style-type: none;
  display: inline-block;
  margin-left: 15px;
  height: 40px;
  line-height: 40px;
}

.footerline .footer-links li:first-child {
  margin-left: 0;
}

.footerline a {
  color: #fff;
  font-size: 14px;
}

.footerline a:hover {
  color: #fff;
text-decoration:underline;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #00255c;
  float: left;
  padding: 0;
  font-family: Helvetica,Arial,sans-serif;
}

.small-12 {
  width: 100%;
}

.col-footer {
  padding-top: 30px;
}

.footer .slick-track {
  margin-left: 0;
}

.footer .column,
.footer .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.footer-list-extended {
  margin-bottom: 60px;
}

.footer .hs-rss-item-text {
  display: flex;
  flex-direction: column-reverse;
}

.footer span.hs-rss-posted-at {
  display: none !important;
}

.footer .row-footer ul li a {
  color: #fff;
  font-weight: 400;
}
.footer .footer-list-extended a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}


.footer .hs-related-blog-byline,
.footer .hs-rss-byline {
  font-size: 14px;
  margin-bottom: 0;
  color: #7f9ecc;
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
  margin-top: 0;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  opacity:1;
}

.footer .hs-related-blog-item,
.footer .hs-rss-item {
  padding: 0 0 5px 5px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 0;
  line-height:1.6;
}

.footer-list-extended a:hover {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-list-extended h3 {
  font-family: "HelveticaNeueW02-LtExt",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #99b1d6;
  border-bottom: 1px solid #99b1d6;
  margin: 0 0 28px 0;
  padding-bottom: 14px;
  line-height: 36px;
}

.news.news-clear h3 {
  display: none !important;
}

.footer-list-extended h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: #7f9ecc;
  line-height:30px;
}

.footer select {
  -webkit-appearance: none!important;
  -webkit-border-radius: 0;
  background-color: #FAFAFA;
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);*/
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: rgb(168, 163, 157);
  padding: 0 3rem 0 1rem;
  font-size: 1.125rem;
  font-family: "HelveticaNeueLTProBd","Helvetica",Helvetica,Arial,sans-serif;
/*   color: #0033a0; */
  color: rgb(57, 73, 106)
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  width: 100%;
  margin-bottom: 1rem;
  height: 3.5rem;
}
.footer select:hover {
 border-color: rgb(0, 51, 160) 
}
.footer-list-extended ul {
  font-family: Helvetica,Arial,sans-serif;
  min-width: 200px;
  padding-top: 0;
  display:block !important;
  margin-left:0;
  list-style:none;
}


.footer-list-extended ul li {
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 0;
}

.footer-list-extended a.textlink,
.news.news-clear .widget-type-rich_text a{
  font-weight: 700;
  line-height: 28px;
  padding-right: 20px;
  background-size: 8px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_footer_textlink_n.png);
  background-position: right center;
  background-repeat: no-repeat;
}



@media (max-width: 767px) {
  .footer .footer-slider {
    margin-left: 8.3333%;
    width: 83.3333%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .footerline .copyright::before {
    content: "";
    border-top: 1px solid #668bc2;
    display: block;
    width: 150%;
    margin-left: -85px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .footerline .copyright {
    line-height: 20px;
    padding-bottom: 30px;
  }
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 34px;
  height: 36px;
  margin: -16px 0 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0,0,0,.8);
  text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  color: #fff;
  right: 0;
  text-align: right;
  background-color: #003d99;
  height: 60px;
  width: 40px;
  font-size: 0;
  padding: 0;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}

.footer .flex-direction-nav a.flex-next, .footer .flex-direction-nav a.flex-prev {
  background-color: #fff;
  top: calc(50% - 15px);
  width: 36px;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  width: 14px;
  height: 21px;
  margin-top: 8px;
  content: '';
}

.flex-direction-nav .flex-prev {
  color: #fff;
  left: 0;
  background-color: #003d99;
  height: 60px;
  width: 40px;
  font-size: 0;
  padding: 0;
}

.flex-direction-nav a.flex-next:before {
  margin-right: 9px;
  height: 44px;
  width: 20px;
  background-size: 16px 26px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_next_inverted_n.png) no-repeat center left;
  margin-right: 5px;
}

.flex-direction-nav a.flex-prev:before {
  margin-left: 8px;
  height: 44px;
  width: 20px;
  background-size: 16px 26px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_prev_inverted_n.png) no-repeat center left;
  margin-left: 9px;
}

.footer .content-wrapper,
.footerline .content-wrapper{
  padding:0;
}

.footer .flex-direction-nav a.slick-disabled {
    display: none!important;
}

.footerline {
    overflow-x: hidden;
}

.cemediacentermenu p {
    margin-bottom: 20px;
    line-height: 1.4;
}

@media (max-width:1023px) {
  .footerline .content-wrapper {
    display: block;
  }

  .footerline .copyright {
    width: 91.66667%;
    margin-left: 0%!important;
    line-height: 20px;
    padding-bottom: 25px !important;
  }

  .footerline .copyright:before {
    content: "";
    border-top: 1px solid #668bc2;
    display: block;
    width: 150%;
    margin-left: -85px;
    padding-bottom: 20px;
  }


  body {
    overflow-x:hidden;
  }

  .footerline .footer-links ul {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    text-align: left !important;
    justify-content: flex-start;
  }

  .footerline .footer-links li:first-child {
    padding-left: 0 !important;
  }

  .footer .footer-slider {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    margin-bottom:0;
  }
}

@media (max-width:767px) {
  .footerline .copyright {
    margin-left: 8.33333%!important;
    line-height: 20px;
    padding-bottom: 30px !important;
  }

  .footerline .footer-links {
    padding-top: 10px;
    margin-left: 8.33333%!important;
    width: 91.66667%;
  }

  .footerline .footer-links li {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .footerline .col-footerline {
    border-top: 1px solid #668bc2;
  }

  .footerline .footer-links ul {
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    text-align: left;
  }

  .footerline .content-wrapper {
    border-top: 1px solid #668bc2;
  }

  .footer .footer-slider {
    margin-left: 8.3333%;
    width: 83.3333%;
  }

  .col-footer {
    padding-top: 35px;
  }
}

@media (min-width: 401px) and (max-width: 1000px) {
  .footer-list-extended h3 {
    line-height:32px;
  }
  
  .footer-list-extended h4 {
    line-height: 28px;
}
}


@media (max-width:400px) {
  .footer-list-extended h3 {
    line-height: 27px;
  }

  .footer .footer-list-extended a {
    line-height: 1.6;
  }

  .footer .hs-related-blog-byline, .footer .hs-rss-byline {
    line-height: 27px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-direction: column;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
html{
  scroll-behavior: smooth;
}
body{
  scroll-behavior: smooth;
}
/*===Cus Page Style=====*/
.row {
    max-width: 1280px;
    z-index: 5;
}
.breadcrumb ul {
    margin-left: 0 !important;
    list-style: none;
    padding-left: 0;
}
.ps-scrollbar-x-rail, .ps-scrollbar-y-rail {
  display: none !important;
  height: auto !important;
  width: auto !important;
}
.cmn_stl .widget-span{
  margin-left: 0;
}
.cmn_stl .span8, .cmn_stl .span4, .cmn_stl .span6{
  width: 100%;
}
.cmn_stl figure {
  margin: 0;
  display: block;
}
.cmn_stl figure figcaption{
  display: block;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.cmn_stl .widget-type-rich_text blockquote {
  padding: 0;
  border: 0;
  color: #222;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
}
.cmn_stl .widget-type-rich_text blockquote p {
  line-height: 1.6;
  color: inherit;
}

a.externlink {
  font-weight: 700;
  /*margin-top: 20px;*/
  color: #003d99;
  padding-left: 23px;
  background-size: 16px 14px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_external-link_normal_n.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
}
a.externlink:hover {
  color: #00246b;
  text-decoration: none;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_external-link_hover_n.png);
}
.cmn_stl .cm-related-module{
  margin-top: 0;
}

.volcntrl_row3 .dnd-section > .row-fluid > .dnd-column > .dnd-row {
  margin-bottom: 60px;
}
.volcntrl_row6 .featured_products_product p:not(:last-child) {
  margin-bottom: 20px;
}
.nurses_row2 .dnd-section > .row-fluid > .dnd-column > .dnd-row:first-child{
  /*margin-left: -15px;
  margin-right: -15px;*/
}
.vdinner-page .vdin_row .flex-video-wrap {
  width: calc(66.66667% - 10px);
}

/*====Contact Page Style====*/

.cntct-page .contact_row .widget-span{
  margin-left: 0;
}
.cntct-page .contact_row .span7{
  width: 100%;
}
.cntct-page .contact_row .span5{
  margin-bottom: -10px;
  width: 100%;
}
.cntct-page .contact_row h3.form-title{
  font-family: HelveticaNeueW02-LtExt, Helvetica, Arial, sans-serif;
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 32px;
}
.cntct-page .contact_row .row-horizontalTab {
  margin-top: 5px;
}

.cntct-page .contact_row .row-horizontalTab h2.resp-accordion .acc-count{
  display: none;
}
.cntct-page .contact_row .row-horizontalTab .resp-tab-content {
  padding: 25px 15px 40px;
}


.cntct-page .contact_row .row-horizontalTab .medium-8 {
  width: 100%;
}
.cntct-page .contact_row .row-horizontalTab .resp-tab-content .non-color-teaser.cm-row {
  margin-bottom: 0;
}
.cntct-page .contact_row .row-horizontalTab .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cntct-page .contact_row form .hs-form-field > label{
/*   display: none; */
}
.cntct-page .contact_row form {
  padding-top: 25px;
  margin-bottom: 1.25rem;
  padding-bottom: 28px;
}
.cntct-page .contact_row .contact-sales-teaser {
  margin-bottom: 60px;
}






@media only screen and (min-width: 48em) {
  .cmn_stl .span8{
    width: 66.66667%;
    float: left;
  }
  .cmn_stl .span4{
    width: 33.33333%;
    float: left;
  }
  .cmn_stl .span6{
    width: 50%;
    float: left;
  }
  .cntct-page .contact_row .span5{
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .cntct-page .contact_row form {
   /* width: 395px;*/
    max-width: 100%;
  }
  .cntct-page .contact_row .span7, .cntct-page .contact_row .span5{
    width: 50%;
  }
}


@media only screen and (min-width: 64.0625em) {
  .cmn_stl .widget-type-rich_text blockquote{
    width: 65.85%;
  }
  .cntct-page .contact_row .span7{
    width: 58.3333%;
    padding-right: 80px;
    margin-bottom: 40px;
  }
  .cntct-page .contact_row .span5{
    width: 41.6667%;
    padding-left: 20px;
  }
  .cntct-page .contact_row h3.form-title{
    font-size: 28px;
  }
  
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .cntct-page .contact_row .contact-sales-teaser .table-t {
    height: auto;
    width: 100%;
    text-align: center;
  }
  .cntct-page .contact_row .contact-sales-teaser .row .columns:first-child {
    padding-bottom: 0.9375rem;
  }
  .cntct-page .contact_row .contact-sales-teaser {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .stories-page .stories_row, .vdinner-page .vdin_row {
    margin-top: 28px;
  }
  .vdinner-page .vdin_row .flex-video-wrap {
    width: 100%;
  }
  .cntct-page .contact_row .widget-type-rich_text h1{
    margin-top: 28px;
  }
  .cntct-page .contact_row .resp-easy-accordion {
    padding-bottom: 0;
  }
  .cntct-page .contact_row form {
    padding-bottom: 28px;
  }
}

@media only screen and (max-width: 500px) {
  
  .volcntrl_row3 .dnd-section > .row-fluid > .dnd-column > .dnd-row {
    margin-bottom: 40px;
  }
  .volcntrl_row3 figure img, .volcntrl_row4 figure img {
    margin-bottom: 15px;
  }
  .volcntrl_row6 .featured_products_product p:not(:last-child) {
    margin-bottom: 10px;
  }
  .cntct-page .contact_row .contact-sales-teaser {
    margin-bottom: 40px;
  }
  .cntct-page .contact_row .contact-sales-teaser .table-t {
    height: auto;
    width: 100%;
    text-align: center;
  }
  .cntct-page .contact_row .contact-sales-teaser .row .columns:first-child {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 480px) {
  
  .cntct-page .contact_row .cm-share-box .cm-columns{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .cmn_stl figure figcaption {
    padding-left: 15px;
    padding-right: 15px;
  }
}



.banner-section .dnd-section {
  padding: 0;
}
.website-page .hs-breadcrumb-menu-wrapper,
.cm-page .hs-breadcrumb-menu-wrapper{
  font-size: 14px;
  padding-top: 25px;
}
.website-page .hs-breadcrumb-menu,
.cm-page .hs-breadcrumb-menu{
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.hs-breadcrumb-menu {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
}
.website-page .hs-breadcrumb-menu li,
.cm-page .hs-breadcrumb-menu li{
  padding: 0 0 5px 5px;
}

.website-page .hs-breadcrumb-menu li a,
.cm-page .hs-breadcrumb-menu li a{
  font-size: 14px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_breadcrumb_r.png);
  background-size: 5px 8px;
  background-position: right center;
  padding-right: 14px;
  margin-left: 10px;
}
.website-page .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label,
.cm-page .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label{
  padding-right: 14px;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  background-image: none;
  font-weight: 400;
}

.website-page .hs-breadcrumb-menu li:first-child a,
.cm-page .hs-breadcrumb-menu li:first-child a{
  margin-left: 0;
}

.website-page .hs-breadcrumb-menu span.hs-breadcrumb-menu-divider,
.cm-page .hs-breadcrumb-menu span.hs-breadcrumb-menu-divider{
  display: none;
}
/* .website-page .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb,
.cm-page .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb{
display: none;
} */
.cm-share-box .print {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_print_normal_n.png);
}
.cm-share-box .print:hover {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_print_hover_n.png);
}
.website-page .span12.dnd-module .flex-video-wrap  {
  width: calc(66.66667% - 10px);
}
.healthcare-page .span12.dnd-module .flex-video-wrap  {
  /*padding-left: 0.9375rem;
  padding-right: 5px;
  width: 66.66667%;*/
  margin: 0 8.333%;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0
}

.me-plugin {
  position: absolute
}

.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden
}

.mejs-fullscreen {
  overflow: hidden!important
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%
}

.mejs-clear {
  clear: both
}

.mejs-background {
  position: absolute;
  top: 0;
  left: 0
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000
}

:root .mejs-poster img {
  display: none
}

.mejs-inner,
.mejs-layers {
  height: 100%;
  width: 100%
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0
}

.mejs-overlay-play {
  cursor: pointer
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px!important;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px
}

.mejs-overlay-loading span {
  display: block;
  width: 76px;
  height: 76px;
  background: transparent url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/loading.png) 50% 50% no-repeat
}

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0 0 3px 0;
  height: 29px;
  overflow: hidden;
  bottom: 10px;
  background: #fff;
  background: rgba(0, 0, 0, .7);
  left: 11px;
  right: 11px
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial, sans-serif;
  border: 0
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/controls.png)
}

.mejs-controls .mejs-button button:focus {
  outline: none
}

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto
}

.mejs-controls .mejs-play button {
  background-position: 0 0
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px
}

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px 4px;
  background: #333;
  background: rgba(50, 50, 50, .8)
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0
  }
  to {
    background-position: 30px 0
  }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: rgba(255, 255, 255, .5);
  width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none!important;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
  position: relative
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/background.png);
  background: rgba(50, 50, 50, .7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, .5);
  margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, .9);
  margin: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, .9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0
}

.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #333;
  background: rgba(50, 50, 50, .8)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/background.png)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none
}

.mejs-controls .mejs-captions-button {
  position: relative
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/background.png);
  background: rgba(50, 50, 50, .7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, .7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, .7)), to(rgba(0, 0, 0, .7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  background: linear-gradient(rgba(50, 50, 50, .7), rgba(0, 0, 0, .7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=$grey32, endColorstr=$black);
  overflow: hidden;
  border: 0
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, .7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, .7)), to(rgba(50, 50, 50, .6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  background: linear-gradient(rgba(102, 102, 102, .7), rgba(50, 50, 50, .6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=$grey6, endColorstr=$grey32)
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0
}

.mejs-captions-position-hover {
  bottom: 45px
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/background.png);
  background: rgba(20, 20, 20, .8)
}

.me-cannotplay a {
  color: #fff;
  font-weight: 700
}

.me-cannotplay span {
  padding: 15px;
  display: block
}

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff
}

.mejs-controls .mejs-sourcechooser-button {
  position: relative
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/background.png);
  background: rgba(50, 50, 50, .7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/background.png);
  background: rgba(50, 50, 50, .7);
  z-index: 1000;
  overflow: hidden
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/background.png);
  background: rgba(50, 50, 50, .7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer
}

video {
  opacity: .01
}

.videoplayer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
  padding-bottom: 56.25%;
  margin-top: -27px;
  margin-bottom: 20px
}

.videoplayer>.mejs-video,
.videoplayer .mejs-mediaelement video,
.videoplayer .mejs-mediaelement object,
.videoplayer .mejs-layer {
  opacity: 1;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  left: 0;
  top: 0
}

.videoplayer-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.videoplayer-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 0
}

.videoplayer-play {
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -55px;
  overflow: hidden;
  text-decoration: none!important
}

.videoplayer-play:before {
  content: "\e603";
  font-size: 60px;
  position: absolute;
  left: 28px;
  top: 0;
  line-height: 110px;
  color: #fff
}

.videoplayer-placeholder {
  z-index: 1
}

.me-plugin {
  position: static!important
}

.video .multiple-containers {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: none
}

.video .no-image-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%
}

.video .no-image-video .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0
}

.video .content-wrapper {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.video .content-wrapper .video-preview {
  height: 100%;
  width: 100%;
  position: relative
}

.video .content-wrapper .video-preview .play-video {
  z-index: 20
}
.cm-page .span8 {
  width: 66.66667%;
  margin: 0;
}
.cm-page .span6{
  width: 50%;
  margin: 0;
}
.cm-page .span4 {
  width: 33.33333%;
  margin: 0;
}
.bg-grey {
  background-color: #f6f6f6;
  height: 100%;
}
.fp-image {
  width: 100%;
}
.focuspoint {
  height: 100%;
}

.focuspoint {
  position: relative;
  overflow: hidden;
}
.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
}
.h3-link {
  margin-right: 19px;
}

.h2-link a {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_h2_desktop_normal_r.png);
}
.h2-link a:hover {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_h2_desktop_hover_r.png);
}
.h3-link a {
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  padding-right: 19px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_r.png);
  background-size: 10px 15px;
  background-position: right 0 bottom 2px;
  background-repeat: no-repeat;
}
.h3-link a:hover {
  color: #00246b;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r.png);
}
[data-link="morelink"]{
  line-height: 28px;
  font-size:18px;
  font-weight: 700;
  color: #0033a0 ;
  padding-right: 20px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_r.png);
  background-size: 10px 15px;
  background-position: right 0 bottom 5px;
  background-repeat: no-repeat;
}
[data-link="morelink"]:hover{
  color: #00246b;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r.png);
}

img {
  display: inline-block;
  vertical-align: middle;
}
.hs_cos_wrapper_type_module > hr {
  height: 0;
}
.cm-page .widget-type-simple_menu .hs-menu-wrapper > ul {
  display: block !important;
}

.cm-page .widget-type-simple_menu .hs-menu-wrapper > ul li {
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

.cm-page .widget-type-simple_menu .hs-menu-wrapper > ul li a {
  line-height: 23px;
  font-weight: 700;
  margin-top: 20px;
  color: #003d99;
  padding-right: 20px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_r1.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.cm-page .widget-type-simple_menu .hs-menu-wrapper > ul li a:hover {
  color: #00246b;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r1.png)!important;
}

.cm-healthcare-banner a.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #003d99;
  border-color: #00317a;
  color: #fff;
  transition: background-color 300ms ease-out;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0075d4;
  background-image: -webkit-linear-gradient(
    90deg,#0075d4 0%,#249dff 100%);
  background-image: -moz-linear-gradient(90deg,#0075d4 0%,#249dff 100%);
  background-image: -o-linear-gradient(90deg,#0075d4 0%,#249dff 100%);
  background-image: linear-gradient(90deg,#0075d4 0%,#249dff 100%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 13px;
  height: 45px;
}

.cm-healthcare-banner a.button:hover {
  background-color: #00317a;
  background-image: -webkit-linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  background-image: -moz-linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  background-image: -o-linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  background-image: linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  color: #fff;
}
.healthcare-page .h2-link {

}
.healthcare-page .cm-healthcare-banner.no-title .medium-6 .healthcare-banner-cnt{
  margin-bottom: 25px;
}
.healthcare-page .cm-healthcare-banner .medium-6 > a:not(.button) {
  line-height: 23px;
  font-weight: 700;
  margin-top: 0px;
  color: #003d99;
  padding-right: 20px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_r.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
}
.healthcare-page .cm-healthcare-banner .medium-6 > a:not(.button):hover {
  color: #00246b;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r.png);
}
.healthcare-page .cm-healthcare-banner.no-title .col-stage-pic-text__text--50-100 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 23px;
}
b, strong {
  font-weight: 700;
  line-height: inherit;
}
/*a.teaser-link{
  background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_r1.png);
}
a.teaser-link:hover{
  background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r1.png);
}*/

.testimonial-wrap .quote-begin {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-begin-white.png) no-repeat;
}
.testimonial-wrap .quote-end {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-end-white.png) no-repeat;
}
.cm-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  -webkit-text-size-adjust: none;
  line-height: 1.5em;
  background: #fff;
  table-layout: auto;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.cm-page thead {
  background-color: #eeedeb;
}

.cm-page table tr {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

.cm-page thead th {
  white-space: pre-wrap !important;
  max-width: 180px !important;
  min-width: 160px !important;
  border-top: 2px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  border-left: 1px solid #fff;
  line-height: 23px;
  padding: 13px 20px 13px 10px !important;
  font-size: 16px !important;
  background: transparent;
}

.cm-page table thead tr th,
.cm-page table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: .875rem;
  font-weight: 700;
  color: #222;
  text-align: left;
}

.cm-page thead>tr>th:first-child,
.cm-page tbody>tr>th:first-child,
.cm-page tfoot>tr>th:first-child,
.cm-page thead>tr>td:first-child,
.cm-page tbody>tr>td:first-child,
.cm-page tfoot>tr>td:first-child {
  border-left: 0 !important;
}
.cm-page table tr {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.cm-page table td {
  line-height: 23px;
  padding: 13px 20px 13px 10px !important;
 border: 2px solid white !important;
  font-size: 16px;
  word-break: keep-all;
  color: #222;
  text-align: left;
  vertical-align: middle;
  background-color: rgba(238,237,235,0.5);
}
.cm-page thead>tr>th:first-child,
.cm-page tbody>tr>th:first-child,
.cm-page tfoot>tr>th:first-child,
.cm-page thead>tr>td:first-child,
.cm-page tbody>tr>td:first-child,
.cm-page tfoot>tr>td:first-child {
  border-left: 0 !important;
}

.cm-page thead>tr>th:last-child,
.cm-page tbody>tr>th:last-child,
.cm-page tfoot>tr>th:last-child,
.cm-page thead>tr>td:last-child,
.cm-page tbody>tr>td:last-child,
.cm-page tfoot>tr>td:last-child,
.cm-page tbody>tr>td:last-child {
  border-right: 0 !important;
}
.cm-page figure {
  margin: 0;
}
.cm-page figure figcaption{
  margin-top: 15px;
  font-size: 14px;
}
.cm-page .fancybox .fancyloupe {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_normal_r.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: #fff;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.cm-page .fancybox:hover .fancyloupe {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_hover_r.png);
}
.cm-page .slick-arrow {
  margin-top: -25px;
  top: 40%;
  color: #fff;
  text-align: right;
  background-color: #003d99 !important;
  height: 60px;
  width: 40px;
  font-size: 0;
  padding: 0;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  border-radius: 0;
  line-height: inherit;
  transform: none;
}
.cm-slider .slick-arrow.slick-disabled{
  opacity:0;
}
.cm-slider button.slick-prev.slick-arrow {
  left: 0;
  text-align: left;
}

.cm-slider button.slick-next.slick-arrow {
  right: 0;
}

.cm-slider .slick-arrow.slick-next:before {
  font-size: 40px;
  display: inline-block;
  width: 14px;
  height: 21px;
  margin-top: 1px;
  content: '';
  margin-right: 9px;
  height: 44px;
  width: 20px;
  background-size: 16px 26px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_next_n.png) no-repeat center left;
  opacity: 1;
  line-height: inherit;
  vertical-align: baseline;
  top: 0;
}
.cm-slider .slick-arrow.slick-prev:before {
  font-size: 40px;
  display: inline-block;
  width: 14px;
  height: 21px;
  margin-top: 1px;
  content: '';
  margin-left: 8px;
  height: 44px;
  width: 20px;
  background-size: 16px 26px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_back_n.png) no-repeat center left;
  opacity: 1;
  line-height: inherit;
  vertical-align: baseline;
  top: 0;
}
.cm-slider button.slick-next.slick-arrow {
  right: 0;
}
.resp-easy-accordion .resp-arrow {
  width: 20px;
  height: 13px;
  float: right;
  margin-top: 6px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_accordion_down_r.png) no-repeat top left;
  background-size: 21px 12px;
}
.resp-easy-accordion h2.resp-tab-active span.resp-arrow {
  border: none;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_accordion_up_r.png) no-repeat top left;
  background-size: 21px 12px;
}
[data-link="externlink"]{
  font-weight: 700;
  margin-top: 20px;
  color: #003d99;
  padding-left: 23px;
  background-size: 16px 14px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_external-link_normal_r.png);
  background-position: left center;
  background-repeat: no-repeat;
}
[data-link="externlink"]:hover{
  color: #00246b;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_external-link_hover_r.png);
}
.cm-page pre {
  margin: 0;
  display: block;
  white-space: normal;
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  font-family: inherit;
}
.healthcare-page .span8 .cm-content-wrapper {
  width: 66.66667%;
  padding-right: 10px;
}
.fancybox .wrapper-fancybox-loupe {
  display: inline-block;
  position: relative;
}
div.product-disclaimer {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}
.healthcare-page .cm-content-wrapper h3,
.healthcare-page .cm-content-wrapper p {
  margin-bottom: 0;
}
.healthcare-page .cm-content-wrapper h3+p,
.healthcare-page .cm-content-wrapper div+div {
  margin-top: 0.5rem;
}
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.healthcare-page .dnd-row .span12.dnd-module .cm-content-wrapper {
  position: relative;
 /* padding-left: 0.9375rem;
  padding-right: 0.9375rem;*/
}
.cm-table-wrap {
  overflow: auto;
}
.cm-page table th {
  padding: 0.5625rem 0.625rem;
  font-size: .875rem;
  color: #222;
  text-align: left;
  border-color: #99b1d6;
  vertical-align: middle;
}
.cm-page table tbody tr th {
  border: none;
  vertical-align: middle;
}
.cm-page .cm-related-module.style2 {
  margin-top: 0;
}

a.pdf {
  font-weight: bold;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_file-PDF_n.png);
  background-size: 16px 18px;
  background-position: left center;
  padding-right: 0;
  padding-left: 25px;
}


@media screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .body-wrapper a.morelink,
  .body-wrapper [data-link="morelink"] {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_r1.png);
    background-size: 10px;
  }
  .body-wrapper a.morelink:hover,
  .body-wrapper [data-link="morelink"]:hover {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r1.png)
  background-size: 10px;
  }
  .body-wrapper .h2-link a {
    
  }
  .body-wrapper .h2-link a:hover {
     background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r1.png);
  }
  .body-wrapper a.externlink {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_external-link_normal_r.png);
    background-size: 16px 14px
  }
  .body-wrapper a.externlink:hover {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_external-link_hover_r.png)
  }


}

@media only screen and (min-width: 48em){
  .medium-8 {
    width: 66.66667%;
  }
}
@media only screen and (min-width: 64.0625em){
  .h3-link a {
    font-size: 24px;
    line-height: 30px;
  }
  .h3-link a {
    background-position: right 0 bottom 4px;
  }
  .healthcare-page .dnd-row .span12.dnd-module .cm-content-wrapper {
    width: 66.66667%;
    position: relative;
    /*padding-left: 0.9375rem;
    padding-right: 0.9375rem;*/
  }
}
@media(max-width:1024px){
  .cm-page .cm-column-wrap .span8 {
    width: 58.33333%;
  }
  .cm-page .cm-column-wrap .span4 {
    width: 41.66667%;
  }
  .healthcare-page .cm-healthcare-banner.no-title .col-stage-pic-text__text--50-100 {
    padding-right: 25px;
  }
  .cm-page .cm-spacer-wrap .span8,
  .cm-page .cm-spacer-wrap .span4 {
    width: 100%;
  }
  .healthcare-page .span8 .cm-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

}

@media(max-width:767px){
  .cm-page .span12.dnd-module .flex-video-wrap,
  .website-page .span12.dnd-module .flex-video-wrap,
  .cm-page .span8,
  .cm-page .span4,
  .cm-page .span6,
  .cm-page .cm-column-wrap .span8,
  .cm-page .cm-column-wrap .span4{
    width: 100%;
  }
  .website-page .hs-breadcrumb-menu-wrapper,
  .cm-page .hs-breadcrumb-menu-wrapper{
    display:none;
  }
  .healthcare-page .cm-healthcare-banner.no-title .col-stage-pic-text__text--50-100 {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom:22px;
    margin: 0;
  }
  .healthcare-page .cm-healthcare-banner.no-title .medium-6 .healthcare-banner-cnt{
    margin: 0;
  }
  .testimonial-wrap .quote-begin {
    background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-begin-black.png) no-repeat;
  }
  .testimonial-wrap .quote-end {
    background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-end-black.png) no-repeat;
  }
  .cm-slider .slick-arrow {
    top: 35%;
    margin-top: -19px;
  }
  .healthcare-page .span12.dnd-module .flex-video-wrap  {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-pic-cite__pic--100-100 {
    overflow: hidden;
  }
  .healthcare-page .cm-healthcare-banner.no-title .col-stage-pic-text__text--50-100 {
    padding-right: 0;
    padding-top: 0;
  }
  .healthcare-page .cm-healthcare-banner.no-title .col-stage-pic-text__text--50-100 h2 {
    margin-bottom: 5px;
  }



}

@media (max-width:480px) {
  .healthcare-page .cm-healthcare-banner.no-title .col-stage-pic-text__text--50-100 h2 {
    margin-bottom: 15px;
  }
}







.healthcare-professionals-layout .dnd-section, .about-inner-layout .dnd-section {
  padding-top: 0;
  padding-bottom: 80px;
}
.healthcare-professionals-layout .banner-section  .dnd-section, .about-inner-layout .banner-section  .dnd-section {
  padding-bottom: 0;
}
/* .healthcare-professionals-layout .dnd-section .dnd-column, .about-inner-layout .dnd-section .dnd-column {
   padding-left: 3rem ;
    padding-right: 3rem ;
} */
.healthcare-professionals-row1 .widget-type-header h2, .healthcare-professionals-row3 .widget-type-header h2 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.healthcare-professionals-layout .span8, .healthcare-professionals-layout .span4 {
  position: relative;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  float: left;
  width: 100%;
  margin: 0;
}
.healthcare-professionals-layout .span6 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  margin: 0;
}
.cm-lightbox .wrapper-fancybox-loupe .fancyloupe {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_normal.png);
}
.cm-lightbox .fancybox:hover .wrapper-fancybox-loupe .fancyloupe {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_hover_n.png);
}
.healthcare-professionals-layout table thead tr th, .healthcare-professionals-layout table thead tr td {
  padding: .5rem .625rem .625rem;
  font-size: .875rem;
  font-weight: 700;
  color: #222;
  text-align: left
}
.healthcare-professionals-layout thead th {
  white-space: pre-wrap !important;
  max-width: 180px !important;
  min-width: 160px !important;
  border-top: 2px solid #ffff !important;
  border-bottom: 1px solid #ffff !important;
  border-left: 1px solid #ffff;
  line-height: 23px;
  padding: 13px 20px 13px 10px !important;
  font-size: 16px !important;
  background: transparent
}
.healthcare-professionals-layout table tr {
  border-top: 1px solid #ffff !important;
  border-bottom: 1px solid #fff !important
}
.healthcare-professionals-layout thead {
  background-color: #eeedeb;
}
.healthcare-professionals-layout table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  -webkit-text-size-adjust: none;
  line-height: 1.5em;
  background: #fff;
  table-layout: auto;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0
}
.healthcare-professionals-layout thead>tr>th:first-child,
.healthcare-professionals-layout tbody>tr>th:first-child,
.healthcare-professionals-layout tfoot>tr>th:first-child,
.healthcare-professionals-layout thead>tr>td:first-child,
.healthcare-professionals-layout tbody>tr>td:first-child,
.healthcare-professionals-layout tfoot>tr>td:first-child {
  border-left: 0 !important;
   vertical-align: top;
}
.healthcare-professionals-layout thead>tr>th:last-child,
.healthcare-professionals-layout tbody>tr>th:last-child,
.healthcare-professionals-layout tfoot>tr>th:last-child,
.healthcare-professionals-layout thead>tr>td:last-child,
.healthcare-professionals-layout tbody>tr>td:last-child,
.healthcare-professionals-layout tfoot>tr>td:last-child,
.healthcare-professionals-layout tbody>tr>td:last-child {
  border-right: 0 !important
}
.healthcare-professionals-layout table td {
  line-height: 23px;
  padding: 13px 20px 13px 10px !important;
  border-color: #ffff;
  font-size: 16px;
  word-break: keep-all;
  color: #222;
  text-align: left;
  vertical-align: middle;
  background-color: rgba(238,237,235,0.5);

}

.healthcare-professionals-row2 .widget-type-rich_text, .healthcare-professionals-row3 .widget-type-rich_text {
  padding: 0 15px;
}
.healthcare-professionals-row3 .span8 .widget-type-rich_text, .healthcare-professionals-row1 .span8 .widget-type-rich_text, .dialyzers-page .span6 .widget-type-rich_text, 
.dialyzers-page .span8 .widget-type-rich_text {
  padding: 0 !important;
  width: 100% !important;
}
.healthcare-professionals-layout ol {
  margin-bottom: 0;
}
.healthcare-professionals-layout ol li {
  padding: 0 0 5px 5px;
}
.healthcare-professionals-row4 .dnd-section>.row-fluid {
  padding: 0 15px;
}
.healthcare-professionals-layout .cm-related-module, .about-inner-layout .cm-related-module {
  margin-top: 0;
}
.healthcare-professionals-row1 .widget-type-rich_text {
  padding:0 15px;
}
.dialyzers-page .widget-type-rich_text {
  padding:0 15px;
  width:100%;
}
.dialyzers-page .cm-lightbox .cm-content {
  margin-top: 15px;
}
.dialyzers-page .span4 .cm-lightbox .cm-content, .dialyzers-page .span6 .cm-lightbox .cm-content {
  margin-top:10px;
}
.dialyzers-page .cm-content-wrapper {
  position: relative;
  /*padding-left: 0.9375rem;
  padding-right: 0.9375rem;*/
  /*font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;*/
}
.about-inner-layout .cm-content-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.dialyzers-page .cm-content-wrapper .inner-content, .about-inner-layout .cm-content-wrapper .inner-content {
  margin-bottom:0;
}
.dialyzers-page .cm-content-wrapper .inner-content h4+ol {
  margin-bottom:30px;
}
.dialyzers-row2 thead th {
  vertical-align: middle;
}
.healthcare-professionals-layout  .dialyzers-row2 thead th {
  border-color: #ffff;
}
.dialyzers-row1 .span6 h4 {
  margin-bottom: 20px;
}
.healthcare-professionals-layout table+table tr th, .healthcare-professionals-layout table+table tr td {
  color: #222;
  text-align: left;
}

.healthcare-professionals-layout table+table tr th {
  border: 0;
  vertical-align: middle;
  padding: 0.5625rem 0.625rem;
  font-size: .875rem;
  word-break: normal;
}
.healthcare-professionals-layout .span6 img+h6 {
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}
.dialyzers-page .cm-content-wrapper .inner-content h3+h4+ol {
  font-family: Helvetica,Arial,sans-serif;
  margin-bottom: 0;
      list-style: auto;
  margin-left: 1.5rem;
}
.cordiax-row1 .cm-content-wrapper .inner-content h3+p {
  margin-top: 0.5rem;
}
.cordiax-row1 .cm-content-wrapper .inner-content h3 {
  margin-bottom: 0;
}
.cordiax-row1 .cm-content-wrapper .inner-content {
  font-family: Helvetica,Arial,sans-serif;
}
.cordiax-row1 .cm-content-wrapper .inner-content p {
  margin-bottom: 0;
}
.cordiax-row1 table th {
  border: 0;
  word-break: normal;
  vertical-align: middle;
  padding: 0.5625rem 0.625rem;
  font-size: .875rem;
  color: #222;
  text-align: left;
}
.cordiax-row1 .span6 h6 {
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}
.dialyzers-page .cordiax-row2 .widget-type-rich_text {
  width: 100%;
}
.healthcare-professionals-layout  .cordiax-row2 thead th {
  vertical-align: middle;
  border-color:#99b1d6;
}
.cordiax-row2 .widget-type-rich_text h4 {
  margin-bottom: 10px;
}
.cordiax-row2 .widget-type-rich_text h2+h4 {
  margin-bottom: 30px;
}
.healthcare-professionals-layout .cordiax-row2 thead th sub, .healthcare-professionals-layout .cordiax-row2 table td sub {
  vertical-align: bottom;
  font-size: .8em;
  line-height: 100%;
  font-weight: 700;
  bottom: unset;
}
.cordiax-row2 .widget-type-rich_text div+h4 {
  margin-top: 10px;
}
.dialyzers-page .cordiax-row3 .widget-type-rich_text {
  width: 50%;
}
.cordiax-row3 blockquote, .about-inner-row1 blockquote {
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif!important;
  color: #000;
  font-size: 27px;
  line-height: 1.3;
  padding: 1.1em 2.6em 1.1em 2.6em;
  width: 100%;
  clear: both;
  border: 0;
}
.cordiax-row3 blockquote p, .about-inner-row1 blockquote p {
  clear: both;
  padding-right: 48px;
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 1.3!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  font-size: 20px;
  color: #000;
}
.cordiax-row3 blockquote div:before, .about-inner-row1 blockquote div:before {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-begin-black.png) no-repeat;
  width: 28px;
  height: 20px;
  float: left;
  margin-left: -30px;
  content: '';
}
.cordiax-row3 blockquote div:after, .about-inner-row1 blockquote div:after {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-end-black.png) no-repeat;
  width: 28px;
  height: 20px;
  float: right;
  margin-right: 0;
  content: '';
}
.cordiax-row3 blockquote h6 {
  color: #000;
  font-size: 14px;
  margin-top: 12px;
  clear: both;
  margin-left: 20px;
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif!important;
}
.cordiax-row3 blockquote h6 {
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif!important;
  margin-bottom: 0;
}
.cordiax-row3 blockquote {
  margin-bottom: 3.75rem;
}
.cordiax-row3  .cm-content-wrapper .inner-content {
  font-family: Helvetica,Arial,sans-serif;
}
.cordiax-row3 .cm-content-wrapper {
  margin-bottom: 30px;
}
.cordiax-row3 .widget-type-rich_text h5 {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0;
  white-space: nowrap;
}
.fluid-row1 .widget-type-rich_text h6 {
  font-size: 11px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 40px;
}
.fluid-row1 .widget-type-header h2 {
  font-weight: 700;
}
.healthcare-professionals-layout  .fluid-row1 table th {
  white-space: normal !important;
}
.fluid-row1 img.hs-image-widget {
  margin-bottom: 10px;
}
.fluid-row1 .span6 .widget-type-header h4 {
  margin-bottom: 20px;
}
.fluid-row1 .span6 .widget-type-rich_text h6 {
  line-height: 20px;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
}
.fluid-row2 .cm-related-module .row.gloss {
  padding-top: 30px;
}
.fluid-row2  .cm-related-module {
  padding-bottom: 20px;
}
.fluid-row1 .span6:last-child .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.fluid-row2 .download-teaser .teaser-link, .hemodialysis-row2 .download-teaser .teaser-link {
  white-space: nowrap;
}
.hemodialysis-row1 .span4 .widget-type-rich_text {
  width: 100%;
  padding: 0;
}
.hemodialysis-row1 .span8 img.hs-image-widget {
  margin-bottom: 20px;
}
.dialyzers-page .hemodialysis-row1 .cm-content-wrapper, .dialyzers-page .hemodialysis-row2 .cm-content-wrapper {
  font-family: Helvetica,Arial,sans-serif;
}
.hemodialysis-row1 .span8  h6 {
  line-height: 20px;
  margin-top: -10px;
  font-size: 14px;
  margin-bottom:0;
}
.hemodialysis-row2 .widget-type-rich_text>span> ul > li {
  margin-bottom: 1.25rem;
}
.hemodialysis-row2 .widget-type-rich_text ul ul {
  margin-left: 1.1rem;
  margin-bottom: 1.25rem;
}
.hemodialysis-row2 .widget-type-rich_text>span> ul > li:last-child {
  margin-bottom: 0;
}
.hemodialysis-row2 .cm-related-module .featured_products_product p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.fx-dialyzers-row1 .span4 .widget-type-header h6, .fx-dialyzers-row2 .span8 .widget-type-header h6 {
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}
.fx-dialyzers-row2 .span6 h4 sub {
  vertical-align: bottom;
  font-size: .8em;
  line-height: 100%;
  font-weight: 700;
  bottom: -1px;
}
.fx-dialyzers-row1 .span4 .widget-type-rich_text, .fx-dialyzers-row1 .span8 .widget-type-rich_text,
.fx-dialyzers-row1 .span6 .widget-type-rich_text, .fx-dialyzers-row2 .span4 .widget-type-rich_text, .fx-dialyzers-row2 .span8 .widget-type-rich_text,
.fx-dialyzers-row2 .span6 .widget-type-rich_text {
  width:100% !important;
  padding-left:0 !important;
  padding-right:0  !important;
}
.fx-dialyzers-row2 .span6 h4 {
  margin-bottom: 20px;
}
.fx-dialyzers-row2 .cm-healthcare-banner .healthcare-banner-cnt {
  padding-top: 20px;
}
.about-inner-row1 .cm-healthcare-banner .healthcare-banner-cnt {
  padding-top: 15px;
}
.fx-dialyzers-row2 table th {
  padding: .5625rem .625rem;
  font-size: .875rem;
  color: #222;
  text-align: left;
  word-break: normal;
  vertical-align: middle;
  border-color: #99b1d6;
}
.fx-dialyzers-row3 .cm-related-module.style2 h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
  font-family: "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
}
.fx-dialyzers-page .cm-healthcare-banner .cm-title h1 {
  word-break: normal;
}
.about-inner-row1 .widget-type-rich_text {
  padding:0 15px;
}
.about-inner-row1 .span6, .about-inner-row1 .span4, .about-inner-row1 .span8 {
  padding:0 15px !important;
  width:100%;
  margin:0;
}
.about-inner-row1 .span6 .widget-type-rich_text, .about-inner-row1 .span4 .widget-type-rich_text, .about-inner-row1 .span8 .widget-type-rich_text {
  width:100%;
  padding:0;
}
.about-inner-row1 .widget-type-rich_text ol {
  margin-bottom: 0;
}
.about-inner-row1 .widget-type-rich_text ol li {
  padding: 0 0 5px 5px;
}
.about-inner-row1 hr {
  border-width: 2px !important;
}
.cm-media-center .cm-subheading a {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_h2_desktop_normal_n.png);
}
.cm-media-center .cm-subheading a {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_h2_smartphone_normal_r.png);
}
.about-inner-row1 .submenu.level-1, .about-inner-row1 .submenu.level-2 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  padding-left: 1.1rem;
  list-style-type: disc;
  border: 0;
  box-shadow: none;
  width: auto;
  font-weight: normal;
  display: block;
}
.about-inner-row1 .submenu.level-1 li {
  padding: 0 0 5px 5px;
  display: block;
  white-space: normal;
  display: list-item;
  border: 0;
}
.about-inner-row1 .submenu.level-1 li a {
  color: #003d99;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 1rem;
  font-family: Helvetica,Arial,sans-serif;
  text-transform: none;
  line-height: 1.6;
}
.about-inner-row1 .submenu.level-2 {
  position: relative;
  left: unset;
  top: unset;
  transform: none;
  opacity: 1;
  list-style-type: circle;
}
.about-inner-row1 .submenu.level-2>li:first-child:before {
  display: none;
}
.about-inner-row1 .submenu.level-2 li a {
  padding: 0 !important;
  background: transparent !important;
  line-height: 1.6;
  display: inline !important;
}
.about-inner-row1 .submenu.level-1>.has-submenu>.menu-arrow {
  display: none;
}
.about-inner-row1 nav.navigation-primary {
  display: block;
  overflow-x: hidden;
}
.about-inner-row1 .submenu .submenu {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.about-inner-row1 .submenu .submenu .submenu {
  list-style-type: square;
}
.about-inner-row1 .submenu.level-1 li a:hover {
  color: #00246b;
}
.about-inner-row1 .row-horizontalTab {
  padding: 0 15px;
}
.about-inner-row1 .row-horizontalTab .acc-count {
  display: none;
}
.about-inner-row1 .row-horizontalTab .resp-tab-content table {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.about-inner-row1 .row-horizontalTab .resp-tab-content table tbody tr>td:first-child {
  border-left: 0;
}
.about-inner-row1 .row-horizontalTab .resp-tab-content table tbody tr>td:last-child {
  border-right: 0;
}
.about-inner-row1 .row-horizontalTab .resp-tab-content table td {
  line-height: 23px;
  padding: 13px 20px 13px 10px!important;
}
.about-inner-row2 .cm-healthcare-banner a.button {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  line-height: 23px;
  font-weight: 700;
  color: #003d99;
  padding-right: 20px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_n.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: auto;
  display: inline;
}
.about-inner-row2 .cm-healthcare-banner .healthcare-banner-cnt {
  margin-bottom: 25px;
}
.about-inner-row2 .cm-healthcare-banner a.button:hover {
  color: #00246b;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_n.png);
}
.about-inner-row2 .testimonial-wrap {
  padding-bottom: 0;
}
.about-inner-row2 .testimonial-wrap .testimonial-inner p, .about-inner-row2 .testimonial-wrap .quote-source {
  color: #000;
}
.about-inner-row2 .testimonial-wrap .quote-begin {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-begin-black.png) no-repeat;
}
.about-inner-row2 .testimonial-wrap .quote-end {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-end-black.png) no-repeat;
}
.about-inner-row2 .span6 {
  width: 50%;
  margin: 0;
  padding: 0 15px !important;
}
.about-inner-row2 .widget-type-simple_menu .hs-menu-wrapper>ul li a {
  line-height: 23px;
  font-weight: 700;
  margin-top: 20px;
  color: #003d99;
  padding-right: 20px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_n.png);
  background-position: right center;
  background-repeat: no-repeat
}
.about-inner-row2 .widget-type-simple_menu .hs-menu-wrapper>ul li a:hover {
  color: #00246b;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_n.png)
}
.about-inner-row2 .widget-type-simple_menu .hs-menu-wrapper>ul {
  display: block !important
}
.about-inner-row2 .widget-type-simple_menu .hs-menu-wrapper>ul li {
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility
}
.patients-slider-wrap .slides li p { 
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_verteiler_normal_n.png);
}
.patients-slider-wrap .slides li a:hover p { 
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_n.png);
}
.patients-slider-wrap .flex-direction-nav a.flex-next:before, .cm-gallery-slider .flex-direction-nav a.flex-next:before {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_next_n.png) no-repeat center left;
}
.patients-slider-wrap .flex-direction-nav a.flex-prev:before, .cm-gallery-slider .flex-direction-nav a.flex-prev:before {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_back_n.png) no-repeat center left;
}
.migration .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}
.mltiFltr_grp2 .gallery-slider-item-cnt {
  margin-top: 7px;
}
.migration a.hs-button:not(.large) {
  margin-top: 30px;
}

@media only screen and (min-width: 64.0625em) {
  .healthcare-professionals-row2 .widget-type-rich_text, .healthcare-professionals-row1 .widget-type-rich_text, .dialyzers-page .widget-type-rich_text, 
  .about-inner-row1 .widget-type-rich_text {
    width: 66.66667%;
  }
  .fx-dialyzers-row2 .widget-type-rich_text {
    width: 66.66667% !important;
  }
  .dialyzers-page .cm-content-wrapper, .about-inner-layout .cm-content-wrapper {
    width: 66.66667%;
  }
  .dialyzers-page .dialyzers-row2  .widget-type-rich_text {
    width:100%;
  }
}
@media only screen and (min-width: 48em) {
  .healthcare-professionals-layout .span8 {
    width: 66.66667%;
  }
  .healthcare-professionals-layout .span4, .about-inner-layout .span4 {
    width: 33.33333%;
  }
  .healthcare-professionals-layout .span6, .about-inner-layout .span6 { 
    width:50%;
  }
  .healthcare-professionals-row3 .widget-type-rich_text, .fx-dialyzers-row1 .widget-type-rich_text, .about-inner-layout .span8 {
    width: 66.66667%;
  }
}
@media (max-width:1024px) {
  .healthcare-professionals-layout .cm-related-module .columns.small-12.medium-12.large-8 {
    width: 100%;
  }
  .cordiax-row3 blockquote p,  .about-inner-row1 blockquote p {
    padding-left: 14px;
    font-size: 14px;
  }
  .about-inner-row1 .row-horizontalTab .medium-8 {
    width: 100%;
  }
}
@media (min-width: 401px) and (max-width: 1000px) {
  .fx-dialyzers-row3 .cm-related-module.style2 h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width:768px) {
  .healthcare-professionals-row3 img.hs-image-widget {
    width: 700px;
  }
}
@media (max-width:767px) {
  .dialyzers-page .cm-content-wrapper {
    margin-bottom: -20px;
  }
  .dialyzers-page .span6 .widget-type-rich_text div+img {
    width: 700px;
  }
  .cordiax-row3 .widget-type-rich_text h5 {
    white-space: normal;
  }
  .cordiax-row1 .span6:first-child .widget-type-rich_text h3+p {
    padding-bottom: 60px;
  }
  .cordiax-row1 .span6:last-child h3 {
    margin-top: 10px;
  }
  .cordiax-row1 .span6 img.hs-image-widget {
    width: 700px;
  }
  .cordiax-row1 .span6:first-child .widget-type-rich_text table {
    margin-bottom: 60px !important;
  }
  .dialyzers-page .cordiax-row3 .widget-type-rich_text {
    width: 100%;
  }
  .cordiax-row3 .cm-content-wrapper {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .fluid-row1 img.hs-image-widget {
    width: 700px;
  }
  .fluid-row1 .widget-type-rich_text h2 {
    white-space: normal !important;
  }
  .hemodialysis-row1 .span6 img, .hemodialysis-row1 .span8 img {
    width: 700px;
  }
  .hemodialysis-row1 .span8 img.hs-image-widget {
    margin-bottom: 10px;
  }
  .hemodialysis-row1 .cm-content-wrapper {
    margin-top: 10px;
  }
  .hemodialysis-row1 .span8 h6 {
    margin-top: 0;
  }
  .fx-dialyzers-row1 .span4 img.hs-image-widget, .fx-dialyzers-row1 .span8 img.hs-image-widget, .fx-dialyzers-row2 .span8 img.hs-image-widget, .fx-dialyzers-row2 .span4 img.hs-image-widget, .fx-dialyzers-row2 .span6 .widget-type-rich_text img {
    width: 700px;
  }
  .fx-dialyzers-row2 .cm-healthcare-banner .healthcare-banner-cnt {
    padding-top: 0;
  }
  .about-inner-layout .cm-healthcare-banner {
    padding-top: 30px;
  }
  .about-inner-row1 .span6 img.hs-image-widget, .about-inner-row1 .span4 img.hs-image-widget, .about-inner-row1 .span8 img.hs-image-widget {
    width: 700px;
  }
  .about-inner-layout .cm-content-wrapper .inner-content {
    margin-bottom: -20px;
  }
  .about-inner-layout .about-inner-row1 .cm-healthcare-banner {
    padding-top: 0;
  }
  .about-inner-row1 .cm-healthcare-banner .healthcare-banner-cnt {
    padding-top: 5px;
    padding-bottom: 22px;
  }
  .about-inner-row1 .submenu .menu-arrow {
    display: none;
  }
  .about-inner-row1 .submenu.level-1 li a {
    padding: 0;
  }
  .about-inner-row1 .submenu {
    display: block;
  }
  .about-inner-row1 .submenu>.has-submenu>a {
    width: 100%;
  }
  .about-inner-row1 .image-with-cnt-wrap img {
    width: 700px;
  }
  .about-inner-layout .about-inner-row2 .cm-healthcare-banner {
    padding-top: 0;
  }
  .about-inner-row2 .cm-healthcare-banner h2+p {
    padding-top: 5px;
  }
  .about-inner-row2 .cm-healthcare-banner a.button {
    font-size: 15px;
  }
  .about-inner-row2 .cm-healthcare-banner .healthcare-banner-cnt {
    margin-bottom: 21px;
  }
  .about-inner-row2 .span6 {
    width:100%; 
  }
  .about-inner-row2 .testimonial-wrap .testimonial-image .testimonial-image-inner {
    margin-left: -3em;
    margin-right: -75%;
  }
  .about-inner-row2 .testimonial-wrap .testimonial-image {
    overflow: hidden;
  }
  .about-inner-row2 .testimonial-wrap .white.cite {
    padding: 29.7px 35px 29.7px 70.2px;
  }
  .cm-page .image-with-cnt-wrap img {
    width: 700px;
  }
}
@media (max-width:500px) {
  .healthcare-professionals-layout .dnd-section, .about-inner-layout .dnd-section {
    padding-bottom: 40px;
  }
  .healthcare-professionals-row3 img.hs-image-widget {
    margin-bottom:15px;
  }
  .dialyzers-page .cm-content-wrapper {
    margin-bottom: 0;
  }
  .healthcare-professionals-layout .col-stage-pic-text__text--50-100 h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .dialyzers-row2 {
    padding-top: 20px;
  }
  .dialyzers-page .span6 .widget-type-rich_text div+img {
    margin-bottom:15px;
  }
  .cordiax-row1 .span6 img.hs-image-widget {
    margin-bottom: 15px;
  }
  .fluid-row1 img.hs-image-widget {
    margin-bottom: 25px;
  }
  .hemodialysis-row1 .span6 img {
    margin-bottom: 15px;
  }
  .hemodialysis-row2 .cm-related-module .featured_products_product p:not(:last-child) {
    margin-bottom: 10px;
  }
  .fx-dialyzers-row2, .fx-dialyzers-row3 {
    padding-top: 0;
  }
  .fx-dialyzers-row2 .span6 .widget-type-rich_text img {
    margin-bottom: 15px;
  }
  .about-inner-layout .cm-content-wrapper .inner-content {
    margin-bottom: 0;
  }
  .about-inner-row1 .row-horizontalTab .resp-tab-content .non-color-teaser.cm-row {
    margin-bottom: 40px;
  }
  .about-inner-row1 .image-with-cnt-wrap img {
    margin-bottom: 15px;
  }
  .about-inner-row1 .image-with-cnt-wrap .image-with-cnt-item {
    margin-bottom: 40px;
  }
  .about-inner-row1 .image-with-cnt-wrap a.teaser-link {
    background-position: right 5px;
    background-size: 9px 14px;
    padding-right: 18px;
  }
}
@media (max-width:480px) {
  .healthcare-professionals-layout .col-stage-pic-text__text--50-100 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .dialyzers-page .span6 .widget-type-rich_text div {
    font-size: 20px;
  }
  .fluid-layout .cm-healthcare-banner {
    padding-bottom: 10px;
  }
  .fluid-row2 .download-teaser .teaser-link {
    white-space: normal;
  }
  .fx-dialyzers-row2 .span6 .widget-type-rich_text h4+span {
    font-size: 20px;
  }
  .fx-dialyzers-row2 .cm-healthcare-banner .healthcare-banner-cnt {
    padding-top: 10px;
  }
  .about-inner-layout .cm-healthcare-banner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-inner-row1 blockquote {
    padding-left: calc( 2.6em - 15px);
    padding-right: calc( 2.6em - 15px);
  }
  .cordiax-row3 blockquote {
    padding-left: calc( 2.6em - 15px);
    padding-right: calc( 2.6em - 15px);
  }
}
@media (max-width:400px) {
  .fx-dialyzers-row3 .cm-related-module.style2 h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .about-inner-layout .contact_info_mdl .contact_info_contact-phone {
    width: 100%;
  }
  .about-inner-layout  .contact_info_mdl .contact_info_contact-button {
    width: 100%;
  }
  .about-inner-layout  .contact_info_mdl .contact_info_contact-phone .phoneCall {
    float: left;
  }
  .about-inner-row1 .cm-healthcare-banner .healthcare-banner-cnt {
    padding-top: 15px;
  }
}
@media (max-width:399px) {
  .fluid-row2 .cm-related-module .download-teaser .teaser-link, .hemodialysis-row2 .cm-related-module .download-teaser .teaser-link {
    word-break: normal;
    font-size: 16px !important;
  }
  .about-inner-layout .cm-related-module .download-teaser {
    word-break: normal;
  }
}
@media (max-width:320px) {
  .healthcare-professionals-layout .span6 img+h6,   .fluid-row1 .span6 .widget-type-rich_text h6, .cordiax-row1 .span6 h6, .hemodialysis-row1 .span8 h6, 
  .dialyzers-page .fx-dialyzers-row1 .span4 .widget-type-header h6, .dialyzers-page .fx-dialyzers-row2 .span8 .widget-type-header h6 {
    margin-left: 15px;
    margin-right: 15px;
  }
}












/* custom lightbox css */

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top
}

.fancybox-wrap {
  max-width:90%;
}
.fancybox-wrap .fancybox-title.fancybox-title-float-wrap {
  right: unset;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
  position:relative;
  margin-top: -40px;
}

.fancybox-wrap .fancybox-title.fancybox-title-float-wrap span.child {
  margin-right: 0;
  width: 100%;
  white-space: normal;
  background: #f9f9f9;
  border-radius: 0;
  color: #444;
  text-shadow: none;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  padding-bottom: 40px;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020
}
.fancybox-inner {
  max-width:100%;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.fancybox-opened {
  z-index: 999999;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-outer,.fancybox-inner {
  position: relative
}

.fancybox-inner {
  overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch
}

.fancybox-error {
  color: #444;
  font: 14px/20px "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap
}

.fancybox-image,.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/fancybox_sprite.png)
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/blank.gif);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040
}

.fancybox-prev {
  left: 0
}

.fancybox-next {
  right: 0
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px
}

.fancybox-nav:hover span {
  visibility: visible
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible!important
}

.fancybox-lock {
  width: auto
}

.fancybox-lock body {
  overflow: hidden!important
}

.fancybox-lock-test {
  overflow-y: hidden!important
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden !important;
  display: none;
  z-index: 99999;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050
}

.fancybox-opened .fancybox-title {
  visibility: visible
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff
}

.fancybox-title-inside-wrap {
  padding-top: 10px
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/fancybox_sprite2x.png);
    background-size: 44px 152px
  }

  #fancybox-loading div {
    background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/fancybox_loading2x.gif);
    background-size: 24px 24px
  }
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  box-shadow: none
}

.fancybox-title h3 {
  color: #333
}

.fancybox-description {
  margin-top: 10px
}

.fancybox-close {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_close_button_normal_n.png) center center #f9f9f9 no-repeat;
  height: 42px;
  width: 42px
}

@media (max-width: 599px) {
  .fancybox-close {
    right:0;
    top: -20px
  }
}

@media (min-width: 600px) {
  .fancybox-close {
    right:-42px;
    top: 0
  }
}

.no-touch .fancybox-close:hover {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_close_button_hover_n.png)
}

.fancybox-close:active {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_close_button_hover_n.png)
}

.fancybox-nav {
  width: 60px
}

.fancybox-nav span {
  background-color: #f9f9f9;
  width: 40px;
  height: 60px;
  margin-top: -30px;
  visibility: visible
}

.fancybox-nav.fancybox-prev {
  left: -10px
}

.fancybox-nav.fancybox-prev span {
  left: 7px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_pagination_previous_normal_n.png) center center #f9f9f9 no-repeat
}

.no-touch .fancybox-nav.fancybox-prev:hover span {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_pagination_previous_hover_n.png)
}

.fancybox-nav.fancybox-prev:active span {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_pagination_previous_hover_n.png)
}

.fancybox-nav.fancybox-next {
  right: -10px
}

.fancybox-nav.fancybox-next span {
  right: 7px;
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_pagination_next_normal_n.png) center center #f9f9f9 no-repeat
}

.no-touch .fancybox-nav.fancybox-next:hover span {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_pagination_next_hover_n.png)
}

.fancybox-nav.fancybox-next:active span {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_pagination_next_hover_n.png)
}

.fancybox-hidden-elements {
  display: none
}

.fancybox {
  display: block;
  position: relative
}

.fancybox:hover .fancyloupe {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_hover_n.png)
}

@media screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .fancybox:hover .fancyloupe {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_hover_r.png);
    background-size: 16px
  }
}

.fancybox img {
  z-index: 0
}

.fancybox .fancyloupe {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_normal_n.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: #fff;
  z-index: 100
}

@media screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .fancybox .fancyloupe {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_normal_r.png);
    background-size: 16px
  }
}

.fancybox .wrapper-fancybox-loupe {
  display: inline-block;
  position: relative
}

.fancybox .wrapper-fancybox-loupe img {
  width: 100%
}
.fancybox .wrapper-fancybox-loupe {
  width: 100%
}

.nxstage-slider .carousel-slider .slides li {
  color: #fff;
  overflow: hidden
}

.nxstage-slider .carousel-slider .slides li h3 {
  font-family: Helvetica;
  color: #fff;
  padding: 15px;
  margin: 0;
  text-align: left;
  background: #071B45;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700
}

.nxstage-slider .carousel-slider .slides li .wrapper-fancybox-loupe {
  z-index: 1;
  position: relative
}

.nxstage-slider .carousel-slider .slides li .wrapper-fancybox-loupe .mejs-controls {
  display: none
}

.nxstage-slider .carousel-slider .slides li .wrapper-fancybox-loupe .mejs-poster {
  background-size: cover
}




.mltiFltr_grp {
  word-break: initial;
}
.mltiFltr_grp table {
  border: 0;
  table-layout: auto;
  margin: 0;
  width: 100%;
  background: #fff;
  font-size: 12px;
  -webkit-text-size-adjust: none;
  line-height: 1.5em;
  border-collapse: collapse;
}
.mltiFltr_grp table thead {
  background: #e5ebf5;
}
.mltiFltr_grp table tr {
  border-top: 1px solid #ffff;
  border-bottom: 1px solid #ffff;
}
.mltiFltr_grp thead th {
  border: none;
  margin: 0;
  text-align: left;
  font-weight: 700;
  color: #222;
  display: table-cell;
  border-left: 0;
  border-right: 0;
  white-space: pre-wrap;
  max-width: 180px;
  min-width: 160px;
  border-top: 2px solid #ffff;
  border-bottom: 1px solid #ffff;
  border-left: 1px solid #ffff;
  line-height: 23px;
  padding: 13px 20px 13px 10px;
  font-size: 16px;
  background: transparent;
}
.mltiFltr_grp table tr {
  border-top: 1px solid #ffff
  border-bottom: 1px solid #ffff;
}
.mltiFltr_grp table td {
  border: none;
  line-height: 23px;
  padding: 13px 20px 13px 10px;
  border-left: 1px solid #ffff;
  font-size: 16px;
  color: #222;
}
.mltiFltr_grp th, 
.mltiFltr_grp td {
  vertical-align: middle;
} 
.mltiFltr_grp table td:first-child,
.mltiFltr_grp thead th:first-child {
  border-left: none;
  border-right: none;
}
.mltiFltr_grp  .row-fluid [class*="span"] {
  margin-left: 0;
}
.mltiFltr_grp .span8 {
  width: 66.66667%;
}
.mltiFltr_grp .span6 {
  width: 50%;
}
.mltiFltr_grp .span4,
.stories-inner-layout .dnd-section .span4 {
  width: 33.333%;
}
.nopd .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.mltiFltr_grp .widget-type-rich_text {
  overflow: hidden;
  margin-bottom: 60px;
}
.mltiFltr_grp .cm-related-module {
  margin-top: 0;
}
.table-responsive {
  overflow: hidden;
  overflow-x: auto;
}
.mltiFltr_grp2 .dnd-section .row-fluid {
  flex-wrap: wrap;
}
.mltiFltr_grp .widget-type-rich_text blockquote,
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote {
  border: none;
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif!important;
  color: #000;
  font-size: 27px;
  line-height: 1.3;
  padding: 1.1em 2.6em 1.1em 2.6em;
  width: 100%;
  clear: both;
  margin: 0;
  margin-bottom: 20px;
}
.mltiFltr_grp .widget-type-rich_text blockquote p,
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote p {
  color: #000;
  font-size: 24px;
  padding-right: 48px;
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 1.3;
  clear: both;
}
.mltiFltr_grp .widget-type-rich_text blockquote:before,
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote:before,
.hststmnl-wrap .quote-begin,
.stories-inner-layout .body-container-wrapper > div:not(.healthcare-row3) .testimonial-wrap .quote-begin {
  content: '';
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-begin-black.png) no-repeat;
  width: 28px;
  height: 20px;
  float: left;
  margin-left: -30px;
}
.mltiFltr_grp .widget-type-rich_text blockquote:after,
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote:after,
.hststmnl-wrap .quote-end,
.stories-inner-layout .body-container-wrapper > div:not(.healthcare-row3) .testimonial-wrap .quote-end {
  content: '';
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/quote-end-black.png) no-repeat;
  width: 28px;
  height: 20px;
  float: right;
}
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote {
  margin-top: 5px;
}
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote p {
  font-size: 20px;
}
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote span {
  color: #000;
  font-size: 14px;
  margin-top: 20px;
  clear: both;
  margin-left: 20px;
  display: block;
}
.stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote:after {
  position: relative;
  top: -38px;
}
.stories_pg .banner-area {
  overflow: hidden;
  margin-bottom: -12px;
  margin-top: -10px;
}
.stories_pg .header_height {
  min-height: 105px;
}
.stories_pg .mltiFltr_grp .widget-type-rich_text {
  margin-bottom: 0;
}
.mltiFltr_grp .gallery-slider-wrap .gallery-slider-item-inner ul {
  list-style-type: circle;
  margin-bottom: 0;
  margin-left: 1.25rem;
}
.mltiFltr_grp .fancybox .fancyloupe {
  bottom: 0;
}
.mltiFltr_grp .gallery-slider-wrap .wrapper-fancybox-loupe {
  display: inline-block;
}
.stories-inner-layout .body-container-wrapper > div:not(.healthcare-row3) .testimonial-wrap .testimonial-inner p, 
.stories-inner-layout .body-container-wrapper > div:not(.healthcare-row3) .testimonial-wrap .quote-source {
  color: #000;
}
.stories-inner-layout .testimonial-wrap,
.hlthcr-pg .testimonial-wrap {
  padding-bottom: 0;
  margin-bottom: 3.75rem;
}
.stories-inner-layout .healthcare-row3 .testimonial-wrap .testimonial-inner {
  left: auto;
  right: 0;
}
.stories-inner-layout .healthcare-row3 .testimonial-wrap .white.cite {
  padding-right: 35px;
}
.patients-pg .cm-related-module {
  margin-top: 0;
}
.patients-pg .cm-healthcare-banner .healthcare-banner-cnt {
  margin: 20px 0 25px;
}
.patients-pg .featured_products_product p {
  margin-bottom: 20px;
}
.patients-pg .featured_products_product p:last-child {
  margin-bottom: 0;
}
.hlthcr-pg .header_height {
  min-height: 115px;
}
.hlthcr-pg .healthcare-page .span12.dnd-module .flex-video-wrap {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
}
.hlthcr-pg .healthcare-page .flex-video-wrap .flex-video-cnt {
  padding-bottom: 60px;
}
.healthcare-inner-layout .widget-type-rich_text ul ul {
  margin-left: 1.1rem;
  margin-bottom: 1.25rem;
}
.fx-dialyzers-row2 .cm-content:empty {
  display: none;
}
.cm-page .widget-type-simple_menu .hs-menu-wrapper > ul li a {
  /*background-size: 10px;*/
}

.cm-page .fancybox .fancyloupe {
  background-size: 16px;
}



@media screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .body-wrapper .cm-lightbox .wrapper-fancybox-loupe .fancyloupe {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_normal_r.png);
    background-size: 16px
  }
  .body-wrapper .cm-lightbox .fancybox:hover .wrapper-fancybox-loupe .fancyloupe {
    background-image:url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_zoom_hover_r.png);
    background-size: 16px
  }


}

@media screen and (min-width: 1280px) {
  .stories_grp1 .dnd-section > .row-fluid {
    position: relative;
  }
  .stories_grp1 .hscounter-wrapper {
    position: static;
  }
  .stories_grp1 .hscounter-wrapper .twentyyear-wrapper.down {
    position: absolute;
    top: 0;
    right: 10px;
  }

}

@media (max-width: 1024px) {
  .mltiFltr_grp2 .dnd-section .span8 {
    width: 100%;
  }
  .mltiFltr_grp .widget-type-rich_text blockquote p,
  .stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote p {
    padding-left: 14px;
    font-size: 14px;
  }
  .fancybox .fancyloupe {
    display: none !important;
  }
  


}

@media (max-width: 886px) {
  .stories_pg .header_height {
    min-height: 60px;
  }
  .hlthcr-pg .header_height {
    min-height: 69px;
  }

}

@media (max-width: 767px) {
  .mltiFltr_grp .row-fluid [class*="span"] {
    width: 100%;
  }
  .stories_grp1 {
    padding-top: 30px;
  }
  .mltiFltr_pg .cm-ad-wrapper img {
    width: 350px;
  }
  .patients-pg.healthcare-inner-layout .cm-ad-wrapper img {
    max-width: 350px !important;
    margin-bottom: 0;
  }
  .stories-inner-layout .testimonial-wrap .white.cite {
    font-size: 27px;
  }
  .stories-inner-layout .testimonial-wrap .testimonial-inner {
    overflow: hidden;
  }
  .stories-inner-layout .healthcare-row2 .widget-type-rich_text blockquote {
    margin-bottom: 60px;
  }
  .stories-inner-layout .healthcare-row3 .testimonial-wrap .testimonial-image .testimonial-image-inner {
    margin-left: -3em;
    margin-right: -75%;
  }
  .stories-inner-layout .healthcare-row3 .testimonial-wrap .white.cite {
    font-size: 20px;
  }
  .patients-pg {
    padding-top: 30px;
  }
  .patients-pg .cm-healthcare-banner .healthcare-banner-cnt {
    margin: 0;
    padding: 15px 0 22px;
  }
  .hlthcr-pg .healthcare-page .span12.dnd-module .flex-video-wrap {
    width: 100%;
  }
  .hlthcr-v2-pg .body-container-wrapper {
    padding-top: 32px; 
  }
  .about-inner-row2 .contact_info_mdl .contact_info_headline .table-t {
    height: auto;
  }
  .about-inner-row2 .contact_info_mdl .contact_info_headline {
    padding-bottom: 15px;
  }



}

@media (max-width: 500px) {
  .mltiFltr_pg .cm-healthcare-banner .row-stage-pic-text--100 {
    margin-bottom: 40px !important;
  }
  .mltiFltr_grp .widget-type-rich_text {
    margin-bottom: 40px;
  }
  .stories_pg .cm-ad-wrapper img,
  .mltiFltr_grp1 .cm-ad-wrapper.descr-open img {
    margin-bottom: 15px;
  }


}

@media (max-width: 480px) {
  .mltiFltr_pg .col-stage-pic-text__text--50-100 h2,
  .patients-pg .col-stage-pic-text__text--50-100 h2 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-inner-row2 .contact_info_mdl .contact_info_contact-phone {
    width: 100%;
  }
  .about-inner-row2 .contact_info_mdl .contact_info_contact-phone .phoneCall {
    float: left;
  }


}

@media (min-width: 769px) {
  .stories_pg .banner-area {
    margin-top: -140px;
  }

}



.breadcrumb ul li {
  list-style: none;
  padding: 0 0 5px 5px;
  display:inline-block;
}

.breadcrumb ul {
/*   margin-left: 0!important; */
  margin-left: 30px;
  list-style: none;
  padding-left: 0;
  display:block;
  margin-bottom: 0;
}


.breadcrumb ul li a {
  font-size: 18px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_breadcrumb_r.png);
  background-size:  8px!important;
  background-position: right center;
  padding-right: 20px;
  margin-left: 10px;
  text-decoration:none;
  font-family: "HelveticaNeueLTProMd",Arial,sans-serif;
   color: #0033a0!important;
  
}
.breadcrumb ul li a:hover{
  text-decoration:underline;
  color:#00246b!important;
}
.breadcrumb ul li:first-child a {
  margin-left: 0;
}

.breadcrumb {
  font-size: 14px;
padding-top: 1.5rem;
    padding-bottom: 3.5rem;
}

span.hs-breadcrumb-menu-divider {
  display: none !important;
}

.breadcrumb .content-wrapper {
  padding: 0 15px;
}

.breadcrumb ul li span {
  color: #071b45;
  background-image: none;
  font-size: 18px;
  background-size: 5px 8px!important;
  background-position: right center;
  padding-right: 14px;
  margin-left: 10px;
  font-family: "HelveticaNeueLTProMd",Arial,sans-serif;
}

.row:after {
  clear: both;
}

.healthcare-inner-layout .body-container-wrapper figure {
  margin: 5px 0 60px 0;
}

.healthcare-inner-layout .span6 {
  margin-left: 0  !important;
  margin-right: 0  !important;
  width: 50%;
}

.healthcare-inner-layout .body-container-wrapper figcaption {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.healthcare-inner-layout table thead tr th,
.healthcare-inner-layout table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: .875rem;
  font-weight: 700;
  color: #222;
  text-align: left;
}


.healthcare-inner-layout thead {
  background-color: #eeedeb;
}

.healthcare-inner-layout table tr th,
.healthcare-inner-layout table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: .875rem;
  color: #222;
  text-align: left;
  vertical-align: middle;
  word-break: keep-all !important;
}

.healthcare-inner-layout table td {
  line-height: 23px;
  padding: 13px 20px 13px 10px!important;
  border-left: 1px solid #ffff;
  font-size: 16px !important;
}

.healthcare-inner-layout table tr {
  border-top: 1px solid #ffff!important;
  border-bottom: 1px solid #ffff!important;
}

.healthcare-inner-layout table thead tr th,
.healthcare-inner-layout table tfoot tr th,
.healthcare-inner-layout table tfoot tr td, 
.healthcare-inner-layout table tbody tr th,
.healthcare-inner-layout table tbody tr td, 
.healthcare-inner-layout table tr td {
  display: table-cell;
}


.healthcare-inner-layout table thead tr th,
.healthcare-inner-layout table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: .875rem;
  font-weight: 700;
  color: #222;
  text-align: left;
}

.healthcare-inner-layout thead th {
  white-space: pre-wrap!important;
  max-width: 180px!important;
  min-width: 160px!important;
 /* border-top: 2px solid #99b1d6!important;
  border-bottom: 1px solid #99b1d6!important;*/
  border-left: 1px solid #ffff;
  line-height: 23px;
  padding: 13px 20px 13px 10px!important;
  font-size: 16px !important;
  background:transparent;
}
.fmc-table-wrapper {
    border-top: 1px solid #071b45;
}
.healthcare-inner-layout table tr {
  border-top: 1px solid #fff!important;
  border-bottom: 1px solid #fff!important;
}

.healthcare-inner-layout thead {
  background-color: #eeedeb;
}

.healthcare-inner-layout table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  -webkit-text-size-adjust: none;
  line-height: 1.5em;
  background: #fff;
  table-layout: auto;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
}



/*.healthcare-inner-layout thead>tr>th:first-child,
.healthcare-inner-layout tbody>tr>th:first-child,
.healthcare-inner-layout tfoot>tr>th:first-child,
.healthcare-inner-layout thead>tr>td:first-child,
.healthcare-inner-layout tbody>tr>td:first-child,
.healthcare-inner-layout tfoot>tr>td:first-child {
  border-left: 0 !important;
}

.healthcare-inner-layout thead>tr>th:last-child,
.healthcare-inner-layout tbody>tr>th:last-child,
.healthcare-inner-layout tfoot>tr>th:last-child,
.healthcare-inner-layout thead>tr>td:last-child,
.healthcare-inner-layout tbody>tr>td:last-child,
.healthcare-inner-layout tfoot>tr>td:last-child,
.healthcare-inner-layout tbody>tr>td:last-child {
  border-right: 0 !important;
}
*/
.healthcare-inner-layout table td {
  line-height: 23px;
  padding: 13px 20px 13px 10px!important;
  border: 2px solid white !important;
  background-color: rgba(238,237,235,0.5);
  font-size: 16px;
  word-break: keep-all;
  color: #222;
  text-align: left;
  vertical-align: middle;
}

.healthcare-inner-layout .span8 {
  width: 66.66667%;
  margin: 0;
}


.healthcare-inner-layout .span4 {
  width: 33.33333%;
  margin: 0;
}


.cm-related-module .download-teaser .teaser-link {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_r.png);
}

.cm-related-module .download-teaser .teaser-link:hover {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_r.png);
}

.contact-sales-teaser .phoneCall {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/phoneCall.png);
}

a.morelink {
  line-height: 23px;
  font-weight: 700;
  margin-top: 20px;
  color: #003d99;
  padding-right: 20px;
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_normal_n.png);
  background-position: right center;
  background-repeat: no-repeat;
}

a.morelink:hover {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_textlink_hover_n.png);
}

.healthcare-inner-layout ol li {
  padding: 0 0 5px 5px;
}

.healthcare-inner-layout ol {
  margin-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.product-slider-wrap .flex-direction-nav a.flex-next:before {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_next_n.png) no-repeat center left;
}

.product-slider-wrap .flex-direction-nav a.flex-prev:before {
  background: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/arrow_slider_back_n.png) no-repeat center left;
}

.healthcare-inner-layout {
/*   overflow-x: hidden; */
}

div[data-pattern="responsive"] {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-radius: 3px;
  -webkit-overflow-scrolling: touch;
}

.healthcare-inner-layout.sleep-safe-layout thead th {
  white-space: unset!important;
}

.healthcare-inner-layout.sleep-safe-layout span.acc-count {
  display: none;
}

.trustbox.antialiased .content-wrapper {
  padding: 0 15px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.hs-inline-edit .trustbox {
  display: none !important;
}

.hs-inline-edit .trusted {
  display: block !important;
}


.loadr .trustbox {
  display: none !important;
}

.loadr .trusted {
  display: block !important;
}


.banner-section .row-fluid .span12 {
  min-height: 0 !important;
}


.stories-inner-layout .span6 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.stories-inner-layout .cm-ad-wrapper:not(.descr-open) img {
  margin-bottom: 10px;
}
.stories-inner-layout .cm-related-module {
  margin-top: 0;
}

.stories-inner-layout.stories-innerv2-layout .cm-ad-wrapper:not(.descr-open) img {
  margin-bottom: 0;
}

.stories-innerv2-layout .healthcare-row2 .widget-type-rich_text blockquote {
  margin-top: 0;
  margin-bottom: 0;
}

.stories-innerv2-layout .healthcare-row2 .widget-type-rich_text blockquote p {
  clear: both;
  padding-right: 48px;
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 1.3!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  font-size: 24px;
}

.stories-innerv2-layout .healthcare-row2 .widget-type-rich_text blockquote:after {
  top: -56px;
}

.home-layout .body-container-wrapper .dnd-section {
  padding: 0 0 60px;
}


.home-layout .image-with-cnt-wrap .image-with-cnt-item {
  padding: 0;
}

.home-layout .image-with-cnt-wrap {
  padding: 0 15px;
}

.home-layout .focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

.home-layout .image-with-cnt-img  {
  height: 50%;
}

.table-wrapper .btn-toolbar {
  display: none!important;
}

.sticky-table-header {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 990;
  overflow: hidden;
  min-width: 100%;
}

.sticky-table-header.fixed-solution {
  min-width: 0;
  position: fixed;
}

.home-layout .image-with-cnt-wrap a.teaser-link {
  margin: 0;
  padding: 0;
}

.hs_cos_wrapper_type_simple_menu {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media only screen and (min-width: 48em) {
  .home-layout .image-with-cnt-img   {
    height: 24vw;
  }
}

@media (min-width: 1295px){
  .home-layout .image-with-cnt-img  {
    height: 310px;
  }
}



.home-layout .image-with-cnt-wrap .image-with-cnt-item:nth-child(odd) {
  border-right: #fff solid 2px;
}

.home-layout .image-with-cnt-wrap .image-with-cnt-item:nth-child(even) {
  border-left: #fff solid 2px;
}


.home-layout .image-with-cnt {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 50px;
}

.home-layout .image-with-cnt-wrap .image-with-cnt-item {
  background-color: #f6f6f6;
  position: relative;
}

.home-layout .image-with-cnt h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

.home-layout .image-with-cnt h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
}

.home-layout .image-with-cnt-wrap button, 
.home-layout .image-with-cnt-wrap .button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0075d4;
  background-image: -webkit-linear-gradient(
    90deg,#0075d4 0%,#249dff 100%);
  background-image: -moz-linear-gradient(90deg,#0075d4 0%,#249dff 100%);
  background-image: -o-linear-gradient(90deg,#0075d4 0%,#249dff 100%);
  background-image: linear-gradient(
    90deg,#0075d4 0%,#249dff 100%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 13px;
  height: 45px;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 45px;
  font-size:1rem;
  margin: 0 0 1.25rem;
  border-color: #00317a;
  color: #fff;
  transition: background-color 300ms ease-out;
}

.home-layout .image-with-cnt-wrap button:hover, 
.home-layout .image-with-cnt-wrap .button:hover {
  background-color: #00317a;
  text-decoration: none;
  background-image: -webkit-linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  background-image: -moz-linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  background-image: -o-linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  background-image: linear-gradient(90deg,#249dff 0%,#0075d4 100%);
  color: #fff;
}


table.dataTable thead .sorting {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/sort_both.png);
}

table.dataTable thead .sorting_asc {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/sort_asc.png);
}

table.dataTable thead .sorting_desc {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/sort_desc.png);
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/sort_asc_disabled.png);
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/sort_desc_disabled.png);
}


/*.dataTables_wrapper .dataTables_filter .icon-filter {
  background: transparent url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_filter_hover_r1.png) no-repeat;
}

.dataTables_wrapper .dataTables_filter .icon-filter:hover {
  background: transparent url(//5937210.fs1.hubspotusercontent-na1.net/hubfs/5937210/raw_assets/public/FreseniusMedicalCare_December2022/images/ico_filter_normal_r1.png) no-repeat;
}
*/


@media (min-width:1025px) {
  .home-layout .image-with-cnt-wrap .image-with-cnt-item {
    height: calc(((100vw - 1025px) * 25 / 270 ) + 600px);
  }
}

@media only screen and (min-width: 1295px) {
  .home-layout .image-with-cnt-wrap .image-with-cnt-item{
    height: 625px;
  }
}



.home-layout .stories_banner .large-8,
.home-layout .stories_banner .large-4 {
  width: 50%;
}

.home-layout .stories_banner .col-image {
  padding: 0;
}

.home-layout .stories_banner .col-text {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-left: 45px;
  padding-right: 45px;
  padding-top:0;
  height:100%;
}

.home-layout .stories_banner .col-text .inner-content {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}



.home-layout .stories_banner .col-text h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: "HelveticaNeueW02-45Ligh",Helvetica,Arial,sans-serif;
}

.home-layout .h2-link {
  margin-bottom: 15px;
}

.home-layout .stories_banner .col-text h4 {
  line-height: 44px;
  margin-bottom: 15px;
  font-family: "HelveticaNeueW02-BdExt",Helvetica,Arial,sans-serif;
  font-size: 36px;
}

.home-layout .stories_banner .sb-btn {
  margin: 0;
}


table tbody tr.focused th, 
table tbody tr.focused td, 
table tbody tr td.focused {
  background-color: #f0f6ff !important;
  color: #000 !important;
}

tbody tr.unfocused th, 
tbody tr.unfocused td {
  color: #999;
  color: rgba(0,0,0,.4);
}



@media (min-width:768px){
  .home-layout .stories_banner {
    height: calc(50vw - 22.5px);
    margin-bottom:0;
  }
}


@media (min-width:1295px){
  .home-layout .stories_banner {
    height: 625px;
    margin-bottom:0;
  }
}



@media (max-width:1024px) {
  .healthcare-inner-layout .healthcare-row2 .span8 {
    width: 100%;
  }

  .healthcare-inner-layout .healthcare-row2 .span4 {
    width: 100%;
  }

  .healthcare-row2 .dnd-section  .row-fluid {
    display: block !important;
  }

  .healthcare-row2 .row-fluid [class*="span"] {
    min-height: 0;
  }
  .sleep-safe-layout .row-horizontalTab .medium-8 {
    width: 100%;
  }
  .stories-innerv2-layout .healthcare-row2 .widget-type-rich_text blockquote p {
    padding-left: 14px;
    font-size: 14px;
  }

  .home-layout .image-with-cnt-wrap .image-with-cnt-item {
    position: relative;
    height: calc(((100vw - 375px) * 125 / 392 ) + 500px);
    margin-bottom: 30px;
  }

  .home-layout .image-with-cnt {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
  }

  .home-layout .image-with-cnt h4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .home-layout .image-with-cnt h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .home-layout .image-with-cnt-wrap button, .home-layout .image-with-cnt-wrap .button {
    left: 30px;
  }


  .home-layout .stories_banner .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-layout .stories_banner .col-text h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .home-layout .stories_banner .col-text h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .home-layout .body-container-wrapper .dnd-section {
    padding-bottom: 30px;
  }
}


@media (max-width:1023px) {
  .breadcrumb{
    display:none
  }
}
@media (max-width:767px) {
  .healthcare-inner-layout .healthcare-row1 .span6 {
    width: 100%;
  }

  .breadcrumb {
    display: none;
  }

  .healthcare-inner-layout .span8 {
    width: 100%;
  }

  .healthcare-inner-layout .span4 {
    width: 100%;
  }

  .healthcare-inner-layout .span6 {
    width: 100%;
  }

  .healthcare-innerv2-layout .cm-ad-wrapper img ,
  .sleep-safe-layout .cm-ad-wrapper img,
  .sleep-safe-layout .widget-type-linked_image img,
  .healthcare-inner-layout .cm-ad-wrapper img{
    max-width: 700px !important;
    width:100%;
  }

  .sleep-safe-layout .widget-type-linked_image {
    width:100%;
  }

  .stories-inner-layout .body-container-wrapper {
    padding-top: 28px;
  }

  .stories-inner-layout .cm-ad-wrapper img {
    max-width:100% !important;
  }

  .stories-inner-layout .dnd-section .span4 {
    width:100%;
  }
  .stories-innerv2-layout .testimonial-wrap .testimonial-image .testimonial-image-inner {
    margin-right: -75%;
    margin-left: -3em;
  }


  .home-layout .stories_banner .large-8, .home-layout .stories_banner .large-4 {
    width: 100%;
  }

  .home-layout .stories_banner {
    margin: 0;
  }

  .home-layout .stories_banner .large-4 {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-layout .image-with-cnt-wrap button, .home-layout .image-with-cnt-wrap .button {
    left: 15px;
  }

  .home-layout .image-with-cnt {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
  }

  .home-layout .image-with-cnt-wrap .image-with-cnt-item:nth-child(even) {
    border: 0;
  }

  .home-layout .image-with-cnt-wrap .image-with-cnt-item {
    position: relative;
    height: calc(((100vw - 375px) * 125 / 392 ) + 500px);
  }

  .home-layout .image-with-cnt-wrap .image-with-cnt-item:nth-child(odd) {
    border: none;
  }

  .home-layout .image-with-cnt-img {
    height: 50vw;
  }
}


@media (max-width:500px) {
  .healthcare-innerv2-layout .cm-ad-wrapper.descr-open img {
    margin-bottom:15px;
  }

  .healthcare-innerv2-layout .healthcare-row3 .cm-ad-wrapper.descr-open img {
    margin-bottom: 0;
  }

  .sleep-safe-layout .cm-ad-wrapper img {
    margin-bottom: 0;
  }

  .sleep-safe-layout .row-horizontalTab .resp-tab-content .non-color-teaser.cm-row {
    margin-bottom: 40px;
  }
}


@media (max-width:480px) {
  .healthcare-row2 .widget-type-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .cm-healthcare-banner .col-stage-pic-text__pic--100-100>div {
    margin-right: 0 !important;
  }
}
@media (max-width:420px) {
  .home-layout .focuspoint img {
    width: 100%;
    left: auto !important;
  }
}



@media (min-width: 768px) {
  .medium-image-grid-1:before, .medium-image-grid-1:after{
    content: " ";
    display: table;
  }

  .medium-image-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }
}



.safari .hero-teaser .half-height.medium-image-grid-1 .focuspoint {
  margin-top: -30px;
}
.fancybox-description sub {
  vertical-align: bottom;
  font-size: .8em;
  line-height: 100%; 
  font-weight: 700;
  bottom: 0;
}

.fancybox-description h3+p, .fancybox-description h3+p+p {
  font: inherit;
}
.fancybox-description h3~p {
    display: inline;
}
.fancybox-description p {
    display: inline;
}
body.fullPicture {
    background-color: #000
}

body.fullPicture .content {
    display: table;
    height: 100%;
    width: 100%
}

body.fullPicture .content .position {
    display: table-cell;
    vertical-align: middle
}

body.fullPicture .content img {
    width: 100%;
    height: auto
}

body.fullPicture .content .close {
    float: right;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer
}