/*
@cdn0: '//resources0:3000';
@cdn1: '//resources1:3000';
@cdn2: '//resources2:3000';
@cdn3: '//resources3:3000';
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
@grey-box-background:		#f3f3f4;
@grey-locations-background: #F1F2F2;
@grey-pic-background: 		#e7e8e9;
@grey-head-background:		#e6e6e6;
@grey-third-menu-back: 		#a7a9ac;
@grey-warning-text:			#a6a8ab;
@grey-headline-background: 	#818285;
@grey-compliance-sub-back: 	#808285;
@grey-testimonial-back: 	#76777A;
@grey-quote-background: 	#6d6f71;
@grey-menu-background: 		#58585a;
@grey-button-bar-text:		#414042;
@grey-footer-background: 	#3a3a3c;

@green-light: 				#D8ECD4;
@green-preventice: 			#96ca51;
@green-darker: 				#39b54a;

@blue-box-background: 		#d7edf9;
@blue-button-background: 	#0fb6e1;
@blue-vid-background: 		#00B4DE;

@orange: 					#f26925;

@grey-leadership:			#f4f5f4;
@grey-section-background:	#f2f2f2;
@grey-top-header:			#eaeaea;
@grey-divider:				#cecfd1;
@grey-shadow:				#cccccc;
@grey-disclaimer:			#d7d7d7;
@grey-panel:				#d9dadb;
@grey-tagline:				#b7b7b7;
@grey-links-desc:			#a7a7a7;
@grey-board-back:			#e9ebe9;
@grey-ceo-text:				#878a8d;
@grey-headline-new:			#797979;
@grey-patient:				#77777b;
@grey-contact-background:	#7a7e83;
@grey-slide-title:			#5f6369;
@grey-footer-text:			#5e6369;
@grey-side-menu:			#5c6064;
@grey-inner-text:			#575757;
@grey-body-text:			#444444;

@blue-take-our:				#77e0ff;
@blue-border-steel:			#6a8195;
@blue-platform:				#5dc2e0;
@blue-steel:				#535e68;
@blue-headline:				#1f5a92;
@blue-professional:			#198de0;
@blue-healthcare-lighter:	#188bde;
@blue-healthcare-thumb:		#168adc;
@blue-jewel:				#122e45;
@blue-thumb:				#0a203d;
@blue-patient-test:			#05bbde;
@blue-quick-links:			#018bc8;
@blue-healthcare:			#016dba;
@blue-preventice:			#00b5e0;
@blue-quote:				#006dba;
@blue-quick-headline:		#004969;

@green-patient-box:			#b6e24b;
@grean-headline-back:		#a7ce38;
@green-patient-text:		#a4da18;
@green-patient-lighter:		#a3d917;
@green-survey-lighter:		#a0d81b;
//@green-preventice:			#97d700;
@green-flow:				#96ca50;
@green-thumb:				#95d600;
@green-quick-links:			#89c300;
@green-patient:				#87ba03;
@green-services-accent:		#78b840;
@green-learn-more:			#70af12;
@green-quick-head:			#5ea315;
@green-button-background:	#5fa613;
@green-text-accent:			#36a75e;
@green-view-test:			#189b36;
@green-services-headline:	#148266;
@green-view-headline:		#097900;
@green-instruction:			#046810;
@green-teal:				#008877;
@green-headline:			#0f7963;


@orange-preventice:			#fc4c02;
@orange-border:				#fd661a;
@orange-headline:			#e33404;

@red-required:				#d44101;

*/
@font-face {
  font-family: 'SST-Roman';
  src: url('/fonts/SST-Roman/SST-Roman.eot');
  src: url('/fonts/SST-Roman/SST-Roman.woff2') format('woff2'), url('/fonts/SST-Roman/SST-Roman.woff') format('woff'), url('/fonts/SST-Roman/SST-Roman.ttf') format('truetype'), url('/fonts/SST-Roman/SST-Roman.svg#SST-Roman') format('svg'), url('/fonts/SST-Roman/SST-Roman.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'SST-Heavy';
  src: url('/fonts/SST-Heavy/SST-Heavy.eot');
  src: url('/fonts/SST-Heavy/SST-Heavy.woff2') format('woff2'), url('/fonts/SST-Heavy/SST-Heavy.woff') format('woff'), url('/fonts/SST-Heavy/SST-Heavy.ttf') format('truetype'), url('/fonts/SST-Heavy/SST-Heavy.svg#SST-Heavy') format('svg'), url('/fonts/SST-Heavy/SST-Heavy.eot?#iefix') format('embedded-opentype');
  font-weight: 500 900;
  font-style: normal;
  font-display: fallback;
}
/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.sst {
  font-family: 'SST-Roman';
}
.sst-heavy {
  font-family: 'SST-Heavy';
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
body {
  font-family: 'SST-Roman';
  color: black;
}
.relative {
  position: relative;
}
.margin-centered {
  margin-left: auto;
  margin-right: auto;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.mid-align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
  display: block;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
.caps {
  text-transform: uppercase;
}
.full-table {
  display: table;
  width: 100%;
}
.full-table .row {
  display: table-row;
}
.full-table .row > * {
  display: table-cell;
}
.fullback,
.full-back {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.movie-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  text-align: center;
  z-index: 31;
}
.movie-container .close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 140%;
  z-index: 32;
  padding: 5px 45px;
  padding-right: 50px;
  cursor: pointer;
  text-align: right;
  background-color: #31B5CD;
}
.movie-container .close:hover {
  text-decoration: underline;
}
.movie-container:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background-color: #333333;
}
.movie-container .movie-box {
  position: relative;
  margin: auto;
  height: 85%;
  max-width: 95%;
  margin-top: 3%;
}
.movie-container video {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  transform: scale(1);
  z-index: 31;
}
.movie-container.no-show {
  opacity: 0;
}
.movie-container.no-show .close {
  opacity: 0;
}
.movie-container.no-show video {
  transform: scale(0.4);
}
.side-pad {
  padding-left: 10px;
  padding-right: 10px;
}
.orange-button {
  display: inline-block;
  padding: 5px 26px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  background-color: #003C71;
}
.blue-boston-sci {
  color: #003C71 !important;
}
.four-cell {
  margin-left: auto;
  margin-right: auto;
}
.four-cell img {
  max-width: 100%;
}
.four-cell > * a {
  display: block;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .four-cell {
      display: grid;
      column-gap: 10px;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .four-cell > * {
      display: contents;
    }
    .four-cell > * > *:first-child {
      grid-row: 1;
    }
    .four-cell > * > *:last-child {
      grid-row: 2;
    }
  }
  @media (max-width: 900px) and (min-width: 650px) {
    .four-cell {
      display: grid;
      column-gap: 10px;
      grid-template-columns: 1fr 1fr;
    }
    .four-cell > * {
      display: contents;
    }
    .four-cell > * > *:first-child {
      grid-row: 1;
    }
    .four-cell > * > *:last-child {
      grid-row: 2;
    }
    .four-cell > *:nth-child(n + 3) > *:first-child {
      grid-row: 3;
      margin-top: 20px;
    }
    .four-cell > *:nth-child(n + 3) > *:last-child {
      grid-row: 4;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .four-cell:after {
      content: '';
      display: table;
      clear: both;
    }
    .four-cell .link-box {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 23%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 25% - 30px);
    }
  }
}
@media (max-width: 650px) {
  .four-cell {
    max-width: 500px;
  }
  .four-cell .link-box + .link-box {
    margin-top: 20px;
  }
}
.two-pics {
  margin-left: auto;
  margin-right: auto;
}
.two-pics h1:first-child,
.two-pics h2:first-child,
.two-pics h3:first-child {
  margin-top: 0;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .two-pics {
      display: grid;
      column-gap: 15px;
      grid-template-columns: 1fr 1fr;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .two-pics:after {
      content: '';
      display: table;
      clear: both;
    }
    .two-pics .link-box {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 48%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 50% - 30px);
    }
  }
}
@media (max-width: 900px) {
  .two-pics {
    max-width: 500px;
  }
  .two-pics > * {
    margin-bottom: 20px;
  }
}
.three-pics {
  margin-left: auto;
  margin-right: auto;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .three-pics {
      display: grid;
      column-gap: 15px;
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 15px;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .three-pics:after {
      content: '';
      display: table;
      clear: both;
    }
    .three-pics .link-box {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 31.33333333%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 33.33333333333333% - 30px);
    }
  }
}
@media (max-width: 900px) {
  .three-pics {
    max-width: 500px;
  }
  .three-pics > * {
    margin-bottom: 20px;
  }
}
.three-cell,
.two-cell {
  margin-left: auto;
  margin-right: auto;
}
.three-cell img,
.two-cell img {
  max-width: 100%;
}
.three-cell a,
.two-cell a {
  display: block;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .three-cell,
    .two-cell {
      display: grid;
      column-gap: 15px;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .three-cell > *,
    .two-cell > * {
      display: contents;
    }
    .three-cell > * > *:first-child,
    .two-cell > * > *:first-child {
      grid-row: 1;
    }
    .three-cell > * > *:last-child,
    .two-cell > * > *:last-child {
      grid-row: 2;
    }
    .three-cell > *:nth-child(n + 4) > *:first-child,
    .two-cell > *:nth-child(n + 4) > *:first-child {
      grid-row: 3;
    }
    .three-cell > *:nth-child(n + 4) > *:last-child,
    .two-cell > *:nth-child(n + 4) > *:last-child {
      grid-row: 4;
    }
    .three-cell > *:nth-child(n + 7) > *:first-child,
    .two-cell > *:nth-child(n + 7) > *:first-child {
      grid-row: 5;
    }
    .three-cell > *:nth-child(n + 7) > *:last-child,
    .two-cell > *:nth-child(n + 7) > *:last-child {
      grid-row: 6;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .three-cell:after,
    .two-cell:after {
      content: '';
      display: table;
      clear: both;
    }
    .three-cell .link-box,
    .two-cell .link-box {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 31.33333333%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 33.33333333333333% - 30px);
    }
  }
}
@media (max-width: 900px) {
  .three-cell,
  .two-cell {
    max-width: 500px;
  }
  .three-cell .link-box + .link-box,
  .two-cell .link-box + .link-box {
    margin-top: 20px;
  }
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .two-cell {
      grid-template-columns: 1fr 1fr;
    }
  }
}
.two-cell .link-box > *:first-child:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 21.45958985%;
  padding-bottom: 21.45958985%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.link-box {
  text-align: center;
}
.link-box > *:first-child {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.link-box > *:first-child:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 36.45958985%;
  padding-bottom: 36.45958985%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.link-box > *:last-child {
  background-color: #efefef;
}
.link-box a {
  text-decoration: none;
}
.link-box .label {
  padding: 10px 5px 10px 5px;
}
.link-box .top,
.link-box .bottom {
  display: block;
}
.link-box .label .top {
  font-size: 15.84pt;
  color: #333333;
  font-weight: 600;
}
.link-box .label .top .thinner {
  font-size: 8.91pt;
  display: block;
  font-weight: 400;
  padding-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.link-box .label .bottom {
  font-size: 8.91pt;
  color: #31B5CD;
  font-weight: 600;
  padding-top: 8px;
  margin-top: 5px;
  position: relative;
}
.link-box .label .bottom:before {
  content: '\00a0';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px #31B5CD solid;
  height: 1px;
}
.link-box .step-label {
  background-color: white;
  padding: 8px 9px;
  text-align: center;
}
.link-box .step-label.grey-back {
  background-color: #efefef;
}
.link-box .step-label .top {
  color: #003C71;
  font-size: 12.375pt;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: solid 1px #003C71;
}
.link-box .step-label p {
  font-size: 9.9pt;
  margin-top: 12px;
}
.link-box .step-label p a {
  display: inline-block;
  color: #31B5CD;
  font-weight: 600;
  text-decoration: underline;
}
.link-box .step-label ul {
  display: inline-block;
  text-align: left;
}
.link-box .step-label ul.two-col {
  column-count: 1;
}
.link-box .step-label ul.two-col:after {
  content: '';
  display: table;
  clear: both;
}
.link-box .step-label ul.two-col li {
  font-size: 9.9pt;
  float: left;
  width: 50%;
}
.link-box .step-label .bottom.left-align {
  text-align: left;
}
.link-box a.step-label {
  text-decoration: none;
  color: #333333;
}
.link-box.orange > *:first-child:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 27.45958985%;
  padding-bottom: 27.45958985%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.link-box.orange .top {
  font-size: 10.395pt;
}
.link-box.orange .bottom {
  font-size: 9.9pt;
  color: #003C71;
}
.link-box.orange .bottom:before {
  border-top: 1px #003C71 solid;
}
.link-box.movie {
  cursor: pointer;
}
.link-box.movie > *:first-child {
  position: relative;
}
.link-box.movie > *:first-child:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 28%;
  padding-bottom: 28%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.link-box.movie > *:first-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 25%;
}
.link-box.movie .top {
  font-size: 13.86pt;
}
.video-and-msg .video {
  position: relative;
  background-color: #333333;
}
.video-and-msg .video:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 28%;
  padding-bottom: 28%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.video-and-msg .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-and-msg .msg {
  background-color: white;
  padding: 14px 30px;
}
.video-and-msg .msg > img {
  width: 100%;
}
.video-and-msg .msg p img {
  vertical-align: middle;
  padding-right: 10px;
}
.video-and-msg .msg a {
  color: #333333;
  font-weight: 600;
}
.video-and-msg .msg img {
  max-width: 100%;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .video-and-msg {
      display: grid;
      grid-template-columns: minmax(1px, 65%) auto;
      column-gap: 30px;
    }
  }
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .video-and-msg.no-vid {
      grid-template-columns: auto 1fr;
    }
  }
}
.pic-and-msg {
  margin-left: auto;
  margin-right: auto;
}
.pic-and-msg .msg,
.pic-and-msg .msgr {
  font-size: 15.84pt;
}
.pic-and-msg.grey {
  background-color: #efefef;
}
.pic-and-msg.grey .msg {
  background-color: #efefef;
}
.pic-and-msg h1 {
  font-size: 24.75pt;
  color: #31B5CD;
  margin-top: 0;
}
.pic-and-msg .contain {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.pic-and-msg .contain video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-height: 100%;
}
.pic-and-msg .grey-device {
  background-color: #5f636a;
}
.pic-and-msg .grey-fractal-device {
  background-image: url("/img/pages/hcp/grey-fractal.jpg");
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.webp .pic-and-msg .grey-fractal-device {
  background-image: url("/img/pages/hcp/grey-fractal.webp");
}
@media (max-width: 479.75px) {
  .pic-and-msg .grey-fractal-device {
    background-image: url("/img/pages/hcp/grey-fractal-half.jpg");
  }
  .webp .pic-and-msg .grey-fractal-device {
    background-image: url("/img/pages/hcp/grey-fractal-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pic-and-msg .grey-fractal-device {
    background-image: url("/img/pages/hcp/grey-fractal-2x.jpg");
  }
  .webp .pic-and-msg .grey-fractal-device {
    background-image: url("/img/pages/hcp/grey-fractal-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 479.75px), (min-resolution: 144dpi) and (max-width: 479.75px) {
  .pic-and-msg .grey-fractal-device {
    background-image: url("/img/pages/hcp/grey-fractal.jpg");
  }
  .webp .pic-and-msg .grey-fractal-device {
    background-image: url("/img/pages/hcp/grey-fractal.webp");
  }
}
.pic-and-msg .grey-fractal-device img {
  max-width: 90%;
}
.pic-and-msg .explore {
  font-size: 2.5vw;
}
.pic-and-msg .explore .orange {
  color: #003C71;
}
.pic-and-msg .explore .orange-button {
  font-size: 15.75pt;
  background-color: #003C71;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 900px) {
  .pic-and-msg .mid-align {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .pic-and-msg .mid-align {
    position: relative;
    top: auto;
    transform: none;
  }
}
.pic-and-msg .pic.must-see-it-all {
  background-position: left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .pic-and-msg {
      display: grid;
      column-gap: 0;
      grid-template-columns: 1fr 1fr;
    }
    .pic-and-msg .pic {
      grid-column: 1;
    }
    .pic-and-msg .msg,
    .pic-and-msg .msgr {
      position: relative;
      grid-column: 2;
      padding: 20px;
    }
    .pic-and-msg .msg.no-pad,
    .pic-and-msg .msgr.no-pad {
      padding: 0;
    }
    .pic-and-msg .msgr {
      align-self: center;
    }
    .pic-and-msg .msgr .quote {
      max-width: 600px;
    }
    .pic-and-msg .msg .talk {
      left: 20px;
      right: 20px;
    }
    .pic-and-msg.pic-on-right .pic {
      grid-column: 2;
    }
    .pic-and-msg.pic-on-right .msg,
    .pic-and-msg.pic-on-right .msgr {
      grid-column: 1;
      grid-row: 1;
      text-align: right;
    }
    .pic-and-msg.pic-on-right .msg .talk,
    .pic-and-msg.pic-on-right .msgr .talk {
      padding-right: 50px;
    }
    .pic-and-msg.pic-on-right .msg.text-on-left,
    .pic-and-msg.pic-on-right .msgr.text-on-left {
      text-align: left;
    }
    .pic-and-msg.pic-on-right .emr-intro {
      margin-left: auto;
    }
  }
  @media (min-width: 900px) and (min-width: 900px) {
    .pic-and-msg .msg .talk {
      display: flex;
      align-items: center;
    }
  }
  @media (min-width: 900px) and (max-width: 900px) {
    .pic-and-msg .msg .talk {
      position: relative;
      top: auto;
      transform: none;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .pic-and-msg:after {
      content: '';
      display: table;
      clear: both;
    }
    .pic-and-msg .link-box {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 48%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 50% - 30px);
    }
  }
}
@media (max-width: 900px) {
  .pic-and-msg {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pic-and-msg .pic {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pic-and-msg .explore {
    padding: 20px;
  }
  .pic-and-msg .msgr,
  .pic-and-msg .msg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.quote .statement {
  font-size: 100%;
  color: #003C71;
  font-weight: 600;
}
.quote .commentary {
  font-size: 78%;
  margin: 20px 0;
}
.quote .attribution {
  margin: 20px 0;
  font-size: 78%;
}
.quote .attribution .name {
  font-weight: 600;
  text-transform: uppercase;
}
.quote.big-text {
  font-size: 19.8pt;
}
.quote.big-text .statement {
  font-size: 130%;
}
.quote .more {
  font-size: 78%;
}
.quote .full-story {
  text-decoration: none;
  font-size: 78%;
  font-weight: 600;
  color: #333333;
}
.quote.blue .statement {
  color: #31B5CD;
}
.quote.blue .orange-button {
  background-color: #31B5CD;
}
.quote.plain .btext {
  color: #31B5CD;
}
.quote.plain .statement {
  color: #333333;
  font-size: 15.84pt;
}
.quote.plain .attribution {
  font-size: 18pt;
  color: #31B5CD;
  font-weight: 600;
}
.strip-stats {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
.strip-stats .stat {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.strip-stats .stat .big {
  font-size: 19.8pt;
  display: block;
}
.strip-stats .stat .small {
  font-size: 14.85pt;
  display: block;
}
.strip-stats .stat img {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}
.strip-stats a {
  color: white;
  text-decoration: none;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .strip-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .strip-stats.five {
      grid-template-columns: repeat(5, 1fr);
    }
  }
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .strip-stats.four {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .strip-stats .stat {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}
@media (max-width: 900px) {
  .strip-stats {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url("/img/pages/home/hands-square-2x.jpg") !important;
  }
  .strip-stats .stat {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .webp .strip-stats {
    background-image: url("/img/pages/home/hands-square-2x.webp") !important;
  }
}
@media (max-width: 900px) and (max-width: 400px) {
  .strip-stats {
    background-image: url("/img/pages/home/hands-square.jpg") !important;
  }
  .webp .strip-stats {
    background-image: url("/img/pages/home/hands-square.webp") !important;
  }
}
.inner-page-header {
  background-position: center center;
  background-size: 100% auto;
  padding-left: 10px;
  padding-right: 10px;
}
.inner-page-header .msg {
  color: white;
}
.inner-page-header .msg h1,
.inner-page-header .msg h2 {
  margin: 0;
}
.inner-page-header .msg h2 {
  font-weight: 300;
  font-size: 11.88pt;
  font-style: italic;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .inner-page-header .content {
      display: grid;
      grid-template-columns: 3fr 5fr;
      height: 250px;
      max-height: 20vw;
    }
    .inner-page-header .msg {
      grid-row: 1;
      grid-column: 1;
      position: relative;
    }
    .inner-page-header .pos {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      display: inline-block;
      box-sizing: border-box;
      max-width: 95%;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .inner-page-header .stat {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}
@media (max-width: 900px) {
  .inner-page-header {
    background-size: cover;
  }
  .inner-page-header .content:before {
    content: '\00a0';
    display: inline-block;
    padding-top: 80px;
    padding-bottom: 80px;
    vertical-align: middle;
    width: 0;
  }
  .inner-page-header .content .msg {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle;
  }
}
.grey-back,
.greyback {
  background-color: #efefef;
}
.orange-back,
.orangeback {
  background-color: rgba(49, 181, 205, 0.2);
}
.disclaimer {
  font-size: 8.91pt;
  color: #a7a9ac;
}
.disclaimer.orange {
  color: #31B5CD;
}
.disclaimer.orange a {
  color: #31B5CD;
}
.disclaimer.wide-pad {
  margin-top: 20px;
  padding-left: 40px;
}
.quote-grid {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.quote-grid .item:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 35%;
  padding-bottom: 35%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.quote-grid .quote {
  max-width: 95%;
  display: inline-block;
  vertical-align: middle;
}
.quote-grid .quote .blue-quote-icon-picture img {
  top: -10px;
  position: relative;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .quote-grid {
      display: grid;
      column-gap: 12px;
      row-gap: 12px;
      grid-template-columns: repeat(4, 1fr);
    }
    .quote-grid > * {
      background-color: white;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .quote-grid .quote {
      vertical-align: middle;
    }
  }
}
@media (max-width: 900px) {
  .quote-grid .item {
    display: inline-block;
    padding: 60px 10px 30px 10px;
    max-width: 500px;
    min-width: 300px;
    background-color: white;
    margin-bottom: 30px;
  }
}
.story-more {
  display: grid;
  background-color: white;
  grid-template-columns: 1fr 3fr;
  text-decoration: none;
}
.story-more .txt {
  font-size: 12.375pt;
  padding: 10px 15px;
  color: #31B5CD;
  font-weight: 600;
  text-decoration: none;
  align-self: center;
}
.patient-video h2 {
  text-align: center;
}
.patient-video .video-holder {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  cursor: pointer;
  background-color: #404041;
}
.patient-video .video-holder:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 28%;
  padding-bottom: 28%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.patient-video .video-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.patient-video .video-holder .play-icon-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.patient-video.portrait .video-holder {
  max-width: 450px;
}
.patient-video.portrait .video-holder:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 79.2857143%;
  padding-bottom: 79.2857143%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.blue-box {
  border: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  color: white;
  background-color: #0fb6e1;
  text-decoration: none;
}
.orange-button {
  border: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  color: white;
  background-color: #003C71;
  text-decoration: none;
}
.blue-dot-flow {
  margin: 20px auto;
  padding: 0;
  list-style-position: inside;
}
@media (min-width: 900px) {
  .blue-dot-flow {
    column-count: 3;
    column-gap: 20px;
  }
}
.locations {
  margin-top: 30px;
  margin-bottom: 30p;
  row-gap: 20px;
}
.locations .location {
  background-color: white;
  padding: 30px;
}
.locations .location p {
  margin: 0;
  padding: 0;
}
.team-member {
  display: table;
  width: 100%;
  position: relative;
  background-color: #efefef;
  margin-bottom: 10px;
}
.team-member .row {
  display: table-row;
}
.team-member .row > * {
  display: table-cell;
}
.team-member .ident {
  display: inline-block;
}
.team-member .img-part {
  position: relative;
  width: 0;
  height: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-member .info {
  padding-left: 20px;
  padding-top: 10px;
  vertical-align: top;
  padding-right: 30px;
}
.team-member .info .name {
  color: #31B5CD;
  text-transform: uppercase;
  font-weight: 700;
}
.team-member .info .title {
  font-weight: 700;
}
.team-member .info .desc {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
}
.team-member .bar {
  color: white;
  display: none;
}
.team-member .twister {
  position: absolute;
  top: 7px;
  right: 15px;
  cursor: pointer;
}
.team-member.open .bar {
  display: none;
}
.team-member.open .img-part {
  width: 188px;
  height: 189px;
}
.team-member.open .info .name,
.team-member.open .info .title {
  display: block;
}
.team-member.open .info .desc {
  max-height: 500px;
}
.team-member.open .twister img {
  transform: rotate(180deg);
}
.transitions-on .team-member .img-part {
  transition: width 0.3s, height 0.3s;
}
.transitions-on .team-member .desc {
  transition: max-height 0.3s;
}
.transitions-on .team-member .twister img {
  transition: transform 0.3s;
}
.board .team-member .info .name {
  color: #0fb6e1;
}
h2 + .team-member {
  margin-top: 20px;
}
.mission-box {
  align-self: center;
  text-align: left !important;
  padding: 10px 20px;
}
.mission-box h2 {
  color: #31B5CD;
}
.mission-box ul {
  padding-left: 25px;
}
.mission-box li {
  margin-bottom: 7px;
}
.side-scroll {
  position: relative;
  margin: 20px 0;
  height: 500px;
  overflow: hidden;
  border-top: solid 2px #a7a9ac;
  border-bottom: solid 2px #a7a9ac;
}
.side-scroll img {
  height: 100%;
  box-sizing: border-box;
  transition: margin-left 0.3s;
  max-width: none;
}
.side-scroll .left-slide,
.side-scroll .right-slide {
  background-color: #a7a9ac;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.side-scroll .left-slide {
  left: 0;
  background-image: url('/img/grey-arrow-left.png');
}
.side-scroll .right-slide {
  right: 0;
  background-image: url('/img/grey-arrow-right.png');
}
.news-item {
  padding: 20px 0;
  border-bottom: solid 1px black;
}
.news-item .actions a {
  text-decoration: none;
}
.news-item .actions img {
  vertical-align: middle;
  padding-left: 7px;
  padding-bottom: 3px;
}
.news-item .top {
  font-weight: 600;
  text-decoration: none;
  font-size: 10.89pt;
}
.news-item .top .date {
  color: #31B5CD;
}
.news-item .top .title {
  padding-top: 10px;
  color: #404041;
}
.news-item .top span {
  display: block;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .news-item {
      display: grid;
      column-gap: 15px;
      grid-template-columns: 1fr auto;
    }
    .news-item .actions {
      justify-self: right;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .news-item:after {
      content: '';
      display: table;
      clear: both;
    }
    .news-item .top {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 81.33333333%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 83.33333333333334% - 30px);
    }
    .news-item .actions {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 14.66666667%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 16.666666666666664% - 30px);
    }
  }
}
.video-with-desc video {
  width: 100%;
}
.video-with-desc .msg a {
  color: #31B5CD;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .video-with-desc {
      display: grid;
      column-gap: 30px;
      grid-template-columns: 1fr 1fr;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .video-with-desc:after {
      content: '';
      display: table;
      clear: both;
    }
    .video-with-desc video {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 48%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 50% - 30px);
    }
    .video-with-desc .msg {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 48%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 50% - 30px);
    }
  }
}
@media (min-width: 900px) {
  .video-with-desc .msg h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@supports (display: grid) {
  .icon-list {
    display: grid;
    column-gap: 15px;
    grid-template-columns: auto 1fr;
    align-items: center;
    row-gap: 12px;
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .icon-list:after {
      content: '';
      display: table;
      clear: both;
    }
    .icon-list img {
      float: left;
      clear: both;
    }
  }
}
.click-button-stripe {
  padding: 20px 0;
}
.click-button-stripe .orange-button {
  text-align: center;
  min-width: 150px;
}
.click-button-stripe .msg {
  font-size: 16.83pt;
  font-weight: 600;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .click-button-stripe {
      display: grid;
      column-gap: 30px;
      grid-template-columns: 1fr auto;
      align-items: center;
    }
    .click-button-stripe .actions {
      justify-self: end;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .click-button-stripe:after {
      content: '';
      display: table;
      clear: both;
    }
    .click-button-stripe video {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 81.33333333%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 83.33333333333334% - 30px);
    }
    .click-button-stripe .msg {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 14.66666667%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 16.666666666666664% - 30px);
    }
  }
}
@media (max-width: 900px) {
  .click-button-stripe {
    text-align: center;
  }
  .click-button-stripe .actions {
    margin-top: 20px;
  }
}
.pub-form .req {
  color: red;
}
.pub-form input[type=text],
.pub-form input[type=date],
.pub-form select {
  background-color: #efefef;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  padding: 3px 2px;
}
.pub-form select {
  padding: 3px 0;
}
.pub-form textarea {
  background-color: #efefef;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  padding: 3px 2px;
}
.pub-form .label {
  font-size: 9pt;
  padding-top: 2px;
  text-align: right;
}
.pub-form .row {
  margin-top: 10px;
}
.pub-form .right {
  text-align: right;
}
.pub-form button {
  margin-top: 30px;
}
@supports (display: grid) {
  .pub-form .full-grid {
    grid-column: span 2;
  }
  .pub-form .three-wide {
    grid-template-columns: auto auto auto !important;
  }
  @media (min-width: 900px) {
    .pub-form .ei-grid-7 {
      display: grid;
      grid-template-columns: auto auto;
      column-gap: 20px;
    }
    .pub-form .ei-grid-7 .row {
      display: contents;
    }
  }
  .pub-form .ei-grid-7 > .row > * {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
    row-gap: 9px;
  }
  .pub-form .ei-grid-7 > .row > * > .row {
    display: contents;
  }
  @media (max-width: 900px) {
    .pub-form .ei-grid-7 > .row > * {
      grid-template-columns: 1fr;
    }
    .pub-form .label {
      text-align: left;
    }
    .pub-form .t6 {
      margin-top: 12px;
    }
  }
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .pub-form:after {
      content: '';
      display: table;
      clear: both;
    }
    .pub-form .t2 {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 14.66666667%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 16.666666666666664% - 30px);
    }
    .pub-form .t10 {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 81.33333333%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 83.33333333333334% - 30px);
    }
  }
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .patient-survey .ei-grid.identity {
      display: grid;
      grid-template-columns: auto 1fr auto 1fr;
      column-gap: 20px;
      row-gap: 10px;
    }
    .patient-survey .ei-grid.identity .row {
      display: contents;
    }
    .patient-survey .ei-grid.identity .t1,
    .patient-survey .ei-grid.identity .t2 {
      text-align: right;
    }
    .patient-survey .ei-grid.survey-grid {
      display: grid;
      grid-template-columns: 1fr auto ;
      column-gap: 20px;
      row-gap: 10px;
    }
    .patient-survey .ei-grid.survey-grid .row {
      display: contents;
    }
    .patient-survey .ei-grid.survey-grid .two-col-wide {
      grid-column: span 2;
    }
  }
}
.patient-survey h2.no-top {
  margin-top: 0;
}
@supports not (display: grid) {
  @media (min-width: 900px) {
    .patient-survey:after {
      content: '';
      display: table;
      clear: both;
    }
    .patient-survey .t2 {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 14.66666667%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 16.666666666666664% - 30px);
    }
    .patient-survey .t10 {
      margin-left: 1%;
      margin-right: 1%;
      float: left;
      box-sizing: border-box;
      width: 81.33333333%;
      margin-left: calc(15px);
      margin-right: calc(15px);
      width: calc( 83.33333333333334% - 30px);
    }
  }
}
@media (max-width: 900px) {
  .patient-survey .options {
    text-align: left !important;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .patient-survey .identity .xs3 {
    margin-top: 10px;
  }
}
.patient-survey .survey-grid {
  margin-top: 15px;
}
.patient-survey .survey-grid .options {
  text-align: right;
}
.patient-survey .survey-grid .options.left-align {
  text-align: left;
}
.patient-survey .additional-comments {
  margin: 20px 0;
}
.patient-survey .additional-comments .t12 {
  margin-bottom: 5px;
}
.patient-survey .survey-radio {
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
}
.patient-survey .survey-radio:first-of-type {
  margin-left: 0;
}
.patient-survey .survey-radio:last-of-type {
  margin-right: 0;
}
.patient-survey .survey-radio .txt {
  display: inline-block;
  height: 19px;
  line-height: 19px;
  background-color: #404041;
  color: white;
  padding: 3px 6px;
}
.patient-survey .survey-radio .radio-cell {
  display: inline-block;
  height: 19px;
  line-height: 19px;
  background-color: #cacaca;
  padding: 3px;
}
@media (max-width: 900px) {
  .patient-survey .survey-radio {
    margin-top: 10px;
    display: inline-block;
  }
}
@media (max-width: 900px) {
  .patient-survey .row {
    margin-top: 20px;
  }
}
.alert p {
  font-size: 11.385pt;
}
.float-alert {
  float: left;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.four-box .labeled-icon {
  padding: 20px 10px 10px 10px;
  text-decoration: none;
}
.four-box .labeled-icon .icon {
  display: block;
  text-align: center;
}
.four-box .labeled-icon .icon img {
  max-width: 96%;
  vertical-align: middle;
  display: inline-block;
}
.four-box .labeled-icon .icon:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 0;
  padding-top: 18%;
  padding-bottom: 18%;
  vertical-align: middle;
}
.four-box .labeled-icon .label {
  font-size: 11.88pt;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
}
.four-box .labeled-icon:nth-child(2),
.four-box .labeled-icon:nth-child(3) {
  background-color: #d6d6d6;
}
.four-box .labeled-icon:nth-child(4) {
  background-color: #bcbcbc;
}
@media (min-width: 900px) {
  .four-box:after {
    content: '';
    display: table;
    clear: both;
  }
  .four-box .labeled-icon {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 50px;
    min-height: 50%;
  }
  .four-box .labeled-icon .label {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 900px) {
  .four-box .labeled-icon {
    display: block;
    background-color: transparent !important;
  }
}
@supports (display: grid) {
  .pic-and-text {
    display: grid;
    column-gap: 20px;
  }
  @media (min-width: 900px) {
    .pic-and-text {
      grid-template-columns: 415px auto;
    }
  }
}
@media (max-width: 900px) {
  .pic-and-text .txt {
    padding: 10px;
  }
}
.device-intro h1 {
  font-size: 59.4pt;
  font-weight: 300;
  color: #31B5CD;
  margin-top: 10px;
  margin-bottom: 10px;
}
.device-intro h1 strong {
  font-weight: 800;
}
.device-intro h1.orange {
  color: #31B5CD;
  font-size: 34.65pt;
}
.device-intro h1.small-blue {
  font-size: 34.65pt;
  font-weight: 600;
}
.device-intro h2 {
  font-size: 39.6pt;
  font-weight: 400;
  color: #31B5CD;
  margin-top: 0px;
  margin-bottom: 10px;
}
.device-intro h3 {
  color: #31B5CD;
  margin-bottom: 0;
}
.device-intro h3 + p {
  margin-top: 0;
}
.emr-intro {
  max-width: 520px;
}
.emr-intro h1 {
  color: #003C71;
  margin-top: 10px;
  margin-bottom: 10px;
}
.emr-intro h1 strong {
  font-weight: 800;
}
.emr-intro h2 {
  font-size: 14.85pt;
  color: #31B5CD;
}
.emr-intro h3 {
  color: #31B5CD;
  margin-bottom: 0;
}
.emr-intro h3 + p {
  margin-top: 0;
}
.emr-intro li,
.emr-intro p {
  font-size: 13.365pt;
}
.mini-plus-pic-intro h2 {
  font-size: 13.86pt;
  color: #003C71;
}
.mini-plus-pic-intro h3 {
  font-size: 12.375pt;
  color: #003C71;
}
.mini-plus-pic-intro ul {
  padding-left: 15px;
}
.mini-plus-pic-intro li,
.mini-plus-pic-intro p {
  font-size: 9.9pt;
}
.services-intro {
  max-width: 520px;
}
.services-intro h1 {
  font-size: 22.275pt;
  color: #31B5CD;
  margin-top: 10px;
  margin-bottom: 10px;
}
.services-intro h1 strong {
  font-weight: 800;
}
.services-intro h3 {
  color: #31B5CD;
  margin-bottom: 0;
}
.services-intro h3 + p {
  margin-top: 0;
}
.services-intro li,
.services-intro p {
  font-size: 13.365pt;
}
.services-intro ul {
  padding-left: 20px;
}
.services-intro li {
  margin: 10px 0;
}
.pic-on-right .services-intro {
  text-align: left;
}
.bg-mini-beatlogic-txt h3 {
  font-size: 12.375pt;
  color: #31B5CD;
}
.bg-mini-beatlogic-txt li,
.bg-mini-beatlogic-txt p {
  font-size: 11.88pt;
}
.hcp-bg-one-intro {
  background-color: white;
  text-align: center;
  padding: 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
.hcp-bg-one-intro h2 {
  color: #31B5CD;
  margin-top: 0;
}
.hcp-bg-one-intro p {
  font-weight: 600;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .device-tabset {
      display: grid;
      grid-template-columns: auto auto auto auto auto 1fr;
      column-gap: 2px;
    }
    .device-tabset .device {
      display: contents;
    }
    .device-tabset .device .label {
      grid-row: 1;
    }
    .device-tabset .device .info {
      grid-row: 2;
      grid-column: span 6;
    }
    .device-tabset .device:first-of-type .label {
      padding-left: 50px;
    }
  }
}
.device-tabset .device .label {
  font-size: 15pt;
  text-align: center;
  padding: 5px 14px;
  background-color: #cacaca;
  text-transform: uppercase;
  font-weight: 600;
}
.device-tabset .device .label img {
  vertical-align: middle;
  padding-left: 12px;
}
.device-tabset .device .info {
  background-color: #efefef;
}
@media (min-width: 900px) {
  .device-tabset .device .label {
    cursor: pointer;
  }
  .device-tabset .device .info {
    padding: 20px 50px;
    display: none;
  }
  .device-tabset .device.current .label {
    background-color: #efefef;
  }
  .device-tabset .device.current .info {
    display: block;
  }
}
@media (max-width: 900px) {
  .device-tabset .device .label {
    margin-top: 20px;
  }
  .device-tabset .device .info {
    padding: 10px;
  }
}
@supports (display: grid) {
  .tech-spec {
    display: grid;
    grid-template-columns: auto auto;
  }
  .tech-spec > * {
    grid-column: 2;
    margin-top: 10px;
  }
  .tech-spec .label {
    grid-column: 1;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
  }
}
.faqs .question {
  background-color: #efefef;
  transition: background-color 0.3s;
  padding: 9px 10px;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
}
.faqs .question .twister {
  float: right;
  margin-top: -3px;
}
.faqs .question .twister img {
  transition: transform 0.3s;
}
.faqs .answer {
  position: relative;
  height: 0;
  transition: height 0.3s;
  overflow: hidden;
}
.faqs .answer .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
}
.faqs .open .question {
  background-color: transparent;
}
.faqs .open .twister img {
  transform: rotate(180deg);
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .double-monitor {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 20px;
      grid-auto-flow: dense;
    }
    .double-monitor .monitor {
      display: contents;
    }
    .double-monitor .monitor:nth-child(1) > * {
      grid-column: 1;
    }
    .double-monitor .monitor:nth-child(2) > * {
      grid-column: 2;
    }
    .double-monitor .monitor .msg p {
      padding: 10px;
    }
    .double-monitor .disclaimer {
      grid-column: span 2;
      grid-row: 2;
      padding-bottom: 14px;
    }
  }
}
@media (max-width: 900px) {
  .double-monitor .msg {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.twin-monitor-docs .name {
  font-size: 19.8pt;
  font-weight: 600;
}
.twin-monitor-docs .msg {
  background-color: white;
  text-align: center;
  padding-top: 15px;
}
.twin-monitor-docs .msg img {
  max-width: 100%;
}
.twin-monitor-docs .msg a {
  color: #333333;
  font-weight: 600;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .twin-monitor-docs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 20px;
      grid-auto-flow: dense;
      row-gap: 20px;
    }
    .twin-monitor-docs .monitor {
      display: contents;
    }
    .twin-monitor-docs .monitor:nth-child(1) > * {
      grid-column: 1;
    }
    .twin-monitor-docs .monitor:nth-child(2) > * {
      grid-column: 2;
    }
    .twin-monitor-docs .monitor .cont {
      display: inline-block;
      text-align: left;
    }
    .twin-monitor-docs .monitor .cont > picture > img {
      width: 370px;
    }
    .twin-monitor-docs .monitor p img {
      vertical-align: middle;
      padding-right: 10px;
    }
  }
}
@media (max-width: 900px) {
  .twin-monitor-docs .cont {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.full-sized-pics img {
  width: 100% !important;
}
.max-full-sized-pics {
  text-align: center;
}
.max-full-sized-pics img {
  max-width: 100% !important;
}
.hex-testimonial {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.hex-testimonial p {
  font-style: italic;
  font-weight: 300;
}
.award-strip {
  color: white;
  font-size: 14.85pt;
  text-align: center;
  padding: 20px 10px;
  font-weight: 600;
}
.award-strip img {
  vertical-align: middle;
  padding-right: 15px;
}
.four-plex img {
  max-width: 100%;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .four-plex {
      position: relative;
    }
    .four-plex .content {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      row-gap: 2px;
      align-items: center;
    }
    .four-plex:before {
      content: '\00a0';
      background-color: #efefef;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 50%;
    }
    .four-plex .pic {
      padding: 40px 20px;
    }
    .four-plex .msg {
      padding: 0 20px;
    }
    .four-plex h3 {
      color: #31B5CD;
    }
    .four-plex .line {
      border-bottom: solid 1px black;
    }
  }
}
.four-plex .pic {
  text-align: center;
}
.link-box-no-pic {
  text-decoration: none;
  text-align: center;
}
.link-box-no-pic .top {
  background-color: #efefef;
  padding: 15px 10px 5px 10px;
  color: #31B5CD;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.link-box-no-pic .top span {
  display: contents;
}
.link-box-no-pic .bottom {
  background-color: #efefef;
  padding: 5px 5px 15px 5px;
  color: black;
  font-weight: 600;
}
.link-box-no-pic .bottom:before {
  content: '\00a0';
  display: block;
  margin: 0 5px 0 5px;
  border-top: solid 2px #31B5CD;
  font-size: 10px;
}
ul.two-col {
  column-count: 2;
  column-gap: 40px;
}
.orange-stripe {
  font-size: 17.325pt;
  background-color: #31B5CD;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.orange-stripe span {
  vertical-align: middle;
  display: inline-block;
}
.orange-stripe .huge {
  font-size: 250%;
  font-weight: 800;
  vertical-align: middle;
  margin-top: -0.1em;
  margin-left: 10px;
  margin-right: 10px;
}
.reasons-for-choosing .reason {
  background-color: #efefef;
  padding: 6px 6px;
  margin: 7px 0;
}
.reasons-for-choosing .six-dot-picture img {
  vertical-align: middle;
}
.reasons-for-choosing .counter {
  display: inline-block;
  margin-left: 5px;
  background-color: white;
  padding: 4px 3px;
  line-height: 11px;
  margin-right: 30px;
  vertical-align: middle;
}
.reasons-for-choosing .counter .num {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
.reasons-for-choosing .counter .arrows {
  display: inline-block;
  vertical-align: middle;
}
.reasons-for-choosing .counter .arrows a,
.reasons-for-choosing .counter .arrows picture,
.reasons-for-choosing .counter .arrows img {
  display: block;
}
.reasons-for-choosing .counter .up {
  margin-bottom: 3px;
}
.reasons-for-choosing .counter select {
  background-color: white;
}
.hcp-device-mid {
  background-color: white;
  padding: 10px 20px;
}
.hcp-device-mid {
  background-color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.hcp-device-mid .talk {
  font-size: 12.87pt;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  width: 100%;
}
.hcp-device-mid .talk h2 {
  font-size: 17.82pt;
  text-align: center;
  color: #31B5CD;
  margin-bottom: 15px;
}
.fat-bottom {
  padding-bottom: 6px;
  display: inline-block;
}
.search-result {
  margin-bottom: 20px;
}
.document-line {
  margin-top: 10px;
  margin-bottom: 10px;
}
.document-line img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  width: 25px;
}
.document-line a {
  color: #404041;
  text-decoration: none;
}
.stage .full,
.stage .wide,
.stage .content,
.stage .s-content {
  margin-left: auto;
  margin-right: auto;
}
.stage .full {
  max-width: 2560px;
  box-sizing: border-box;
}
.stage .wide {
  max-width: 1920px;
  box-sizing: border-box;
}
.stage .content {
  max-width: 1100px;
  box-sizing: border-box;
}
.stage span.content {
  display: block;
}
.stage .s-content {
  max-width: 800px;
}
.stage.padded,
.stage .full.padded,
.stage .wide.padded,
.stage .content.padded {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.space-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.pad-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad-2 {
  padding: 5px 10px 5px 10px;
}
.pad-3 {
  padding: 15px 30px 15px 30px;
}
.jumbo img {
  max-width: 100%;
}
.std img {
  max-width: 100%;
}
.std-1 img {
  max-width: 100%;
}
.std-1 h2 {
  font-size: 15.84pt;
  color: #31B5CD;
  text-align: center;
}
.std-1 h3 {
  color: #31B5CD;
  margin-bottom: 0;
}
.std-1 h3 + p {
  margin-top: 5px;
}
.std-2 img {
  max-width: 100%;
}
.std-2 h1 {
  color: #31B5CD;
  text-align: center;
}
.std-2 h2 {
  font-size: 15.84pt;
  color: black;
  text-align: left;
  margin-bottom: 0;
}
.std-2 h2.orange {
  color: #31B5CD;
}
.std-2 h3 {
  color: black;
}
.std-2 p {
  margin-bottom: 10px;
  margin-top: 0;
}
.std-2 p a {
  color: #0153CC;
  display: inline;
  text-decoration: underline;
  font-weight: 600;
}
.std-3 img {
  max-width: 100%;
}
.std-3 h1 {
  color: #31B5CD;
  text-align: center;
}
.std-3 h2 {
  font-size: 15.84pt;
  color: black;
  text-align: left;
  margin-bottom: 0;
}
.std-3 h2.orange {
  color: #31B5CD;
}
.std-3 h3 {
  color: black;
}
.std-3 p {
  margin-bottom: 10px;
  margin-top: 0;
}
.std-3 p a {
  color: #0153CC;
  display: inline;
  text-decoration: underline;
  font-weight: 600;
}
.std-3 h1 {
  text-align: left;
}
.news-text img {
  max-width: 100%;
}
.news-text h2 {
  font-size: 15.84pt;
  color: #31B5CD;
  text-align: center;
}
.news-text h3 {
  color: #31B5CD;
  margin-bottom: 0;
}
.news-text h3 + p {
  margin-top: 5px;
}
.news-text h1 {
  font-size: 13.86pt;
  margin-top: 10px;
  margin-bottom: 0;
  color: #31B5CD;
  grid-column: 1 / 3;
}
.news-text .date {
  font-size: 10.5pt;
  font-weight: 600;
}
.news-text .actions {
  font-size: 8.91pt;
  font-weight: 600;
}
.news-text .actions img {
  width: 25px;
}
.explore {
  font-weight: 800;
}
.explore .orange {
  color: #31B5CD;
}
.explore .blue {
  color: #31B5CD;
}
.patient-stories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 14px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.patient-stories .pic-and-msg {
  background-color: white;
}
.patient-stories .pic-and-msg .pic {
  background-position: center center;
  background-size: cover;
}
.patient-stories .pic-and-msg .pic:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 38.36395451%;
  padding-bottom: 38.36395451%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.patient-stories .pic-and-msg .msg {
  align-self: center;
  padding: 5px 10px;
}
.patient-stories .pic-and-msg .msg .statement {
  text-transform: uppercase;
}
.page-patient-story h1 {
  font-size: 32.175pt;
  background-color: #31B5CD;
  color: white;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
}
.page-patient-story .wide > h1:first-child {
  margin-right: -10px;
  margin-left: -10px;
}
.page-patient-story h2 {
  color: #31B5CD;
}
.page-patient-story h3 {
  color: #31B5CD;
  text-align: center;
}
.page {
  position: relative;
  z-index: 1;
}
.page-header {
  position: relative;
  z-index: 10;
  padding-top: 10px;
}
.page-header .blue-button {
  display: inline-block;
  padding: 5px 26px;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  color: white;
  text-decoration: none;
  background-color: #003C71;
  text-transform: none;
  font-size: 11.88pt;
}
.page-header .nav-link {
  text-decoration: none;
  color: black;
  font-weight: 400;
}
.page-header .lighter-links .nav-link {
  color: #666666;
  font-size: 90%;
}
.page-header .arrows {
  width: 25px;
  vertical-align: bottom;
}
.page-header .logins {
  padding-right: 10px;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .page-header .top {
      display: grid;
      column-gap: 15px;
      grid-template-columns: auto auto;
    }
    .page-header .top .logo {
      padding-left: 10px;
    }
    .page-header .top .logo img {
      width: 116px;
      padding-left: 48px;
    }
    .page-header .top .logins {
      justify-self: end;
      align-self: center;
    }
    .page-header .top .logins a {
      display: inline-block;
      margin-left: 24px;
    }
    .page-header .top .logins .arrows + a {
      margin-left: 14px;
    }
    .page-header .top .open-menu {
      display: none;
    }
    .page-header .top.with-border {
      border-bottom: solid 1px #cccccc;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
    .page-header .top.with-border-no-margin {
      border-bottom: solid 1px #cccccc;
      padding-bottom: 5px;
      margin-bottom: 0px;
    }
    .page-header .open-menu,
    .page-header nav.mobile {
      display: none;
    }
  }
  @media (max-width: 900px) {
    .page-header .logo img {
      width: 116px;
      max-width: 50%;
      padding-left: 20px;
    }
  }
  .page-header nav.mobile {
    position: absolute;
    background-color: white;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    max-height: 0;
    margin-top: 20px;
    transition: max-height 0.3s;
  }
  .page-header nav.mobile .nav-link {
    text-decoration: none;
    display: block;
    padding: 15px 0;
  }
  .page-header nav.mobile .top {
    padding: 10px 10px 20px 10px;
    border-top: solid 1px #cccccc;
  }
  .page-header nav.mobile .top a {
    font-weight: 700;
  }
  .page-header nav.mobile .bottom {
    padding: 20px 10px 40px 10px;
    border-top: solid 1px #cccccc;
  }
  .page-header nav.mobile .bottom a {
    font-weight: 400;
  }
  @media (max-width: 900px) {
    .page-header {
      padding-top: 15px;
    }
    .page-header .logo img {
      max-width: 70%;
    }
    .page-header .logins {
      display: none;
    }
    .page-header .open-menu {
      display: inline-block;
      cursor: pointer;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 2;
    }
    .page-header .open-menu .tribar {
      display: inline-block;
      width: 15px;
      vertical-align: middle;
    }
    .page-header .open-menu .tribar > div {
      border-bottom: solid 2px black;
      margin-bottom: 4px;
    }
    .page-header .open-menu .close {
      display: none;
    }
    .show-menu .page-header nav.mobile {
      max-height: 600px;
    }
    .show-menu .page-header .search {
      background-color: #797a7c;
      padding-left: 20px;
    }
    .show-menu .page-header .search button {
      background-color: transparent;
      border: 0;
      padding: 5px;
      vertical-align: middle;
    }
    .show-menu .page-header .search button img {
      padding-top: 3px;
      width: 26px;
    }
    .show-menu .page-header .search input {
      border: 0;
      background-color: #a7a9ac;
      vertical-align: middle;
    }
    .show-menu .page-header .search input:focus {
      outline: none;
    }
  }
}
body.show-menu {
  overflow: hidden;
}
body.show-menu .open-menu .tribar {
  display: none;
}
body.show-menu .open-menu .close {
  display: inline-block;
}
footer {
  background-color: #f2f2f2;
  color: black;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer a {
  color: black;
  text-decoration: none;
}
footer .top {
  display: grid;
  padding-bottom: 20px;
  border-bottom: solid 1px #6a737b;
}
@media (min-width: 900px) {
  footer .top {
    grid-template-columns: 3fr 1fr;
  }
  footer .top .intro {
    max-width: 586px;
  }
}
@media (max-width: 900px) {
  footer .top {
    margin-top: 0 !important;
  }
  footer .top .intro {
    grid-row: 2;
  }
  footer .top .social {
    grid-row: 1;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 15px;
  }
}
footer .top .intro {
  font-family: 'SST-Heavy';
  font-size: 10.5pt;
  color: #003C71;
  font-weight: 900;
  line-height: 1.93rem;
}
footer .social {
  text-align: center;
}
footer .social img {
  width: 40px;
  margin-right: 10px;
}
footer .social .facebook img {
  padding-bottom: 5px;
}
footer .menu-sections {
  display: grid;
  margin-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 900px) {
  footer .menu-sections {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .menu .bsc-footer-link-heading {
  font-family: 'SST-Heavy';
  font-weight: 900;
}
footer .menu .bsc-footer-link-heading a {
  font-family: 'SST-Heavy';
  font-weight: 900;
}
footer .menu .title {
  font-family: 'SST-Heavy';
  font-weight: 900;
}
footer .menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
footer .menu ul li {
  padding: 8px 0;
}
footer .bar {
  background-color: #e1e3e5;
  height: 44px;
}
footer .copyright {
  font-size: 9pt;
  margin-top: 30px;
}
footer .legal ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
footer .legal ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
footer .legal ul a {
  font-family: 'SST-Heavy';
  font-size: 9.75pt;
  font-weight: 700;
}
@media (max-width: 900px) {
  footer .links {
    grid-template-columns: auto auto;
  }
  footer .social {
    justify-self: unset;
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  footer .links {
    grid-template-columns: auto;
  }
  footer .links > * {
    margin-top: 20px;
  }
}
.cookie-advert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #efefef;
  background-color: rgba(167, 169, 172, 0.95);
  text-align: center;
  color: white;
  z-index: 200;
}
.cookie-advert.black {
  color: black;
}
.cookie-advert .tab {
  display: inline-table;
}
.cookie-advert a {
  color: #31B5CD;
}
.cookie-advert .blue-box {
  display: inline-block;
  margin-left: 25px;
  background-color: white;
}
.cookie-advert a {
  white-space: nowrap;
}
.cookie-advert .msg {
  width: 90%;
  text-align: left;
}
.cookie-advert .action {
  float: right;
  white-space: nowrap;
  text-align: right;
}
.cookie-advert .softwrap {
  display: block;
}
.cookie-advert .softwrap + .softwrap {
  margin-top: 15px;
}
@media (max-width: 650px) {
  .cookie-advert .tab {
    display: inline-block;
  }
  .cookie-advert .msg,
  .cookie-advert .action {
    display: block;
  }
  .cookie-advert .msg {
    width: auto;
  }
  .cookie-advert .action {
    margin-top: 20px;
  }
  .cookie-advert .action .blue-box {
    margin-left: 0;
  }
}
.cookie-indicator {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
.cookie-indicator .accepted,
.cookie-indicator .declined {
  display: none;
  width: 43.5px;
}
.cookies-accepted .cookie-indicator .accepted {
  display: block;
}
.cookies-declined .cookie-indicator .declined {
  display: block;
}
.tiny.accepted,
.tiny.declined {
  width: 20px;
}
.step-cells .link-box > *:first-child {
  margin-top: 20px;
}
.step-cells .link-box > *:first-child:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 24.3330267%;
  padding-bottom: 24.3330267%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.step-cells .link-box.squarish > *:first-child:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 32.64840183%;
  padding-bottom: 32.64840183%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.pay-your-bills-pac.pic-and-msg .msg {
  font-size: 11.88pt;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .pay-your-bills-pac {
      grid-template-columns: 1fr 2fr;
      column-gap: 20px;
    }
    .pay-your-bills-pac p:first-child {
      margin-top: 0;
    }
    .pay-your-bills-pac .two-pics {
      column-gap: 40px;
    }
  }
}
.pay-your-bills-pac .pic:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 20%;
  padding-bottom: 20%;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.pay-your-bills-pac .contact-reason h3 {
  color: #31B5CD;
}
.pay-your-bills-pac .contact-reason a {
  color: inherit;
}
.patient-support h2 {
  margin-bottom: 30px;
}
.patient-support .contact-reason {
  background-color: white;
  padding: 20px 30px 20px 30px;
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .patient-support .two-pics {
      column-gap: 20px;
      row-gap: 20px;
    }
    .patient-support .icon-list {
      row-gap: 6px;
    }
  }
}
.patient-support .contact-reason h3 {
  text-transform: none;
}
.patient-support .contact-reason a {
  color: inherit;
}
@supports (display: grid) {
  .devices-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 12px;
  }
  @media (min-width: 900px) {
    .devices-grid .device > *:first-child {
      margin-top: 20px;
    }
    .devices-grid > * {
      grid-column: span 2;
    }
    .devices-grid > *:nth-child(-n + 2) {
      grid-column: span 3;
    }
  }
  @media (max-width: 900px) {
    .devices-grid {
      grid-template-columns: 1fr 1fr;
    }
    .devices-grid .device {
      grid-column: span 1;
    }
  }
  @media (max-width: 650px) {
    .devices-grid {
      grid-template-columns: 1fr;
    }
  }
}
@supports (display: grid) {
  @media (min-width: 900px) {
    .devices-grid.hcp {
      grid-template-columns: repeat(4, 1fr);
    }
    .devices-grid.hcp .device > *:first-child {
      margin-top: 20px;
    }
    .devices-grid.hcp > * {
      grid-column: span 1;
    }
    .devices-grid.hcp > *:nth-child(-n + 2) {
      grid-column: span 1;
    }
  }
  @media (max-width: 900px) {
    .devices-grid.hcp {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 650px) {
    .devices-grid.hcp {
      grid-template-columns: 1fr;
    }
  }
}
.devices-grid .device {
  position: relative;
  background-color: white;
  padding: 10px 10px 60px 10px;
  margin-top: 12px;
  color: #333333;
}
.devices-grid .device img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.devices-grid .device .bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 2px #31B5CD;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.devices-grid .device .mid {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin-top: -15px;
}
.ecg-insight-msg h2,
.ecg-insight-msg h3 {
  color: #31B5CD;
}
.ecg-insight-msg h2 {
  font-size: 13.86pt;
}
.ecg-insight-msg h3 {
  font-size: 11.385pt;
}
.webhandle-page-editor-tools {
  z-index: 30;
}
.page-physician-consent h2 {
  margin: 30px 0 10px 0;
}
.page-physician-consent input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.page-physician-consent .clear-inner.grey-back {
  margin-top: 10px;
}
.page-physician-consent .clear-inner.grey-back + .clear-inner.grey-back {
  margin-bottom: 20px;
}
.page-physician-consent .t1.center {
  text-align: center;
}
.page-physician-consent label {
  margin: 10px 0;
  display: block;
}
.page-physician-consent .grey-back select {
  background-color: white;
  margin-top: 7px;
  max-width: 300px;
}
.page-physician-consent .blue {
  color: #31B5CD;
}
.page-physician-consent p.blue {
  margin-bottom: 0;
}
.page-physician-consent p.blue strong:first-child {
  display: block;
  margin: 30px 0 10px 0;
}
.page-physician-consent p strong.blue {
  display: block;
  margin: 30px 0 10px 0;
}
.page-physician-consent .sales-support {
  padding: 15px 10px;
}
.page-physician-consent .sales-support span {
  padding-right: 20px;
  vertical-align: middle;
}
.page-physician-consent .sales-support span img {
  height: 12px;
  padding-right: 5px;
  vertical-align: middle;
}
.product-manuals-display {
  margin-bottom: 60px;
}
.product-manuals-display .product-name {
  align-self: center;
}
.product-manuals-display .doc-ident {
  display: inline-block;
  margin-left: 10px;
  font-size: 80%;
  margin-top: 20px;
}
.product-manuals-display .documents {
  margin-top: 15px;
}
.product-manuals-display .documents .document-line,
.product-manuals-display .documents a,
.product-manuals-display .documents a .smaller {
  color: #0153CC !important;
}
.product-manuals-display .details {
  position: relative;
  margin-top: 30px;
  background: linear-gradient(322deg, #fff, #f2f2f2);
  padding: 20px;
  display: grid;
  column-gap: 60px;
  row-gap: 60px;
}
@media (min-width: 900px) {
  .product-manuals-display .details {
    grid-template-columns: 3fr 3fr 6fr;
  }
}
.product-manuals-display .details .pic {
  align-self: center;
  text-align: center;
}
.product-manuals-display .details .pic img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.product-manuals-display .details .info {
  position: relative;
  z-index: 2;
}
.product-manuals-display .details .info .value {
  display: block;
}
.product-manuals-display .details .info .smaller {
  font-size: 85%;
  color: #797a7c;
  padding-left: 3px;
}
.product-manuals-display .details .info .value {
  margin-bottom: 1em;
}
.product-manuals-display .details:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/img/pattern-arrow.svg);
  background-repeat: repeat-y;
  background-position-x: left;
  background-position-y: top;
  background-size: cover;
  content: "";
  z-index: 1;
}
@media print {
  .consent-body .page-header {
    display: none;
  }
  .consent-body footer {
    display: none;
  }
  .consent-body .cookie-indicator {
    display: none;
  }
  .consent-body .sales-support {
    display: none;
  }
  .consent-body .physician-consent-form button {
    display: none;
  }
  .consent-body .cookie-advert {
    display: none;
  }
  .consent-body html {
    zoom: 0.6;
  }
  .consent-body .grecaptcha-badge {
    display: none;
  }
}
.request-a-rep {
  display: grid;
  grid-template-columns: 1fr auto 0;
  row-gap: 20px;
  column-gap: 20px;
}
.request-a-rep h1 {
  color: #003C71;
}
.request-a-rep .label {
  text-align: right;
}
.request-a-rep .button {
  text-align: right;
  grid-column: span 2;
}
@media (min-width: 900px) {
  .request-a-rep {
    grid-template-columns: 1fr auto 1fr;
  }
  .request-a-rep .button {
    grid-column: span 3;
  }
}
.page-topper {
  height: 4px;
  margin: auto;
  background: #0153cc;
  background: linear-gradient(90deg, #00eeff 0%, #0153cc 100%);
}
@-webkit-keyframes animatedGradient {
  0% {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes animatedGradient {
  0% {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.bsci-header {
  margin-top: 0px;
}
.bsci-header .back {
  padding: 40px 26px;
  background: #012965;
  background: linear-gradient(242deg, #012965 0%, #000000 100%);
  color: white;
  box-sizing: border-box;
  position: relative;
}
.bsci-header .back .bottom-line {
  bottom: -0.4rem;
  position: absolute;
  right: 0;
  left: 0;
  height: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#003c71), color-stop(#b3f), to(#0ef));
  background: linear-gradient(90deg, #003c71, #b3f, #0ef);
  background-image: -webkit-gradient(linear, left top, right top, from(#003c71), color-stop(#b3f), color-stop(#0ef), color-stop(#003c71), to(#b3f));
  background-image: linear-gradient(90deg, #003c71, #b3f, #0ef, #003c71, #b3f);
  background-size: 400% 100%;
  -webkit-animation: animatedGradient 10s linear infinite;
  animation: animatedGradient 10s linear infinite;
  z-index: 1;
}
.bsci-header .back .content {
  max-width: 1100px;
  margin: auto;
}
@media (min-width: 900px) {
  .bsci-header .back {
    padding: 50px 47px;
  }
}
.bsci-header .back h1,
.bsci-header .back p {
  color: white;
}
.bsci-header .back h1 {
  margin-top: 0;
  font-weight: 700;
}
.legal-links .content {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 900px) {
  .legal-links .content {
    grid-template-columns: 3fr 4fr;
  }
}
.legal-links .legal {
  padding-top: 30px;
  text-align: right;
}
.legal-links .legal a {
  color: #6a737a;
}
.legal-links .legal ul {
  margin-top: 0;
}
